<!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>Michael,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks for the suggestion. However, I'm running 
other apps which are connecting to the very same database server. In any event, 
unless I'm mistaken, the SetUp program should run even in the absence of a 
database right? One of the steps is actually configuring database connection 
parameters...</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Regards,<BR>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=Michael.Dernen@framfab.de 
  href="mailto:Michael.Dernen@framfab.de">Michael Dernen</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 5:03 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> AW: [opencms-dev] Installation 
  Help (Yet another resourcebroker error)</DIV>
  <DIV><BR></DIV>Hi Kelvin,<BR><BR>maybe the problem is that the database 
  connection <BR>to your database server can't be established because the user 
  has <BR>not the appropriate rights to connect from the <BR>system where 
  OpenCms is running to the database server?<BR>Look at the user table of MySQL 
  if the ocmuser you use<BR>is allowed to connect from the OpenCms system 
  host.<BR>You can also see the section 7 (security) in the installation 
  manual<BR>how to add a user to the user table of MySQL.<BR>This is certainly 
  just a guess, hope it's helpful.<BR><BR>Regards, Michael 
  <BR><BR>-----Ursprüngliche Nachricht-----<BR>Von: Kelvin Tan 
  [mailto:kelvin@relevanz.com]<BR>Gesendet: Dienstag, 22. Januar 2002 
  13:37<BR>An: <A 
  href="mailto:opencms-dev@www.opencms.com">opencms-dev@www.opencms.com</A><BR>Betreff: 
  [opencms-dev] Installation Help (Yet another 
  resourcebroker<BR>error)<BR><BR><BR>Hi,<BR><BR>Before you sigh and go "Yet 
  ANOTHER one...", I've<BR>a) RTFM<BR>b) searched the 
  archives<BR><BR>:)<BR><BR>Downloaded opencms_4.4.6_major.zip. I've followed 
  the instructions in<BR>install.html to the letter. The only deviation I have 
  up to Step 4, is that<BR>after Tomcat (4.0.1) has unpacked opencms.war, I 
  modified<BR>web-inf/config/opencms.properties, changing the jdbc url from 
  localhost to<BR>that of my database server. That's ok right?<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 Tomcat<BR>returns HTTP Status 503 - Servlet jsp is currently 
  unavailable.<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>, 
  Tomcat<BR>complains:<BR><BR>javax.servlet.ServletException: Critical error 
  while loading resourcebroker.<BR> at 
  com.opencms.core.OpenCmsHttpServlet.init(OpenCmsHttpServlet.java:687)<BR> at 
  com.opencms.boot.OpenCmsServlet.init(OpenCmsServlet.java:89)<BR> at 
  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: Apache<BR>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 98<BR>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 cms-object<BR>[22.01.2002 20:30:35] 
  <opencms_init> [OpenCms] initializing the 
  main<BR>resource-broker<BR>[22.01.2002 20:30:35] <opencms_init> 
  [CmsRbManager] ressourcebroker-name:<BR>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 dbaccess-module.<BR>[22.01.2002 20:30:35] 
  <opencms_init> [CmsDbAccess] read pool-name from<BR>configurations: 
  jdbc:opencmspool:mysql<BR>[22.01.2002 20:30:35] <opencms_init> 
  [CmsDbAccess] read online-pool-name<BR>from configurations: 
  jdbc:opencmspool:mysqlonline<BR>[22.01.2002 20:30:35] <opencms_init> 
  [CmsDbAccess] read backup-pool-name<BR>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, using:<BR>MD5 Message 
  Digest from SUN, <initialized><BR><BR>[22.01.2002 20:30:36] 
  <opencms_init> [CmsDbAccess] fill default resources<BR>[22.01.2002 
  20:30:36] <opencms_init> [CmsRbManager] Critical error while<BR>loading 
  resourcebroker.<BR>[22.01.2002 20:30:36] <opencms_init> [OpenCms] 
  Critical error while loading<BR>resourcebroker.<BR><BR>No surprises here. It's 
  pretty much everyone on the mailing list faced with<BR>installation issues has 
  been getting...Tried searching the archives to no<BR>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></BLOCKQUOTE></BODY></HTML>