I have Tomcat 3.1 and Apache 1.3.12 running on my Redhat server and I am now
trying to get Turbine running so that I can run Jyve.

Tomcat is working ok because I can run the demo servlets but unfortunately
when I try to run Turbine using the URL http://redhat-dev/servlet/Turbine I
get the following error:

Exception: java.lang.Error: Error in BasePeer.initTableSchema(Visitor):
Invalid authorization specification: Access denied for user:
'[EMAIL PROTECTED]' (Using password: YES)
        at
org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:207)
        at
org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:166)
        at
org.apache.turbine.om.user.peer.TurbineUserPeer.<clinit>(TurbineUserPeer.jav
a:146)
        at
org.apache.turbine.om.user.peer.UserFactory.getUser(UserFactory.java:159)
        etc

If I try to refresh I get the following error:

Exception: java.lang.NoClassDefFoundError:
org/apache/turbine/om/user/peer/TurbineUserPeer
        at
org.apache.turbine.om.user.peer.UserFactory.getUser(UserFactory.java:159)
        at
org.apache.jyve.actions.sessionvalidator.DefaultSessionValidator.doPerform(D
efaultSessionValidator.java:101)
        at org.apache.turbine.modules.Action.perform(Action.java:77)
        etc

It would seem that the first error is to do with the user turbineuser not
having access to mysql.  I have gone into the Unix command line and tested
that turbineuser can log in using mysql turbine -u turbineuser -p.  However
I am sure that this is effectively using turbineuser@localhost.  I have set
up a [EMAIL PROTECTED] ... in mysql but still no change.

Can anyone give me any pointers as to what is causing the error or how I can
check the permissions on mysql?

Thanks

Shaun Campbell


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to