Actually I forgot to put TeamProvider to True. However nothing changed.
I have set the it to true, then saved and restarted the server. I've also restart my developer. But nothing changed.
For RMI port, I can connect to other solutions on another server with my computer and the myServer also hosted solutions before and I have not changed its network settings since this period.
Here is the error I get in the log when I try to checkout:
- Code: Select all
2009-07-06 16:21:01,455 ERROR [Worker-4] com.servoy.j2db.util.Debug - Error getting the repository from host AG-Dev:8080
java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.io.EOFException
at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
at sun.rmi.server.UnicastRef.newCall(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Unknown Source)
at com.servoy.eclipse.team.RepositoryAccessPoint.Zg(RepositoryAccessPoint.java:37)
at com.servoy.eclipse.team.RepositoryAccessPoint.Zd(RepositoryAccessPoint.java:67)
at com.servoy.eclipse.team.RepositoryAccessPoint.Za(RepositoryAccessPoint.java:101)
at com.servoy.eclipse.team.ui.NewSolutionWizard$4.runInWorkspace(NewSolutionWizard.java:2)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.EOFException
at java.io.DataInputStream.readByte(Unknown Source)
... 11 more
EDIT: I can run also run the solution that I want to checkout from the server, on my computer (where I run developer)