Thanks so much, Bernie,  for your help. I'm able to  build the jyve and have
done the installation. However, I cannot seem to get it to run. I'm getting
the following error
cannot locate localhost.localdomain. I can't locate the file where to change
this to my local host and domain. When I hit the reload button on nestscape I
get the below error in 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)
        at
org.apache.jyve.actions.sessionvalidator.DefaultSessionValidator.doPerform(DefaultSessionValidator.java:101)

        at org.apache.turbine.modules.Action.perform(Action.java:77)
        at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:111)
        at Turbine.doGet(Turbine.java:299)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:270)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
        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:475)


The following are the lines I added to my  config files
#zone.properties file
repositories=/home/httpd/servlets,
/usr/local/Apache-Turbine-20000515/bin/classes,
/usr/local/Apache-Jyve-20000514/bin/classes
servlet.Turbine.initArgs=properties=/usr/local/Apache-Turbine-20000515/conf/TurbineResources.properties

#jserv.properties file for my classpath
wrapper.classpath=/usr/lib/apache/ApacheJServ.jar
wrapper.classpath=/home/httpd/classes/servlet-2.0.jar
wrapper.classpath=/usr/local/lib/activation.jar
wrapper.classpath=/usr/local/lib/ecs-1_3_2.jar
wrapper.classpath=/usr/local/lib/mail.jar
wrapper.classpath=/usr/local/lib/jndi.jar
wrapper.classpath=/usr/local/lib/village-1.2.jar
wrapper.classpath=/usr/local/lib/jdbc6.5-1.2.jar
wrapper.classpath=/usr/local/mysql/jdbc/mm.mysql.jdbc-2.0pre5/mysql_2_uncomp.jar

wrapper.classpath=/usr/local/lib/webmacro.jar
wrapper.classpath=/usr/local/Apache-Turbine-20000515/bin/turbine-2.0.jar
wrapper.classpath=/usr/local/Apache-Jyve-20000514/bin/jyve-2.0.jar
wrapper.classpath=/usr/local/lib/jsdk.jar

#TurbineResources.properties file
....
.....
module.packages=org.apache.jyve
screen.homepage=MainMenu
action.login=JLoginUser
org.apache.jyve.localization.JyveLocalization

# Set the values below to be appropriate values for your environment:
    [EMAIL PROTECTED]
    jyve.confirm.email.name=Jyve Confirmation
    jyve.confirm.email.subject=Jyve - New Account Confirmation
    jyve.images.root=/path/to/images/root/

    # You can modify the following color values according your personal
taste:
    jyve.display.color.row.unreleased=FFFF00
    jyve.display.color.table.background=CCCCCC
    jyve.display.color.row.title=006666
    jyve.display.color.row.unreleased.question=FF8800

    jyve.topbar.color.cell.bg.title=006666
    jyve.topbar.htmlcolor.cell.text.title=white
    jyve.topbar.color.cell.bg.value=CCCCCC
    jyve.topbar.htmlcolor.cell.text.value=black

    # You can modify the following options according your personal taste:
    # Those affect the appearance in the DisplayQuestionAnswer screen.
    jyve.displayqa.showcreator=yes
    jyve.displayqa.showlastmodifieddate=yes



Could somebody help point where I could be missing it?

Boniface






Bernie Hoeneisen wrote:

> Hi Boniface & Eric
>
> I ran dos2unix in build.sh and checked it into cvs.
> The version in CVS should work now.
>
> Have fun!
>
> T: Bernie
>
> On Sat, 13 May 2000, Boniface Kabaso wrote:
>
> > Hi
> > I'm a newbie and  I downloaded jyve and turbine from cvs. Turbine
> > Istallation went fine, but had problems building Jyve. I get the
> > following errors
> >
> >  sh ./build-jyve.sh
> > : command not found
> > : command not found
> > : command not found
> > : command not found
> > : command not found
> > : command not found
> > ./build-jyve.sh: ./build-jyve.sh: line 46: syntax error: unexpected end
> > of file
> >
> >
> >  I downloaded Apache-Jyve-20000511 cvs
> >
> > Has anybody come across this problem and could they kindly help me?
> >
> > Boniface
> >
> >
> > --
> > --------------------------------------------------------------
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Archives and Other:  <http://java.apache.org/main/mail.html>
> > Problems?:           [EMAIL PROTECTED]
> >
> >
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to