[opencms-dev] Can't start OpenCMS on resin 3.0.14

Ilia Kantor ilia at obnovlenie.ru
Mon Oct 31 23:09:07 CET 2005


First, I put .war into webapp dir and put the following config into
resin.conf:
-------------------------------------------
<!--define opencms webapp...-->
<web-app id='/opencms' document-directory="webapps/opencms">
           <!-- xml -->
    <system-property 
javax.xml.parsers.DocumentBuilderFactory="org.apache.xerces.jaxp.DocumentBui
lderFactoryImpl"/>
    <system-property 
javax.xml.parsers.SAXParserFactory="org.apache.xerces.jaxp.SAXParserFactoryI
mpl"/>
    <!--  xslt -->
    <system-property 
javax.xml.transform.TransformerFactory="org.apache.xalan.processor.Transform
erFactoryImpl"/>
</web-app>
-----------------------------------------

Then I visit setup url: http://taskpower.x:8080/opencms/setup/
 
--------------------------

500 Servlet Exception
javax.servlet.ServletException: Critical error during OpenCms
initialization:
The OpenCms setup wizard is still enabled.
	at org.opencms.main.OpenCmsServlet.init(OpenCmsServlet.java:229)
	at
com.caucho.server.dispatch.ServletConfigImpl.createServlet(ServletConfigImpl
.java:599)
	at
com.caucho.server.dispatch.ServletManager.init(ServletManager.java:152)
	at com.caucho.server.webapp.Application.start(Application.java:1546)
	at
com.caucho.server.deploy.DeployController.startImpl(DeployController.java:56
3)
	at
com.caucho.server.deploy.DeployController.restartImpl(DeployController.java:
526)
	at
com.caucho.server.deploy.StartAutoRedeployAutoStrategy.request(StartAutoRede
ployAutoStrategy.java:125)
	at
com.caucho.server.deploy.DeployController.request(DeployController.java:496)
	at
com.caucho.server.webapp.ApplicationContainer.getApplication(ApplicationCont
ainer.java:823)
	at
com.caucho.server.webapp.ApplicationContainer.buildInvocation(ApplicationCon
tainer.java:663)
	at com.caucho.server.host.Host.buildInvocation(Host.java:421)
	at
com.caucho.server.host.HostContainer.buildInvocation(HostContainer.java:322)
	at
com.caucho.server.resin.ServletServer.buildInvocation(ServletServer.java:641
)
	at
com.caucho.server.dispatch.DispatchServer.buildInvocation(DispatchServer.jav
a:198)
	at
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:254)
	at com.caucho.server.port.TcpConnection.run(TcpConnection.java:363)
	at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:490)
	at com.caucho.util.ThreadPool.run(ThreadPool.java:423)
	at java.lang.Thread.run(Thread.java:595)

---------------------------

Is the most recent OpenCMS runnable after all?

I cleaned IE caches, restarted Resin(and deleted opencms folder to let it be
recreated from WAR)..

Any way to make it work eh ?







More information about the opencms-dev mailing list