Hi All,
I am establishing the proxy server to communicate the date between devices using serial port but after serial port connection,it should start the Proxy Server and still run till the communication is happening...but server became started but it became halted due to error-
Please help me to understand the problem and solution to resolve it..Starting Proxy Server", "", "ProxyMgr.getServerProcess", ""
"Proxy Server halted", "", "ProxyMgr.cleanupOnRemoteServerError", "java.io.EOFException at
java.io.ObjectInputStream$PeekInputStream.readFull y(ObjectInputStream.java:2281) at java.io.ObjectInputStream$BlockDataInputStream.rea dShort(ObjectInputStream.java:2750) at java.io.ObjectInputStream.readStreamHeader(ObjectI nputStream.java:780) at java.io.ObjectInputStream.<init>(ObjectInputStream .java:280) at dpg.remoteObj.ProxyMgr.getObjectInputStream(ProxyM gr.java:998) at com.liebert.dpg.remoteObj.ProxyMgr.readObject(Prox yMgr.java:949) at dpg.remoteObj.ProxyMgr$1.run(ProxyMgr.java:171) at java.lang.Thread.run(Thread.java:619) at com.liebert.dpg.fnd.Thread_1.doTask(Thread_1.java: 367) at dpg.fnd.Thread.run(Thread_1.java:240) "
Thanks in advance..