I've found some solution, but it was unfortunately some problem inside the cling library. some colluegue of mine did the fix, I'm not able to share the "patches library" and it's not clear what changes were affected. We used a patched version of: cling-distribution-2.0.1
So possibly with latest lib it's also already fixed?
Good luck!
Did u test it already with 2.0.1?
So problem was:
successful run from library code:
07-17 17:53:23.205 14826-14826/ I/DatagramIO﹕ Creating bound socket (for datagram input/output) on: 192.168.1.110/192.168.1.110
07-17 17:53:23.205 14826-14826/ I/StreamServer﹕ Setting executor service on servlet container adapter
07-17 17:53:23.205 14826-14826/ I/StreamServer﹕ Adding connector: 109.46.235.174/109.46.235.174:0
07-17 17:53:23.205 14826-14826/ D/libc-netbsd﹕ [getaddrinfo]: hostname=xxxxx; servname=(null); cache_mode=(null), netid=0; mark=0
07-17 17:53:23.205 14826-14826/ D/libc-netbsd﹕ [getaddrinfo]: ai_addrlen=0; ai_canonname=xxxxx; ai_flags=4; ai_family=0
07-17 17:53:23.205 14826-14826/ I/pnpServiceConfiguration﹕ Thread pool rejected execution of class org.eclipse.jetty.server.AbstractConnector$Acceptor
07-17 17:53:23.205 14826-14826/ W/System.err﹕ 2015-07-17 17:53:23.215:INFO:oejs.AbstractConnector:Started SocketConnector@109.46.235.174:60087
07-17 17:53:23.205 14826-14826/ I/DatagramIO﹕ Creating bound socket (for datagram input/output) on: 109.46.235.174/109.46.235.174
07-17 17:53:23.205 14826-14826/ I/StreamClient﹕ Starting Jetty HttpClient...
07-17 17:53:23.205 14826-14826/ I/Router﹕ WiFi multicast lock acquired
07-17 17:53:23.205 14826-14826/ I/Router﹕ Created WiFi lock, mode: 3
07-17 17:53:23.205 14826-14826/ I/Router﹕ WiFi lock acquired
07-17 17:53:23.215 14826-14826/ I/UpnpServiceImpl﹕ <<< UPnP service started successfully
error run was something like this:
07-17 17:53:23.205 14826-14826/ I/StreamClient﹕ Starting Jetty HttpClient...
07-17 17:53:23.205 14826-14826/ I/Router﹕ WiFi multicast lock acquired
07-17 17:53:23.205 14826-14826/ I/Router﹕ Created WiFi lock, mode: 3
07-17 17:53:23.205 14826-14826/ I/Router﹕ WiFi lock acquired
07-17 17:53:23.205 14826-14826/ I/DatagramIO﹕ Creating bound socket (for datagram input/output) on: 192.168.1.110/192.168.1.110
07-17 17:53:23.205 14826-14826/ I/StreamServer﹕ Setting executor service on servlet container adapter
07-17 17:53:23.205 14826-14826/ I/StreamServer﹕ Adding connector: 109.46.235.174/109.46.235.174:0
07-17 17:53:23.205 14826-14826/ D/libc-netbsd﹕ [getaddrinfo]: hostname=xxxxx; servname=(null); cache_mode=(null), netid=0; mark=0
07-17 17:53:23.205 14826-14826/ D/libc-netbsd﹕ [getaddrinfo]: ai_addrlen=0; ai_canonname=xxxxx; ai_flags=4; ai_family=0
07-17 17:53:23.205 14826-14826/ I/pnpServiceConfiguration﹕ Thread pool rejected execution of class org.eclipse.jetty.server.AbstractConnector$Acceptor
07-17 17:53:23.205 14826-14826/ W/System.err﹕ 2015-07-17 17:53:23.215:INFO:oejs.AbstractConnector:Started SocketConnector@109.46.235.174:60087
07-17 17:53:23.205 14826-14826/ I/DatagramIO﹕ Creating bound socket (for datagram input/output) on: 109.46.235.174/109.46.235.174
07-17 17:53:23.215 14826-14826/ I/UpnpServiceImpl﹕ <<< UPnP service started successfully