[opencms-dev] Install Problem
Trond.Arve.Wasskog at bekk.no
Trond.Arve.Wasskog at bekk.no
Wed Nov 1 10:36:20 CET 2000
I got a similar error when I had two different versions of the XML
libraries (xalan/xerces) installed on my computer. The problem was solved
by making sure the correct XML library was put first in the classpath.
-T
"Duncan Dickinson"
<duncan at binke.com.au> To: <opencms-dev at www.opencms.com>
Sent by: cc:
owner-opencms-dev at www.o Subject: [opencms-dev] Install Problem
pencms.com
01.11.2000 06:42
Please respond to
opencms-dev
Hi There,
I am having an install problem on Tomcat. I am placing the files in the
structure suggested by the Tomcat documentation so it's a little different
to the install guide.
The error I get is:
Detailed Error: Normalizing the XML document failed. Possibly you are using
concurrent versions of the XML parser with different DOM levels.
I've been hunting for the problem for a little while but thought I'd
check to see if this hasn't already been solved by someone else...
I have included the log below and can send any other useful debug info
if you'd like....
Cheers,
Duncan
OpenCMS.log:
[01.11.2000 15:35:48] <opencms_init> [OpenCmsServlet] logging started
[01.11.2000 15:35:48] <opencms_init> [OpenCmsServlet] Clusterurl:
[01.11.2000 15:35:48] <opencms_init> [OpenCms] creating first cms-object
[01.11.2000 15:35:48] <opencms_init> [OpenCms] initializing the main
resource-broker
[01.11.2000 15:35:48] <opencms_init> [CmsRbManager] ressourcebroker-name:
mySql
[01.11.2000 15:35:48] <opencms_init> [CmsRbManager]
ressourcebroker-classname: com.opencms.file.mySql.CmsResourceBroker
[01.11.2000 15:35:48] <opencms_init> [CmsRbManager] got rb-class
[01.11.2000 15:35:48] <opencms_init> [CmsRbManager] created rb-instance
[01.11.2000 15:35:48] <opencms_init> [CmsResourceBroker] init the
dbaccess-module.
[01.11.2000 15:35:48] <opencms_init> [CmsDbAccess] init the
dbaccess-module.
[01.11.2000 15:35:48] <opencms_init> [CmsDbAccess] read driver from
configurations: org.gjt.mm.mysql.Driver
[01.11.2000 15:35:48] <opencms_init> [CmsDbAccess] read url from
configurations: jdbc:mysql://localhost:3306/opencms
[01.11.2000 15:35:48] <opencms_init> [CmsDbAccess] read user from
configurations: root
[01.11.2000 15:35:48] <opencms_init> [CmsDbAccess] read maxConn from
configurations: 10
[01.11.2000 15:35:48] <opencms_init> [CmsDbAccess] read digest from
configurations: MD5
[01.11.2000 15:35:48] <opencms_init> [CmsDbAccess] read guard-sleeptime
from configurations: 120
[01.11.2000 15:35:48] <opencms_init> [CmsDbAccess] digest created, using:
MD5 Message Digest from SUN, <initialized>
[01.11.2000 15:35:49] <opencms_init> [CmsDbAccess] pool created
[01.11.2000 15:35:50] <opencms_init> [CmsDbAccess] all statements
initialized in the pool
[01.11.2000 15:35:50] <opencms_init> [CmsDbAccess] max-ids initialized
[01.11.2000 15:35:51] <opencms_init> [CmsDbAccess] start connection guard
[01.11.2000 15:35:51] <opencms_init> [CmsResourceBroker] init registry.
[01.11.2000 15:35:55] <opencms_critical> [CmsRegistry] Normalizing the XML
document failed. Possibly you are using concurrent versions of the XML
parser with different DOM levels.
[01.11.2000 15:35:55] <opencms_init> [CmsRbManager] Critical error while
loading resourcebroker: [CmsException]: 34 Registry error
Detailed Error: couldn't init registry
Caught Exception: [CmsException]: 21 XML parsing error
Detailed Error: Normalizing the XML document failed. Possibly you are using
concurrent versions of the XML parser with different DOM levels.
Caught Exception: java.lang.reflect.InvocationTargetException
at com.opencms.file.CmsRegistry.<init>(CmsRegistry.java:137)
at
com.opencms.file.genericSql.CmsResourceBroker.init(CmsResourceBroker.java:3521)
at com.opencms.file.CmsRbManager.init(CmsRbManager.java:86)
at com.opencms.core.OpenCms.<init>(OpenCms.java:134)
at com.opencms.core.OpenCmsServlet.init(OpenCmsServlet.java:593)
at
org.apache.tomcat.core.ServletWrapper.initServlet(ServletWrapper.java:315)
at
org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:276)
at
org.apache.tomcat.context.LoadOnStartupInterceptor.contextInit(LoadOnStartupInterceptor.java:132)
at
org.apache.tomcat.core.ContextManager.initContext(ContextManager.java:227)
at org.apache.tomcat.core.ContextManager.init(ContextManager.java:201)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:156)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163)
[CmsException]: 21 XML parsing error
Detailed Error: Normalizing the XML document failed. Possibly you are using
concurrent versions of the XML parser with different DOM levels.
Caught Exception: java.lang.reflect.InvocationTargetException
at
com.opencms.template.A_CmsXmlContent.throwException(A_CmsXmlContent.java:1646)
at com.opencms.template.A_CmsXmlContent.parse(A_CmsXmlContent.java:1151)
at com.opencms.file.CmsRegistry.<init>(CmsRegistry.java:134)
at
com.opencms.file.genericSql.CmsResourceBroker.init(CmsResourceBroker.java:3521)
at com.opencms.file.CmsRbManager.init(CmsRbManager.java:86)
at com.opencms.core.OpenCms.<init>(OpenCms.java:134)
at com.opencms.core.OpenCmsServlet.init(OpenCmsServlet.java:593)
at
org.apache.tomcat.core.ServletWrapper.initServlet(ServletWrapper.java:315)
at
org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:276)
at
org.apache.tomcat.context.LoadOnStartupInterceptor.contextInit(LoadOnStartupInterceptor.java:132)
at
org.apache.tomcat.core.ContextManager.initContext(ContextManager.java:227)
at org.apache.tomcat.core.ContextManager.init(ContextManager.java:201)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:156)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163)
[01.11.2000 15:35:55] <opencms_init> [OpenCms] Critical error while loading
resourcebroker: [CmsException]: 34 Registry error
Detailed Error: couldn't init registry
Caught Exception: [CmsException]: 21 XML parsing error
Detailed Error: Normalizing the XML document failed. Possibly you are using
concurrent versions of the XML parser with different DOM levels.
Caught Exception: java.lang.reflect.InvocationTargetException
at com.opencms.file.CmsRegistry.<init>(CmsRegistry.java:137)
at
com.opencms.file.genericSql.CmsResourceBroker.init(CmsResourceBroker.java:3521)
at com.opencms.file.CmsRbManager.init(CmsRbManager.java:86)
at com.opencms.core.OpenCms.<init>(OpenCms.java:134)
at com.opencms.core.OpenCmsServlet.init(OpenCmsServlet.java:593)
at
org.apache.tomcat.core.ServletWrapper.initServlet(ServletWrapper.java:315)
at
org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:276)
at
org.apache.tomcat.context.LoadOnStartupInterceptor.contextInit(LoadOnStartupInterceptor.java:132)
at
org.apache.tomcat.core.ContextManager.initContext(ContextManager.java:227)
at org.apache.tomcat.core.ContextManager.init(ContextManager.java:201)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:156)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163)
[CmsException]: 21 XML parsing error
Detailed Error: Normalizing the XML document failed. Possibly you are using
concurrent versions of the XML parser with different DOM levels.
Caught Exception: java.lang.reflect.InvocationTargetException
at
com.opencms.template.A_CmsXmlContent.throwException(A_CmsXmlContent.java:1646)
at com.opencms.template.A_CmsXmlContent.parse(A_CmsXmlContent.java:1151)
at com.opencms.file.CmsRegistry.<init>(CmsRegistry.java:134)
at
com.opencms.file.genericSql.CmsResourceBroker.init(CmsResourceBroker.java:3521)
at com.opencms.file.CmsRbManager.init(CmsRbManager.java:86)
at com.opencms.core.OpenCms.<init>(OpenCms.java:134)
at com.opencms.core.OpenCmsServlet.init(OpenCmsServlet.java:593)
at
org.apache.tomcat.core.ServletWrapper.initServlet(ServletWrapper.java:315)
at
org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:276)
at
org.apache.tomcat.context.LoadOnStartupInterceptor.contextInit(LoadOnStartupInterceptor.java:132)
at
org.apache.tomcat.core.ContextManager.initContext(ContextManager.java:227)
at org.apache.tomcat.core.ContextManager.init(ContextManager.java:201)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:156)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163)
More information about the opencms-dev
mailing list