[opencms-dev] Critical error while loading resourcebroker.

Quoc Hoang Quoc.Hoang at Eng.Sun.COM
Wed Nov 22 05:06:38 CET 2000


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(JRunPr
oxyServiceHandler.java:102)
        at com.livesoftware.jrun.service.ThreadConfigHandler.run(Compiled Code)
 }





More information about the opencms-dev mailing list