• 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

JSP execution problems

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I've developed an application(I've used JSP, Servlets and Beans). which first throws up a form to the user to enter details. On Submitting it accesses a Database, retrieves records and displays on another form. When I click the "back" button on the browser screen to go back to the detials entry screen and submit again a "Java : Illegal operation performed".
JAVA caused an invalid page fault in
module KERNEL32.DLL at 015f:bff7b997.
Registers:
EAX=00000000 CS=015f EIP=bff7b997 EFLGS=00000246
EBX=bff54733 SS=0167 ESP=07e2fb24 EBP=07e2ff98
ECX=80000000 DS=0167 ESI=05517b68 FS=666f
EDX=05517b60 ES=0167 EDI=05517b68 GS=0000
Bytes at CS:EIP:
ff 76 04 e8 26 89 ff ff 5e c2 04 00 56 8b 74 24
Stack dump:
05517b60 06e66900 05517b68 bff5575d bff55801 06e58247 05517b60 80000000 06e57f9d 00000010 06e84ad8 81690a70 00883ed0 00000008 000000cf 00000011
Someone please explain what's the possible problem.
Thanks
Srikanth
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please do report..
what server compination u r using , i will get the report for u
here,
Vidhya K sagar
<saagrmail@cutejava.com>
 
Srikanth Madduri
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Vidya,
I am using Tomcat 3.1 server. I am using JDBC:ODBC connection.
I tried to search for this problem at this forum and at Sun Java forum. Many people have reported this problem but no one seems to have replied the solution.
Thanks
Srikanth
 
Police line, do not cross. Well, this tiny ad can go through:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic