How to get rid of the exception "javax.jcr.PathNotFoundException: aa.bb.cc" ?
Issue
- We have suddenly started facing some issues like the
metadatatab suddenly disappeared. So we deleted some database tables (e.g.FS_FSENTRY, VERSIONING_FS_FSENTRY, VERSIONING_PM_BINVAL, VERSIONING_PM_NODE, VERSIONING_PM_PROP, VERSIONING_PM_REFS) and therepositoryanddatadirectories from the$JBOSS_HOME/bindirectory, restarted the server and then imported the rules into the new server.
But still we are facing the following exception during server start-up. Can you please advice us how to solve this issue?
ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jboss-brms].[PackageDeploymentServlet]] (http-0.0.0.0-8080-4) Servlet.service() for servlet PackageDeploymentServlet threw exception
javax.jcr.PathNotFoundException: aa.bb.cc
at org.apache.jackrabbit.core.NodeImpl$8.perform(NodeImpl.java:2135)
at org.apache.jackrabbit.core.NodeImpl$8.perform(NodeImpl.java:2129)
at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:200)
at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91)
at org.apache.jackrabbit.core.NodeImpl.getNode(NodeImpl.java:2129)
at org.drools.repository.RulesRepository.loadPackageSnapshot(RulesRepository.java:560)
at org.drools.guvnor.server.files.FileManagerUtils.getLastModified(FileManagerUtils.java:387)
...
Environment
- JBoss Enterprise Business Rules Management System Platform (BRMS)
- 5.3.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
