This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
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
Paul Wetzel
Ranch Hand
Joined: Nov 02, 1999
Posts: 107
posted
0
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
Preethi Chaloori
Greenhorn
Joined: Oct 04, 2000
Posts: 13
posted
0
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
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
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
Baraj Bhushan
Greenhorn
Joined: May 24, 2001
Posts: 8
posted
0
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
Joined: May 24, 2001
Posts: 8
posted
0
HI , I am agree with above comments. Please try it with re-Instaaling IE. May be your problem will be solved. Bye, B............