Hi,
I’m running a fresh install of OpenNebula 5.2.1 on Debian 8.
To get access to the internet from my network I need to connect to a proxy. In sunstone-server.conf
I added the proxy like this:
# Enable an http proxy for the support portal and to download MarketPlaceApps
# from the MarketPlace to the user's desktop.
:proxy: http://172.14.36.74:35360
I restarted the OpenNebula services but the marketplace is still empty and I get this error log:
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: Command execution fail: /var/lib/one/remotes/market/one/monitor P[...]4= 0
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: /usr/lib/ruby/2.1.0/net/http.rb:879:in `initialize': getaddrinfo: Name or service not known (SocketError)
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: from /usr/lib/ruby/2.1.0/net/http.rb:879:in `open'
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: from /usr/lib/ruby/2.1.0/net/http.rb:879:in `block in connect'
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: from /usr/lib/ruby/2.1.0/timeout.rb:76:in `timeout'
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: from /usr/lib/ruby/2.1.0/net/http.rb:878:in `connect'
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: from /usr/lib/ruby/2.1.0/net/http.rb:863:in `do_start'
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: from /usr/lib/ruby/2.1.0/net/http.rb:852:in `start'
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: from /usr/lib/ruby/2.1.0/net/http.rb:583:in `start'
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: from /var/lib/one/remotes/market/one/monitor:54:in `get'
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: from /var/lib/one/remotes/market/one/monitor:66:in `get_appliances'
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: from /var/lib/one/remotes/market/one/monitor:170:in `<main>'
Fri Jan 13 17:26:26 2017 [Z0][MKP][I]: ExitCode: 1
Fri Jan 13 17:26:26 2017 [Z0][MKP][E]: Error monitoring marketplace 0: -
The server itself is able to connect to the proxy and access the internet (tested with wget
).
How can I fix the marketplace issue?
Thanks in advance!