Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Console won't start: Temporary failure in name resolution #3897

tardis4500 ·

I'm trying to setup a quick little sandbox server but I get the following when I try to start the console:

wrapper | --> Wrapper Started as Console
wrapper | Java Service Wrapper Standard Edition 64-bit 3.5.30
wrapper | Copyright (C) 1999-2016 Tanuki Software, Ltd. All Rights Reserved.
wrapper | http://wrapper.tanukisoftware.com
wrapper | Licensed to PMEase Inc. for QuickBuild
wrapper |
wrapper | Launching a JVM...
jvm 1 | WrapperManager: Initializing...
jvm 1 | 2018-02-01 11:04:28,568 INFO - Cleaning cached plugin libraries...
jvm 1 | 2018-02-01 11:04:28,617 INFO - Cleaning temp directory...
jvm 1 | 2018-02-01 11:04:28,620 INFO - Benchmarking...
jvm 1 | WrapperStartStopApp:
jvm 1 | WrapperStartStopApp Error: Encountered an error running start main: java.lang.RuntimeException: java.net.UnknownHostException: dev-npm: dev-npm: Temporary failure in name resolution
jvm 1 | WrapperStartStopApp Error: java.lang.RuntimeException: java.net.UnknownHostException: dev-npm: dev-npm: Temporary failure in name resolution
jvm 1 | WrapperStartStopApp Error: at com.pmease.quickbuild.bootstrap.Bootstrap.init(Bootstrap.java:414)
jvm 1 | WrapperStartStopApp Error: at com.pmease.quickbuild.bootstrap.Bootstrap.main(Bootstrap.java:127)
jvm 1 | WrapperStartStopApp Error: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
jvm 1 | WrapperStartStopApp Error: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
jvm 1 | WrapperStartStopApp Error: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
jvm 1 | WrapperStartStopApp Error: at java.lang.reflect.Method.invoke(Method.java:606)
jvm 1 | WrapperStartStopApp Error: at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:400)
jvm 1 | WrapperStartStopApp Error: at java.lang.Thread.run(Thread.java:748)
jvm 1 | WrapperStartStopApp Error: Caused by: java.net.UnknownHostException: dev-npm: dev-npm: Temporary failure in name resolution
jvm 1 | WrapperStartStopApp Error: at java.net.InetAddress.getLocalHost(InetAddress.java:1496)
jvm 1 | WrapperStartStopApp Error: at com.pmease.quickbuild.bootstrap.Bootstrap.init(Bootstrap.java:412)
jvm 1 | WrapperStartStopApp Error: ... 7 more
jvm 1 | WrapperStartStopApp Error: Caused by: java.net.UnknownHostException: dev-npm: Temporary failure in name resolution
jvm 1 | WrapperStartStopApp Error: at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
jvm 1 | WrapperStartStopApp Error: at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:922)
jvm 1 | WrapperStartStopApp Error: at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1316)
jvm 1 | WrapperStartStopApp Error: at java.net.InetAddress.getLocalHost(InetAddress.java:1492)
jvm 1 | WrapperStartStopApp Error: ... 8 more
wrapper | <-- Wrapper Stopped

  • replies 2
  • views 2106
  • stars 0
robinshen ADMIN ·
tardis4500 ·

The /etc/hosts file was wrong. Thanks!