[Quickfix-developers] JNI problem of QuickFix Java under Linux
Brought to you by:
orenmnero
From: Alvin W. <xw...@qt...> - 2002-12-30 20:32:21
|
Hi! I got the following error when I try to run QuickFix Java under Linux: ************************ An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x0 Function=[Unknown.] Library=(N/A) NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: at org.quickfix.Settings.create(Native Method) at org.quickfix.Settings.<init>(Unknown Source) at Executor.main(Executor.java:69) Dynamic libraries: .... 4db6b000-4dcbc000 r-xp 00000000 08:03 35327 /usr/local/lib/libquickfix_jni.so.0.0.1 4dcbc000-4dd2b000 rw-p 00151000 08:03 35327 /usr/local/lib/libquickfix_jni.so.0.0.1 .... Local Time = Mon Dec 30 15:01:47 2002 Elapsed Time = 0 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.1-b21 mixed mode) # # An error report file has been saved as hs_err_pid6345.log. # Please refer to the file for further information. # *************************** Java can find the dynamic library libquickfix_jni.so.0.0.1 used for JNI. But it cannot find a function name in org.quickfix.Settings.create. Please help! Thanks a lot! Alvin |