0.9.0-M1 HBase connection problems.

115 views
Skip to first unread message

Nigel Brown

unread,
Mar 14, 2015, 12:19:06 PM3/14/15
to gremli...@googlegroups.com
I get the following issues:

titan-server-0.9.0-M1 xxx$ bin/gremlin-server.sh conf/gremlin-server.yaml 

[INFO] GremlinServer - 

         \,,,/

         (o o)

-----oOOo-(3)-oOOo-----


[INFO] GremlinServer - Configuring Gremlin Server from conf/gremlin-server.yaml

[INFO] MetricManager - Configured Metrics ConsoleReporter configured with report interval=180000ms

[INFO] MetricManager - Configured Metrics CsvReporter configured with report interval=180000ms to fileName=/tmp/gremlin-server-metrics.csv

[INFO] MetricManager - Configured Metrics JmxReporter configured with domain= and agentId=

[INFO] MetricManager - Configured Metrics Slf4jReporter configured with interval=180000ms and loggerName=com.tinkerpop.gremlin.server.Settings$Slf4jReporterMetrics

[INFO] ReflectiveConfigOptionLoader - Loaded and initialized config classes: 11 OK out of 12 attempts in Duration[36 ms]

[INFO] Reflections - Reflections took 66 ms to scan 1 urls, producing 0 keys and 0 values 

[INFO] BasicConfiguration - Ignored configuration entry for gremlin.graph since it does not map to an option

java.lang.IllegalArgumentException: Unknown configuration element in namespace [root]: gremlin

at com.google.common.base.Preconditions.checkArgument(Preconditions.java:120)

at com.thinkaurelius.titan.diskstorage.configuration.ConfigElement.parse(ConfigElement.java:170)

at com.thinkaurelius.titan.diskstorage.configuration.BasicConfiguration.getAll(BasicConfiguration.java:80)

at com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.<init>(GraphDatabaseConfiguration.java:1303)

at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:91)

at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:71)

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:497)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:57)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:80)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:96)

at com.tinkerpop.gremlin.server.Graphs.lambda$new$10(Graphs.java:29)

at com.tinkerpop.gremlin.server.Graphs$$Lambda$15/1979313356.accept(Unknown Source)

at java.util.LinkedHashMap$LinkedEntrySet.forEach(LinkedHashMap.java:663)

at com.tinkerpop.gremlin.server.Graphs.<init>(Graphs.java:27)

at com.tinkerpop.gremlin.server.GremlinServer.initializeGremlinExecutor(GremlinServer.java:121)

at com.tinkerpop.gremlin.server.GremlinServer.run(GremlinServer.java:74)

at com.tinkerpop.gremlin.server.GremlinServer.main(GremlinServer.java:176)

[INFO] BasicConfiguration - Ignored configuration entry for gremlin.graph since it does not map to an option

java.lang.IllegalArgumentException: Unknown configuration element in namespace [root]: gremlin

at com.google.common.base.Preconditions.checkArgument(Preconditions.java:120)

at com.thinkaurelius.titan.diskstorage.configuration.ConfigElement.parse(ConfigElement.java:170)

at com.thinkaurelius.titan.diskstorage.configuration.BasicConfiguration.getAll(BasicConfiguration.java:80)

at com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.<init>(GraphDatabaseConfiguration.java:1369)

at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:91)

at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:71)

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:497)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:57)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:80)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:96)

at com.tinkerpop.gremlin.server.Graphs.lambda$new$10(Graphs.java:29)

at com.tinkerpop.gremlin.server.Graphs$$Lambda$15/1979313356.accept(Unknown Source)

at java.util.LinkedHashMap$LinkedEntrySet.forEach(LinkedHashMap.java:663)

at com.tinkerpop.gremlin.server.Graphs.<init>(Graphs.java:27)

at com.tinkerpop.gremlin.server.GremlinServer.initializeGremlinExecutor(GremlinServer.java:121)

at com.tinkerpop.gremlin.server.GremlinServer.run(GremlinServer.java:74)

at com.tinkerpop.gremlin.server.GremlinServer.main(GremlinServer.java:176)

[INFO] GraphDatabaseConfiguration - Generated unique-instance-id=c0a8014014640-ip-192-168-1-11-us-west-2-compute-internal1

[INFO] Backend - Initiated backend operations thread pool of size 8

[INFO] KCVSLog$MessagePuller - Loaded unidentified ReadMarker start time Timepoint[1426348252565000 μs] into com.thinkaurelius.titan.diskstorage.log.kcvs.KCVSLog$MessagePuller@7749bf93

[INFO] Graphs - Graph [g] was successfully configured via [conf/titan-berkeleydb.properties].

[INFO] HBaseCompatLoader - Instantiated HBase compatibility layer supporting runtime HBase version 0.94.25: com.thinkaurelius.titan.diskstorage.hbase.HBaseCompat0_94

[INFO] HBaseStoreManager - Copied host list from root.storage.hostname to hbase.zookeeper.quorum: 127.0.0.1

[INFO] RecoverableZooKeeper - The identifier of this process is 14...@ip-192-168-1-11.us-west-2.compute.internal

[INFO] Environment - Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT

[INFO] Environment - Client environment:host.name=ip-192-168-1-64.us-west-2.compute.internal

[INFO] Environment - Client environment:java.version=1.8.0_40

[INFO] Environment - Client environment:java.vendor=Oracle Corporation

[INFO] Environment - Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/jre

[INFO] Environment - Client environment:java.class.path=bin/../config/:bin/../lib/commons-collections-3.2.1.jar:bin/../lib/commons-configuration-1.10.jar:bin/../lib/commons-lang-2.6.jar:bin/../lib/commons-lang3-3.3.1.jar:bin/../lib/gmetric4j-1.0.3.jar:bin/../lib/gremlin-algorithm-3.0.0.M6.jar:bin/../lib/gremlin-core-3.0.0.M6.jar:bin/../lib/gremlin-driver-3.0.0.M6.jar:bin/../lib/gremlin-groovy-3.0.0.M6.jar:bin/../lib/gremlin-server-3.0.0.M6.jar:bin/../lib/groovy-all-2.3.7-indy.jar:bin/../lib/groovy-sandbox-1.6.jar:bin/../lib/guava-15.0.jar:bin/../lib/hppc-0.6.0.jar:bin/../lib/ivy-2.3.0.jar:bin/../lib/jackson-annotations-2.3.0.jar:bin/../lib/jackson-core-2.3.0.jar:bin/../lib/jackson-databind-2.3.0.jar:bin/../lib/javatuples-1.2.jar:bin/../lib/jcabi-log-0.14.jar:bin/../lib/jcabi-manifests-1.0.jar:bin/../lib/jcl-over-slf4j-1.7.7.jar:bin/../lib/jline-2.11.jar:bin/../lib/kryo-2.24.0.jar:bin/../lib/log4j-1.2.17.jar:bin/../lib/metrics-core-3.0.2.jar:bin/../lib/metrics-ganglia-3.0.2.jar:bin/../lib/metrics-graphite-3.0.2.jar:bin/../lib/minlog-1.2.jar:bin/../lib/netty-all-4.0.23.Final.jar:bin/../lib/objenesis-2.1.jar:bin/../lib/oncrpc-1.0.7.jar:bin/../lib/slf4j-api-1.7.7.jar:bin/../lib/slf4j-log4j12-1.7.7.jar:bin/../lib/snakeyaml-1.13.jar:bin/../lib/tinkergraph-gremlin-3.0.0.M6.jar:.:bin/../ext/*.jar;.:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/activation-1.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/antlr-2.7.7.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/antlr-3.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/antlr-runtime-3.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/astyanax-cassandra-1.56.48.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/astyanax-core-1.56.48.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/astyanax-recipes-1.56.48.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/astyanax-thrift-1.56.48.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/avro-1.7.4.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/avro-ipc-1.5.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/base64-2.3.8.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/cassandra-all-2.0.8.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/cassandra-thrift-2.0.8.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-cli-1.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-codec-1.7.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-compress-1.4.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-el-1.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-httpclient-3.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-io-2.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-lang-2.5.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-logging-1.1.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-math-2.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-net-1.4.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-pool-1.6.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/compress-lzf-0.8.4.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/concurrentlinkedhashmap-lru-1.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/core-3.1.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/disruptor-3.0.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/dom4j-1.6.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/elasticsearch-1.2.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/elasticsearch-hadoop-mr-2.0.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/fastutil-6.5.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/giraph-core-1.0.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/hadoop-core-1.2.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/hadoop-gremlin-3.0.0.M6.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/hamcrest-core-1.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/hbase-0.94.25.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/hibernate-validator-4.3.0.Final.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/high-scale-lib-1.1.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/hsqldb-1.8.0.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/httpclient-4.2.5.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/httpcore-4.2.5.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-annotations-2.2.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-core-2.2.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-core-asl-1.9.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-databind-2.2.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-datatype-json-org-2.2.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-jaxrs-1.9.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-mapper-asl-1.9.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-xc-1.9.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jamm-0.2.5.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jamon-runtime-2.3.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jasper-compiler-5.5.23.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jasper-runtime-5.5.23.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/javassist-3.18.0-GA.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/javax.json-1.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jaxb-api-2.2.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jaxb-impl-2.2.3-1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jbcrypt-0.3m.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jboss-logging-3.1.2.GA.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/je-5.0.73.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jersey-core-1.18.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jersey-json-1.18.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jersey-server-1.18.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jets3t-0.6.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jettison-1.3.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jetty-6.1.26.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jetty-util-6.1.26.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jline-1.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/joda-time-1.6.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jruby-complete-1.6.5.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/json-20090211.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/json-simple-1.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jsp-2.1-6.1.14.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jsp-api-2.1-6.1.14.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jsr305-1.3.9.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/junit-4.11.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/junit-benchmarks-0.7.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/libthrift-0.9.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/log4j-1.2.16.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-analyzers-common-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-codecs-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-core-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-grouping-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-highlighter-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-join-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-memory-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-misc-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-queries-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-queryparser-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-sandbox-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-spatial-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-suggest-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lz4-1.2.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/metrics-core-2.1.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/metrics-core-3.0.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/metrics-ganglia-3.0.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/metrics-graphite-3.0.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/netty-3.2.7.Final.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/netty-3.6.6.Final.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/org.apache.servicemix.bundles.commons-csv-1.0-r706900_3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/oro-2.0.8.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/paranamer-2.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/protobuf-java-2.5.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/randomizedtesting-runner-2.0.8.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/reflections-0.9.9-RC1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/reporter-config-2.1.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/servlet-api-2.5-20081211.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/servlet-api-2.5-6.1.14.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-model-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-api-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-datatypes-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-languages-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-n3-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-ntriples-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-rdfxml-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-trig-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-trix-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-turtle-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-util-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/snakeyaml-1.11.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/snappy-java-1.0.5-M3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/snaptree-0.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/spatial4j-0.4.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/stax-api-1.0-2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/stax-api-1.0.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/stringtemplate-3.2.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/super-csv-2.1.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/thrift-server-0.3.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-all-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-berkeleyje-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-cassandra-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-core-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-es-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-hadoop-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-hbase-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-lucene-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/uuid-3.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/validation-api-1.0.0.GA.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/velocity-1.7.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/xml-apis-1.0.b2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/xmlenc-0.52.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/xz-1.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/zookeeper-3.4.6.jar:::bin/../config/:bin/../lib/commons-collections-3.2.1.jar:bin/../lib/commons-configuration-1.10.jar:bin/../lib/commons-lang-2.6.jar:bin/../lib/commons-lang3-3.3.1.jar:bin/../lib/gmetric4j-1.0.3.jar:bin/../lib/gremlin-algorithm-3.0.0.M6.jar:bin/../lib/gremlin-core-3.0.0.M6.jar:bin/../lib/gremlin-driver-3.0.0.M6.jar:bin/../lib/gremlin-groovy-3.0.0.M6.jar:bin/../lib/gremlin-server-3.0.0.M6.jar:bin/../lib/groovy-all-2.3.7-indy.jar:bin/../lib/groovy-sandbox-1.6.jar:bin/../lib/guava-15.0.jar:bin/../lib/hppc-0.6.0.jar:bin/../lib/ivy-2.3.0.jar:bin/../lib/jackson-annotations-2.3.0.jar:bin/../lib/jackson-core-2.3.0.jar:bin/../lib/jackson-databind-2.3.0.jar:bin/../lib/javatuples-1.2.jar:bin/../lib/jcabi-log-0.14.jar:bin/../lib/jcabi-manifests-1.0.jar:bin/../lib/jcl-over-slf4j-1.7.7.jar:bin/../lib/jline-2.11.jar:bin/../lib/kryo-2.24.0.jar:bin/../lib/log4j-1.2.17.jar:bin/../lib/metrics-core-3.0.2.jar:bin/../lib/metrics-ganglia-3.0.2.jar:bin/../lib/metrics-graphite-3.0.2.jar:bin/../lib/minlog-1.2.jar:bin/../lib/netty-all-4.0.23.Final.jar:bin/../lib/objenesis-2.1.jar:bin/../lib/oncrpc-1.0.7.jar:bin/../lib/slf4j-api-1.7.7.jar:bin/../lib/slf4j-log4j12-1.7.7.jar:bin/../lib/snakeyaml-1.13.jar:bin/../lib/tinkergraph-gremlin-3.0.0.M6.jar:.:bin/../ext/*.jar;.:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/activation-1.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/antlr-2.7.7.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/antlr-3.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/antlr-runtime-3.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/astyanax-cassandra-1.56.48.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/astyanax-core-1.56.48.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/astyanax-recipes-1.56.48.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/astyanax-thrift-1.56.48.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/avro-1.7.4.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/avro-ipc-1.5.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/base64-2.3.8.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/cassandra-all-2.0.8.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/cassandra-thrift-2.0.8.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-cli-1.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-codec-1.7.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-compress-1.4.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-el-1.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-httpclient-3.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-io-2.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-lang-2.5.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-logging-1.1.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-math-2.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-net-1.4.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/commons-pool-1.6.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/compress-lzf-0.8.4.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/concurrentlinkedhashmap-lru-1.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/core-3.1.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/disruptor-3.0.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/dom4j-1.6.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/elasticsearch-1.2.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/elasticsearch-hadoop-mr-2.0.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/fastutil-6.5.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/giraph-core-1.0.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/hadoop-core-1.2.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/hadoop-gremlin-3.0.0.M6.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/hamcrest-core-1.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/hbase-0.94.25.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/hibernate-validator-4.3.0.Final.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/high-scale-lib-1.1.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/hsqldb-1.8.0.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/httpclient-4.2.5.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/httpcore-4.2.5.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-annotations-2.2.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-core-2.2.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-core-asl-1.9.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-databind-2.2.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-datatype-json-org-2.2.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-jaxrs-1.9.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-mapper-asl-1.9.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jackson-xc-1.9.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jamm-0.2.5.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jamon-runtime-2.3.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jasper-compiler-5.5.23.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jasper-runtime-5.5.23.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/javassist-3.18.0-GA.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/javax.json-1.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jaxb-api-2.2.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jaxb-impl-2.2.3-1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jbcrypt-0.3m.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jboss-logging-3.1.2.GA.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/je-5.0.73.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jersey-core-1.18.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jersey-json-1.18.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jersey-server-1.18.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jets3t-0.6.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jettison-1.3.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jetty-6.1.26.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jetty-util-6.1.26.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jline-1.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/joda-time-1.6.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jruby-complete-1.6.5.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/json-20090211.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/json-simple-1.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jsp-2.1-6.1.14.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jsp-api-2.1-6.1.14.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/jsr305-1.3.9.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/junit-4.11.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/junit-benchmarks-0.7.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/libthrift-0.9.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/log4j-1.2.16.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-analyzers-common-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-codecs-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-core-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-grouping-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-highlighter-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-join-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-memory-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-misc-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-queries-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-queryparser-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-sandbox-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-spatial-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lucene-suggest-4.8.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/lz4-1.2.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/metrics-core-2.1.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/metrics-core-3.0.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/metrics-ganglia-3.0.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/metrics-graphite-3.0.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/netty-3.2.7.Final.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/netty-3.6.6.Final.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/org.apache.servicemix.bundles.commons-csv-1.0-r706900_3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/oro-2.0.8.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/paranamer-2.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/protobuf-java-2.5.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/randomizedtesting-runner-2.0.8.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/reflections-0.9.9-RC1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/reporter-config-2.1.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/servlet-api-2.5-20081211.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/servlet-api-2.5-6.1.14.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-model-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-api-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-datatypes-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-languages-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-n3-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-ntriples-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-rdfxml-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-trig-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-trix-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-rio-turtle-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/sesame-util-2.7.10.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/snakeyaml-1.11.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/snappy-java-1.0.5-M3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/snaptree-0.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/spatial4j-0.4.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/stax-api-1.0-2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/stax-api-1.0.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/stringtemplate-3.2.1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/super-csv-2.1.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/thrift-server-0.3.3.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-all-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-berkeleyje-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-cassandra-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-core-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-es-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-hadoop-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-hbase-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/titan-lucene-0.9.0-M1.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/uuid-3.2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/validation-api-1.0.0.GA.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/velocity-1.7.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/xml-apis-1.0.b2.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/xmlenc-0.52.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/xz-1.0.jar:/opt/titan-server-0.9.0-M1/bin/../ext//titan-all/zookeeper-3.4.6.jar:

[INFO] Environment - Client environment:java.library.path=/Users/nigel/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.

[INFO] Environment - Client environment:java.io.tmpdir=/var/folders/65/p36w54816nl2srsdg1kf2nj00000gn/T/

[INFO] Environment - Client environment:java.compiler=<NA>

[INFO] Environment - Client environment:os.name=Mac OS X

[INFO] Environment - Client environment:os.arch=x86_64

[INFO] Environment - Client environment:os.version=10.9.5

[INFO] Environment - Client environment:user.name=nigel

[INFO] Environment - Client environment:user.home=/Users/nigel

[INFO] Environment - Client environment:user.dir=/opt/titan-server-0.9.0-M1

[INFO] ZooKeeper - Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=180000 watcher=hconnection

[INFO] ClientCnxn$SendThread - Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)

[INFO] ClientCnxn$SendThread - Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session

[INFO] ClientCnxn$SendThread - Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x14c18faf3940002, negotiated timeout = 40000

[WARN] HBaseStoreManager - Unexpected exception during getDeployment()

java.lang.IllegalArgumentException: Not a host:port pair: PBUF

7

*ip-192-168-1-64.us-west-2.compute.internalʇ)

at org.apache.hadoop.hbase.util.Addressing.parseHostname(Addressing.java:60)

at org.apache.hadoop.hbase.ServerName.<init>(ServerName.java:101)

at org.apache.hadoop.hbase.ServerName.parseVersionedServerName(ServerName.java:283)

at org.apache.hadoop.hbase.MasterAddressTracker.bytesToServerName(MasterAddressTracker.java:77)

at org.apache.hadoop.hbase.MasterAddressTracker.getMasterAddress(MasterAddressTracker.java:61)

at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.getMaster(HConnectionManager.java:805)

at org.apache.hadoop.hbase.client.HBaseAdmin.<init>(HBaseAdmin.java:177)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getAdminInterface(HBaseStoreManager.java:986)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.ensureTableExists(HBaseStoreManager.java:742)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getLocalKeyPartition(HBaseStoreManager.java:551)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getDeployment(HBaseStoreManager.java:348)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getFeatures(HBaseStoreManager.java:390)

at com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.<init>(GraphDatabaseConfiguration.java:1297)

at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:91)

at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:71)

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:497)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:57)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:80)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:96)

at com.tinkerpop.gremlin.server.Graphs.lambda$new$10(Graphs.java:29)

at com.tinkerpop.gremlin.server.Graphs$$Lambda$15/1979313356.accept(Unknown Source)

at java.util.LinkedHashMap$LinkedEntrySet.forEach(LinkedHashMap.java:663)

at com.tinkerpop.gremlin.server.Graphs.<init>(Graphs.java:27)

at com.tinkerpop.gremlin.server.GremlinServer.initializeGremlinExecutor(GremlinServer.java:121)

at com.tinkerpop.gremlin.server.GremlinServer.run(GremlinServer.java:74)

at com.tinkerpop.gremlin.server.GremlinServer.main(GremlinServer.java:176)

[WARN] HBaseStoreManager - Unexpected exception during getDeployment()

java.lang.IllegalArgumentException: Not a host:port pair: PBUF

7

*ip-192-168-1-64.us-west-2.compute.internalʇ)

at org.apache.hadoop.hbase.util.Addressing.parseHostname(Addressing.java:60)

at org.apache.hadoop.hbase.ServerName.<init>(ServerName.java:101)

at org.apache.hadoop.hbase.ServerName.parseVersionedServerName(ServerName.java:283)

at org.apache.hadoop.hbase.MasterAddressTracker.bytesToServerName(MasterAddressTracker.java:77)

at org.apache.hadoop.hbase.MasterAddressTracker.getMasterAddress(MasterAddressTracker.java:61)

at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.getMaster(HConnectionManager.java:805)

at org.apache.hadoop.hbase.client.HBaseAdmin.<init>(HBaseAdmin.java:177)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getAdminInterface(HBaseStoreManager.java:986)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.ensureTableExists(HBaseStoreManager.java:742)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getLocalKeyPartition(HBaseStoreManager.java:551)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getDeployment(HBaseStoreManager.java:348)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getFeatures(HBaseStoreManager.java:390)

at com.thinkaurelius.titan.diskstorage.Backend.getStandaloneGlobalConfiguration(Backend.java:439)

at com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.<init>(GraphDatabaseConfiguration.java:1298)

at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:91)

at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:71)

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:497)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:57)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:80)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:96)

at com.tinkerpop.gremlin.server.Graphs.lambda$new$10(Graphs.java:29)

at com.tinkerpop.gremlin.server.Graphs$$Lambda$15/1979313356.accept(Unknown Source)

at java.util.LinkedHashMap$LinkedEntrySet.forEach(LinkedHashMap.java:663)

at com.tinkerpop.gremlin.server.Graphs.<init>(Graphs.java:27)

at com.tinkerpop.gremlin.server.GremlinServer.initializeGremlinExecutor(GremlinServer.java:121)

at com.tinkerpop.gremlin.server.GremlinServer.run(GremlinServer.java:74)

at com.tinkerpop.gremlin.server.GremlinServer.main(GremlinServer.java:176)

[WARN] HBaseStoreManager - Unexpected exception during getDeployment()

java.lang.IllegalArgumentException: Not a host:port pair: PBUF

7

*ip-192-168-1-64.us-west-2.compute.internalʇ)

at org.apache.hadoop.hbase.util.Addressing.parseHostname(Addressing.java:60)

at org.apache.hadoop.hbase.ServerName.<init>(ServerName.java:101)

at org.apache.hadoop.hbase.ServerName.parseVersionedServerName(ServerName.java:283)

at org.apache.hadoop.hbase.MasterAddressTracker.bytesToServerName(MasterAddressTracker.java:77)

at org.apache.hadoop.hbase.MasterAddressTracker.getMasterAddress(MasterAddressTracker.java:61)

at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.getMaster(HConnectionManager.java:805)

at org.apache.hadoop.hbase.client.HBaseAdmin.<init>(HBaseAdmin.java:177)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getAdminInterface(HBaseStoreManager.java:986)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.ensureTableExists(HBaseStoreManager.java:742)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getLocalKeyPartition(HBaseStoreManager.java:551)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getDeployment(HBaseStoreManager.java:348)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getFeatures(HBaseStoreManager.java:390)

at com.thinkaurelius.titan.diskstorage.common.AbstractStoreManager.getMetaDataSchema(AbstractStoreManager.java:46)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore.<init>(HBaseKeyColumnValueStore.java:66)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.openDatabase(HBaseStoreManager.java:453)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.openDatabase(HBaseStoreManager.java:442)

at com.thinkaurelius.titan.diskstorage.Backend.getStandaloneGlobalConfiguration(Backend.java:450)

at com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.<init>(GraphDatabaseConfiguration.java:1298)

at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:91)

at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:71)

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:497)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:57)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:80)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:96)

at com.tinkerpop.gremlin.server.Graphs.lambda$new$10(Graphs.java:29)

at com.tinkerpop.gremlin.server.Graphs$$Lambda$15/1979313356.accept(Unknown Source)

at java.util.LinkedHashMap$LinkedEntrySet.forEach(LinkedHashMap.java:663)

at com.tinkerpop.gremlin.server.Graphs.<init>(Graphs.java:27)

at com.tinkerpop.gremlin.server.GremlinServer.initializeGremlinExecutor(GremlinServer.java:121)

at com.tinkerpop.gremlin.server.GremlinServer.run(GremlinServer.java:74)

at com.tinkerpop.gremlin.server.GremlinServer.main(GremlinServer.java:176)

[WARN] Graphs - Graph [b] configured at [conf/origin.properties] could not be instantiated and will not be available in Gremlin Server.  GraphFactory message: GraphFactory could not instantiate this Graph implementation [com.thinkaurelius.titan.core.TitanFactory]

java.lang.RuntimeException: GraphFactory could not instantiate this Graph implementation [com.thinkaurelius.titan.core.TitanFactory]

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:61)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:80)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:96)

at com.tinkerpop.gremlin.server.Graphs.lambda$new$10(Graphs.java:29)

at com.tinkerpop.gremlin.server.Graphs$$Lambda$15/1979313356.accept(Unknown Source)

at java.util.LinkedHashMap$LinkedEntrySet.forEach(LinkedHashMap.java:663)

at com.tinkerpop.gremlin.server.Graphs.<init>(Graphs.java:27)

at com.tinkerpop.gremlin.server.GremlinServer.initializeGremlinExecutor(GremlinServer.java:121)

at com.tinkerpop.gremlin.server.GremlinServer.run(GremlinServer.java:74)

at com.tinkerpop.gremlin.server.GremlinServer.main(GremlinServer.java:176)

Caused by: 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:497)

at com.tinkerpop.gremlin.structure.util.GraphFactory.open(GraphFactory.java:57)

... 9 more

Caused by: java.lang.IllegalArgumentException: Not a host:port pair: PBUF

7

*ip-192-168-1-64.us-west-2.compute.internalʇ)

at org.apache.hadoop.hbase.util.Addressing.parseHostname(Addressing.java:60)

at org.apache.hadoop.hbase.ServerName.<init>(ServerName.java:101)

at org.apache.hadoop.hbase.ServerName.parseVersionedServerName(ServerName.java:283)

at org.apache.hadoop.hbase.MasterAddressTracker.bytesToServerName(MasterAddressTracker.java:77)

at org.apache.hadoop.hbase.MasterAddressTracker.getMasterAddress(MasterAddressTracker.java:61)

at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.getMaster(HConnectionManager.java:805)

at org.apache.hadoop.hbase.client.HBaseAdmin.<init>(HBaseAdmin.java:177)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.getAdminInterface(HBaseStoreManager.java:986)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.ensureColumnFamilyExists(HBaseStoreManager.java:823)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.openDatabase(HBaseStoreManager.java:459)

at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.openDatabase(HBaseStoreManager.java:442)

at com.thinkaurelius.titan.diskstorage.Backend.getStandaloneGlobalConfiguration(Backend.java:450)

at com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.<init>(GraphDatabaseConfiguration.java:1298)

at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:91)

at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:71)

... 14 more

[INFO] GremlinServer - Initialized Gremlin thread pool.  Threads in pool named with pattern gremlin-*

[INFO] ScriptEngines - Loaded nashorn ScriptEngine

[INFO] ScriptEngines - Loaded gremlin-groovy ScriptEngine

[INFO] GremlinServer - Initialized GremlinExecutor and configured ScriptEngines.

[INFO] AbstractChannelizer - Configured application/vnd.gremlin-v1.0+kryo with com.tinkerpop.gremlin.driver.ser.KryoMessageSerializerV1d0

[INFO] AbstractChannelizer - Configured application/vnd.gremlin-v1.0+kryo-stringd with com.tinkerpop.gremlin.driver.ser.KryoMessageSerializerV1d0

[INFO] AbstractChannelizer - Configured application/vnd.gremlin-v1.0+json with com.tinkerpop.gremlin.driver.ser.JsonMessageSerializerGremlinV1d0

[INFO] AbstractChannelizer - Configured application/json with com.tinkerpop.gremlin.driver.ser.JsonMessageSerializerV1d0

[INFO] GremlinServer - Gremlin Server configured with worker thread pool of 1 and boss thread pool of 1

[INFO] GremlinServer - Channel started at port 8182.

conf/gremlin-server.yaml with one line added

  b: conf/origin.properties

which points to this:

gremlin.graph=com.thinkaurelius.titan.core.TitanFactory

storage.backend=hbase

storage.hbase.table=bouncer

storage.hostname=localhost

storage.port=2181

cache.db-cache = true

cache.db-cache-clean-wait = 20

cache.db-cache-time = 180000

cache.db-cache-size = 0.5


index.search.backend=elasticsearch

index.search.hostname=localhost

index.search.elasticsearch.client-only=true

hbase version

2015-03-14 16:13:05,696 INFO  [main] util.VersionInfo: HBase 0.98.2-hadoop2

2015-03-14 16:13:05,697 INFO  [main] util.VersionInfo: Subversion https://svn.apache.org/repos/asf/hbase/tags/0.98.2RC0 -r 1591526

2015-03-14 16:13:05,697 INFO  [main] util.VersionInfo: Compiled by apurtell on Wed Apr 30 20:17:33 PDT 2014


Questions:

1. What is the first exception java.lang.IllegalArgumentException: Unknown configuration element in namespace [root]: gremlin? 

This happened out of the box. Not important, but I was interested. 

2. More important is this

Caused by: java.lang.IllegalArgumentException: Not a host:port pair: PBUF

java.lang.IllegalArgumentException: Not a host:port pair: PBUF

7

*ip-192-168-1-64.us-west-2.compute.internalʇ)

I am using gremlin server here, initially I was trying this from java code and directly from the gremlin console. I have tried various versions of hbase, this one is right, I think. Whatever approach I use, I get the same result. The znode seems to contain junk

get /hbase/master

master:50122H

                 PBUF

7

*ip-192-168-1-64.us-west-2.compute.internalʇ)

cZxid = 0xb

ctime = Sat Mar 14 15:50:48 GMT 2015

mZxid = 0xb

mtime = Sat Mar 14 15:50:48 GMT 2015

pZxid = 0xb

cversion = 0

dataVersion = 0

aclVersion = 0

ephemeralOwner = 0x14c18faf3940000

dataLength = 88

numChildren = 0

Not sure if this is meant to  be human readable.

Any hints would be welcome. Is HBase tested and working in 0.9.0?

What is the environment used to test (i.e. which ver of hbase)?


Stephen Mallette

unread,
Mar 16, 2015, 7:35:58 AM3/16/15
to gremli...@googlegroups.com
First of all - thanks for trying this out.

1. What is the first exception java.lang.IllegalArgumentException: Unknown configuration element in namespace [root]: gremlin? 

We are aware of that issue.  Titan doesn't like that "gremlin.graph" key in the configuration file that TinkerPop wants.  We can't allow Titan to strip that information.  It may need to loosen up its validation a little bit.  That isn't an error exactly either, just a warning, and should not affect operations.

I don't know what that PBUF error is...matthias/dan, any ideas on what could be wrong here?



--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/90c52c6a-af97-4918-a770-530f75a5379a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Nigel Brown

unread,
Mar 23, 2015, 4:28:35 AM3/23/15
to gremli...@googlegroups.com
For reference, the exception is a version mismatch in HBase. See http://hbase.apache.org/book.html#s096.migration.troubleshooting
This was because Tinkerpop 3 was built for Hadoop 1 (I think). I never got this working, but went back to Titan 0.5.3.
...
Reply all
Reply to author
Forward
0 new messages