Hello again everyone!

It is strange that is only I who encountered this issue, and I'm almost sure that I'm not alone in this buggy world.
So I loudly shouting for your HELP again!!

I recently installed JetSpeed2 using Jetspeed2.0-derby-install.jar, and when I started it up, in catalina.out I saw:
=======
WARNING: error instantiating 'org.apache.juli.ClassLoaderLogManager' referenced by java.util.logging.manager, class not found java.lang.ClassNotFoundException: org.apache.juli.ClassLoaderLogManager not found
   <<No stacktrace available>>
WARNING: error instantiating '1catalina.org.apache.juli.FileHandler,' referenced by handlers, class not found
java.lang.ClassNotFoundException: 1catalina.org.apache.juli.FileHandler,
   <<No stacktrace available>>
Exception during runtime initialization
java.lang.ExceptionInInitializerError
   <<No stacktrace available>>
Caused by: java.lang.NullPointerException
   <<No stacktrace available>>
========

As far as I saw that org.apache.juli.ClassLoaderLogManager is a part of tomcat-juli.jar, located at $JET_HOME_DIR/bin/ , so I tryed to add it's full path to $CLASSPATH - it didnt help me at all. I tried to comment that part of the catalina.sh in which it tells java to use that class, I mean:
   if [ -r "$CATALINA_HOME"/bin/tomcat-juli.jar ]; then
JAVA_OPTS="$JAVA_OPTS "-Djava.util.logging.manager=org.apache.juli.ClassLoader LogManager" "-Djava.util.logging.config.file="$CATALINA_BASE/conf/logging.proper
ties"
fi
But it didn't help me a lot - jetspeed started but refused to work.

Yes, I know that I'm a dummy in Java matters, but I must get this pile of crap to work, HELP!!!

PS - /opt/ApacheJetspeed2.0/bin
--
Cordialement,
Myroslav Rozum


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to