I’m developing a solution since a couple of month by “team support”. Today I could not commit the changes on the local PC and get the error message: “Error getting the repostitory from host 192.168.xxx.xxx:1099”. The Application Server is running (I have restarted the Servoy App Server + DB Server twice) and I have no errors in the local Solution Explorer. To “Create new solution” in to the existing resource project (on the remote repository) is working. To checkout a solution from repository on the remote server get also fail. How can i fix that without loosing the current changes?
“Error getting the repostitory from host 192.168.xxx.xxx:1099” : means the team provider
cannot access the remote repository at the specified address. can you check the log for additional info about that error,
and share that with us ?
I am experiencing the same problem…here is the last entry in the ‘servoy_log.txt’ file:
2009-05-31 12:19:54,854 ERROR [SocketAccepter[0]] com.servoy.j2db.util.Debug - SocketAcceptor failure for socket: f5e794[SSL_NULL_WITH_NULL_NULL: Socket[addr=/xxx.xxx.xxx.xxx,port=49451,localport=1099]]
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(Unknown Source)
at com.sun.net.ssl.internal.ssl.InputRecord.read(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
at com.sun.net.ssl.internal.ssl.AppInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.DataInputStream.readInt(Unknown Source)
at com.servoy.j2db.util.rmi.Ze.run(Ze.java:3)
at com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:16)
at java.lang.Thread.run(Unknown Source)
in both servoy.properties of the server and client ?
Hi Gabi,
servoy.properties of the client? I think there is only such a file in the application_server folder, isn’t it? Anyway, I have set SSL with a keystroke on every Servoy application server.
Since I made a clean import of the solution on the remote server with a sytem restart, team support is working well. The remote Servoy app server is on a Windows machine and perhaps that was the problem, if some services are gone and had to be restarted. Do you also think so?
by client in this context, I mean the eclipse developer, that acts like a client to a servoy server when it is used
for source control, and that it can be on a diff machine, where it uses the servoy.properties
SocketFactory.useTwoWaySocket (box is checked)
SocketFactory.useSSL (box is checked)
SocketFactory.SSLKeystorePath (empty)
SocketFactory.SSLKeystorePassphrase (empty)
Developer
Start with two-way soscke (clients behind firewalls) (box is checked)
Start with SSL support (box is checked)
SSL Keystore filename (empty)
SSL Keystore passphrase (empty)
So, it looks like both the Server and Developer are set identically.
are your local settings identical to the remote Servoy app server? I think that you should have the same ssl settings on your local machines as on the remote.
Witch OS has your remote computer?
All of our computers (including the server) are running Windows Vista Ultimate. As far as I can tell, the SSL settings on both the remote and local computers match the Servoy server SSL settings (per my last post). Did I miss something?
did you try a clean import of the current solution from a local machine? If not, do it and make a restart of the remote server (for starting all services), if it is possible.
Than delete the servoy_workspace folder on the local machine and make a checkout of the solution on the remote PC. Please backup first your solution.
That workaround could fix my issues. Good luck!