I have a similar issue as was described by one member in June 10: I cannot connect to V8 host to debug some code.
I launch the application with _V8ScriptEngineFlags.EnableDebugging_ flag. When I connect with telnet/putty to endpoint "127.0.0.1 9222", I get nothing, no "hello" message. The port is opened, I can see that with "netstat"; so the host is listenining. When I use Eclipse to connect to Standalone V8 VM, I get "Timed out waiting for handshake" error.
I use ClearScript 4.5.2 version. Any advice?
Thanks,
Garbielius
Comments: Hello Gabrielius, When you connect to the correct port, you should see a response like this: ``` Type:connect V8-Version:4.2.77.18 Protocol-Version:1 Embedding-Host:ClearScriptConsole Content-Length:0 ``` If you're not seeing that, and you can confirm that your application is listening on the port, then it's likely that a firewall or other security software is blocking the connection. Can you connect to other local services? Thanks!
I launch the application with _V8ScriptEngineFlags.EnableDebugging_ flag. When I connect with telnet/putty to endpoint "127.0.0.1 9222", I get nothing, no "hello" message. The port is opened, I can see that with "netstat"; so the host is listenining. When I use Eclipse to connect to Standalone V8 VM, I get "Timed out waiting for handshake" error.
I use ClearScript 4.5.2 version. Any advice?
Thanks,
Garbielius
Comments: Hello Gabrielius, When you connect to the correct port, you should see a response like this: ``` Type:connect V8-Version:4.2.77.18 Protocol-Version:1 Embedding-Host:ClearScriptConsole Content-Length:0 ``` If you're not seeing that, and you can confirm that your application is listening on the port, then it's likely that a firewall or other security software is blocking the connection. Can you connect to other local services? Thanks!