[Quickfix-developers] Simple build question
Brought to you by:
orenmnero
From: <DJM...@gl...> - 2002-11-27 19:12:02
|
I am using the quickfix_jni to build a test app with quickfix in java. I think I built everything correctly, but I get an an exception like this - <snip> An unexpected exception has been detected in native code outside the VM. Unexpected Signal : unknown exception code occurred at PC=0x77e6d756 Function name=RaiseException Library=C:\Windows\system32\kernel32.dll Current Java thread: at org.quickfix.SocketInitiator.create(Native Method) at org.quickfix.SocketInitiator.<init>(Unknown Source) at qf_gateway.FixApp.main(FixApp.java:145) Dynamic libraries: 0x00400000 - 0x00405000 C:\jdk1.3.1_06\bin\javaw.exe 0x77F50000 - 0x77FF9000 C:\Windows\System32\ntdll.dll 0x77E60000 - 0x77F45000 C:\Windows\system32\kernel32.dll 0x77DD0000 - 0x77E5B000 C:\Windows\system32\ADVAPI32.dll 0x77CC0000 - 0x77D35000 C:\Windows\system32\RPCRT4.dll 0x77D40000 - 0x77DCD000 C:\Windows\system32\USER32.dll 0x77C70000 - 0x77CB0000 C:\Windows\system32\GDI32.dll 0x77C10000 - 0x77C63000 C:\Windows\system32\MSVCRT.dll 0x6D420000 - 0x6D4F9000 C:\jdk1.3.1_06\jre\bin\hotspot\jvm.dll 0x76B40000 - 0x76B6C000 C:\Windows\System32\WINMM.dll 0x6D220000 - 0x6D227000 C:\jdk1.3.1_06\jre\bin\hpi.dll 0x6D3B0000 - 0x6D3BD000 C:\jdk1.3.1_06\jre\bin\verify.dll 0x6D250000 - 0x6D266000 C:\jdk1.3.1_06\jre\bin\java.dll 0x6D3C0000 - 0x6D3CD000 C:\jdk1.3.1_06\jre\bin\zip.dll 0x10000000 - 0x101A7000 C:\quickfix\lib\quickfix_jni_debug.dll 0x71AB0000 - 0x71AC5000 C:\Windows\System32\WS2_32.dll 0x71AA0000 - 0x71AA8000 C:\Windows\System32\WS2HELP.dll 0x771B0000 - 0x772CA000 C:\Windows\system32\ole32.dll 0x10480000 - 0x104FE000 C:\Windows\System32\MSVCP60D.dll 0x10200000 - 0x10260000 C:\Windows\System32\MSVCRTD.dll 0x6D340000 - 0x6D348000 C:\jdk1.3.1_06\jre\bin\net.dll 0x71AD0000 - 0x71AD8000 C:\Windows\System32\WSOCK32.dll 0x71A50000 - 0x71A8B000 C:\Windows\System32\mswsock.dll 0x76F20000 - 0x76F45000 C:\Windows\System32\DNSAPI.dll 0x76FB0000 - 0x76FB7000 C:\Windows\System32\winrnr.dll 0x76F60000 - 0x76F8C000 C:\Windows\system32\WLDAP32.dll 0x76FC0000 - 0x76FC5000 C:\Windows\System32\rasadhlp.dll 0x71A90000 - 0x71A98000 C:\Windows\System32\wshtcpip.dll 0x5AD70000 - 0x5ADA4000 C:\Windows\system32\uxtheme.dll 0x74720000 - 0x7476B000 C:\Windows\System32\MSCTF.dll 0x76FD0000 - 0x77048000 C:\Windows\System32\CLBCATQ.DLL 0x77120000 - 0x771AB000 C:\Windows\system32\OLEAUT32.dll 0x77050000 - 0x77115000 C:\Windows\System32\COMRes.dll 0x77C00000 - 0x77C07000 C:\Windows\system32\VERSION.dll 0x76C90000 - 0x76CB2000 C:\Windows\system32\imagehlp.dll 0x6D510000 - 0x6D58C000 C:\Windows\system32\DBGHELP.dll 0x76BF0000 - 0x76BFB000 C:\Windows\System32\PSAPI.DLL </snip> Line 145 in my code is: Initiator initiator = new SocketInitiator(application, storeFactory, settings, logFactory, messageFactory); Any ideas? |