<DIV>Thanks, Mark! cp1252 encoding was indeed the cause of the problem. Changing it to IS0-8859-1 in Tomcat solved it. </DIV>
<DIV> </DIV>
<DIV>Note for those who encounter a similar problem in future -</DIV>
<DIV>simply set your Tomcat environment variable as follows:</DIV>
<DIV>CATALINA_OPTS=-Dfile.encoding=ISO-8859-1</DIV>
<DIV> </DIV>
<DIV>Thanks again to everyone who helped solve this!<BR><BR><B><I>"Roedel, Mark" <MarkRoedel@letu.edu></I></B> wrote:</DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">-----Original Message-----<BR>From: Yogen Kapadia [mailto:yogen_kapadia@yahoo.com] <BR>Sent: Tuesday, May 06, 2003 7:52 PM<BR>To: opencms-dev@opencms.org<BR>Subject: [opencms-dev] index.jsp page gives "Could not connect to the<BR>database. Is the database up and running?" error<BR><BR><BR>> My installation of OpenCMS was successful but on trying to<BR>> connect to the start page - http://localhost:8080/opencms/ <BR>> opencms/index.jsp I received the following error. <BR>><BR>> javax.servlet.ServletException: OpenCms initialization error!<BR>> Could not connect to the database. Is the database up and running?<BR>> at<BR>com.opencms.core.OpenCmsHttpServlet.init(OpenCmsHttpServlet.java:245)<BR>><BR>> [snip]<BR>><BR>> root cause <BR>> com.opencms.core.CmsException: 33 Resourcebroker-init error. Detailed<BR>> error: Database init failed. <BR>> root cause was com.opencms.core.CmsException: 33 Resourcebroker-init<BR>> error. Detailed error: Critical error while loading resourcebroker. <BR>> root cause was com.opencms.core.CmsException: 34 Registry error.<BR>> Detailed error: couldn't init registry. <BR>> root cause was com.opencms.core.CmsException: 21 XML parsing error.<BR>> Detailed error: Cannot parse XML file "null". org.xml.sax.SAXParse<BR>> Exception: The encoding "Cp1252" is not supported. <BR><BR>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<BR><BR>This message here, under the "root cause" header, looks like it might be<BR>saying something significant. Do you get anywhere different if you<BR>change Jboss/Tomcat's file encoding to something ISO-8859-ish? (On my<BR>system, for the record, it's set to ISO-8859-1...)<BR><BR><BR>---<BR>Mark Roedel | "The most overlooked advantage to owning a<BR>Systems Programmer | computer is that if they foul up there's no<BR>LeTourneau University | law against whacking them around a little."<BR>Longview, Texas USA | -- Owen Porterfield<BR>_______________________________________________<BR>This mail is send to you from the opencms-dev mailing list<BR>To change your list options, or to unsubscribe from the list, please visit<BR>http://mail.opencms.org/mailman/listinfo/opencms-dev</BLOCKQUOTE>