• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Exception: access violation (0xc0000005)

 
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All:
My application has logon sceen ( JSP ), a servlet to connect to database for user verification and another JSP screen which comes after validation of user info.
My application is crashing some times after clicking submit button in logon screen or while displaying 2nd JSP screen with following message :
Dr. Watson for Windows NT
java.exe
Exception: access violation (0xc0000005), Address: 0x06599d81.
What could be the problem? I am using Windows NT, JDK 1.2.2 and Tomcat.
Thanks
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not sure what you problem may be but I would suggest a liberal use of System.out.println() ini your code to see where it is going south.
paul
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! Dilip,
I would definitely think that the problem is "memory leak". Since you mentioned connecting to the database, do check to see if you have closed all the necessary streams and connections once you are done with them.
I agree with paul. You need to have some print statements all over your code to debug.
Good Luck
Preethi
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dilip,
I am also Dilip writing you and facing same problem. Instead of using JDK1.2.2 I am using JDK1.3.0. DB MS-Access, Server - jakarta-tomcat I am using.
How did you resolve your problem? Please let me know too so that I can solve the same problem which is creating trouble to me.
Anticipating a favourable response from your side.
Thanking you,
Dilip

Originally posted by Dilipkumar Kalyankar:
Hello All:
My application has logon sceen ( JSP ), a servlet to connect to database for user verification and another JSP screen which comes after validation of user info.
My application is crashing some times after clicking submit button in logon screen or while displaying 2nd JSP screen with following message :
Dr. Watson for Windows NT
java.exe
Exception: access violation (0xc0000005), Address: 0x06599d81.
What could be the problem? I am using Windows NT, JDK 1.2.2 and Tomcat.
Thanks


 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am agree with all of you . But some times this prblem come due to IE, Mr. Dilip pls Re-Install you IE and check. I had this problem and even i did the same ... try it....
Bye,
B........

Originally posted by Dilipkumar Kalyankar:
Hello All:
My application has logon sceen ( JSP ), a servlet to connect to database for user verification and another JSP screen which comes after validation of user info.
My application is crashing some times after clicking submit button in logon screen or while displaying 2nd JSP screen with following message :
Dr. Watson for Windows NT
java.exe
Exception: access violation (0xc0000005), Address: 0x06599d81.
What could be the problem? I am using Windows NT, JDK 1.2.2 and Tomcat.
Thanks


 
Baraj Bhushan
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI ,
I am agree with above comments. Please try it with re-Instaaling IE. May be your problem will be solved.
Bye,
B............
 
Come have lunch with me Arthur. Adventure will follow. This tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic