HPE VM Essentials
1821410 Members
2927 Online
109633 Solutions
New Discussion юеВ

HPE VM Essentials Software java.net.NoRouteToHostException: No route to host

 
eduardo69a
Senior Member

HPE VM Essentials Software java.net.NoRouteToHostException: No route to host

Morpheus services do not start when installing VME Manager fail

/var/log/hpe-vm/

2025-02-13 11:11:50 INFO: Running hpe-vm in interactive mode
2025-02-13 11:13:41 INFO: Preparing KVM
2025-02-13 11:14:07 WARN: context [anonymous] 23:4 attribute proxyHost isn't defined
2025-02-13 11:14:07 WARN: context [anonymous] 24:11 attribute noProxy isn't defined
2025-02-13 11:14:26 WARN: Unable to connect to https://192.168.5.45. Trying again in 15 seconds...
java.net.NoRouteToHostException: No route to host
at java.base@21.0.4/sun.nio.ch.Net.connect0(Native Method)
at java.base@21.0.4/sun.nio.ch.Net.connect(Net.java:589)
at java.base@21.0.4/sun.nio.ch.Net.connect(Net.java:578)
at java.base@21.0.4/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583)
at java.base@21.0.4/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
at java.base@21.0.4/java.net.Socket.connect(Socket.java:751)
at java.base@21.0.4/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
at java.base@21.0.4/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181)
at java.base@21.0.4/sun.net.NetworkClient.doConnect(NetworkClient.java:183)
at java.base@21.0.4/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
at java.base@21.0.4/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
at java.base@21.0.4/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
at java.base@21.0.4/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377)
at java.base@21.0.4/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateH>
at java.base@21.0.4/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1237)
at java.base@21.0.4/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1123)
at java.base@21.0.4/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLCo>
at java.base@21.0.4/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1675)
at java.base@21.0.4/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1599)
at java.base@21.0.4/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:531)
at java.base@21.0.4/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:30>
at com.morpheusdata.mvm.console.util.MvmUtility.waitForWebappStart(MvmUtility.java:510)
at com.morpheusdata.mvm.console.util.MvmUtility.waitForWebappStart(MvmUtility.java:498)
at com.morpheusdata.mvm.console.InstallMorpheus.lambda$show$4(InstallMorpheus.java:351)
at java.base@21.0.4/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base@21.0.4/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base@21.0.4/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base@21.0.4/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
at org.graalvm.nativeimage.builder/com.oracle.svm.core.thread.PlatformThreads.threadStartRoutine(PlatformThreads.jav>
at org.graalvm.nativeimage.builder/com.oracle.svm.core.thread.PlatformThreads.threadStartRoutine(PlatformThreads.jav>

 

 

3 REPLIES 3
CalvinZito
Neighborhood Moderator

Re: HPE VM Essentials Software java.net.NoRouteToHostException: No route to host

The error java.net.NoRouteToHostException: No route to host typically occurs when the Java application (here, HPE VM Essentials) tries to connect to a remote host or server but can't find a route (network path) to the target host. I'd suggest checking network configs, firewalls that might be blocking connection, DNS issues, check connectivity (can try using ping or traceroute to see if the target host is reachable), etc. 



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Moto_PK
HPE Pro

Re: HPE VM Essentials Software java.net.NoRouteToHostException: No route to host

Can you ping the IP from the host?

The VM shows up and run in virsh?

Was there a proxy set at the host level?



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
dshort54
Senior Member

Re: HPE VM Essentials Software java.net.NoRouteToHostException: No route to host

Check the BIOS of the host server and ensure Virtualization is ENABLED.