Re: [Quickfix-developers] QuickFix application crashes in Sun ONE Studio 4
Brought to you by:
orenmnero
From: Andrew M. <an...@nm...> - 2003-08-13 23:50:05
|
Are you sure that when the IDE runs the project it's including -Djava.library.path=c:\FIX\1.5\quickfix\lib as a VM parameter? -Andrew On Wed, 13 Aug 2003 dwi...@jp... wrote: > I'm writing a GUI for test FIX engine with the free Sun IDE. > > The application crashes with the follwing error message: > Unexpected exception has been detected in native code outside the VM. > Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xAF18902 > Function=FIX::DataDictionary::readFromURL+0x1B0 > Library=C:\FIX\1.5\quickfix\lib\quickfix_jni_debug.dll > Source file = c:\fix\1.5\quickfix\src\c++\datadictionary.cpp : 200 > Current Java thread: > at org.quickfix.SocketInitiator.create(Native Method) > at org.quickfix.SocketInitiator.<init>(Unknown Source) > at TestGui.initFIX(TestGui.java:46) > at TestGui.<init>(TestGui.java:33) > at TestGui.main(TestGui.java:126) > > > Running it outside the IDE produces no error messages and the application > runs without problem. > > > > Any Suggestions? > > Thanks > > Dwight > > > > > This communication is for informational purposes only. It is not intended as > an offer or solicitation for the purchase or sale of any financial instrument > or as an official confirmation of any transaction. All market prices, data > and other information are not warranted as to completeness or accuracy and > are subject to change without notice. Any comments or statements made herein > do not necessarily reflect those of J.P. Morgan Chase & Co., its > subsidiaries and affiliates. > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |