<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I am deploying Guvnor 5.3.0.Final on Tomcat 7. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I get the following error when I launch a new install. Has anyone seen this before? Is there a workaround? <br><br><br>INFO: Deploying web application directory guvnor <br>INFO 24-01 12:49:07,278 (RulesRepositoryConfigurator.java:getInstance:46) Creating an instance of the RulesReposi <br>toryConfigurator. <br>Logging in with username guvnor and password guvnor <br>INFO 24-01 12:49:08,418 (RulesRepositoryConfigurator.java:setupRepository:99) Setting up the repository, registering <br>node types etc. <br>INFO 24-01 12:49:09,387 (MigrateDroolsPackage.java:migrate:42) AUTO MIGRATION: Performing drools.package migra <br>tion... <br>ERROR 24-01 12:49:09,465 (RulesRepository.java:createPackage:870) Error when creating a new rule package <br>javax.jcr.ItemNotFoundException: Cannot remove a non-existing property. <br> at org.apache.jackrabbit.jcr2spi.NodeImpl.setProperty(NodeImpl.java:289) <br> at org.apache.jackrabbit.jcr2spi.NodeImpl.setProperty(NodeImpl.java:317) <br> at org.apache.jackrabbit.jcr2spi.NodeImpl.setProperty(NodeImpl.java:303) <br> at org.drools.repository.RulesRepository.createPackage(RulesRepository.java:851) <br> at org.drools.repository.RulesRepository.createPackage(RulesRepository.java:793) <br> at org.drools.repository.RulesRepository.listPackages(RulesRepository.java:1371) <br> at org.drools.repository.migration.MigrateDroolsPackage.migrate(MigrateDroolsPackage.java:43) <br> at org.drools.repository.RulesRepository.checkForDataMigration(RulesRepository.java:148) <br> at org.drools.repository.RulesRepository.<init>(RulesRepository.java:135) <br> at org.drools.guvnor.server.repository.RepositoryStartupService.create(RepositoryStartupService.java:163) <br> at org.drools.guvnor.server.repository.RepositoryStartupService.create(RepositoryStartupService.java:98) <br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) <br> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) <br> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) <br> at java.lang.reflect.Method.invoke(Method.java:597) <br> at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) <br> at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) <br> at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) <br> at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) <br> at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) <br> at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) <br> at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) <br> at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) <br> at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185) <br> at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103) <br> at org.drools.guvnor.server.repository.RepositoryStartupService_$$_javassist_seam_2.create(RepositoryStartupServ <br>ice_$$_javassist_seam_2.java) <br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) <br> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) <br> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) <br> at java.lang.reflect.Method.invoke(Method.java:597) <br> at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) <br> at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144) <br> at org.jboss.seam.Component.callComponentMethod(Component.java:2275) <br> at org.jboss.seam.Component.callCreateMethod(Component.java:2198) <br> at org.jboss.seam.Component.newInstance(Component.java:2158) <br> at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304) <br> at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278) <br> at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143) <br> at org.jboss.seam.init.Initialization.init(Initialization.java:744) <br> at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) <br> at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4723) <br> at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5226) <br> at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5221) <br> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) <br> at java.util.concurrent.FutureTask.run(FutureTask.java:138) <br> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) <br> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) <br> at java.lang.Thread.run(Thread.java:662) <br>Jan 24, 2012 12:49:09 PM org.apache.catalina.core.StandardContext startInternal <br>SEVERE: Error listenerStart <br>Jan 24, 2012 12:49:09 PM org.apache.catalina.core.StandardContext startInternal <br>SEVERE: Context [/guvnor] startup failed due to previous errors <br>INFO 24-01 12:49:09,512 (LoggingHelper.java:info:49) Removing listeners.... <br>Removing all listeners... <br>Listeners removed... <br>INFO 24-01 12:49:09,543 (LoggingHelper.java:info:49) Shutting down repository....<o:p></o:p></p><p class=MsoNormal><span style='font-size:10.0pt;color:black'>INFO 24-01 12:49:09,543 (RulesRepositoryConfigurator.java:shutdown:172) SHUTDOWN RULES CONFIG <br><br></span><o:p></o:p></p><p class=MsoNormal>(I apologize if this message appears twice. The server said that the first one was rejected.) <o:p></o:p></p><p style='font-family:"Calibri","sans-serif"; font-size:"11pt"; color:"black"'><o:p> </o:p></p><p><span style='font-family:"Calibri","sans-serif"; font-size:"11pt"; color:"black"'>Information Classification: General </span></p><p style='font-family:"Calibri","sans-serif"; font-size:"11pt"; color:"black"'><o:p> </o:p></p></div></body></html>