1. It happens when the machine hostname is not registered in /etc/hosts.
  2. Exception when parsing/running: windup-migrate-app , null
  3. Caused by: java.net.UnknownHostException: TAP806.mc.intranet: TAP806.mc.intranet: Name or service not known
  4. at java.net.InetAddress.getLocalHost(InetAddress.java:1473) [rt.jar:1.7.0_79]
  5. at com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.computeUniqueInstanceId(GraphDatabaseConfiguration.java:1454) [titan-core-0.5.4.jar:]
  6. ... 60 more
  7. Caused by: java.net.UnknownHostException: TAP806.mc.intranet: Name or service not known
  8. at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) [rt.jar:1.7.0_79]
  9. at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:901) [rt.jar:1.7.0_79]
  10. at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1293) [rt.jar:1.7.0_79]
  11. at java.net.InetAddress.getLocalHost(InetAddress.java:1469) [rt.jar:1.7.0_79]
  12. ... 61 more