This may be the wrong area, but could not figure out where to post.
I have servoy v 3.5. want to upgrade to 3.10. In developer, clicking on “Help” then clicking on update, or, at cmd typing in the servoy folder java -jar servoy_server_updater.jar , will not work , I get this error. If anyone can help I’d appreciate it
here is the entry:
[stevek@localhost servoy]$ java -jar servoy_server_updater.jar
Current Servoy version 518
Checking for new Servoy version
Starting/working in: /srv/servoy
Loading version info…
log4j:WARN No appenders could be found for logger (com.servoy.j2db.util.Debug).
log4j:WARN Please initialize the log4j system properly.
Exception in thread “main” java.net.UnknownHostException: downloads.servoy.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
at java.net.Socket.connect(Socket.java:520)
at java.net.Socket.connect(Socket.java:470)
at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
at sun.net.www.http.HttpClient.(HttpClient.java:231)
at sun.net.www.http.HttpClient.New(HttpClient.java:304)
at sun.net.www.http.HttpClient.New(HttpClient.java:321)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:813)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:765)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:690)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:934)
at java.net.URL.openStream(URL.java:1007)
at com.servoy.j2db.develop.cmd.VersionCheck.loadVersionInfoFile(Unknown Source)
at com.servoy.j2db.develop.cmd.VersionCheck.main(Unknown Source)
[1]+ Done
, thanks