I guess its not running. Checked the logs on VM2, here's what I found:

.....

99793fda6435: Pull complete #(No errors in pulling the images)
Digest: sha256:0c484eed2f17f53d2d67035ff225366344ca5b88552a4b5f456bb7cee1a7a025
Status: Downloaded newer image for cassandra:2.1
No stopped containers
Waiting for 'testconfig_aai.hbase.simpledemo.onap.org_1' deployment to
finish ...
Waiting for 'testconfig_aai.hbase.simpledemo.onap.org_1' deployment to
finish ...

.....

....

Waiting for 'testconfig_aai.hbase.simpledemo.onap.org_1' deployment to
finish ...
ERROR: testconfig_aai.hbase.simpledemo.onap.org_1 deployment failed.
2018-05-23 16:42:06,809 - util.py[WARNING]: Failed running
/var/lib/cloud/instance/scripts/part-001 [1]
2018-05-23 16:42:06,939 - cc_scripts_user.py[WARNING]: Failed to run
module scripts-user (scripts in /var/lib/cloud/instance/scripts)
2018-05-23 16:42:06,947 - util.py[WARNING]: Running scripts-user
(<module 'cloudinit.config.cc_scripts_user' from
'/usr/lib/python2.7/dist-packages/cloudinit/config/cc_scripts_user.pyc'>)
failed


I checked docker containers on the VM, and its empty:

root@onap-aai-inst2:/home/ubuntu# docker ps

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES root@onap-aai-inst2
:/home/ubuntu#





On Thu, May 31, 2018 at 2:14 AM, FORSYTH, JAMES <[email protected]> wrote:

> Is your Cassandra container running on vm2?
>
>
>
> Thanks,
>
> jimmy
>
>
>
> *From: *Vinayak Tejankar <[email protected]>
> *Date: *Wednesday, May 30, 2018 at 4:03 PM
> *To: *"FORSYTH, JAMES" <[email protected]>
> *Cc: *"[email protected]" <[email protected]>
> *Subject: *Re: [onap-discuss] Error in aai-vm1 installation
>
>
>
> Hi Forsyth,
>
>
>
> I'm using a multi-node setup. Attached are the templates, and I'm
> deploying it on Openstack Mitaka.
>
>
>
> Please find the attachments.
>
>
>
>
>
> On Thu, May 31, 2018 at 1:12 AM, FORSYTH, JAMES <[email protected]> wrote:
>
> Hi, Vinayak,
>
>
>
> Are you trying a multi-node setup or a single node?
>
>
>
> Thanks,
>
> jimmy
>
>
>
> *From: *<[email protected]> on behalf of Vinayak
> Tejankar <[email protected]>
> *Date: *Wednesday, May 30, 2018 at 3:06 PM
> *To: *"[email protected]" <[email protected]>
> *Subject: *[onap-discuss] Error in aai-vm1 installation
>
>
>
> Hello Team,
>
>
>
> I was facing some issues when I last tried installing ONAP. Thanks to the
> support from the members of the community, all the issues are been actively
> looked upon and addressed which is really helpful and motivating for a
> newbie like me to keep trying.
>
>
>
> In my latest attempt, I was able to pull the docker images in aai-vm-1.
> However, during the deployment of testconfig..., I'm getting the following
> error:
>
>
>
> 17:47:37,850 |-INFO in 
> ch.qos.logback.classic.joran.action.ConfigurationAction - End of 
> configuration.
>
> 17:47:37,886 |-INFO in 
> ch.qos.logback.classic.joran.JoranConfigurator@27973e9b - Registering current 
> configuration as safe fallback point
>
>
>
>     ---- NOTE --- about to open graph (takes a little while)--------;
>
> Exception in thread "main" java.lang.reflect.InvocationTargetException
>
>           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>           at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>
>           at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
>           at java.lang.reflect.Method.invoke(Method.java:498)
>
>           at 
> org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
>
>           at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
>
>           at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
>
>           at 
> org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:594)
>
> Caused by: java.lang.ExceptionInInitializerError
>
>           at org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:98)
>
>           at org.onap.aai.dbgen.GenTester.main(GenTester.java:118)
>
>           ... 8 more
>
> Caused by: java.lang.RuntimeException: Failed to instantiate graphs
>
>           at org.onap.aai.dbmap.AAIGraph.<init>(AAIGraph.java:83)
>
>           at org.onap.aai.dbmap.AAIGraph.<init>(AAIGraph.java:55)
>
>           at org.onap.aai.dbmap.AAIGraph$Helper.<clinit>(AAIGraph.java:88)
>
>           ... 10 more
>
> Caused by: java.lang.IllegalArgumentException: Could not instantiate 
> implementation: 
> org.janusgraph.diskstorage.cassandra.astyanax.AstyanaxStoreManager
>
>           at 
> org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:69)
>
>           at 
> org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)
>
>           at 
> org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)
>
>           at 
> org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.<init>(GraphDatabaseConfiguration.java:1376)
>
>           at 
> org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)
>
>           at 
> org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)
>
>           at 
> org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)
>
>           at org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:110)
>
>           at org.onap.aai.dbmap.AAIGraph.<init>(AAIGraph.java:80)
>
>           ... 12 more
>
> Caused by: java.lang.reflect.InvocationTargetException
>
>           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)
>
>           at 
> org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)
>
>           ... 20 more
>
> Caused by: org.janusgraph.diskstorage.TemporaryBackendException: Temporary 
> failure in storage backend
>
>           at 
> org.janusgraph.diskstorage.cassandra.astyanax.AstyanaxStoreManager.ensureKeyspaceExists(AstyanaxStoreManager.java:619)
>
>           at 
> org.janusgraph.diskstorage.cassandra.astyanax.AstyanaxStoreManager.<init>(AstyanaxStoreManager.java:314)
>
>           ... 25 more
>
> Caused by: 
> com.netflix.astyanax.connectionpool.exceptions.PoolTimeoutException: 
> PoolTimeoutException: [host=aai.hbase.simpledemo.onap.org 
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__aai.hbase.simpledemo.onap.org_&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=Oej6QUk5p2KdqNEWySpOHA&m=FrRSR53IBNbfhXvIHUtg66paWWnl3htvqlF9EmaCJ08&s=iw43OgxMMbYQ77aIKaFZMm7SJSZDxVgCslxKxT4xY1w&e=>(aai.hbase.simpledemo.onap.org
>  
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__aai.hbase.simpledemo.onap.org_&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=Oej6QUk5p2KdqNEWySpOHA&m=FrRSR53IBNbfhXvIHUtg66paWWnl3htvqlF9EmaCJ08&s=iw43OgxMMbYQ77aIKaFZMm7SJSZDxVgCslxKxT4xY1w&e=>):9160,
>  latency=10009(10009), attempts=1]Timed out waiting for connection
>
>           at 
> com.netflix.astyanax.connectionpool.impl.SimpleHostConnectionPool.waitForConnection(SimpleHostConnectionPool.java:231)
>
>           at 
> com.netflix.astyanax.connectionpool.impl.SimpleHostConnectionPool.borrowConnection(SimpleHostConnectionPool.java:198)
>
>           at 
> com.netflix.astyanax.connectionpool.impl.RoundRobinExecuteWithFailover.borrowConnection(RoundRobinExecuteWithFailover.java:84)
>
>           at 
> com.netflix.astyanax.connectionpool.impl.AbstractExecuteWithFailoverImpl.tryOperation(AbstractExecuteWithFailoverImpl.java:117)
>
>           at 
> com.netflix.astyanax.connectionpool.impl.AbstractHostPartitionConnectionPool.executeWithFailover(AbstractHostPartitionConnectionPool.java:352)
>
>           at 
> com.netflix.astyanax.thrift.ThriftClusterImpl.executeSchemaChangeOperation(ThriftClusterImpl.java:146)
>
>           at 
> com.netflix.astyanax.thrift.ThriftClusterImpl.internalCreateKeyspace(ThriftClusterImpl.java:321)
>
>           at 
> com.netflix.astyanax.thrift.ThriftClusterImpl.addKeyspace(ThriftClusterImpl.java:294)
>
>           at 
> org.janusgraph.diskstorage.cassandra.astyanax.AstyanaxStoreManager.ensureKeyspaceExists(AstyanaxStoreManager.java:614)
>
>           ... 26 more
>
>
>
> Wed May 23 17:48:38 UTC 2018    Done 
> /opt/app/aai-resources/bin/createDBSchema.sh
>
> Waiting for 'testconfig_aai-resources.api.simpledemo.onap.org_1' deployment 
> to finish ...
>
> ...
>
> Waiting for 'testconfig_aai-resources.api.simpledemo.onap.org_1' deployment 
> to finish ...
>
> Waiting for 'testconfig_aai-resources.api.simpledemo.onap.org_1' deployment 
> to finish ...
>
> ERROR: testconfig_aai-resources.api.simpledemo.onap.org_1 deployment failed.
>
>
>
> I am trying to find out as to why this id happening, and would really
> appreciate any help in identifying the same.
>
>
>
> Regards,
>
> Vinayak
>
>
>
>
>
> --
>
> Regards,
>
> Vinayak
>



-- 
Regards,
Vinayak
_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to