<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Thomas,<br>
<br>
Thanks for the reply.  Your suggestion of setting the host to '%' for
the user used by OpenCMS to connect to MySQL really did the trick!  I
set the host of one of my root user to '%' and went through the OpenCMS
setup wizard one more time using the root user.  Then I finished the
install, and went to this page:<br>
<a class="moz-txt-link-freetext" href="http://[my">http://[my</a> server ip address]:8080/opencms/opencms/index.jsp<br>
Instead of a long list of errors, I saw the congratulations page of
OpenCMS install.<br>
<br>
I tried setting the file.encoding in $CATALINA_HOME/bin/catalina.sh,
but that still did not work for me.  So I just went back to the old
way, which was setting CATALINA_OPTS to the encoding used by OpenCMS in
my tomcat4.conf file, which works for me.<br>
<br>
Thanks again for your help.<br>
<br>
- Jovanka<br>
<br>
Thomas März wrote:<br>
<blockquote type="cite" cite="mid84y8ympj0u.fsf@gmx.de">
  <pre wrap="">Jovanka Pangestu <a class="moz-txt-link-rfc2396E" href="mailto:jupangestu@thalesraytheon-us.com"><jupangestu@thalesraytheon-us.com></a> writes:
  </pre>
  <blockquote type="cite">
    <pre wrap="">that problem was doing a mysql statement: "grant all on *.* to
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">Then I happily go through the install and the wizard ended
succesfully, but when I click the link to start opencms at the
following link
<a class="moz-txt-link-freetext" href="http://localhost:8080/opencms/opencms/index.jsp">http://localhost:8080/opencms/opencms/index.jsp</a>, I get a list of
errors of these 4 root causes:

   1. com.opencms.core.CmsException: 33 Resourcebroker-init error.
    </pre>
  </blockquote>
  <pre wrap=""><!---->UPDATE user SET Host='%' WHERE user='user; and try to reconnect. Read
also <a class="moz-txt-link-freetext" href="http://www.mysql.com/doc/en/Access_denied.html">http://www.mysql.com/doc/en/Access_denied.html</a>

Can you connect with 'mysql -user u -p password' on localhost?

  </pre>
  <blockquote type="cite">
    <pre wrap="">MySQL 3.23.49-3
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">CATALINA_OPTS=-Dfile.encoding=ISO-8859-1
in the tomcat4.config file.  I wasn't sure where to set that variable,
    </pre>
  </blockquote>
  <pre wrap=""><!---->If you aren't sure set it in $CATALINA_HOME/bin/catalina.sh

Best Regards,
Thomas März

_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a>

  </pre>
</blockquote>
</body>
</html>