1
0
-1

I'm trying to docker the message router.In that kafka and zookeeper docker started where the DMAAP docker exited with code 0 as soon as it gets started.

How could I overcome this error.

Thanks in advance!

COMMAND:

/dmaap/messagerouter/messageservice/src/main/resources/docker-compose$ docker-compose up

LOG:

DocService initialized successfully
/appl/dmaapMR1/services/deployed/
06:09:58.516 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
/appl/dmaapMR1/services/deployed/
PropertiesService initialized successfully
DocService initialized successfully
UserDefinedJarService initialized successfully
UserDefinedBeansDefService initialized successfully
ComputeService::start
Adding intercept strategies to the context
Intercept strategies added to the context: SpringCamelContext(default-0) with spring id org.springframework.web.context.WebApplicationContext: --> []
06:10:01.682 [main] ERROR ajsc.RouteMgmtService - null: null
06:10:01.683 [main] ERROR ajsc.RouteMgmtService - null: null
06:10:01.692 [main] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
java.lang.Error: computeService init failed in bootstrap!
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)......................

.............................

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metricsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.att.nsa.cambria.utils.ConfigurationReader....................

Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.att.nsa.cambria.utils.ConfigurationReader..............

Caused by: org.I0Itec.zkclient.exception.ZkException: Unable to connect to <zookeeper_host>
at org.I0Itec.zkclient.ZkConnection.connect(ZkConnection.java:66)............

Caused by: java.net.UnknownHostException: <zookeeper_host>: Name or service not known
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)

    CommentAdd your comment...