<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>&nbsp;</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 &nbsp;24-01 12:49:07,278 (RulesRepositoryConfigurator.java:getInstance:46) &nbsp; &nbsp; &nbsp; Creating an instance of the RulesReposi <br>toryConfigurator. <br>Logging in with username guvnor and password guvnor <br>INFO &nbsp;24-01 12:49:08,418 (RulesRepositoryConfigurator.java:setupRepository:99) &nbsp; Setting up the repository, registering <br>node types etc. <br>INFO &nbsp;24-01 12:49:09,387 (MigrateDroolsPackage.java:migrate:42) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;AUTO MIGRATION: Performing drools.package migra <br>tion... <br>ERROR 24-01 12:49:09,465 (RulesRepository.java:createPackage:870) &nbsp; &nbsp; &nbsp; &nbsp;Error when creating a new rule package <br>javax.jcr.ItemNotFoundException: Cannot remove a non-existing property. <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.apache.jackrabbit.jcr2spi.NodeImpl.setProperty(NodeImpl.java:289) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.apache.jackrabbit.jcr2spi.NodeImpl.setProperty(NodeImpl.java:317) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.apache.jackrabbit.jcr2spi.NodeImpl.setProperty(NodeImpl.java:303) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.drools.repository.RulesRepository.createPackage(RulesRepository.java:851) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.drools.repository.RulesRepository.createPackage(RulesRepository.java:793) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.drools.repository.RulesRepository.listPackages(RulesRepository.java:1371) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.drools.repository.migration.MigrateDroolsPackage.migrate(MigrateDroolsPackage.java:43) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.drools.repository.RulesRepository.checkForDataMigration(RulesRepository.java:148) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.drools.repository.RulesRepository.&lt;init&gt;(RulesRepository.java:135) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.drools.guvnor.server.repository.RepositoryStartupService.create(RepositoryStartupService.java:163) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.drools.guvnor.server.repository.RepositoryStartupService.create(RepositoryStartupService.java:98) <br>&nbsp; &nbsp; &nbsp; &nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) <br>&nbsp; &nbsp; &nbsp; &nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) <br>&nbsp; &nbsp; &nbsp; &nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) <br>&nbsp; &nbsp; &nbsp; &nbsp; at java.lang.reflect.Method.invoke(Method.java:597) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.drools.guvnor.server.repository.RepositoryStartupService_$$_javassist_seam_2.create(RepositoryStartupServ <br>ice_$$_javassist_seam_2.java) <br>&nbsp; &nbsp; &nbsp; &nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) <br>&nbsp; &nbsp; &nbsp; &nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) <br>&nbsp; &nbsp; &nbsp; &nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) <br>&nbsp; &nbsp; &nbsp; &nbsp; at java.lang.reflect.Method.invoke(Method.java:597) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.Component.callComponentMethod(Component.java:2275) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.Component.callCreateMethod(Component.java:2198) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.Component.newInstance(Component.java:2158) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.init.Initialization.init(Initialization.java:744) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4723) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5226) <br>&nbsp; &nbsp; &nbsp; &nbsp; at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5221) <br>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) <br>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:138) <br>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) <br>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) <br>&nbsp; &nbsp; &nbsp; &nbsp; 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 &nbsp;24-01 12:49:09,512 (LoggingHelper.java:info:49) &nbsp; &nbsp;Removing listeners.... <br>Removing all listeners... <br>Listeners removed... <br>INFO &nbsp;24-01 12:49:09,543 (LoggingHelper.java:info:49) &nbsp; &nbsp;Shutting down repository....<o:p></o:p></p><p class=MsoNormal><span style='font-size:10.0pt;color:black'>INFO &nbsp;24-01 12:49:09,543 (RulesRepositoryConfigurator.java:shutdown:172) &nbsp; &nbsp; &nbsp; &nbsp; 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>&nbsp;</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>&nbsp;</o:p></p></div></body></html>