We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Here is what I get when I try to run any of the sample files in Python mode: I don't have an internet proxy.
Exception in thread "main" java.lang.RuntimeException: jycessing.mode.run.RMIUtils$RMIProblem: java.rmi.ConnectIOException: Exception creating connection to: 104.239.207.44; nested exception is:
java.net.NoRouteToHostException: No route to host (Host unreachable)
at jycessing.mode.run.SketchRunner.startSketchRunner(SketchRunner.java:204)
at jycessing.mode.run.SketchRunner.main(SketchRunner.java:168)
Caused by: jycessing.mode.run.RMIUtils$RMIProblem: java.rmi.ConnectIOException: Exception creating connection to: 104.239.207.44; nested exception is:
java.net.NoRouteToHostException: No route to host (Host unreachable)
at jycessing.mode.run.RMIUtils.lookup(RMIUtils.java:91)
at jycessing.mode.run.SketchRunner.startSketchRunner(SketchRunner.java:201)
... 1 more
Caused by: java.rmi.ConnectIOException: Exception creating connection to: 104.239.207.44; nested exception is:
java.net.NoRouteToHostException: No route to host (Host unreachable)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:631)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:342)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at jycessing.mode.run.RMIUtils.lookup(RMIUtils.java:89)
... 2 more
Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at java.net.Socket.<init>(Socket.java:434)
at java.net.Socket.<init>(Socket.java:211)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:148)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
... 7 more