Jump to content

[Solved] Java Servlet - Connection Refused (second time)


kidhack

Recommended Posts

Hello, the 10th october my servlet thrown this fail and I open a topic... Krydos fixed it, and since a days the error is back:

 

Estado HTTP 500 – Internal Server Error

Tipo Informe de Excepción

mensaje Connection refused (Connection refused)

descripción El servidor encontró un error interno que hizo que no pudiera rellenar este requerimiento.

excepción

java.net.ConnectException: Connection refused (Connection refused)
java.net.PlainSocketImpl.socketConnect(Native Method)
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
java.net.Socket.connect(Socket.java:589)
java.net.Socket.connect(Socket.java:538)

 

The post where was solved is this. Thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...