facebook

Project run on Tomcat, HELP

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #229548 Reply

    uick
    Member

    Eclipse v. 3.0.2
    MyEclipse v. 3.8.4

    using tomcat 5.

    Hi, for some wierd reason, ive been getting this error when i try runing my project on tomcat. i can deploy, but once i try to run it, debugger mode comes on and give me an error.

    goes something like this:

    Source not found
    The source attachment does not contain the source for the file ObjectInputStream.class

    then when i click next on the debug window, at the end i get this error msg:

    SEVERE: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.buisnessinovation.lib.CustRequest

    i dont expect a solution, (unless u have one) but i would like to know were to start looking to fix the problem.

    thx in advance, Matei

    #229578

    Scott Anderson
    Participant

    It looks like your application (or the server), in com.buisnessinovation.lib.CustRequest, is attempting to write some state and has either a subclass or an object that it contains that is non-serializable. To serialize properly, the entire object graph must be serializable and apparently this is not the case with something used by your CustRequest class. So, you’re getting a severe I/O exception as a result.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Project run on Tomcat, HELP

You must be logged in to post in the forum log in