Hi list,

I didn't work on the trunk of magnolia for a while now, so I'd like to understand the new mechanism of bootstrap.

So I have many questions:

- Is it normal when you include the dms module, the application doesn't start by itself. - I understand that it comes from the definition of the servlet written in the pom of the module. So the log advices me to register the servlet by myself, but where I have to do it in the source to do it properly. - How to get a fresh install that works perfectly? because when I include the dms module I have got the exception in the bottom of this message. - Is there anyone who knows how the new system works? previously the module manager did the whole boostrap process? what is the process scheme now?

Thanks for all answers even if they're not completely reliable.

Regards,


2007-08-07 14:35:04 StandardWrapperValve[default]: "Servlet.service()" pour la servlet default a généré une exception
java.lang.IncompatibleClassChangeError
   at info.magnolia.module.dms.DMSModule.configureMenu(DMSModule.java:72)
   at info.magnolia.module.dms.DMSModule.onRegister(DMSModule.java:60)
at info.magnolia.cms.module.AbstractModule.register(AbstractModule.java:106) at info.magnolia.module.LegacyModuleVersionHandler$1.execute(LegacyModuleVersionHandler.java:75) at info.magnolia.module.ModuleManagerImpl.installOrUpdateModule(ModuleManagerImpl.java:274) at info.magnolia.module.ModuleManagerImpl.performInstallOrUpdate(ModuleManagerImpl.java:169)
   at info.magnolia.module.ModuleManagerUI.execute(ModuleManagerUI.java:54)
at info.magnolia.cms.filters.MagnoliaMainFilter.doFilter(MagnoliaMainFilter.java:80) at info.magnolia.cms.filters.AbstractMagnoliaFilter.doFilter(AbstractMagnoliaFilter.java:46) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
   at java.lang.Thread.run(Thread.java:595)



----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to