Re: [xwiki-users] component manager not initialized after install

2011-05-19 Thread AlexxN
Hi Scott,

have you solved the problem? I've the same issuesame stack trace on
XWiki
startup for WAS 6.1

tnx in advance, AlexxN

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/component-manager-not-initialized-after-install-tp5733696p6381144.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] component manager not initialized after install

2011-03-30 Thread markus.mathis
Dear All,

When trying to deploy the current version(s) of xwiki-enterprise-web
(i.e. xwiki-enterprise-web-3.0-rc-1.war respectively
xwiki-enterprise-web-2.7.1.war), I was facing the following error:
Error 500: Component manager has not been initialized before lookup for
[org.xwiki.model.reference.DocumentReferenceResolver] for hint
[currentmixed]

At the moment, we are still running XWiki Enterprise 1.7.14685. And, a
couple of months ago, we have been also been able to deply Version 2.1.1
without any issues. It seems that
CurrentMixedReferenceDocumentReferenceResolver has only been introduced
with version 2.3M1 of Xwiki.

Apparently a similar type of error has already been described on
http://lists.xwiki.org/pipermail/users/2011-March/023456.html .

Unfortunately, I couldn't find any definitive solution for this problem
on the mailing list. I can confirm that XWikiServletContextListener is
in fact contained in the  web.xml configuration file:

  listener
 
listener-classorg.xwiki.container.servlet.XWikiServletContextListener
/listener-class
  /listener

Our current setup is as follows:
Xwiki is to be deployed to a Websphere application server (on a Solaris
5.10 SPARC environment). 
The underlying database is Oracle 10.2.0.3.

The actual stack trace is as follows:
java.lang.RuntimeException: Component manager has not been initialized
before lookup for [org.xwiki.model.reference.DocumentReferenceResolver]
for hint [currentmixed]
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:627)
at com.xpn.xwiki.XWikiContext.init(XWikiContext.java:138)
at com.xpn.xwiki.web.Utils.prepareContext(Utils.java:339)
at
com.xpn.xwiki.web.XWikiAction.initializeXWikiContext(XWikiAction.java:35
7)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:114)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
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.ja
va:1146)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.ja
va:1087)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:145)
at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilt
er.java:152)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.
doFilter(SavedRequestRestorerFilter.java:218)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.
doFilter(SetCharacterEncodingFilter.java:112)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterC
hain.java:87)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilter
Manager.java:848)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilter
Manager.java:691)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrap
per.java:588)
at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWr
apper.java:526)
at
com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3574)
at
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:831
)
at
com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1
478)
at

Re: [xwiki-users] component manager not initialized after install

2011-03-02 Thread Scott McMasters
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

Re: [xwiki-users] component manager not initialized after install

2010-11-24 Thread Scott McMasters
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 

Re: [xwiki-users] component manager not initialized after install

2010-11-18 Thread Scott McMasters
Any thoughts on this problem?

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.comwrote:

 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 

Re: [xwiki-users] component manager not initialized after install

2010-11-16 Thread Scott McMasters
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.comwrote:
 
  Hello,
 
  I installed 

Re: [xwiki-users] component manager not initialized after install

2010-11-13 Thread Jerome Velociter
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.comwrote:

 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


Re: [xwiki-users] component manager not initialized after install

2010-11-13 Thread Scott McMasters
I'll check out the server logs for the trace Monday when I return to the 
office, and thanks for the reply.

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.comwrote:

 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


[xwiki-users] component manager not initialized after install

2010-11-12 Thread Scott McMasters
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


Re: [xwiki-users] component manager not initialized after install

2010-11-12 Thread Scott McMasters
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.comwrote:

 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