The Artima Developer Community
Sponsored Link

Java Answers Forum
Connection reset by peer

1 reply on 1 page. Most recent reply: Dec 5, 2003 3:45 AM by Adam Duffy

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
ambalapatu

Posts: 2
Nickname: ambalapatu
Registered: Dec, 2003

Connection reset by peer Posted: Dec 3, 2003 9:28 PM
Reply to this message Reply
Advertisement
Hi pls any one tell me how to solve these problem...



12/02 11:06:31 error (jcp) Connection reset by peer: JVM_recv in socket input stream read [java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read]
java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:85)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:181)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:220)
at java.io.BufferedInputStream.read(BufferedInputStream.java:275)
at allaire.jrun.jrpp.ProxyEndpoint.readFully(../jrpp/ProxyEndpoint.java:316)
at allaire.jrun.jrpp.ProxyEndpoint.readFully(../jrpp/ProxyEndpoint.java:308)
at allaire.jrun.jrpp.ProxyEndpoint.readInt(../jrpp/ProxyEndpoint.java:326)
at allaire.jrun.jrpp.ProxyEndpoint.readRequest(../jrpp/ProxyEndpoint.java:188)
at allaire.jrun.jrpp.ProxyService.swapRunnable(../jrpp/ProxyService.java:48)
at allaire.jrun.ThreadPool.swapRunnable(../ThreadPool.java:223)
at allaire.jrun.WorkerThread.run(../WorkerThread.java:77)


Adam Duffy

Posts: 168
Nickname: adamduffy
Registered: Feb, 2003

Re: Connection reset by peer Posted: Dec 5, 2003 3:45 AM
Reply to this message Reply
Have a look here and see if it helps

http://www.artima.com/legacy/answers/May2000/messages/132.html

Flat View: This topic has 1 reply on 1 page
Topic: Setting Classpath Previous Topic   Next Topic Topic: JTree

Sponsored Links



Google
  Web Artima.com   

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