Application Stopping  
Author Message
jpsymn





PostPosted: 2004-10-20 21:27:00 Top

java-programmer, Application Stopping I have an application I am working on that keeps shutting down. There
seems to be no rhyme or reason for the shutdown. It happens randomly.
Sometimes it will work other times it won't. I'm starting to think it
might be a windows problem, possibly a process that is running. As my
App is running, Windows thinks the program is not responding. No big
deal, but I'm starting to think that this might be the problem. Here
is the error code it is getting in the Event log.

Faulting application gl.exe, version 1.0.0.0, faulting module
msjava.dll, version 5.0.3810.0, fault address 0x000c4a7e.

It doesn't seem to have anything to do with memory, or the volume of
data I'm processing.

I don't know if anyone will have any advice, I'm grasping at straws.

I'm running Windows XP pro if that helps.

Thanks to anyone with any advice.
 
Chris Smith





PostPosted: 2004-10-20 22:00:00 Top

java-programmer >> Application Stopping Harold wrote:
> I have an application I am working on that keeps shutting down. There
> seems to be no rhyme or reason for the shutdown. It happens randomly.
> Sometimes it will work other times it won't. I'm starting to think it
> might be a windows problem, possibly a process that is running. As my
> App is running, Windows thinks the program is not responding. No big
> deal, but I'm starting to think that this might be the problem. Here
> is the error code it is getting in the Event log.
>
> Faulting application gl.exe, version 1.0.0.0, faulting module
> msjava.dll, version 5.0.3810.0, fault address 0x000c4a7e.

The first thing to notice is that this application seems to be running
using the obsolete Microsoft Virtual Machine. If you intended to use
that virtual machine, you should look for solutions in one of the
microsoft.public.* newsgroups.

If you intended to run this application in a Java virtual machine
(whatever the vendor), then this is the right place, and you need to
start by solving your configuration problem.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 
Thomas Weidenfeller





PostPosted: 2004-10-20 23:49:00 Top

java-programmer >> Application Stopping Harold wrote:
> Faulting application gl.exe, version 1.0.0.0, faulting module
> msjava.dll, version 5.0.3810.0, fault address 0x000c4a7e.
^^^^^^^^^^

This thing is your problem. If you can, update to a decent and recent
Java version. When MS figured out it couldn't embrace and extend Java
without fierce resistance they started playing games, and finally
dropped it. Oh, you can of course follow the MS "migration" route and
move to some .NET language like C#, or you can get Sun's up-to-date Java
version.


/Thomas