Proxy settings not working (again) after upgrade

Hi all
Just upgraded to 1.9.2. Been running serviio successfully now for a few years. Proxy settings worked in previous installation, but now it is broken (again.) After the previous upgrade I spent a fair bit of time trouble-shooting this, and even reported back. So bitterly dissappointed that I will need to do it all over again.
For reference, here is where I fixed it the first time around: http://forum.serviio.org/viewtopic.php?f=6&t=23783&p=115335#p115335
Getting these in the logs:
I have added the same settings to 1.9.2 that was running well and working properly in 1.8.1. Even ran a diff to see what is different. But nothing.
Other Java apps on the same machine still work with the proxy settings enabled like the previous time.
Any ideas from anyone would be kindly appreciated.
Just upgraded to 1.9.2. Been running serviio successfully now for a few years. Proxy settings worked in previous installation, but now it is broken (again.) After the previous upgrade I spent a fair bit of time trouble-shooting this, and even reported back. So bitterly dissappointed that I will need to do it all over again.
For reference, here is where I fixed it the first time around: http://forum.serviio.org/viewtopic.php?f=6&t=23783&p=115335#p115335
Getting these in the logs:
- Code:
2018-05-19 08:42:11,237 INFO [RetryExec] I/O exception (java.net.SocketException) caught when processing request: Network is unreachable (connect failed)
2018-05-19 08:42:11,237 INFO [RetryExec] Retrying request
2018-05-19 08:42:11,241 INFO [RetryExec] I/O exception (java.net.SocketException) caught when processing request: Network is unreachable (connect failed)
2018-05-19 08:42:11,241 INFO [RetryExec] Retrying request
2018-05-19 08:42:18,338 INFO [RetryExec] I/O exception (java.net.SocketException) caught when processing request: Network is unreachable (connect failed)
2018-05-19 08:42:18,339 INFO [RetryExec] Retrying request
2018-05-19 08:42:21,411 WARN [OnlineVideoSourcesMetadataExtractor] Online metadata search failed for file BLAHBLAHBLAH - Source of Inspiration.mp4 [VideoDescription [type=EPISODE, names=[masterchef australia, null], year=null, season=10, episode=9, imdb_id=null]] using TheTVDBv2SourceAdaptor: Network is unreachable (connect failed)
I have added the same settings to 1.9.2 that was running well and working properly in 1.8.1. Even ran a diff to see what is different. But nothing.
Other Java apps on the same machine still work with the proxy settings enabled like the previous time.
- Code:
JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dorg.restlet.engine.loggerFacadeClass=org.restlet.ext.slf4j.Slf4jLoggerFacade -Dderby.system.home=$SERVIIO_HOME/library -Dserviio.home=$SERVIIO_HOME -Dffmpeg.location=ffmpeg -Ddcraw.location=dcraw -Dhttp.proxyHost=MYHOST -Dhttp.proxyPort=MYPORT -Dhttps.proxyHost=MYHOST -Dhttps.proxyPort=MYPORT -Dhttp.nonProxyHosts="192.168.2.*""
Any ideas from anyone would be kindly appreciated.