Thank you guys, It works properly now. I have changed the connector, I am now using the mm.mysql-2.0.14.
Best regards Ced __________________________________ C�dric BARDE Disneyland Resort Paris - Information Services B�timent Robin Hood - BP 100 77777 Marne-La-Vall�e T�l : 01 64 74 65 49 Fax : 01 64 74 65 65 Email : [EMAIL PROTECTED] > -----Original Message----- > From: J�rgen Hoffmann [SMTP:[EMAIL PROTECTED]] > Sent: Monday, November 25, 2002 12:07 PM > To: 'Jetspeed Users List' > Subject: AW: Configuring Jetspeed with MySQL > > Hi, > > No the Drivername is correct for mysql connector/j. Please make sure > that you copy the mysql connector/j to the WEB-INF/lib directory and you > do not have any old mysql jars in the classpath, i.e. TOMCAT/lib/common, > etc. I do not know if Torque works well with mysql connector/j. I have > only used it with mm.mysql-2.0.14-bin.jar and with this it worked > perfectly for me. > > Hope this helps > > Kind regards > > J�rgen Hoffmann > ByteACTION GmbH > > cert. Perl Programmer > cert. Linux System Administrator > cert. Java Programmer > > > -----Urspr�ngliche Nachricht----- > Von: Raffaele Ragni [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 25. November 2002 11:59 > An: Jetspeed Users List > Betreff: Re: Configuring Jetspeed with MySQL > > > The name of your driver seems strange (reading from the error), i know > it has always been org.gjt.mm.mysql.Driver (Probably is it a new version > of it?) Though, as far i can see, it doesn't recognize the driver class, > probably it is a class path problem, or something similar. > > Il lun, 2002-11-25 alle 11:46, BARDE, CEDRIC ha scritto: > > Hi all, > > > > I am trying to make Jetspeed work with a MySQL database and I get the > > following error when hitting http://localhost:8080/jetspeed : > > > > Horrible Exception: java.lang.Error: Error in > > BasePeer.initTableSchema(TURBINE_USER): Unknown JDBC driver: > > com.mysql.jdbc.Driver: Check your configuration file at > > org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.initClass( > > BaseTu > > rbineUserPeer.java:130) at > > > org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.(BaseTurbine > User > > Peer.java:109) at > > > org.apache.jetspeed.services.security.turbine.TurbineUserManagement.getU > ser( > > TurbineUserManagement.java:164) at > > > org.apache.jetspeed.services.JetspeedUserManagement.getUser(JetspeedUser > Mana > > gement.java:98) at > > > org.apache.jetspeed.services.security.turbine.TurbineAuthentication.getA > nony > > mousUser(TurbineAuthentication.java:184) at > > > org.apache.jetspeed.services.JetspeedAuthentication.getAnonymousUser(Jet > spee > > dAuthentication.java:107) at > > > org.apache.jetspeed.services.JetspeedSecurity.getAnonymousUser(JetspeedS > ecur > > ity.java:157) at > > > org.apache.jetspeed.modules.actions.TemplateSessionValidator.doPerform(T > empl > > ateSessionValidator.java:97) at > > > org.apache.jetspeed.modules.actions.JetspeedSessionValidator.doPerform(J > etsp > > eedSessionValidator.java:103) at > > org.apache.turbine.modules.Action.perform(Action.java:87) at > > org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122) at > > org.apache.turbine.Turbine.doGet(Turbine.java:468) at > > javax.servlet.http.HttpServlet.service(HttpServlet.java) at > > javax.servlet.http.HttpServlet.service(HttpServlet.java) at > > > org.apache.tomcat.facade.ServletHandler.doService(ServletHandler.java:57 > 4) > > at org.apache.tomcat.core.Handler.invoke(Handler.java:322) at > > org.apache.tomcat.core.Handler.service(Handler.java:235) at > > > org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:485) > at > > > org.apache.tomcat.facade.RequestDispatcherImpl.doForward(RequestDispatch > erIm > > pl.java:272) at > > > org.apache.tomcat.facade.RequestDispatcherImpl.forward(RequestDispatcher > Impl > > .java:174) at > > > org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:4 > 23) > > at index_1._jspService(index_1.java:51) at > > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119) at > > javax.servlet.http.HttpServlet.service(HttpServlet.java) at > > > org.apache.tomcat.facade.ServletHandler.doService(ServletHandler.java:57 > 4) > > at org.apache.tomcat.core.Handler.invoke(Handler.java:322) at > > org.apache.tomcat.core.Handler.service(Handler.java:235) at > > > org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:485) > at > > > org.apache.tomcat.core.ContextManager.internalService(ContextManager.jav > a:91 > > 7) at > org.apache.tomcat.core.ContextManager.service(ContextManager.java:833) > > at > > > org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Htt > p10I > > nterceptor.java:176) at > > > org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:49 > 4) > > at > > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool > .jav > > a:516) at java.lang.Thread.run(Thread.java:479) > > > > The database has been created and populated with the help of the > > scripts given by Jetspeed, the JDBC driver is installed (the JAR file > > is in the WEB-INF/lib directory), so I don't understand what the > > problem could be. > > > > Thanx in advance for your help! > > Ced > > > > __________________________________ > > C�dric BARDE > > Disneyland Resort Paris - Information Services > > B�timent Robin Hood - BP 100 > > 77777 Marne-La-Vall�e > > T�l : 01 64 74 65 49 > > Fax : 01 64 74 65 65 > > Email : [EMAIL PROTECTED] > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
