Hello, all, sorry it's been so long since I've followed this up, but I've
been busy with other projects.

I've tried installing enterprise version 2.7.1 but I got the same error as
below but with a slightly different stack trace.  I also found the following
in the application server logs:

Exception caught while initializing context
java.lang.RuntimeException: Failed to find the Observation Manager component
    at
org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:81)
    at
com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:652)
    at
com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:355)
    at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:292)
    at
com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:92)
    at
com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
    at
com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:671)
    at
com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:624)
    at
com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:335)
    at
com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:551)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1274)
    at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1138)
    at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
    at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:817)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:921)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1461)
    at
com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:4132)
    at
com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:4229)
    at
com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:245)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1466)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:618)
    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:62)
    at sun.reflect.GeneratedMethodAccessor62.invoke(Unknown Source)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:618)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:265)
    at
javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1092)
    at
javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:973)
    at
com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:231)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
    at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
    at
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
    at
com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1106)
    at
com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
    at
com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:999)
    at
com.ibm.ws.management.commands.AdminServiceCommands$InvokeCmd.execute(AdminServiceCommands.java:251)
    at
com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:239)
    at
com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.execute(ApplicationDeploymentCollectionAction.java:544)
    at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1143)
    at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1084)
    at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
    at
com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
    at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:832)
    at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:679)
    at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:587)
    at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
    at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:321)
    at
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1070)
    at
org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:273)
    at
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
    at
org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:319)
    at
com.ibm.isclite.container.controller.InformationController.processForwardConfig(InformationController.java:206)
    at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
    at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1143)
    at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1084)
    at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
    at
com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistence(WSCUrlFilter.java:792)
    at
com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:363)
    at
com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:229)
    at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
    at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
    at
com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
    at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:832)
    at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:679)
    at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:587)
    at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
    at
com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
    at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:748)
    at
com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1466)
    at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:119)
    at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
    at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
    at
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
    at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at
com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
    at
com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to
lookup component [role = [org.xwiki.observation.ObservationManager] hint =
[default]]
    at
org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:368)
    at
org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:116)
    at
org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:78)
    ... 93 more
Caused by: org.xwiki.component.phase.InitializationException: Failed to
lookup Event Listeners
    at
org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:137)
    at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:429)
    at
org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:361)
    ... 95 more
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to
lookup component [role = [org.xwiki.observation.EventListener] hint =
[ExtensionManagerApplicationStarted]]
    at
org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:368)
    at
org.xwiki.component.embed.EmbeddableComponentManager.lookupList(EmbeddableComponentManager.java:143)
    at
org.xwiki.component.internal.DefaultComponentManager.lookupList(DefaultComponentManager.java:105)
    at
org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:133)
    ... 97 more
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to
lookup component [role =
[org.xwiki.extension.repository.CoreExtensionRepository] hint = [default]]
    at
org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:368)
    at
org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:126)
    at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:403)
    at
org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:361)
    ... 100 more
Caused by: java.lang.NullPointerException
    at java.util.Collections.addAll(Collections.java:3522)
    at
org.reflections.util.ClasspathHelper.getUrlsForCurrentClasspath(ClasspathHelper.java:49)
    at
org.reflections.util.ClasspathHelper.getUrlsForPackagePrefix(ClasspathHelper.java:35)
    at
org.xwiki.extension.repository.internal.DefaultCoreExtensionRepository.loadExtensions(DefaultCoreExtensionRepository.java:79)
    at
org.xwiki.extension.repository.internal.DefaultCoreExtensionRepository.initialize(DefaultCoreExtensionRepository.java:74)
    at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:429)
    at
org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:361)
    ... 103 more

Thanks for any help,

Scott McMasters


On Wed, Nov 24, 2010 at 5:42 PM, Scott McMasters
<scott.mcmast...@gmail.com>wrote:

> Thanks, Marius, but it is registered in web.xml.  I'll check the logs for
> when the application starts to see if there are any errors at that point.
>
>
>
> On Thu, Nov 18, 2010 at 6:54 PM, Marius Dumitru Florea <
> mariusdumitru.flo...@xwiki.com> wrote:
>
>> Hi Scott,
>>
>> On 11/18/2010 01:50 PM, Scott McMasters wrote:
>> > Any thoughts on this problem?
>>
>> It looks like XWikiServletContextListener (which is responsible for
>> initialising the component manager) is not called. Do you have it in
>> your web.xml?
>>
>> Hope this helps,
>> Marius
>>
>> >
>> > Thanks,
>> >
>> > Scott
>> >
>> >
>> > On Tue, Nov 16, 2010 at 11:30 AM, Scott McMasters<
>> scott.mcmast...@gmail.com
>> >> wrote:
>> >
>> >> Hi, Jerome, this is the only stack trace I have in my system log:
>> >>
>> >> Exception thrown : javax.servlet.ServletException: Component manager
>> has
>> >> not been initialized before lookup for
>> >> [org.xwiki.model.reference.DocumentReferenceResolver] for hint
>> >> [currentmixed]
>> >>      at
>> >>
>> org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
>> >>      at
>> >>
>> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
>> >>      at
>> >>
>> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
>> >>      at
>> >> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
>> >>      at
>> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
>> >>      at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
>> >>      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1143)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1084)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
>> >>      at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
>> >>      at
>> >>
>> com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
>> >>      at
>> >>
>> com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
>> >>      at
>> >>
>> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
>> >>      at
>> >>
>> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:832)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:679)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:587)
>> >>      at
>> >>
>> com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
>> >>      at
>> >> com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3453)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:815)
>> >>      at
>> >>
>> com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1466)
>> >>      at
>> >>
>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:119)
>> >>      at
>> >>
>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
>> >>      at
>> >>
>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
>> >>      at
>> >>
>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
>> >>      at
>> >>
>> com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
>> >>      at
>> >>
>> com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
>> >>      at
>> >>
>> com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
>> >>      at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
>> >>      at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
>> >>      at
>> >>
>> com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
>> >>      at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
>> >>      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
>> >>
>> >> Thanks again,
>> >>
>> >> Scott
>> >>
>> >>
>> >>
>> >> On Sun, Nov 14, 2010 at 12:59 AM, Jerome Velociter<jer...@xwiki.com
>> >wrote:
>> >>
>> >>> Hi Scott,
>> >>>
>> >>> Would you happen to have a full stack-trace you could point us to ?
>> >>>
>> >>> Can you see any nested error related to a DTMManager ?
>> >>>
>> >>> Thanks,
>> >>> Jerome.
>> >>>
>> >>> On Fri, Nov 12, 2010 at 8:37 PM, Scott McMasters
>> >>> <scott.mcmast...@gmail.com>  wrote:
>> >>>> Sorry, I forgot to include that it was version 2.5.1 of the
>> Enterprise
>> >>>> distribution.
>> >>>>
>> >>>> Thanks again,
>> >>>>
>> >>>> Scott McMasters
>> >>>>
>> >>>>
>> >>>> On Fri, Nov 12, 2010 at 8:35 PM, Scott McMasters
>> >>>> <scott.mcmast...@gmail.com>wrote:
>> >>>>
>> >>>>> Hello,
>> >>>>>
>> >>>>> I installed XWiki today and when I first tried to view the Wiki, I
>> >>> received
>> >>>>> the following error:
>> >>>>>
>> >>>>> Error 500: Component manager has not been initialized before lookup
>> for
>> >>>>> [org.xwiki.model.reference.DocumentReferenceResolver] for hint
>> >>>>> [currentmixed]
>> >>>>>
>> >>>>> Could anyone give me advice about this error message?
>> >>>>>
>> >>>>> I installed it on Websphere AS 6.1, fix level 23, and Oracle 9g.  I
>> >>>>> modified the Hibernate config file to use Oracle with
>> "OracleDialect"
>> >>>>> pointing at my database.  I also added the dummy data source.  I
>> added
>> >>> the
>> >>>>> PNG mime-type and restarted WAS.  I added ojdbc41.jar to the
>> >>> WEB-INF/lib
>> >>>>> folder of the WAR.  I did change the Web app context to "wiki"
>> instead
>> >>> of
>> >>>>> "xwiki", but I didn't think that should make a difference.
>> >>>>>
>> >>>>> Thanks in advance,
>> >>>>>
>> >>>>> Scott McMasters
>> >>>>>
>> >>>>>
>> >>>> _______________________________________________
>> >>>> users mailing list
>> >>>> users@xwiki.org
>> >>>> http://lists.xwiki.org/mailman/listinfo/users
>> >>>>
>> >>> _______________________________________________
>> >>> users mailing list
>> >>> users@xwiki.org
>> >>> http://lists.xwiki.org/mailman/listinfo/users
>> >>>
>> >>
>> >>
>> > _______________________________________________
>> > users mailing list
>> > users@xwiki.org
>> > http://lists.xwiki.org/mailman/listinfo/users
>> _______________________________________________
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to