Our team developed an application in Java (JSP) that is supposed to run
locally (users are supposed to install the software in their desktop).
However some users with Windows 98 are having problems to run the
application. As soon as the user logs in, the following error appears in the
screen.
This program caused an Ilegal Operation and will be closed.
Details
Java caused a failure of invalid page in KERNEL32.DLL in 0167:bff87ede
Registers:
EAX=c00309c4 CS=0167 EIP=bff87ede EFLGS=00010216
EBX=0cc0ff88 SS=016f ESP=0cbcffb8 EBP=0cbd0024
ECX=0cbd01d8 DS=016f ESI=8167fl24 FS=4207 .......
The error is killing and re-starting Resin 2.1.0, causing an automatic
Logout (the session is lost).
The application is running with http server Resin 2.1.0 and J.R.E 1.4.0 with
MSAccess (database).
Please, find attached the print of the error.
If someone has ever had a similiar problem, please let me hear the
suggestions.