Ari Halberstadt wrote:
>
> >...
> >> > java.io.IOException
> >> > at
> >> > sun.awt.image.GifImageDecoder.readHeader(GifImageDecoder.java:331)
>
> That's an IO exception, not a class exception. Strange. At any rate, it
> shouldn't require a separate JVM to fix this problem.
It would be fine if it works with one JVM
>
> You can check the zone class path using the jserv status url.
> then (from the machine running jserv) you can access the url
> <http://host/status/jserv/> and examine the system and zone class paths.
The classpath in the working case is
/usr/local/jserv/lib/Apache-JServ.jar
/home/rmp/java/libs/jsdk.jar
/home/rmp/java/libs/swingall.jar
/home/rmp/java/libs/acme.jar
/home/rmp/rmp/server/rmpAll.jar
/home/rmp/rmp/server/deAll.jar
/home/rmp/rmp/client/rmpProducts.jar
/usr/lib/jdk1.1.7/bin/../classes
/usr/lib/jdk1.1.7/bin/../lib/classes.jar
/usr/lib/jdk1.1.7/bin/../lib/rt.jar
/usr/lib/jdk1.1.7/bin/../lib/i18n.jar
/usr/lib/jdk1.1.7/bin/../lib/classes.zip
there is no repository in the zone. All is working fine
if I move the following three jar packages in the repository I get the
problem
/home/rmp/rmp/server/rmpAll.jar
/home/rmp/rmp/server/deAll.jar
/home/rmp/rmp/client/rmpProducts.jar
I don't understand why this could be a problem, but it is one. And I
should fix this very soon, so I thought I start a new JVM (a new jserv
instance) and the problem is fixed. Is there a way to start a new JVM??
Thanx
Armin
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]