[opencms-dev] OpenCMS & Caucho's Resin
Jonathan Woods
jonathan.woods at scintillance.com
Tue May 16 15:37:18 CEST 2006
Ah. Except just now: I get the same problem you were seeing. Did you have
any luck solving this, Chris?
Jon
_____
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Jonathan Woods
Sent: 15 May 2006 19:28
To: 'The OpenCms mailing list'
Subject: RE: [opencms-dev] OpenCMS & Caucho's Resin
Sorry; you're right about the setup URL. And no, no other ideas. I
remember having to get round this one myself at one time, but since then
I've always been able to set up an installation at /opencms/setup despite
the Exception first appearing in opencms.log.
Jon
_____
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Chris Tiernan
Sent: 15 May 2006 19:03
To: The OpenCms mailing list
Subject: RE: [opencms-dev] OpenCMS & Caucho's Resin
Nope, I receive the same error with either URL /opencms/setup/ and
/opencms/opencms/setup/. Any other ideas?
btw, the setup instructions on the OpenCMS web site refer to the
/opencms/setup/ URL.
_____
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Jonathan Woods
Sent: Friday, May 12, 2006 9:31 PM
To: 'The OpenCms mailing list'
Subject: RE: [opencms-dev] OpenCMS & Caucho's Resin
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)
scin
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/20060516/17510228/attachment.htm>
More information about the opencms-dev
mailing list