Aw: Re: java.lang.UnsatisfiedLinkError in Tomcat 8.0.11 and SPDY [broken tcnative 1.1.x?]

2014-09-06 Thread rolandlevy
Christopher, > Gesendet: Freitag, 05. September 2014 um 22:23 Uhr > Von: "Christopher Schultz" > An: "Tomcat Users List" > Betreff: Re: java.lang.UnsatisfiedLinkError in Tomcat 8.0.11 and SPDY [broken > tcnative 1.1.x?] > > -BEGIN PGP SIGNED ME

Re: java.lang.UnsatisfiedLinkError in Tomcat 8.0.11 and SPDY [broken tcnative 1.1.x?]

2014-09-05 Thread Christopher Schultz
AprLifecycleListener init INFO: APR >> capabilities: IPv6 [true], sendfile [true], accept filters >> [false], random [true]. .. Sep 04, 2014 9:30:55 AM >> org.apache.coyote.AbstractProtocol start INFO: Starting >> ProtocolHandler ["http-apr-xx.xx.xx.x

Re: java.lang.UnsatisfiedLinkError in Tomcat 8.0.11 and SPDY

2014-09-04 Thread Konstantin Kolinko
5 AM org.apache.coyote.AbstractProtocol start > INFO: Starting ProtocolHandler ["http-apr-xx.xx.xx.xx-443"] > java.lang.UnsatisfiedLinkError: org.apache.tomcat.jni.SSLExt.setNPN(J[BI)I > at org.apache.tomcat.jni.SSLExt.setNPN(Native Method) Your copy of Tomcat-Native libr

java.lang.UnsatisfiedLinkError in Tomcat 8.0.11 and SPDY

2014-09-04 Thread rolandlevy
p-apr-xx.xx.xx.xx-443"] java.lang.UnsatisfiedLinkError: org.apache.tomcat.jni.SSLExt.setNPN(J[BI)I at org.apache.tomcat.jni.SSLExt.setNPN(Native Method) at org.apache.tomcat.jni.SSLExt.setNPN(SSLExt.java:126) at org.apache.coyote.spdy.SpdyAprNpnHandler.init(SpdyAprNpnHandl

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dennis, On 7/5/2010 3:35 AM, dennis ch wrote: > modelJNI.java > === > public final static native void initModel(); > > native code > = > #include > #include > #include [snip] > void initModel() { You can't use JNI like that. Y

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread Ihor Chumak
Had You tried to made c header by javah -jni ./your_packages/your_class.class ? It gives header for You with properly named method to be written in c.. On Mon, Jul 5, 2010 at 4:11 PM, Konstantin Kolinko wrote: > 2010/7/2 dennis ch : > > Do I miss anything here? Any input is appreciated! > > > >

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread Konstantin Kolinko
2010/7/2 dennis ch : > Do I miss anything here?  Any input is appreciated! > IIRC, native libraries can be loaded only once, but webapplication classloader is disposed and recreated each time the web application is stopped/reloaded. Thus the class that loads your library must be in ${catalina.base

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread dennis ch
t; >at > > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > >at > > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) > >at > > > org.apache.coyote.http11.Http11Processor.proces

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread dennis ch
lson=mediacomcc@tomcat.apache.org[users-return-214329-racarlson= > mediacomcc@tomcat.apache.org] On Behalf Of Shay Rojansky [ > r...@roji.org] > Sent: Saturday, July 03, 2010 12:40 AM > To: Tomcat Users List > Subject: Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError > &

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread dennis ch
helios) to call the native method, I got the following error > > (the first line means the .so was successfully loaded): > > > > Load library successfully > > > > [ERROR] com.model.modelJNI.initModel()V > > java.lang.reflect.InvocationTargetException > &

RE: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-04 Thread Ralph Carlson
Behalf Of Shay Rojansky [r...@roji.org] Sent: Saturday, July 03, 2010 12:40 AM To: Tomcat Users List Subject: Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError Hi Dennis. So do you see the "Load library successful" message? Also, if I remember correctly, the code in eval.java is

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-03 Thread Christopher Schultz
cessfully loaded): > > Load library successfully > > [ERROR] com.model.modelJNI.initModel()V > java.lang.reflect.InvocationTargetException [...] > Caused by: java.lang.UnsatisfiedLinkError: com.model.modelJNI.initModel()V > at com.model.modelJNI.initModel(Native Method) >

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-02 Thread Shay Rojansky
eValve.java:109) >at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) >at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) >at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.

JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-02 Thread dennis ch
) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.UnsatisfiedLinkError: com.model.modelJNI.initModel()V at com.model.modelJNI.initModel(Native Method) at com.model.model.initModel(model.java:13

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread Michael Ludwig
Tim Funk schrieb: 1) Are you passing -Djava.awt.headless=true to tomcat via CATALINA_OPTS (or JAVA_OPTS) I'm passing this option to my tests on the command line. The OP was the one with the Tomcat issue; I suggested he run the iText tests on the command line as well to be sure at least that wor

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 William, On 8/31/2009 6:58 AM, method8 wrote: > Could it be it's just Debian the problem? I develop on windows and deploy on > a debian machine, and had some problems in the past with policies and socket > permissions. You might want to consider deve

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread Tim Funk
1) Are you passing -Djava.awt.headless=true to tomcat via CATALINA_OPTS (or JAVA_OPTS) 2) I have found that even if you are headless, you can't use all the Graphics/awt stuff. I wish I could recall what it was, but I thought the death was in similar manner. (But this was also a few years ago).

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread Michael Ludwig
Tim Funk schrieb: http://wiki.apache.org/tomcat/FAQ/Linux_Unix You're probably alluding to: How do I run without an X server and still get graphics? You either need to run headless or run an alternate X-server. [...] if your are using a JVM 1.4 or better, you can use the system property

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread Tim Funk
http://wiki.apache.org/tomcat/FAQ/Linux_Unix -Tim method8 wrote: Dear all, I'm using the iText library to generate pdfs from a database on the fly. Whenever I use some of it's features that require simple things like java.awt.Color, I get an java.lang.UnsatisfiedLinkErro

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread method8
he value of "java.library.path". Just to be sure. > >> Could it be it's just Debian the problem? I develop on windows and >> deploy on a debian machine, and had some problems in the past with >> policies and socket permissions. > > Try running your Itext examples from the com

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread Michael Ludwig
method8 schrieb: - But what about libmlib_image.so? That's the one it's complaining about. I can see that as well. So check the value of "java.library.path". Just to be sure. Could it be it's just Debian the problem? I develop on windows and deploy on a debian machine, and had some problems

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread method8
and deploy on a debian machine, and had some problems in the past with policies and socket permissions. -- View this message in context: http://www.nabble.com/java.lang.UnsatisfiedLinkError%3A-running-tomcat-on-java-headless--tp25220313p25221584.html Sent from the Tomcat - User mailing list archiv

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread Michael Ludwig
method8 schrieb: I'm using the iText library to generate pdfs from a database on the fly. Whenever I use some of it's features that require simple things like java.awt.Color, I get an java.lang.UnsatisfiedLinkError as shown: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-1.5.0-su

java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread method8
Dear all, I'm using the iText library to generate pdfs from a database on the fly. Whenever I use some of it's features that require simple things like java.awt.Color, I get an java.lang.UnsatisfiedLinkError as shown: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-1.5.0-sun-1.

Re: java.lang.UnsatisfiedLinkError

2008-12-04 Thread Edward Barrow
iceJspFile(JspServlet.java:292) > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > com.matrixone.servlet.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:173) > >

java.lang.UnsatisfiedLinkError

2008-12-04 Thread xhd634
java.lang.UnsatisfiedLinkError: no eMatrix in java.library.path java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517) java.lang.Runtime.loadLibrary0(Runtime.java:788) java.lang.System.loadLibrary(System.java:834) com.matrixone.jni.MatrixKernel.getKernel(MatrixKernel.java