> When I try to run Turbine I get the following error reported 
> back to the
> browser:
> 
> Exception: java.lang.NoClassDefFoundError:
> org/apache/turbine/om/user/peer/TurbineUserPeer at
> org.apache.turbine.om.user.peer.UserFactory.getUser(UserFactory.java:158)

Turbine has a problem accessing the database. Make sure you did the following things:

- place a jar containg the driver in the correct place (under Tomcat it is 
/WEB-INF/lib directory)
- edit the database settings in TurbineResources.properties including the driver, url, 
user and password
- execute sql scripts (now livinig in src/sql directory) apropriate for your db
- assign permissions for the user that Turbine will be connectig as

Rafal

PS To other developers: We really should modify the db connection pool to give more 
descriptive error messages, 
the one shown above is extermely misleading.



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