Hello,
I am using Greenfoot for a long time, so it's weired that this error suddenly occures, which prevents me from using it.
This is the Situation:
I'm Running Windows XP and Greenfoot Version 2.21.
Everytime I try to compile Greenfoot gets stuck for one minute and after that throws the following stacktrace:
java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:110)
at rmiextension.wrappers.RBlueJImpl_Stub.getOpenProjects(Unknown Source)
at rmiextension.BlueJRMIClient.initialise(BlueJRMIClient.java:85)
at greenfoot.core.GreenfootLauncherDebugVM$1.run(GreenfootLauncherDebugVM.java:80)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at java.io.DataInputStream.readByte(DataInputStream.java:248)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
... 5 more
My first thought was the Firewall - But even without Firewall (and closed Internet - Connection) the Problem occures.
The problem is even with the standalone Version of Greenfoot, which is very strange.
Currently I reinstalled Java 6 Update 35 - even with Java 7 the error occures.
One more thing: the error is not related to some special scenario. It's even with the given wombat scenario.
Any Ideas?
Thanks in advance.

