The Artima Developer Community
Sponsored Link

Java Answers Forum
EOFException

1 reply on 1 page. Most recent reply: Apr 10, 2003 6:48 AM by Senthoorkumaran Punniamoorthy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Rajagopal

Posts: 1
Nickname: nraju
Registered: Apr, 2003

EOFException Posted: Apr 10, 2003 5:58 AM
Reply to this message Reply
Advertisement
Following trace is obtained during the RMI lookup.

Any reasons are welcome.

java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
java.io.EOFException
java.io.EOFException
at java.io.DataInputStream.readByte(DataInputStream.java:224)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:186)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:354)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Naming.java:84)


Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: EOFException Posted: Apr 10, 2003 6:48 AM
Reply to this message Reply
Why don't you goto www.lsoft.com and click on search and under Search for a mailing list option in the "Look For" type sun.com and also check the Host check box before submitting. This will return you with whole load of mailing list for Sun.

In the resulting page if you look up for RMI you will find a mailing list called. RMI-USERS@JAVA.SUN.COM
in that mailing list there is a web archive where you can seach your problem. I found 19 post for your problem.

Let me know whether it helps you...

Flat View: This topic has 1 reply on 1 page
Topic: In sun's j2sdkee:I don't know the two paramter's value Previous Topic   Next Topic Topic: Collection

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use