AW: [opencms-dev] Critical error while loading resourcebroker.
Andreas Schouten
Andreas.Schouten at framfab.de
Wed Nov 22 12:31:03 CET 2000
Hi Quoc,
first a questions: which version of OpenCms do you use?
Your logfile stops at opencms_init> [CmsDbAccess] digest created, using:
MD5....
After this message OpenCms tries to load the driver for the database and
tries to establish the connection to that database. So you have a problem at
that part. Is the driver for the database reachable in hte classpath? Can
you connect from that server with the user to the database?
Cam you find another exception in one of the logfiles?
Regards,
Andreas Schouten
-----Ursprüngliche Nachricht-----
Von: Quoc Hoang [mailto:Quoc.Hoang at Eng.Sun.COM]
Gesendet: Mittwoch, 22. November 2000 05:07
An: opencms-dev at www.opencms.com
Betreff: [opencms-dev] Critical error while loading resourcebroker.
Has anyone encountered this problem before? "Critical error while loading
resourcebroker." This happens at the start of loading the opencms servlet.
As a matter of fact, has anyone successfully installed opencms on
Apache/Jrun
architecture.
thanks,
quoc
opencms.log entries
==================================
[21.11.2000 19:29:26] <opencms_init> [OpenCmsServlet] logging started
[21.11.2000 19:29:26] <opencms_init> [OpenCmsServlet] Clusterurl:
[21.11.2000 19:29:26] <opencms_init> [OpenCms] creating first cms-object
[21.11.2000 19:29:26] <opencms_init> [OpenCms] initializing the main
resource-broker
[21.11.2000 19:29:26] <opencms_init> [CmsRbManager] ressourcebroker-name:
mySql
[21.11.2000 19:29:26] <opencms_init> [CmsRbManager]
ressourcebroker-classname:
com.opencms.file.mySql.CmsResourceBroker
[21.11.2000 19:29:26] <opencms_init> [CmsRbManager] got rb-class
[21.11.2000 19:29:26] <opencms_init> [CmsRbManager] created rb-instance
[21.11.2000 19:29:26] <opencms_init> [CmsResourceBroker] init the
dbaccess-module.
[21.11.2000 19:29:26] <opencms_init> [CmsDbAccess] init the dbaccess-module.
[21.11.2000 19:29:26] <opencms_init> [CmsDbAccess] read driver from
configurations: org.gjt.mm.mysql.Driver
[21.11.2000 19:29:26] <opencms_init> [CmsDbAccess] read url from
configurations:
jdbc:mysql://localhost:3306/opencms41
[21.11.2000 19:29:26] <opencms_init> [CmsDbAccess] read user from
configurations: root
[21.11.2000 19:29:26] <opencms_init> [CmsDbAccess] read maxConn from
configurations: 10
[21.11.2000 19:29:26] <opencms_init> [CmsDbAccess] read digest from
configurations: MD5
[21.11.2000 19:29:26] <opencms_init> [CmsDbAccess] read guard-sleeptime from
configurations: 120
[21.11.2000 19:29:26] <opencms_init> [CmsDbAccess] digest created, using:
MD5
Message Digest from SUN, <initialized>
[21.11.2000 19:29:26] <opencms_init> [CmsRbManager] Critical error while
loading
resourcebroker.
[21.11.2000 19:29:26] <opencms_init> [OpenCms] Critical error while loading
resourcebroker.
servlet log entries
=====================================
getServlet "opencms"
{ (getServlet "opencms") javax.servlet.ServletException: Critical error
while
loading resourcebroker.
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at javax.servlet.ServletException.<init>(ServletException.java:68)
at com.opencms.core.OpenCmsServlet.init(Compiled Code)
at com.livesoftware.jrun.JRunServletLoader.loadServlet(Compiled
Code)
at com.livesoftware.jrun.JRun.getServlet(Compiled Code)
at com.livesoftware.jrun.JRun.getServlet(Compiled Code)
at com.livesoftware.jrun.JRun.runServlet(Compiled Code)
at
com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java:116)
at
com.livesoftware.jrun.JRunGeneric.handleProxyConnection(JRunGeneric.java:78)
at
com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JR
unPr
oxyServiceHandler.java:102)
at com.livesoftware.jrun.service.ThreadConfigHandler.run(Compiled
Code)
}
More information about the opencms-dev
mailing list