I think this is the relevant line from the logs:<br>
<br>
06 Jan 2006 19:59:52,106 ERROR [ache.commons.digester.Digester:1538] Parse<br>
Error at line 94 column 14: The content of element type "system" must match<br>
"(internationalization,mail
<div id="mb_0">,scheduler,versionhistory,resourceinit?,requesthandlers?,passwordhandler,loginmanager?,loginmessage?,sites,runtimeproperties?,runtimeclasses,defaultusers,defaultcontentencoding,memorymonitor?,flexcache,http-authentication,resultcache)".
<br><br>
My guess is that 6.0.3 is using a DTD (Document Type Definition) to
validate the XML config files, which may not have been the case in
earlier versions. Check your opencms-system.xml file. If you look at
the files in WEB-INF/lib/opencms.jar you will notice some DTD files
there, including opencms-system.dtd. My guess is that your
opencms-system.xml must conform to that DTD.<br>
<br>
It's probably something simple like having the main elements in the wrong order.<br>
<br>
Joe.<br>
<br>
<br>
</div>
<br><br><div><span class="gmail_quote">On 1/8/06, <b class="gmail_sendername">Ilya S. Ahimov</b> <<a href="mailto:cms@isu.ru">cms@isu.ru</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi!<br>Please help me with upgrade.<br><br>After upgrade the following critical error occured:<br><br>---------------<br>org.OpenCms.main.CmsInitException: Critical error during OpenCms<br>initialization: Unable to read the OpenCms XML configuration.
<br>org.OpenCms.main.OpenCmsCore.getInstance(OpenCmsCore.java:268)<br>org.OpenCms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:120)<br>javax.servlet.http.HttpServlet.service(HttpServlet.java:689)<br><br>
</blockquote></div><br>