Dataiku on Ubuntu EC2 instance
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
Hello guys,
I am on a Ubuntu Server EC2 instance on Amazon and when I launch the installer.sh I am getting the following exception:
[2017/06/05-14:17:34.870] [main] [INFO] [dku.logging] - Loading logging settings
[2017/06/05-14:17:34.874] [main] [INFO] [dku.logging] - Configuring additional logging settings from /home/ubuntu/Downloads/dataiku-dss-4.0.4/resources/logging/dku-log4j.properties
[2017/06/05-14:17:48.377] [main] [WARN] [org.springframework.context.annotation.AnnotationConfigApplicationContext] - Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'h2BasedTimestampsDAO': Invocation of init method failed; nested exception is org.h2.jdbc.JdbcSQLException: IO Exception: "java.net.UnknownHostException: ip-*-*-*-164: ip-*-*-*-164: Name or service not known" [90028-176]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:396)
I have deliberately obfuscated the hostname: ip-*-*-*-164.
I am wondering if actually the installer should attempt instead to connect to localhost or 0.0.0.0 ?
PS
This is not the AMI AWS instance, but just a plain wget and install setup.
Tagged:
Best Answer
-
Issue solved in comment thread.