Page 1 of 1

Servoy Appl. Server does not update (Windows Server 2008R2)

PostPosted: Tue Jul 12, 2011 3:51 pm
by Robert Huber
Hi

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?

Regards, Robert

Re: Servoy Appl. Server does not update (Windows Server 2008

PostPosted: Tue Jul 12, 2011 3:54 pm
by Joas
Robert Huber wrote:What is the command to do that in the terminal?

From the servoy installation directory do:
Code: Select all
java -jar servoy_updater.jar

Re: Servoy Appl. Server does not update (Windows Server 2008

PostPosted: Tue Jul 12, 2011 4:11 pm
by Robert Huber
Thanks Joas, was not sure if it's a special command for the Application Server only.

Joas wrote:
Robert Huber wrote:What is the command to do that in the terminal?

From the servoy installation directory do:
Code: Select all
java -jar servoy_updater.jar



Running the update command in the terminal, I get following (timout) error:

Code: Select all
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>


What can I do?

Regards,

Re: Servoy Appl. Server does not update (Windows Server 2008

PostPosted: Tue Jul 12, 2011 5:27 pm
by jcarlos
Robert,

Just for pure curiosity, what database (for the repository server) are you using? PostgreSQL? Sybase? MySQL?

JC

Re: Servoy Appl. Server does not update (Windows Server 2008

PostPosted: Tue Jul 12, 2011 5:52 pm
by 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.

Re: Servoy Appl. Server does not update (Windows Server 2008

PostPosted: Wed Aug 17, 2011 2:19 pm
by Robert Huber
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 wrote: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.

Re: Servoy Appl. Server does not update (Windows Server 2008

PostPosted: Wed Aug 17, 2011 2:40 pm
by jcompagner
http://downloads.servoy.com/

yes just the normal http (80) port