Hi,
I have
tomcat and DB installed in a linux machine. I am deploying a war file. When I run the application in the browser, I can enter the user name and password. but after that I get an error page with a line "An Error has occurred in this application. Please check your log files for further information. "
When I check catalina.out, I found an error that said
"ERROR - StandardManager.doLoad(434) | IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.sfo.web.SelectOptionBean
java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.sfo.web.SelectOptionBean "
When I run tomcat in windows, I still get this error but I get the next page in the browser.... that is the application is running.
What could be the error here? why is linux not forcing the application to run?
Thanks,
Angel