You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I am not quiet sure who maintains TScan at the moment, but this message is generated by the SocketBasics module in ticcutils. And I know a few details of that module:
The number 5 is NOT the port number, but the Socket number of connection opened to port 7001
This means that the initial steps steps were already successful:
an address of localhost and port 7001 was successfully resolved.
a Socket with number 5 was created.
But then an attempt to connect() to that socket fails.
It is quite difficult to determine what goes wrong.
As a first check you could do is trying to use telnet to connect directly to Frog:
so use the command: telnet localhost 7001
This should trigger a response from Frog like this:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
If Frog isn't running you will get:
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
That would at least give a hint about Frog working OK.
Note: In a few odd occasions I have seen that you must use localhost:localhost 7001
Next thing to do is checking the FrogServer logfile.
probably it is named /tmp/frog-tscan.log
I get this error repeatedly with all the dependencies running on correct ports. Why would the program attempt to connect to port 5?
The text was updated successfully, but these errors were encountered: