Hi.
Sorry, forget my answer below, I was probably talking nonsense here.
The stack trace that you show does not even mention any Tomcat class, so the "connect"
mentioned below probably has nothing to do with the HTTP CONNECT method.
It looks like something in Eclipse itself, but since I do not know Eclipse (either), I
don't have a clue.
On 21.09.2018 17:06, André Warnier (tomcat) wrote:
On 21.09.2018 10:54, Karen Goh wrote:
Hi,
I am repeatedly getting the following exceptions and am stuck here like forever.
Hope someone can tell me what's wrong with my tomcat server version: 8.5.24
with Eclipse
java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at
org.eclipse.jdi.internal.connect.SocketTransportService$2.run(SocketTransportService.java:148)
at java.lang.Thread.run(Unknown Source)
Tks.
Did you configure an access log for your Tomcat ?
If yes, can you look into it for the an access that would happen at the same
time as the
error you show above ?
I am curious, rather than definitive here.
But the word "connect" looks suspiciously like the HTTP CONNECT method (see :
https://en.wikipedia.org/wiki/HTTP_tunnel), and maybe someone is just trying to
use your
Tomcat server as a proxy to something.
If so, then someone or something is trying to hack your server, and your server
is
(correctly) rejecting that call.
--- On Sat, 9/15/18, Karen Goh <karenwo...@yahoo.com> wrote:
From: Karen Goh <karenwo...@yahoo.com>
Subject: Error: Could not find or load main class set
To: users@tomcat.apache.org
Date: Saturday, September 15, 2018, 2:50 PM
Hi,
I am now getting the above error.
There is no further error stacktrace from error log or
console etc.
So far, I have deleted the server and
created new instances but still getting the same error.
I have read the following solutions but
they are not helpful
http://www.java67.com/2016/09/3-ways-to-solve-eclipse-main-class-not-found-error-java.html
https://www.researchgate.net/post/How_to_solve_Error_Could_not_find_or_load_main_class
Please help.
Tks,
Karen
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org