With 1.5.0-M1 I cannot install oledocstore, while olefs/portal.do comes up.
In version
https://svn.kuali.org/repos/ole/sandbox/branches/kole-1.5.0-M1-dataloading (Jan 13) this was still possible on the same machine, also in 1.0.0.
in catalina.out I get the following errors:
2014-03-07 13:33:13,545 [localhost-startStop-1] u:/d: INFO org.objectweb.jotm - stop JOTM
2014-03-07 13:33:14,349 [localhost-startStop-1] u:/d: ERROR org.kuali.rice.core.web.listener.KualiInitializeListener - problem during context.refresh()
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'coreConfigurer' defined in class path resource [org/kuali/rice/config/RiceServiceRegistrySpringBeans.xml]: Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbPlatform' defined in class path resource [org/kuali/rice/core/CommonSpringBeans.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionAdvisor' defined in class path resource [org/kuali/rice/core/CommonSpringBeans.xml]: Initialization of bean failed; nested exception is java.lang.IncompatibleClassChangeError: class org.springframework.core.LocalVariableTableParameterNameDiscoverer$ParameterNameDiscoveringVisitor has interface org.springframework.asm.ClassVisitor as super class
...
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbPlatform' defined in class path resource [org/kuali/rice/core/CommonSpringBeans.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionAdvisor' defined in class path resource [org/kuali/rice/core/CommonSpringBeans.xml]: Initialization of bean failed; nested exception is java.lang.IncompatibleClassChangeError: class org.springframework.core.LocalVariableTableParameterNameDiscoverer$ParameterNameDiscoveringVisitor has interface org.springframework.asm.ClassVisitor as super class
...
Mrz 07, 2014 1:33:14 PM org.apache.catalina.core.StandardContext startInternal
Schwerwiegend: Error listenerStart
Mrz 07, 2014 1:33:14 PM org.apache.catalina.core.StandardContext startInternal
Schwerwiegend: Context [/oledocstore] startup failed due to previous errors
2014-03-07 13:33:14,383 [localhost-startStop-1] u:/d: INFO org.kuali.rice.core.web.listener.KualiInitializeListener - Shutting down Kuali Rice...
2014-03-07 13:33:14,383 [localhost-startStop-1] u:/d: INFO org.kuali.rice.core.web.listener.KualiInitializeListener - ...completed shutdown of Kuali Rice.
I also get a NullPointerException (later) :
2014-03-07 13:34:20,424 [http-bio-8080-exec-3] u:ole-quickstart/d:3485 ERROR org.kuali.rice.kns.web.struts.form.pojo.StrutsExceptionIncidentHandler - Exception being handled by Exception Handler
java.lang.NullPointerException
at org.kuali.rice.kew.doctype.service.impl.DocumentSecurityServiceImpl.checkAuthorizations(DocumentSecurityServiceImpl.java:98)
at org.kuali.rice.kew.doctype.service.impl.DocumentSecurityServiceImpl.routeLogAuthorized(DocumentSecurityServiceImpl.java:75)
at org.kuali.rice.kew.routelog.web.RouteLogAction.execute(RouteLogAction.java:86)
at org.kuali.rice.kns.web.struts.action.KualiRequestProcessor$2.doInTransaction(KualiRequestProcessor.java:513)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:131)
at org.kuali.rice.kns.web.struts.action.KualiRequestProcessor.processActionPerform(KualiRequestProcessor.java:508)
at org.kuali.rice.kns.web.struts.action.KualiRequestProcessor.processFormActionAndForward(KualiRequestProcessor.java:217)
...