Hello,
I have setup a VM machine with Centos 7. In order to access the internet I use a proxy.
On running
- Downloading Tomcat: 8.5.24
					
										
																										
            I have setup a VM machine with Centos 7. In order to access the internet I use a proxy.
On running
Code: Select all
I get the following error:java -Dhttp.proxyHost=<proxy> -Dhttp.proxyPort=<proxy port> -jar OKMInstaller.jar- Downloading Tomcat: 8.5.24
Code: Select all
The OKMInstaller.log has the following entries:ERROR: sourceforge.net: Name or service not knownCode: Select all
Any ideas?2018-07-11 16:24:36,863 [    main] INFO  com.openkm.installer.Main - Running in Linux: 0.9.6-CE (build: f6d8e19)
2018-07-11 16:24:36,865 [    main] INFO  com.openkm.installer.Main - Linux distro: centos (CentOS Linux - 7)
2018-07-11 16:24:36,870 [    main] INFO  com.openkm.installer.Main - Local host: <host_name> (<host_IP>)
2018-07-11 16:24:36,870 [    main] INFO  com.openkm.installer.Main - Java version: 1.8.0_171
2018-07-11 16:24:36,873 [    main] INFO  com.openkm.installer.Main - Free disk size: 45.0 GB
2018-07-11 16:24:36,875 [    main] INFO  com.openkm.installer.Main - RAM size: 3.7 GB
2018-07-11 16:24:36,875 [    main] INFO  com.openkm.installer.Main - CPU cores: 2
2018-07-11 16:24:36,875 [    main] INFO  com.openkm.installer.Main - Supported databases: [h2, hsqldb, mariadb, mysql, oracle, postgresql, sqlserver]
2018-07-11 16:24:36,875 [    main] INFO  com.openkm.installer.Main - Current directory: /home/openkm
2018-07-11 16:24:46,665 [    main] INFO  com.openkm.installer.Main - Install version: 6.3.6
2018-07-11 16:24:47,040 [    main] INFO  com.openkm.installer.b.c - Detected network interface: <interface_name>
2018-07-11 16:24:47,040 [    main] INFO  com.openkm.installer.b.c - Interface address: /<interface address>
2018-07-11 16:24:47,041 [    main] INFO  com.openkm.installer.b.c - Interface address: /<interface IP>
2018-07-11 16:24:47,041 [    main] INFO  com.openkm.installer.b.c - MAC address: <MAC>
2018-07-11 16:24:47,366 [    main] INFO  com.openkm.installer.b - ### BEGIN INSTALL ###
2018-07-11 16:24:47,367 [    main] INFO  com.openkm.installer.Main - Downloading Tomcat: 8.5.24
2018-07-11 16:24:47,379 [    main] INFO  com.openkm.installer.Main - ERROR: sourceforge.net: Name or service not known
2018-07-11 16:24:47,382 [    main] ERROR com.openkm.installer.Main - sourceforge.net: Name or service not known
java.net.UnknownHostException: sourceforge.net: Name or service not known
        at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
        at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928)
        at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323)
        at java.net.InetAddress.getAllByName0(InetAddress.java:1276)
        at java.net.InetAddress.getAllByName(InetAddress.java:1192)
        at java.net.InetAddress.getAllByName(InetAddress.java:1126)
        at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
        at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:111)
        at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at com.openkm.installer.b.h.a(SourceFile:1046)
        at com.openkm.installer.Main.a(SourceFile:273)
        at com.openkm.installer.Main.main(SourceFile:87)