intellij-zeppelin icon indicating copy to clipboard operation
intellij-zeppelin copied to clipboard

SOCKS proxy throws NumberFormatException: For input string: "127.0.0.1"

Open borislavib opened this issue 5 years ago • 0 comments

Setting up the SOCKS proxy for the plugin produces error like this:

java.lang.NumberFormatException: For input string: "127.0.0.1"
	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.base/java.lang.Integer.parseInt(Integer.java:652)

Network settings on Firefox for proxy are SOCKS v5 + socks host 127.0.0.1 + port number. After that connecting to the remote server http://.org

Any ideas how use the proxy for intellij-zeppelin the same way as in Firefox ?

borislavib avatar Feb 18 '20 10:02 borislavib