on 7/20/2000 4:27 PM, "Michael Shackleford" <[EMAIL PROTECTED]> wrote:

> the path to my jyve.jar *is* located in my jserv.properties file:
>
> wrapper.classpath=/usr/local/jyve/bin/jyve-2.0.jar
> (it chucks a different error if one tries to remove this)

You should remove it from your wrapper.classpath. Having it in there 2x is
what is screwing things up.

-jon



------------------------------------------------

Indeed, as I previously mentioned, when jyve.jar is removed from the
wrapper.classpath, a new error is presented...
Here is the gist of what you get:

---------
There has been an error, your session is valid, but the screen variable is
not defined.



There has been an error! Please review the exception below for more
information.

The exception is:

java.lang.NullPointerException
        at org.apache.ecs.HtmlColor.convertColor(HtmlColor.java:781)
        at org.apache.ecs.html.Table.setBgColor(Table.java:257)
        at org.apache.jyve.screens.DisplayProjects.doBuild(Compiled Code)
        at org.apache.turbine.modules.Screen.build(Screen.java:88)
        at
org.apache.turbine.modules.ScreenLoader.eval(ScreenLoader.java:117)
        at org.apache.jyve.screens.MainMenu.doBuild(MainMenu.java:110)
        at org.apache.turbine.modules.Screen.build(Screen.java:88)
        etc, etc, etc.

---------



More than likely (based on what you have written), I have inappropriately
identified the source and description of my error.

It would now appear that an exception is being chucked based on the ecs.
Indeed, the ecs is listed only once (won't make that mistake again!) in my
jserv.properties:

wrapper.classpath=/usr/local/turbine/lib/ecs-1.3.3.jar

Afaik, I have added all the appropriate settings to my
TurbineResources.properties file, as described in Jyve's INSTALL.txt.

again, any suggestions would be appreciated.


regards,

-michael


EOM


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