The moose likes Developer Certification (SCJD/OCMJD) and the fly likes UnMarshalException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "UnMarshalException" Watch "UnMarshalException" New topic
Author

UnMarshalException

aleks nikolic
Greenhorn

Joined: Mar 04, 2001
Posts: 25
I'm going completely bonkers over here .
I was going to upload my assignment today but something screwy is happening . My program is currently working fine when I use
http URLs and a web server for my codebase . And yesterday I had it working fine with file URLs .
But for some reason it's not working anymore : I get a crash when attempting to book . It's RemoteException and it occurs precisely at
database.modify(record)where record is DataInfo type .
The nested exceptions are UnMarshalException and NoClassFoundException . So it appears the server is not unmarshalling DataInfo record properly because it can't find the class ?
It works fine under my web server so I just don't get it . If anyone has an idea please let me know , that's all I can say .
 
 
subject: UnMarshalException
 
Threads others viewed
Exception UnmarshalException
UnmarshalException
UnMarshalException,ClassNotFoundException
unmarshalException
UnMarshalException
IntelliJ Java IDE