Please don't flame me if this is in the FAQ, since for the last two days
the faq has been working intermittently and usually not at all when I want
to get into it.
My config:
JDK1.3
WinNT
JSDK2.0
JServ1.1.1
I've succesfully compiled turbine and then tested:
localhost/servlets/Turbine
I get a login screen, username turbine, password turbine then receive this
error:
java.lang.NoClassDefFoundError:
org/apache/turbine/om/user/peer/TurbineUserPeer
at
org.apache.turbine.om.user.TurbineUser.retrieveFromStorage(TurbineUser.java
:345)
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.doPerform(LoginUser.java:96)
at org.apache.turbine.modules.Action.perform(Action.java:77)
at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:111)
at Turbine.doGet(Compiled Code)
at Turbine.doPost(Turbine.java:368)
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)
java.lang.NoClassDefFoundError:
org/apache/turbine/om/user/peer/TurbineUserPeer
My jserv.properties has:
wrapper.classpath=C:\Program Files\Apache JServ 1.1\ApacheJServ.jar
wrapper.classpath=c:\jsdk2.0\lib\jsdk.jar
wrapper.classpath=c:\myclasses
wrapper.classpath=c:\jbuilder2\lib\mysql_comp.jar
wrapper.classpath=c:\turbine\lib\jdbc-se2.0.jar
wrapper.classpath=c:\turbine\lib\activation-1.0.1.jar
wrapper.classpath=c:\turbine\lib\ecs-1.3.3.jar
wrapper.classpath=c:\turbine\bin\turbine-2.0.jar
wrapper.classpath=c:\turbine\lib\village-1.3.jar
wrapper.classpath=c:\turbine\lib\castor-0.8.2.jar
wrapper.classpath=c:\turbine\lib\freemarker-jdk1.2.ja
wrapper.classpath=c:\turbine\lib\jndi-1.2.1.jar
wrapper.classpath=c:\turbine\lib\jta1.0.1.jar
wrapper.classpath=c:\turbine\lib\mail-1.1.3.jar
wrapper.classpath=c:\turbine\lib\webmacro-jdk1.2-CVS.jar
wrapper.classpath=c:\turbine\lib\xerces-1.1.0.jar
wrapper.classpath=c:\turbine\lib\xmlrpc.jar
All my other servlets are working. and from the error it seems the
classpath is wrong, but can;t see where *shug*.
I have of course restarted after changing jserv.properties and I did
create the turbine table and load the two schema files into mysql.
I have added th
servlet.Turbine.initArgs=properties=c:\turbine\conf\TurbineResources.proper
ties
to my Jserv.properties.
So what now?
Thanx
Chris
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]