The Artima Developer Community
Sponsored Link

Java Answers Forum
error code - 1073741819

1 reply on 1 page. Most recent reply: Nov 4, 2002 4:47 PM by Charles Bell

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
real name

Posts: 7
Nickname: parth
Registered: Oct, 2002

error code - 1073741819 Posted: Nov 1, 2002 11:09 AM
Reply to this message Reply
Advertisement
Hi, All.
On my javawebserver 2.0 (on NY 4.0 platform), I frequently get this error :
"[Fri Nov 01 12:08:03 EST 2002] Server javawebserver unexpectedly exited with code -1073741819"

What does this error mean?
Thanks.


Charles Bell

Posts: 519
Nickname: charles
Registered: Feb, 2002

Re: error code - 1073741819 Posted: Nov 4, 2002 4:47 PM
Reply to this message Reply
-1073741819 is the status code
you would have to have the code for the application ot know specifically what it means.
A normal exit gives a status code of zero
an abnormal exit gives by convention a non zero value.

What it most likely means is "Your javawebserver crashed!!!"

Flat View: This topic has 1 reply on 1 page
Topic: validate dates on a JSP page? Previous Topic   Next Topic Topic: JTable & cursor position

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use