RE: Tomcat crashes with special URL

2002-10-18 Thread Shapira, Yoav
Hi,
Sweet error.  A couple of things to check:

- Does your server have the proper OS patches for JDK 1.4?
- Have you tried JDK 1.4.1 (with the patches)?
- What's this kyudo module, and is there a newer version of it?  Have
you contacted the vendor / author of kyudo to ask about this error?

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: [EMAIL PROTECTED] [mailto:bast;altern.org]
Sent: Thursday, October 17, 2002 6:09 AM
To: [EMAIL PROTECTED]
Subject: Tomcat crashes with special URL

Hi,

I have a strange behavior of Tomcat.

When I access this URL :

http://www.blahblah.com/my/jsp/pages/page.jsp?service=ITMN%00AAA
AAA

I have this error :

snip
An unexpected exception has been detected in native code outside the
VM.
Unexpected Signal : 11 occurred at PC=0x2B218778
Function=[Unknown. Nearest: _tmgetbuffer+0x128]
Library=/tuxweb/lib/libwsc.so.71

Current Java thread:
at kyudo.NativeCall.Call_C_tpcall(Native Method)
at kyudo.NativeCall.tp_call(NativeCall.java:58)
at
kyudo.KyudoDispatcher.get_result(KyudoDispatcher.java:338)
at
kyudo.KyudoDispatcher.run(KyudoDispatcher.java:306)

Dynamic libraries:
0x1 /kyudoweb/j2sdk1.4.0/bin/sparcv9/java
0x7f30  /usr/lib/64/libthread.so.1
0x7f50  /usr/lib/64/libdl.so.1
0x7ef0  /usr/lib/64/libc.so.1
0x7d00
/kyudoweb/j2sdk1.4.0/jre/lib/sparcv9/server/libjvm.so
0x7da0  /usr/lib/64/libCrun.so.1
0x7ce0  /usr/lib/64/libsocket.so.1
0x7cc0  /usr/lib/64/libnsl.so.1
0x7ca0  /usr/lib/64/libm.so.1
0x7ed0  /usr/lib/64/libw.so.1
0x7c60  /usr/lib/64/libmp.so.2
0x7c40
/kyudoweb/j2sdk1.4.0/jre/lib/sparcv9/native_threads/libhpi.so
0x7c10
/kyudoweb/j2sdk1.4.0/jre/lib/sparcv9/libverify.so
0x7bf0  /kyudoweb/j2sdk1.4.0/jre/lib/sparcv9/libjava.so
0x7bc0  /kyudoweb/j2sdk1.4.0/jre/lib/sparcv9/libzip.so
0x2d80  /kyudoweb/j2sdk1.4.0/jre/lib/sparcv9/libnet.so
0x2b40
/kyudoweb/jakarta-tomcat-4.0.4/tha/exp/webapps/kyudo/nativecall/libna
tivecall.so
0x2b20  /tuxweb/lib/libwsc.so.71
0x2b00  /tuxweb/lib/libbuft.so.71
0x2ae0  /tuxweb/lib/libgpnet.so.71
0x2ab0  /tuxweb/lib/libfml.so.71
0x2a90  /tuxweb/lib/libfml32.so.71
0x2a60  /tuxweb/lib/libengine.so.71
0x2a40  /usr/lib/64/libpthread.so.1
0x2a20  /usr/lib/64/librt.so.1
0x29f0  /usr/lib/64/libaio.so.1
0x29b0  /tuxweb/lib/registry.so

Local Time = Wed Oct 16 10:36:08 2002
Elapsed Time = 491
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.0_01-b03 mixed mode)
/snip


I don't know if it's an application-related problem or a Tomcat related
problem ... and I'm doing writing this mail to check this last option.

Anybody can help ?

thanks in advance,

Bast.


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


This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org


RE: Tomcat crashes with special URL

2002-10-17 Thread Cox, Charlie

apparently the tuxweb(?) library is having an access violation. You will
have to contact them to fix their buggy library :)

Charlie

 -Original Message-
 From: Shapira, Yoav [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, October 17, 2002 9:06 AM
 To: Tomcat Users List
 Subject: RE: Tomcat crashes with special URL
 
 
 Hi,
 Sweet error.  A couple of things to check:
 
 - Does your server have the proper OS patches for JDK 1.4?
 - Have you tried JDK 1.4.1 (with the patches)?
 - What's this kyudo module, and is there a newer version of it?  Have
 you contacted the vendor / author of kyudo to ask about this error?
 
 Yoav Shapira
 Millennium ChemInformatics
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, October 17, 2002 6:09 AM
 To: [EMAIL PROTECTED]
 Subject: Tomcat crashes with special URL
 
 Hi,
 
 I have a strange behavior of Tomcat.
 
 When I access this URL :
 
 http://www.blahblah.com/my/jsp/pages/page.jsp?service=ITMN%00AAA
 AAA
 
 I have this error :
 
 snip
 An unexpected exception has been detected in native code outside the
 VM.
 Unexpected Signal : 11 occurred at PC=0x2B218778
 Function=[Unknown. Nearest: _tmgetbuffer+0x128]
 Library=/tuxweb/lib/libwsc.so.71
 
 Current Java thread:
 at kyudo.NativeCall.Call_C_tpcall(Native Method)
 at kyudo.NativeCall.tp_call(NativeCall.java:58)
 at
 kyudo.KyudoDispatcher.get_result(KyudoDispatcher.java:338)
 at
 kyudo.KyudoDispatcher.run(KyudoDispatcher.java:306)
 
 Dynamic libraries:
 0x1 /kyudoweb/j2sdk1.4.0/bin/sparcv9/java
 0x7f30  /usr/lib/64/libthread.so.1
 0x7f50  /usr/lib/64/libdl.so.1
 0x7ef0  /usr/lib/64/libc.so.1
 0x7d00
 /kyudoweb/j2sdk1.4.0/jre/lib/sparcv9/server/libjvm.so
 0x7da0  /usr/lib/64/libCrun.so.1
 0x7ce0  /usr/lib/64/libsocket.so.1
 0x7cc0  /usr/lib/64/libnsl.so.1
 0x7ca0  /usr/lib/64/libm.so.1
 0x7ed0  /usr/lib/64/libw.so.1
 0x7c60  /usr/lib/64/libmp.so.2
 0x7c40
 /kyudoweb/j2sdk1.4.0/jre/lib/sparcv9/native_threads/libhpi.so
 0x7c10
 /kyudoweb/j2sdk1.4.0/jre/lib/sparcv9/libverify.so
 0x7bf0  
 /kyudoweb/j2sdk1.4.0/jre/lib/sparcv9/libjava.so
 0x7bc0  
 /kyudoweb/j2sdk1.4.0/jre/lib/sparcv9/libzip.so
 0x2d80  
 /kyudoweb/j2sdk1.4.0/jre/lib/sparcv9/libnet.so
 0x2b40
 /kyudoweb/jakarta-tomcat-4.0.4/tha/exp/webapps/kyudo/nativecall/libna
 tivecall.so
 0x2b20  /tuxweb/lib/libwsc.so.71
 0x2b00  /tuxweb/lib/libbuft.so.71
 0x2ae0  /tuxweb/lib/libgpnet.so.71
 0x2ab0  /tuxweb/lib/libfml.so.71
 0x2a90  /tuxweb/lib/libfml32.so.71
 0x2a60  /tuxweb/lib/libengine.so.71
 0x2a40  /usr/lib/64/libpthread.so.1
 0x2a20  /usr/lib/64/librt.so.1
 0x29f0  /usr/lib/64/libaio.so.1
 0x29b0  /tuxweb/lib/registry.so
 
 Local Time = Wed Oct 16 10:36:08 2002
 Elapsed Time = 491
 #
 # The exception above was detected in native code outside the VM
 #
 # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.0_01-b03 
 mixed mode)
 /snip
 
 
 I don't know if it's an application-related problem or a 
 Tomcat related
 problem ... and I'm doing writing this mail to check this 
 last option.
 
 Anybody can help ?
 
 thanks in advance,
 
 Bast.
 
 
 --
 To unsubscribe, e-mail:   mailto:tomcat-user-
 [EMAIL PROTECTED]
 For additional commands, e-mail: mailto:tomcat-user-
 [EMAIL PROTECTED]
 
 

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