On Thu, 6 Jul 2000, Brevsville Administrator wrote:
> 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)

Run the .sql scripts in the /your/turbine-download/doc/schemas/ directory; 
select the ones that suit your database. 

In the default_roles_permissions.sql file add:
insert into Visitor 
(VISITORID,LOGINID,PASSWORD_VALUE,FIRST_NAME,LAST_NAME,LASTLOGIN)
values(1,"turbine","turbine","Root","Turbine","7/5/2000")
somewhere after "-- Finally, add the user turbine..." (of course, you
could insert your own data for PASSWORD_VALUE, and the rest).

Oki




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