On Wed, 19 Apr 2000, Sara Bertocco wrote:
> Hi all,
> I followed the Khalid's suggestions to configure Jetspeed
> to require login. I obtained the correct login page, but
> I did not obtain the connection to the database.
> I have this error:
> 
> ----------
> Exception: java.lang.Error: Error in BasePeer.initTableSchema(): Invalid
> authorization specification: Access denied for
> user: 'bertocco&password@garamond' (Using password: NO)

That's odd.  The gjt.org driver does not support passwords in the URL.  The
method getConnection(String url, String name, String password) or possibly
getConnection(String url, Properties properties) must be used.

Turbine automatically pulls the password and username from
TurbineResources.properties.  So, I'm wondering why a Turbine method is
generating this error.  Did you set database.default.username and
database.default.password separately, or try to combine the password with the
user name?  It looks like you left the password property blank....

-ed


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to