I updated Servoy Developer from 5.2.8 to 5.2.9 (from the Servoy Developer) on a Windows Server 2008R2 machine. The Developer updated as expected, but NOT the Servoy Application Server, although I got the question saying if I want to update the Application Server from build 1016 to 1020. I get this update question repeated after restarting, but the Application Server never gets updated.
Once I got the message I should try in the terminal. What is the command to do that in the terminal?
Thanks Joas, was not sure if it’s a special command for the Application Server only.
Joas:
Robert Huber:
What is the command to do that in the terminal?
From the servoy installation directory do:
java -jar servoy_updater.jar
Running the update command in the terminal, I get following (timout) error:
D:\Program Files (x64)\Servoy>java -jar servoy_updater.jar
Current Servoy version 1016
Checking for new Servoy version
Working in directory: D:\Program Files (x64)\Servoy
Loading version info...
Exception in thread "main" java.net.ConnectException: Connection timed out: conn
ect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown
Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Sour
ce)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
at java.net.URL.openStream(Unknown Source)
at com.servoy.j2db.util.VersionCheck.loadVersionInfoFile(VersionCheck.ja
va:105)
at com.servoy.j2db.util.VersionCheck.main(VersionCheck.java:134)
D:\Program Files (x64)\Servoy>
robert, you just have some weird connection problem there then. A simple url get to our version_info.txt file does time out. So it is something in your network that is causing that.
Coming back to this thread, our customer is analysing the network and would like to know the IP address (or domain name) for the Servoy updating service. I can’t easily seem to find it. Can anyone from Servoy please point me to where I can find this address? Also of interest is the port used, I assume it’s just done via port 80?
Best regards,
jcompagner:
robert, you just have some weird connection problem there then. A simple url get to our version_info.txt file does time out. So it is something in your network that is causing that.