Mladen Turk wrote:
> Hi,
> 
> Did someone been able to run the jk2 as inprocess lately on 4.1.10?
> Well, I'm having serious troubles, and think that the problems are in
> the Java part of the connector. I've put some debuging code to the
> AprImpl.java and I'm getting the following:
> 
> java.lang.ExceptionInInitializerError
>       at
> org.apache.jk.common.JniHandler.createMsgContext(JniHandler.java:164)
>       at org.apache.jk.apr.AprImpl.createJavaContext(AprImpl.java:217)
> Caused by: java.lang.NullPointerException
>       at
> org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:326)
>       at
> org.apache.commons.logging.LogFactory.getLog(LogFactory.java:401)
>       at org.apache.jk.common.MsgAjp.<clinit>(MsgAjp.java:92)
>       ... 2 more
> 
> This happens when where the code tries to initialize the new MsgAjp.
> 
> So I'm constantly receiving:
> [jk_channel_jni.c (238)]  channel_jni.open() Can't create java context
> 
> I've tried to uncomment all the LogFactory code from the MsgAjp.java,
> and then the createJavaContext returns ok, but then it breaks later in
> the code with the same LogFactory exception but for other class.
> 
> Caused by: java.lang.NullPointerException
>       at
> org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:326)
>       at
> org.apache.commons.logging.LogFactory.getLog(LogFactory.java:401)
> 
> 
> Any clues?

Not yet.
I have problems with the classloader in an earlier state (and I am using the CVS 
head of 4.1).

> 
> MT.
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 




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

Reply via email to