|
From: Leif M. <le...@ta...> - 2004-10-08 04:47:22
|
Gil,
Thanks for following up on this. I am going to add a note to the
Tomcat integration example
about this. Could you confirm that the only change you made was to change:
wrapper.java.additional.1=-Djava.endorsed.dirs=../bin:../common/endorsed
to:
wrapper.java.additional.1=-Djava.endorsed.dirs=../common/endorsed
Thanks,
Leif
Gil Adam wrote:
> I found the problem with this. In case it's helpful to anyone else,
> the solution is to remove the %CATALINA_HOME%\bin from the
> java.endorsed.dirs system property.
>
> -Gil
>
> At 06:22 PM 10/6/2004, you wrote:
>
>
>> Does anyone know if the Wrapper is compatible with Tomcat 5.0.28. I
>> was using it with Tomcat 5.0.18 with no trouble, then I put in Tomcat
>> 5.0.28 (which starts up using the same options just fine using the
>> tomcat startup.bat script) and I get the following error:
>>
>>
>> --> Wrapper Started as Service
>> Launching a JVM...
>> Wrapper (Version 3.1.1) http://wrapper.tanukisoftware.org
>>
>> Bootstrap: Class loader creation threw exception
>> java.lang.ExceptionInInitializerError
>> at
>> org.apache.catalina.startup.ClassLoaderFactory.<clinit>(ClassLoaderFactory.java:63)
>>
>> at
>> org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:103)
>>
>> at
>> org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:196)
>> at
>> org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:402)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>
>> at java.lang.reflect.Method.invoke(Method.java:324)
>> at
>> org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:154)
>>
>> at java.lang.Thread.run(Thread.java:534)
>> Caused by: org.apache.commons.logging.LogConfigurationException:
>> org.apache.commons.logging.LogConfigurationException:
>> java.lang.NullPointerException (Caused by
>> java.lang.NullPointerException) (Caused by
>> org.apache.commons.logging.LogConfigurationException:
>> java.lang.NullPointerException (Caused by
>> java.lang.NullPointerException))
>> at
>> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
>>
>> at
>> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
>>
>> at
>> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
>>
>> at
>> org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
>> at
>> org.apache.tomcat.util.compat.JdkCompat.<clinit>(JdkCompat.java:55)
>> ... 10 more
>> Caused by: org.apache.commons.logging.LogConfigurationException:
>> java.lang.NullPointerException (Caused by
>> java.lang.NullPointerException)
>> at
>> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
>>
>> at
>> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
>>
>> ... 14 more
>> Caused by: java.lang.NullPointerException
>> at
>> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:374)
>>
>> ... 15 more
>> <-- Wrapper Stopped
>>
>>
>> Does anyone know what I'm doing to cause this?
>>
>> Thank you very much, all.
>>
>> -Gil
>>
>>
>> -------------------------------------------------------
>> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
>> Use IT products in your business? Tell us what you think of them.
>> Give us
>> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find
>> out more
>> http://productguide.itmanagersjournal.com/guidepromo.tmpl
>> _______________________________________________
>> Wrapper-user mailing list
>> Wra...@li...
>> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>>
>
> ---------------------------------------------------------------------
> Gil Adam
> ga...@in...
> Extension: 430
> Instant Messenger: AnswerGil
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out
> more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Wrapper-user mailing list
> Wra...@li...
> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
|