tang Posted August 7, 2008 Report Share Posted August 7, 2008 I have one vb ATSCOMTest.exe file which will connect to ATS server which is developed with java. This ATSCOMTest.exe file will submit the xml request to the ATS server and gets the response. when double click the ATSCOMTest.exe file it opens successfully, while trying to connect to the ATS server by entering the host name and port number, the COMTest.exe application what abnormally closed. In the event viewer the following log was displayingThe application, D:\ACBS\ATS\bin\ATSCOMTest.exe, generated an application error The error occurred on 07/30/2008 @ 12:34:51.227 The exception generated was c0000005 at address 7C80EEF0 (ntdll!RtlUpperChar)For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.Faulting application ATSCOMTest.exe, version 1.0.0.0, faulting module ntdll.dll, version 5.2.3790.3959, fault address 0x0000eef0.For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.The environment is: win oS - version win2003srv enterprise edition sp2 Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted August 8, 2008 Report Share Posted August 8, 2008 That application, was that written by you? If so, does Java have any debugging tools? Quote Link to comment Share on other sites More sharing options...
tang Posted August 19, 2008 Author Report Share Posted August 19, 2008 That application, was that written by you? If so, does Java have any debugging tools?No this application was not written by me. This was developed by some one else. Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted August 19, 2008 Report Share Posted August 19, 2008 Can that "someone else" run it under the debugger? My suspicion is that the caller did not specify the RtlUpperChar parameter correctly.Also, do you have the latest Java RTE installed? Quote Link to comment Share on other sites More sharing options...
Scarecrow Man Posted August 19, 2008 Report Share Posted August 19, 2008 0xc5 - I think is caused when more then one process tries to access the same memory address. Most likely cause being faulty memory. Of course, it could be the program itself referencing a bad memory area. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.