Hi Ranvijay,

I ran the step 2 commands from 
https://wiki.onap.org/display/DW/AAI+Developer+Environment+Setup+-+Dublin
on my ubuntu VM (literally 2 minutes ago after the AAI meeting ended) and got 
full success with starting and confirming status, then stopping and 
re-confirming status.

===
user2@localhost:~/janusgraph-0.2.0-hadoop2$ ./bin/janusgraph.sh  start
Forking Cassandra...
Running `nodetool statusthrift`... OK (returned exit status 0 and printed 
string "running").
Forking Elasticsearch...
Connecting to Elasticsearch (127.0.0.1:9200)....... OK (connected to 
127.0.0.1:9200).
Forking Gremlin-Server...
Connecting to Gremlin-Server (127.0.0.1:8182)...... OK (connected to 
127.0.0.1:8182).
Run gremlin.sh to connect.

user2@localhost:~/janusgraph-0.2.0-hadoop2$ ./bin/janusgraph.sh  status
Gremlin-Server (org.apache.tinkerpop.gremlin.server.GremlinServer) is running 
with pid 30556
Elasticsearch (org.elasticsearch.bootstrap.Elasticsearch) is running with pid 
30329
Cassandra (org.apache.cassandra.service.CassandraDaemon) is running with pid 
29973

user2@localhost:~/janusgraph-0.2.0-hadoop2$ ./bin/janusgraph.sh  stop
Killing Gremlin-Server (pid 30556)...
Killing Elasticsearch (pid 30329)...
Killing Cassandra (pid 29973)...

user2@localhost:~/janusgraph-0.2.0-hadoop2$ ./bin/janusgraph.sh  status
Gremlin-Server (org.apache.tinkerpop.gremlin.server.GremlinServer) does not 
appear in the java process table
Elasticsearch (org.elasticsearch.bootstrap.Elasticsearch) does not appear in 
the java process table
Cassandra (org.apache.cassandra.service.CassandraDaemon) does not appear in the 
java process table
===

If you are unable to get all 3 processes running using the start command, then 
you will need to do some sysadmin debugging to discover the reasons.

Note that the ./bin/janusgraph.sh script is not provided by the ONAP AAI team; 
it is part of the download from janusgraph project itself.

You should be able to find log files in the sub-directory, to help you debug 
your environment:

===
user2@localhost:~$ find ./janusgraph-0.2.0-hadoop2/ -name "*.log"
./janusgraph-0.2.0-hadoop2/log/cassandra.log
./janusgraph-0.2.0-hadoop2/log/gremlin-server.log
./janusgraph-0.2.0-hadoop2/log/elasticsearch.log
./janusgraph-0.2.0-hadoop2/log/elasticsearch_index_indexing_slowlog.log
./janusgraph-0.2.0-hadoop2/log/elasticsearch_index_search_slowlog.log
./janusgraph-0.2.0-hadoop2/log/elasticsearch_deprecation.log
===


Keong

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#18646): https://lists.onap.org/g/onap-discuss/message/18646
Mute This Topic: https://lists.onap.org/mt/32967191/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to