[opencms-dev] OpenCMS & Caucho's Resin

Jonathan Woods jonathan.woods at scintillance.com
Sat May 13 06:30:31 CEST 2006


Re your set-up problem: from memory, before you've gone through the set-up
procedure OpenCms always does this when you start up.  Try ignoring the
Exception logged, and make sure you go to the right URL for set-up, i.e.
/opencms/opencms/setup .  Does that work?
 
Jon

  _____  

From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Chris Tiernan
Sent: 13 May 2006 01:12
To: opencms-dev at opencms.org
Subject: [opencms-dev] OpenCMS & Caucho's Resin



Can anybody shed some light (pitfalls, concerns, gottchas, won't work, etc.)
on running OpenCMS on Caucho's Resin 3.0.X application/web server?  My
company is committed to using Resin which includes internal development
support and moving away from Resin will be a tough sell.

 

Now on to my problem, OpenCMS fails to load the setup wizard with the
default instillation of Resin 3.0.18 Pro on a Windows XP SP2 machine (MySQL
5.0.11).  I'm receiving the following error.  Furthermore, the setting
'wizard.enabled' is set to 'true' within the opencms.properties file.  Any
clue to what's happening????  Thanks in advance.

 

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:241)

            at
com.caucho.server.dispatch.ServletConfigImpl.createServlet(ServletConfigImpl
.java:600)

            at
com.caucho.server.dispatch.ServletManager.init(ServletManager.java:152)

            at
com.caucho.server.webapp.Application.start(Application.java:1599)

            at
com.caucho.server.deploy.DeployController.startImpl(DeployController.java:58
7)

            at
com.caucho.server.deploy.DeployController.restartImpl(DeployController.java:
550)

            at
com.caucho.server.deploy.StartAutoRedeployAutoStrategy.request(StartAutoRede
ployAutoStrategy.java:125)

            at
com.caucho.server.deploy.DeployController.request(DeployController.java:520)

            at
com.caucho.server.webapp.ApplicationContainer.getApplication(ApplicationCont
ainer.java:864)

            at
com.caucho.server.webapp.ApplicationContainer.buildInvocation(ApplicationCon
tainer.java:704)

            at com.caucho.server.host.Host.buildInvocation(Host.java:421)

            at
com.caucho.server.host.HostContainer.buildInvocation(HostContainer.java:316)

            at
com.caucho.server.resin.ServletServer.buildInvocation(ServletServer.java:600
)

            at
com.caucho.server.dispatch.DispatchServer.buildInvocation(DispatchServer.jav
a:198)

            at
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:263)

            at
com.caucho.server.port.TcpConnection.run(TcpConnection.java:389)

            at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:492)

            at com.caucho.util.ThreadPool.run(ThreadPool.java:425)

            at java.lang.Thread.run(Thread.java:595) 

 

The opencms.log shows the following output..

 

12 May 2006 16:45:40,200  INFO [       org.opencms.main.CmsLog: 122] . Log4j
config file    :
C:/resin-pro-3.0.18/webapps/opencms/WEB-INF/classes/log4j.properties

12 May 2006 16:45:40,403  INFO [.opencms.i18n.CmsLocaleManager: 307] . i18n
configuration   : the JVM default locale is "en_US"

12 May 2006 16:45:40,403  INFO [.opencms.i18n.CmsLocaleManager: 307] . i18n
configuration   : the JVM default locale is "en_US"

12 May 2006 16:45:40,575  INFO [  org.opencms.main.OpenCmsCore:2045] .
Runlevel change      : Switching from 1 to 2

12 May 2006 16:45:40,606 ERROR [  org.opencms.main.OpenCmsCore: 295]
Critical error during OpenCms initialization: The OpenCms setup wizard is
still enabled.

12 May 2006 16:45:40,606 ERROR [g.opencms.main.OpenCmsListener:  91]
org.opencms.main.CmsInitException: Critical error during OpenCms
initialization: The OpenCms setup wizard is still enabled.

12 May 2006 16:45:40,622  INFO [.opencms.i18n.CmsLocaleManager: 307] . i18n
configuration   : the JVM default locale is "en_US"

12 May 2006 16:45:40,622  INFO [  org.opencms.main.OpenCmsCore:2045] .
Runlevel change      : Switching from 1 to 2

12 May 2006 16:45:40,638 ERROR [  org.opencms.main.OpenCmsCore: 295]
Critical error during OpenCms initialization: The OpenCms setup wizard is
still enabled.

12 May 2006 16:45:44,778  INFO [.opencms.i18n.CmsLocaleManager: 307] . i18n
configuration   : the JVM default locale is "en_US"

12 May 2006 16:45:44,778  INFO [  org.opencms.main.OpenCmsCore:1354] .

12 May 2006 16:45:44,778  INFO [  org.opencms.main.OpenCmsCore:1355] .

12 May 2006 16:45:44,778  INFO [  org.opencms.main.OpenCmsCore:1356] .
...............................................................

12 May 2006 16:45:44,778  INFO [  org.opencms.main.OpenCmsCore:1357] .
Performing shutdown  : 6.2.1

12 May 2006 16:45:44,778  INFO [  org.opencms.main.OpenCmsCore:1360] .
Current runlevel     : 1

12 May 2006 16:45:44,778  INFO [  org.opencms.main.OpenCmsCore:1363] .
Shutdown time        : May 12, 2006 4:45:44 PM

12 May 2006 16:45:44,778  INFO [  org.opencms.main.OpenCmsCore:2045] .
Runlevel change      : Switching from 1 to 0

12 May 2006 16:45:44,778  INFO [  org.opencms.main.OpenCmsCore:1432] .
OpenCms stopped!     : Total uptime was 00:00:00

12 May 2006 16:45:44,778  INFO [  org.opencms.main.OpenCmsCore:1433] .
...............................................................

12 May 2006 16:45:44,778  INFO [  org.opencms.main.OpenCmsCore:1434] .

12 May 2006 16:45:44,778  INFO [  org.opencms.main.OpenCmsCore:1435] .

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20060513/576421d7/attachment.htm>


More information about the opencms-dev mailing list