[opencms-dev] NoClassDefFoundError
Quoc Hoang
Quoc.Hoang at Eng.Sun.COM
Tue Nov 21 03:27:23 CET 2000
Hi all,
Has anyone encountered this problem while starting up the servlet?
NoClassDefFoundError. I'm using the mySql resource broker not the genericSql
resource as stated in the error log.
This was the error found in my servlet error log. I'm running on Apache/Jrun
architecture.
{ (Running servlet) java.lang.NoClassDefFoundError: com/opencms/file/CmsRegistry
at
com.opencms.file.genericSql.CmsResourceBroker.init(CmsResourceBroker.java:3263)
at com.opencms.file.CmsRbManager.init(CmsRbManager.java:86)
at com.opencms.core.OpenCms.<init>(OpenCms.java:124)
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)
}
I'm not getting any error in the opencms error log.
I've also attached it here .
[20.11.2000 18:10:37] <opencms_init> [OpenCmsServlet] logging started
[20.11.2000 18:10:37] <opencms_init> [OpenCmsServlet] Clusterurl:
[20.11.2000 18:10:37] <opencms_init> [OpenCms] creating first cms-object
[20.11.2000 18:10:37] <opencms_init> [OpenCms] initializing the main
resource-broker
[20.11.2000 18:10:37] <opencms_init> [CmsRbManager] ressourcebroker-name: mySql
[20.11.2000 18:10:37] <opencms_init> [CmsRbManager] ressourcebroker-classname:
com.opencms.file.mySql.CmsResourceBroker
[20.11.2000 18:10:37] <opencms_init> [CmsRbManager] got rb-class
[20.11.2000 18:10:37] <opencms_init> [CmsRbManager] created rb-instance
[20.11.2000 18:10:37] <opencms_init> [CmsResourceBroker] init the
dbaccess-module.
[20.11.2000 18:10:37] <opencms_init> [CmsDbAccess] init the dbaccess-module.
[20.11.2000 18:10:37] <opencms_init> [CmsDbAccess] read driver from
configurations: org.gjt.mm.mysql.Driver
[20.11.2000 18:10:37] <opencms_init> [CmsDbAccess] read url from configurations:
jdbc:mysql://localhost:3306/opencms41
[20.11.2000 18:10:37] <opencms_init> [CmsDbAccess] read user from
configurations: nobody
[20.11.2000 18:10:37] <opencms_init> [CmsDbAccess] read maxConn from
configurations: 10
[20.11.2000 18:10:37] <opencms_init> [CmsDbAccess] read digest from
configurations: MD5
[20.11.2000 18:10:37] <opencms_init> [CmsDbAccess] read guard-sleeptime from
configurations: 120
[20.11.2000 18:10:37] <opencms_init> [CmsDbAccess] digest created, using: MD5
Message Digest from SUN, <initialized>
[20.11.2000 18:10:37] <opencms_init> [CmsDbAccess] pool created
[20.11.2000 18:10:37] <opencms_init> [CmsDbAccess] all statements initialized in
the pool
[20.11.2000 18:10:37] <opencms_init> [CmsDbAccess] max-ids initialized
[20.11.2000 18:10:37] <opencms_init> [CmsDbAccess] start connection guard
[20.11.2000 18:10:37] <opencms_init> [CmsResourceBroker] init registry.
More information about the opencms-dev
mailing list