cancel
Showing results for 
Search instead for 
Did you mean: 

Handle Request Exception

unknown-user
Champ on-the-rise
Champ on-the-rise
I just installed OW Community with Alfresco 3.4 Community Edition.
I used separate Tomcat installation (not the Alfresco One) and changed defalut ports.
I have been following the installation steps, but I get the following Error:
-quote
OpenWorkdesk - Handle Request Exception…

Reset


Request Error:
Error: OwConfiguration.init: Error, the bootstrap configuration XML node is null. Possible cause: the 'owbootstrap.xml' file is missing or has an invalid XML format. Please check your log files for further informations…)
Error Source: OECM

com.wewebu.ow.server.exceptions.OwConfigurationException: OwConfiguration.init: Error, the bootstrap configuration XML node is null. Possible cause: the 'owbootstrap.xml' file is missing or has an invalid XML format. Please check your log files for further informations…)
   at com.wewebu.ow.server.app.OwConfiguration.init(OwConfiguration.java:202)
   at com.wewebu.ow.server.app.OwMainAppContext.init(OwMainAppContext.java:303)
   at com.wewebu.ow.server.ui.OwWebApplication.checkSessionObjects(OwWebApplication.java:239)
   at com.wewebu.ow.server.ui.OwWebApplication.handleRequest(OwWebApplication.java:335)
   at org.apache.jsp.default20_jsp._jspService(default20_jsp.java:84)
   at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
   at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:433)
   at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)
   at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
   at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:405)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:279)
   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515)
   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:300)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)



Startup / Configuration Error
Error: Application initializing error: Exception reading the bootstrap configuration data.
-unquote

Thank you.
1 REPLY 1

deko
Star Contributor
Star Contributor
Against which configuration set is your web.xml configured?

I just tried to reproduce the problem by downloading the latest community edition and follwoing the steps in the quickstart guide but did not get the error you got.