java.net.UnknownHostException: secure.myhost.com
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
This is a bug that happens in Slide in versions 4.2.0 and before. Update to 4.2.2 or further to fix it.
Solutions on the web
via Oracle Community by 3004, 1 year ago
java.net.UnknownHostException: secure.myhost.com
at java.net.InetAddress.getAllByName0(InetAddress.java:566)
at java.net.InetAddress.getAllByName0(InetAddress.java:535)
at java.net.InetAddress.getAllByName(InetAddress.java:528)
at org.w3c.www.protocol.http.HttpBasicServer.initialize(UnknownSource)