Here is the configuration I use to connect to a server.
graph=org.securegraph.accumulo.AccumuloGraph
graph.accumuloInstanceName=lumify
graph.username=root
graph.password=password
graph.tableNamePrefix=lumify_securegraph
graph.zookeeperServers=192.168.33.10
graph.serializer=org.securegraph.accumulo.serializer.JavaValueSerializer
graph.idgenerator=org.securegraph.id.UUIDIdGenerator
graph.search=org.securegraph.elasticsearch.ElasticSearchParentChildSearchIndex
graph.search.indexEdges=false
graph.search.locations=192.168.33.10
graph.search.indexName=securegraph
graph.search.storeSourceData=false
graph.hdfs.dataDir=/lumify/secureGraph
Can you post your configuration so we can compare.