<!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.2712.300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Stephan,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>You're absolutely right, of course. :)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Tried a clean install and it works. Thanks for the 
great support y'all!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Kelvin</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=hartmann@waehrisch-feykes.de 
  href="mailto:hartmann@waehrisch-feykes.de">Stephan Hartmann</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=opencms-dev@www.opencms.com 
  href="mailto:opencms-dev@www.opencms.com">opencms-dev@www.opencms.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, January 23, 2002 8:46 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [opencms-dev] Installation 
  Help (Yet another resourcebroker error)</DIV>
  <DIV><BR></DIV>Hi Kelvin,<BR><BR>> > Stephan,<BR>><BR>> Tomcat's 
  logs are reticent about the error. But here's why I think it's an<BR>> 
  OpenCMS error...<BR>><BR>> Looking at web.xml, we can see that all 
  requests ending with ".ocjsp" is<BR>> handled by OpenCmsServlet. 
  <BR><BR>No, we only see that *.ocjsp is mapped to a servlet called jsp which 
  is <BR>defined in tomcats web.xml in conf directory.<BR>in fact, it is 
  org.apache.jasper.servlet.JspServlet<BR><BR>so "HTTP Status 503 - Servlet jsp 
  is currently unavailable" sounds to me like <BR>a misconfiguration of your 
  tomcat. check your tomcat's web.xml.<BR><BR>Maybe you should try a new clean 
  tomcat installation.<BR><BR>bye,<BR>Stephan<BR><BR><BR>> What I tried doing 
  was commenting out the<BR>> declaration of OpenCmsServlet in web.xml and 
  loading the URL. What happened<BR>> was that the SetUp Welcome page loaded. 
  However, the JSP parameters were<BR>> not filled out, since it depends on 
  OpenCmsServlet to do that.<BR>><BR>> So, I concluded that the problem 
  was OpenCmsServlet's init() method, which<BR>> after tracing through the 
  source code and going half-mad in the process,<BR>> didn't really lead me 
  to any real conclusions. That was when I posted for<BR>> help. 
  :)<BR>><BR>> Regards,<BR>> Kelvin<BR>>   ----- Original 
  Message -----<BR>>   From: Stephan Hartmann<BR>>   
  To: <A 
  href="mailto:opencms-dev@www.opencms.com">opencms-dev@www.opencms.com</A><BR>>   
  Sent: Wednesday, January 23, 2002 7:41 PM<BR>>   Subject: Re: 
  [opencms-dev] Installation Help (Yet another resourcebroker<BR>> 
  error)<BR>><BR>><BR>>   Hi 
  Kelvin,<BR>><BR>>   > Launching my browser to access <A 
  href="http://localhost:8080/opencms/ocsetup">http://localhost:8080/opencms/ocsetup</A><BR>>   
  > redirects to <A 
  href="http://localhost:8080/opencms/ocsetup/index.ocjsp">http://localhost:8080/opencms/ocsetup/index.ocjsp</A>, 
  and<BR>>   > Tomcat returns HTTP Status 503 - Servlet jsp is 
  currently unavailable.<BR>><BR>>   for me it really doesn't 
  seem to be an opencms problem. Is there more<BR>>   information 
  about this 503 Status in tomcat's logs?  Can you examine 
  the<BR>>   ocsetup directory? can you view index.ocjsp with an 
  editor?<BR>><BR>>   > log/opencms.log is 
  empty.<BR>>   ><BR>>   > Changing the url to 
  <A 
  href="http://localhost:8080/opencms/ocsetup/index.jsp">http://localhost:8080/opencms/ocsetup/index.jsp</A>,<BR>>   
  > Tomcat complains:<BR>>   ><BR>>   > 
  javax.servlet.ServletException: Critical error while 
  loading<BR>>   > resourcebroker. at<BR>>   > 
  com.opencms.core.OpenCmsHttpServlet.init(OpenCmsHttpServlet.java:687)<BR>>   
  > at 
  com.opencms.boot.OpenCmsServlet.init(OpenCmsServlet.java:89)<BR>>   
  >  at<BR>>   > 
  org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:852)<BR>>   
  > <snip><BR>>   ><BR>>   > 
  log/opencms.log now says:<BR>>   > [22.01.2002 20:30:35] 
  <opencms_init> [OpenCmsServlet] logging started<BR>>   > 
  [22.01.2002 20:30:35] <opencms_init> [OpenCmsServlet] Server 
  Info:<BR>>   > Apache Tomcat/4.0.1<BR>>   > 
  [22.01.2002 20:30:35] <opencms_init> [OpenCmsServlet] JDK Info: 
  Java<BR>>   > HotSpot(TM) Client VM 1.3.0-C mixed mode Sun 
  Microsystems Inc.<BR>>   > [22.01.2002 20:30:35] 
  <opencms_init> [OpenCmsServlet] OS Info: Windows<BR>>   
  > 98 4.10 x86<BR>>   > [22.01.2002 20:30:35] 
  <opencms_init> [OpenCmsServlet] redirect-rule:<BR>>   > 
  /pics/ -> /${WEB_APP_NAME}/pics/<BR>>   > [22.01.2002 
  20:30:35] <opencms_init> [OpenCmsServlet] 
  redirect-rule:<BR>>   > /download/ -> 
  /${WEB_APP_NAME}/download/<BR>>   > [22.01.2002 20:30:35] 
  <opencms_init> [OpenCmsServlet] Clusterurl:<BR>>   > 
  [22.01.2002 20:30:35] <opencms_init> [OpenCms] creating 
  first<BR>>   > cms-object [22.01.2002 20:30:35] 
  <opencms_init> [OpenCms] initializing<BR>>   > the main 
  resource-broker<BR>>   > [22.01.2002 20:30:35] 
  <opencms_init> [CmsRbManager]<BR>>   > 
  ressourcebroker-name: mysql<BR>>   > [22.01.2002 20:30:35] 
  <opencms_init> [CmsRbManager]<BR>>   > 
  ressourcebroker-classname: 
  com.opencms.file.mySql.CmsResourceBroker<BR>>   > [22.01.2002 
  20:30:35] <opencms_init> [CmsRbManager] got rb-class<BR>>   
  > [22.01.2002 20:30:35] <opencms_init> [CmsRbManager] created 
  rb-instance<BR>>   > [22.01.2002 20:30:35] 
  <opencms_init> [CmsResourceBroker] init the<BR>>   > 
  dbaccess-module.<BR>>   > [22.01.2002 20:30:35] 
  <opencms_init> [CmsDbAccess] init the<BR>>   > 
  dbaccess-module. [22.01.2002 20:30:35] <opencms_init> 
  [CmsDbAccess]<BR>>   > read pool-name from configurations: 
  jdbc:opencmspool:mysql<BR>>   > [22.01.2002 20:30:35] 
  <opencms_init> [CmsDbAccess] read<BR>>   > 
  online-pool-name from configurations: 
  jdbc:opencmspool:mysqlonline<BR>>   > [22.01.2002 20:30:35] 
  <opencms_init> [CmsDbAccess] read<BR>>   > 
  backup-pool-name from configurations: 
  jdbc:opencmspool:mysqlbackup<BR>>   > [22.01.2002 20:30:35] 
  <opencms_init> [CmsDbAccess] read digest from<BR>>   > 
  configurations: MD5<BR>>   > [22.01.2002 20:30:35] 
  <opencms_init> [CmsDbAccess] digest created,<BR>>   > 
  using: MD5 Message Digest from SUN, <initialized><BR>>   
  ><BR>>   > [22.01.2002 20:30:36] <opencms_init> 
  [CmsDbAccess] fill default<BR>>   > resources [22.01.2002 
  20:30:36] <opencms_init> [CmsRbManager] Critical<BR>>   
  > error while loading resourcebroker.<BR>>   > [22.01.2002 
  20:30:36] <opencms_init> [OpenCms] Critical error 
  while<BR>>   > loading resourcebroker.<BR>>   
  ><BR>>   > No surprises here. It's pretty much everyone on 
  the mailing list faced<BR>>   > with installation issues has 
  been getting...Tried searching the<BR>>   > archives to no 
  avail. Most of the relevant messages are pretty dated.<BR>>   
  ><BR>>   > Does anyone have any clue? Would appreciate the 
  help.<BR>>   ><BR>>   > 
  Regards,<BR>>   > 
  Kelvin<BR><BR>----------------------------------------<BR>Content-Type: 
  text/html; charset="iso-8859-1"; name="Anhang: 
  1"<BR>Content-Transfer-Encoding: quoted-printable<BR>Content-Description: 
  <BR>----------------------------------------<BR><BR></BLOCKQUOTE></BODY></HTML>