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)
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Error.<init>(Error.java:50)
        at
org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:221)
        at <Unloaded Method>
        at
org.apache.turbine.om.user.TurbineUser.retrieveFromStorage(TurbineUser.java:346)
        at
org.apache.turbine.om.user.peer.UserFactory.getUser(UserFactory.java:113)
        at
org.apache.turbine.om.user.peer.UserFactory.getUser(UserFactory.java:88)
        at
org.apache.turbine.modules.actions.LoginUser.build(LoginUser.java:96)
        at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:111)
        at Turbine.doGet(Compiled Code)
        at Turbine.doPost(Turbine.java:365)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:314)
        at org.apache.jserv.JServConnection.run(JServConnection.java:188)
        at java.lang.Thread.run(Thread.java:479)
----------

My database is mysql, amd I am using org.gjt.mm.mysql.Driver.
In the database logfile I have:

----------
000419 17:05:15    5506 Connect    Access denied for
user: 'bertocco&password@garamond' (Using password: YES)
----------

So,
Jetspeed logs       "Using password: NO"
mysql    logs       "Using password: YES"
perhaps this is the problem. Is it samething to configure?

Thanks, Sara.



--
--------------------------------------------------------------
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