<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1226" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=498460820-19092003>I'm a newbie to 
OpenCms so please excuse me if this question is too simple. I just installed 
OpenCMS and can create jsp and text files; however, when I try to edit any html 
file within OpenCMS, I get a http 500 error with the following 
message:</SPAN></FONT></DIV>
<DIV><FONT face=Arial><SPAN class=498460820-19092003><PRE><FONT size=2><FONT face=Arial>java.lang.NoSuchMethodError: org.apache.xerces.dom.CoreDocumentImpl.getEncoding()Ljava/lang/String;
        com.opencms.template.CmsXmlXercesParser.getOriginalEncoding(CmsXmlXercesParser.java:193)
        com.opencms.template.CmsXmlXercesParser.getXmlText(CmsXmlXercesParser.java:131)
        com.opencms.workplace.CmsNewResourcePage.createPagefile(CmsNewResourcePage.java:118)
        com.opencms.workplace.CmsNewResourcePage.getContent(CmsNewResourcePage.java:190)
        com.opencms.template.cache.CmsElementXml.getContent(CmsElementXml.java:171)
        com.opencms.template.cache.CmsUri.callCanonicalRoot(CmsUri.java:185)
        com.opencms.template.cache.CmsElementCache.callCanonicalRoot(CmsElementCache.java:149)
        com.opencms.launcher.CmsXmlLauncher.generateOutput(CmsXmlLauncher.java:285)
        com.opencms.launcher.CmsXmlLauncher.launch(CmsXmlLauncher.java:341)
        com.opencms.launcher.A_CmsLauncher.initlaunch(A_CmsLauncher.java:274)
        com.opencms.core.OpenCms.showResource(OpenCms.java:956)
        com.opencms.core.OpenCmsHttpServlet.doGet(OpenCmsHttpServlet.java:310)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:856)</FONT>
</FONT></PRE></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=498460820-19092003>Tomcat spits this 
out:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2>2003-09-19 16:00:28 
StandardWrapperValve[OpenCmsServlet]: Servlet.service() for servlet 
OpenCmsServlet threw exception<BR>java.lang.NoSuchMethodError: 
org.apache.xerces.dom.CoreDocumentImpl.getEncoding()Ljava/lang/String;<BR> at 
com.opencms.template.CmsXmlXercesParser.getOriginalEncoding(CmsXmlXercesParser.java:193)<BR> at 
com.opencms.template.CmsXmlXercesParser.getXmlText(CmsXmlXercesParser.java:131)<BR> at 
com.opencms.workplace.CmsNewResourcePage.createPagefile(CmsNewResourcePage.java:118)<BR> at 
com.opencms.workplace.CmsNewResourcePage.getContent(CmsNewResourcePage.java:190)<BR> at 
com.opencms.template.cache.CmsElementXml.getContent(CmsElementXml.java:171)<BR> at 
com.opencms.template.cache.CmsUri.callCanonicalRoot(CmsUri.java:185)<BR> at 
com.opencms.template.cache.CmsElementCache.callCanonicalRoot(CmsElementCache.java:149)<BR> at 
com.opencms.launcher.CmsXmlLauncher.generateOutput(CmsXmlLauncher.java:285)<BR> at 
com.opencms.launcher.CmsXmlLauncher.launch(CmsXmlLauncher.java:341)<BR> at 
com.opencms.launcher.A_CmsLauncher.initlaunch(A_CmsLauncher.java:274)<BR> at 
com.opencms.core.OpenCms.showResource(OpenCms.java:956)<BR> at 
com.opencms.core.OpenCmsHttpServlet.doGet(OpenCmsHttpServlet.java:310)<BR> at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:743)<BR> at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)<BR> at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:286)<BR> at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<BR> at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:258)<BR> at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)<BR> at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)<BR> at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:256)<BR> at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:210)<BR> at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)<BR> at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)<BR> at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:196)<BR> at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)<BR> at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:175)<BR> at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)<BR> at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)<BR> at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156)<BR> at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)<BR> at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)<BR> at 
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:974)<BR> at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:207)<BR> at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:647)<BR> at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:497)<BR> at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:575)<BR> at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:649)<BR> at 
java.lang.Thread.run(Thread.java:534)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><SPAN class=498460820-19092003><FONT face=Arial size=2>If someone could 
point me in the right direction, I would really appreciate 
it.</FONT></SPAN></DIV>
<DIV><SPAN class=498460820-19092003><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=498460820-19092003><FONT face=Arial size=2>Thanks, 
</FONT></SPAN></DIV>
<DIV><SPAN class=498460820-19092003><FONT face=Arial 
size=2>JH</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>