neo4j-contrib / spatial

Neo4j Spatial is a library of utilities for Neo4j that faciliates the enabling of spatial operations on data. In particular you can add spatial indexes to already located data, and perform spatial operations on the data like searching for data within specified regions or within a specified distance of a point of interest. In addition classes are provided to expose the data to geotools and thereby to geotools enabled applications like geoserver and uDig.
http://neo4j-contrib.github.io/spatial
Other
780 stars 192 forks source link

unable to install the plugin #89

Closed scdicks closed 11 years ago

scdicks commented 11 years ago

cp neo4j-spatial-0.11-SNAPSHOT-server-plugin.zip ~/neo4j-community-1.8.2/plugins/ cd ~/neo4j-community-1.8.2/plugins/ unzip neo4j-spatial-0.11-SNAPSHOT-server-plugin.zip cd .. ls plugins [many jars and the zip] bin/neo4j start curl http://localhost:7474/db/data/

{ "extensions" : { "CypherPlugin" : { "execute_query" : "http://localhost:7474/db/data/ext/CypherPlugin/graphdb/execute_query" }, "GremlinPlugin" : { "execute_script" : "http://localhost:7474/db/data/ext/GremlinPlugin/graphdb/execute_script" } }, "node" : "http://localhost:7474/db/data/node", "reference_node" : "http://localhost:7474/db/data/node/0", "node_index" : "http://localhost:7474/db/data/index/node", "relationship_index" : "http://localhost:7474/db/data/index/relationship", "extensions_info" : "http://localhost:7474/db/data/ext", "relationship_types" : "http://localhost:7474/db/data/relationship/types", "batch" : "http://localhost:7474/db/data/batch", "cypher" : "http://localhost:7474/db/data/cypher", "neo4j_version" : "1.8.2" }

scdicks commented 11 years ago

./plugins: commons-lang-2.4.jar commons-pool-1.5.4.jar concurrentlinkedhashmap-lru-1.3.1.jar geronimo-jta_1.1_spec-1.1.1.jar gt-api-8.4.jar gt-coverage-8.4.jar gt-cql-8.4.jar gt-data-8.4.jar gt-main-8.4.jar gt-metadata-8.4.jar gt-opengis-8.4.jar gt-process-8.4.jar gt-referencing-8.4.jar gt-render-8.4.jar gt-shapefile-8.4.jar imageio-ext-tiff-1.1.5.jar imageio-ext-utilities-1.1.5.jar jai_codec-1.1.3.jar jai_core-1.1.3.jar jai_imageio-1.1.jar jdom-1.0.jar jgridshift-1.0.jar json-simple-1.1.jar jsr-275-1.0-beta-2.jar jt-utils-1.3.0.jar jt-zonalstats-1.3.0.jar jts-1.12.jar lucene-core-3.6.2.jar neo4j-1.9-20130424.000940-135.jar neo4j-cypher-1.9-20130424.000816-135.jar neo4j-graph-algo-1.9-20130424.000641-135.jar neo4j-graph-collections-0.5.jar neo4j-graph-matching-1.9-20130424.000656-135.jar neo4j-jmx-1.9-20130424.000434-135.jar neo4j-kernel-1.9-20130424.000408-135.jar neo4j-lucene-index-1.9-20130424.000623-135.jar neo4j-spatial-0.11-SNAPSHOT-server-plugin.zip neo4j-spatial-0.11-SNAPSHOT.jar neo4j-udc-1.9-20130424.000456-135.jar scala-library-2.10.0.jar vecmath-1.3.2.jar xercesImpl-2.4.0.jar

jexp commented 11 years ago

can you check server/logs and server/data/graph.db/messages.log for any errors ?

scdicks commented 11 years ago

Don't see any errors. I don't have a $NEO4J_HOME/logs folder.

$NEO4J_HOME/data/log/neo4j.0.0.log:

Apr 25, 2013 9:03:48 AM org.neo4j.server.logging.Logger log INFO: Loaded neo4j tuning properties from conf/neo4j.properties Apr 25, 2013 9:03:49 AM org.neo4j.server.logging.Logger log INFO: Successfully started database Apr 25, 2013 9:03:49 AM org.neo4j.server.logging.Logger log INFO: Starting Neo Server on port [7474] with [80] threads available Apr 25, 2013 9:03:49 AM org.neo4j.server.logging.Logger log INFO: Enabling HTTPS on port [7473] Apr 25, 2013 9:03:49 AM org.neo4j.server.logging.Logger log INFO: Mounted discovery module at [/] Apr 25, 2013 9:03:49 AM org.neo4j.server.logging.Logger log INFO: Loaded server plugin "CypherPlugin" Apr 25, 2013 9:03:49 AM org.neo4j.server.logging.Logger log INFO: Loaded server plugin "GremlinPlugin" Apr 25, 2013 9:03:49 AM org.neo4j.server.logging.Logger log INFO: Mounted REST API at [/db/data/] Apr 25, 2013 9:03:49 AM org.neo4j.server.logging.Logger log INFO: Mounted management API at [/db/manage/] Apr 25, 2013 9:03:49 AM org.neo4j.server.logging.Logger log INFO: Mounted webadmin at [/webadmin] Apr 25, 2013 9:03:49 AM org.neo4j.server.logging.Logger log INFO: Mounting static content at [/webadmin] from [webadmin-html] Apr 25, 2013 9:03:49 AM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.neo4j.server.webadmin.rest Apr 25, 2013 9:03:49 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.neo4j.server.webadmin.rest.JmxService class org.neo4j.server.webadmin.rest.ConsoleService class org.neo4j.server.webadmin.rest.RootService class org.neo4j.server.webadmin.rest.MonitorService Apr 25, 2013 9:03:49 AM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Apr 25, 2013 9:03:50 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM' Apr 25, 2013 9:03:50 AM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.neo4j.server.rest.web Apr 25, 2013 9:03:50 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.neo4j.server.rest.web.DatabaseMetadataService class org.neo4j.server.rest.web.BatchOperationService class org.neo4j.server.rest.web.ExtensionService class org.neo4j.server.rest.web.RestfulGraphDatabase class org.neo4j.server.rest.web.CypherService class org.neo4j.server.rest.web.ResourcesService Apr 25, 2013 9:03:50 AM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Apr 25, 2013 9:03:50 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM' Apr 25, 2013 9:03:50 AM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.neo4j.server.rest.discovery Apr 25, 2013 9:03:50 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.neo4j.server.rest.discovery.DiscoveryService Apr 25, 2013 9:03:50 AM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Apr 25, 2013 9:03:50 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM' Apr 25, 2013 9:03:51 AM org.neo4j.server.logging.Logger log INFO: Server started on [http://localhost:7474/]

scdicks commented 11 years ago

I don't see any errors messages.log. It is finding the jars under the plugin folder, but I don't see any indication of loading the spatial plugin. $NEO4J_HOME/data/graph.db/messages.log:

2013-04-25 09:03:48,860 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics START --- 2013-04-25 09:03:48,862 DEBUG [neo4j.diagnostics]: Neo4j Kernel properties: 2013-04-25 09:03:48,863 DEBUG [neo4j.diagnostics]: forced_kernel_id= 2013-04-25 09:03:48,863 DEBUG [neo4j.diagnostics]: read_only=false 2013-04-25 09:03:48,863 DEBUG [neo4j.diagnostics]: neo4j.ext.udc.host=udc.neo4j.org 2013-04-25 09:03:48,863 DEBUG [neo4j.diagnostics]: logical_log=nioneo_logical.log 2013-04-25 09:03:48,863 DEBUG [neo4j.diagnostics]: node_auto_indexing=false 2013-04-25 09:03:48,863 DEBUG [neo4j.diagnostics]: intercept_committing_transactions=false 2013-04-25 09:03:48,863 DEBUG [neo4j.diagnostics]: remote_shell_name=shell 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: cache_type=soft 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: intercept_deserialized_transactions=false 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: lucene_searcher_cache_size=2147483647 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: neo4j.ext.udc.interval=86400000 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: use_memory_mapped_buffers=true 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: rebuild_idgenerators_fast=true 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: neostore.propertystore.db.index.keys.mapped_memory=1M 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: neostore.propertystore.db.arrays.mapped_memory=1277M 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: neostore.propertystore.db.strings.mapped_memory=1127M 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: log_mapped_memory_stats_filename=mapped_memory_stats.log 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: log_mapped_memory_stats_interval=1000000 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: gcr_cache_min_log_interval=60s 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: relationship_grab_size=100 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: relationship_auto_indexing=false 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: remote_shell_read_only=false 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: node_cache_array_fraction=1.0 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: allow_store_upgrade=false 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: execution_guard_enabled=false 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: relationship_cache_array_fraction=1.0 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: store_dir=data/graph.db 2013-04-25 09:03:48,864 DEBUG [neo4j.diagnostics]: remote_logging_host=127.0.0.1 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: online_backup_enabled=false 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: remote_logging_port=4560 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: gc_monitor_threshold=200ms 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: array_block_size=120 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: load_kernel_extensions=true 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: neostore.relationshipstore.db.mapped_memory=1624M 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: keep_logical_logs=true 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: dump_configuration=false 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: gc_monitor_wait_time=100ms 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: neostore.nodestore.db.mapped_memory=368M 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: neo4j.ext.udc.first_delay=600000 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: remote_shell_enabled=true 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: neo4j.ext.udc.reg=unreg 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: remote_shell_port=1337 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: ephemeral=false 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: log_mapped_memory_stats=false 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: neo_store=neostore 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: mapped_memory_page_size=1M 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: query_cache_size=100 2013-04-25 09:03:48,865 DEBUG [neo4j.diagnostics]: logging.threshold_for_rotation=104857600 2013-04-25 09:03:48,866 DEBUG [neo4j.diagnostics]: neostore.propertystore.db.index.mapped_memory=1M 2013-04-25 09:03:48,866 DEBUG [neo4j.diagnostics]: backup_slave=false 2013-04-25 09:03:48,866 DEBUG [neo4j.diagnostics]: neostore.propertystore.db.mapped_memory=1326M 2013-04-25 09:03:48,866 DEBUG [neo4j.diagnostics]: string_block_size=120 2013-04-25 09:03:48,866 DEBUG [neo4j.diagnostics]: grab_file_lock=true 2013-04-25 09:03:48,866 DEBUG [neo4j.diagnostics]: remote_logging_enabled=false 2013-04-25 09:03:48,866 DEBUG [neo4j.diagnostics]: neo4j.ext.udc.enabled=true 2013-04-25 09:03:48,866 DEBUG [neo4j.diagnostics]: all_stores_total_mapped_memory_size=500M 2013-04-25 09:03:48,866 DEBUG [neo4j.diagnostics]: online_backup_port=6362 2013-04-25 09:03:48,866 DEBUG [neo4j.diagnostics]: neo4j.ext.udc.source=server 2013-04-25 09:03:48,867 DEBUG [neo4j.diagnostics]: Diagnostics providers: 2013-04-25 09:03:48,867 DEBUG [neo4j.diagnostics]: org.neo4j.kernel.configuration.Config 2013-04-25 09:03:48,867 DEBUG [neo4j.diagnostics]: org.neo4j.kernel.info.DiagnosticsManager 2013-04-25 09:03:48,867 DEBUG [neo4j.diagnostics]: SYSTEM_MEMORY 2013-04-25 09:03:48,868 DEBUG [neo4j.diagnostics]: JAVA_MEMORY 2013-04-25 09:03:48,868 DEBUG [neo4j.diagnostics]: OPERATING_SYSTEM 2013-04-25 09:03:48,868 DEBUG [neo4j.diagnostics]: JAVA_VIRTUAL_MACHINE 2013-04-25 09:03:48,868 DEBUG [neo4j.diagnostics]: CLASSPATH 2013-04-25 09:03:48,868 DEBUG [neo4j.diagnostics]: LIBRARY_PATH 2013-04-25 09:03:48,868 DEBUG [neo4j.diagnostics]: SYSTEM_PROPERTIES 2013-04-25 09:03:48,868 DEBUG [neo4j.diagnostics]: NETWORK 2013-04-25 09:03:48,868 DEBUG [neo4j.diagnostics]: System memory information: 2013-04-25 09:03:48,876 DEBUG [neo4j.diagnostics]: Total Physical memory: 16.00 GB 2013-04-25 09:03:48,877 DEBUG [neo4j.diagnostics]: Free Physical memory: 4.15 GB 2013-04-25 09:03:48,878 DEBUG [neo4j.diagnostics]: Committed virtual memory: 6.64 GB 2013-04-25 09:03:48,879 DEBUG [neo4j.diagnostics]: Total swap space: 256.00 MB 2013-04-25 09:03:48,880 DEBUG [neo4j.diagnostics]: Free swap space: 223.50 MB 2013-04-25 09:03:48,881 DEBUG [neo4j.diagnostics]: JVM memory information: 2013-04-25 09:03:48,881 DEBUG [neo4j.diagnostics]: Free memory: 209.27 MB 2013-04-25 09:03:48,881 DEBUG [neo4j.diagnostics]: Total memory: 245.38 MB 2013-04-25 09:03:48,881 DEBUG [neo4j.diagnostics]: Max memory: 3.56 GB 2013-04-25 09:03:48,884 DEBUG [neo4j.diagnostics]: Garbage Collector: PS Scavenge: [PS Eden Space, PS Survivor Space] 2013-04-25 09:03:48,884 DEBUG [neo4j.diagnostics]: Garbage Collector: PS MarkSweep: [PS Eden Space, PS Survivor Space, PS Old Gen, PS Perm Gen] 2013-04-25 09:03:48,886 DEBUG [neo4j.diagnostics]: Memory Pool: Code Cache (Non-heap memory): committed=2.44 MB, used=678.06 kB, max=48.00 MB, threshold=0.00 B 2013-04-25 09:03:48,887 DEBUG [neo4j.diagnostics]: Memory Pool: PS Eden Space (Heap memory): committed=64.06 MB, used=36.11 MB, max=1.31 GB, threshold=? 2013-04-25 09:03:48,887 DEBUG [neo4j.diagnostics]: Memory Pool: PS Survivor Space (Heap memory): committed=10.63 MB, used=0.00 B, max=10.63 MB, threshold=? 2013-04-25 09:03:48,888 DEBUG [neo4j.diagnostics]: Memory Pool: PS Old Gen (Heap memory): committed=170.69 MB, used=0.00 B, max=2.67 GB, threshold=0.00 B 2013-04-25 09:03:48,889 DEBUG [neo4j.diagnostics]: Memory Pool: PS Perm Gen (Non-heap memory): committed=20.75 MB, used=14.59 MB, max=82.00 MB, threshold=0.00 B 2013-04-25 09:03:48,889 DEBUG [neo4j.diagnostics]: Operating system information: 2013-04-25 09:03:48,891 DEBUG [neo4j.diagnostics]: Operating System: Mac OS X; version: 10.8.3; arch: x86_64; cpus: 8 2013-04-25 09:03:48,892 DEBUG [neo4j.diagnostics]: Max number of file descriptors: 10240 2013-04-25 09:03:48,893 DEBUG [neo4j.diagnostics]: Number of open file descriptors: 158 2013-04-25 09:03:48,894 DEBUG [neo4j.diagnostics]: Process id: 12964@Steve-MBP.local 2013-04-25 09:03:48,894 DEBUG [neo4j.diagnostics]: Byte order: LITTLE_ENDIAN 2013-04-25 09:03:48,894 DEBUG [neo4j.diagnostics]: Local timezone: America/New_York 2013-04-25 09:03:48,894 DEBUG [neo4j.diagnostics]: JVM information: 2013-04-25 09:03:48,894 DEBUG [neo4j.diagnostics]: VM Name: Java HotSpot(TM) 64-Bit Server VM 2013-04-25 09:03:48,894 DEBUG [neo4j.diagnostics]: VM Vendor: Apple Inc. 2013-04-25 09:03:48,894 DEBUG [neo4j.diagnostics]: VM Version: 20.14-b01-447 2013-04-25 09:03:48,895 DEBUG [neo4j.diagnostics]: JIT compiler: HotSpot 64-Bit Tiered Compilers 2013-04-25 09:03:48,896 DEBUG [neo4j.diagnostics]: VM Arguments: [-Xserver, -XX:+DisableExplicitGC, -Dorg.neo4j.server.properties=conf/neo4j-server.properties, -Djava.util.logging.config.file=conf/logging.properties, -Dfile.encoding=UTF-8, -Dlog4j.configuration=file:conf/log4j.properties, -Dorg.neo4j.server.properties=/Users/steve/neo4j-community-1.8.2/conf/neo4j-server.properties, -Djava.util.logging.config.file=/Users/steve/neo4j-community-1.8.2/conf/logging.properties, -Dneo4j.home=/Users/steve/neo4j-community-1.8.2, -Dneo4j.instance=/Users/steve/neo4j-community-1.8.2] 2013-04-25 09:03:48,896 DEBUG [neo4j.diagnostics]: Java classpath: 2013-04-25 09:03:48,901 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/gt-main-8.4.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/neo4j-lucene-index-1.9-20130424.000623-135.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/concurrentlinkedhashmap-lru-1.3.1.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [bootstrap] /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSupport.framework/Versions/A/Resources/Java/JavaRuntimeSupport.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/vecmath.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/groovy-1.8.5.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/pipes-1.0.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/stax-api-1.0.1.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/neo4j-graph-collections-0.5.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [bootstrap] /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/laf.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/libJ3D.jnilib 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/neo4j-server-1.8.2.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/scala-library-2.10.0.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/janino-2.5.10.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/QTJava.zip 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/commons-collections-3.2.1.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/commons-digester-1.8.1.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/gt-render-8.4.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/j3daudio.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/jersey-server-1.9.jar 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/libQTJNative.jnilib 2013-04-25 09:03:48,902 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/neo4j-graph-algo-1.9-20130424.000641-135.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/j3dcore.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/neo4j-1.9-20130424.000940-135.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/blueprints-core-1.2.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/neo4j-kernel-1.9-20130424.000408-135.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/jts-1.12.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/jai_codec-1.1.3.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/jcl-over-slf4j-1.6.1.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/commons-io-1.4.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [bootstrap] /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/sunrsasign.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/neo4j-graph-matching-1.8.2.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/jai_core.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/gt-cql-8.4.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/commons-logging-1.1.1.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/neo4j-jmx-1.8.2.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/gt-data-8.4.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/commons-pool-1.5.4.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/neo4j-spatial-0.11-SNAPSHOT.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/jackson-core-asl-1.9.7.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/lucene-core-3.6.2.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/neo4j-kernel-1.8.2.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/scala-library-2.9.1-1.jar 2013-04-25 09:03:48,903 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/conf/ 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/asm-util-3.2.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/gremlin-groovy-1.5.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/xercesImpl-2.4.0.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/imageio-ext-tiff-1.1.5.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [bootstrap] /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/jce.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/jgridshift-1.0.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/AppleScriptEngine.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/logback-access-0.9.30.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/neo4j-cypher-1.8.2.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/apple_provider.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/org.apache.servicemix.bundles.jline-0.9.94_1.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/slf4j-api-1.6.2.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/gt-opengis-8.4.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/jt-utils-1.3.0.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [bootstrap] /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/charsets.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/jersey-multipart-1.9.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/antlr-2.7.7.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/dns_sd.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/commons-lang-2.4.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/concurrentlinkedhashmap-lru-1.3.1.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/MRJToolkit.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/commons-lang-2.4.jar 2013-04-25 09:03:48,904 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/neo4j-lucene-index-1.8.2.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/neo4j-gremlin-plugin-1.8.2.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/neo4j-cypher-plugin-1.8.2.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/jackson-mapper-asl-1.9.7.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/libmlib_jai.jnilib 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/json-simple-1.1.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/jetty-util-6.1.25.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/jackson-jaxrs-1.9.7.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/neo4j-udc-1.8.2.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/jsr311-api-1.1.2.r612.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/dnsns.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/neo4j-shell-1.8.2.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/gt-metadata-8.4.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/gt-process-8.4.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/rrd4j-2.0.7.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/mlibwrapper_jai.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [bootstrap] /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/localedata.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/neo4j-udc-1.9-20130424.000456-135.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/gt-coverage-8.4.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/gremlin-java-1.5.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/vecmath-1.3.2.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/asm-commons-3.2.jar 2013-04-25 09:03:48,905 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/asm-tree-3.2.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/libJ3DAudio.jnilib 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/libAppleScriptEngine.jnilib 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [bootstrap] /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/ui.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/libJ3DUtils.jnilib 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/jsr-275-1.0-beta-2.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/servlet-api-2.5-20081211.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/geronimo-jta_1.1_spec-1.1.1.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/jai_imageio-1.1.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/gt-api-8.4.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/logback-core-0.9.30.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/asm-analysis-3.2.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/jt-zonalstats-1.3.0.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/j3dutils.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/imageio-ext-utilities-1.1.5.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/jansi-1.5.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/blueprints-neo4j-graph-1.2.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/commons-beanutils-core-1.8.0.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/Extensions/jai_codec.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/neo4j-graph-algo-1.8.2.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/jdom-1.0.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/sunjce_provider.jar 2013-04-25 09:03:48,906 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/jersey-core-1.9.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/gt-referencing-8.4.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/neo4j-jmx-1.9-20130424.000434-135.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/neo4j-server-1.8.2-static-web.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/commons-configuration-1.6.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/server-api-1.8.2.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/geronimo-jta_1.1_spec-1.1.1.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/jettison-1.3.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/neo4j-cypher-1.9-20130424.000816-135.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/mimepull-1.6.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/lib/lucene-core-3.5.0.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/asm-3.1.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [bootstrap] /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsse.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/gt-shapefile-8.4.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/logback-classic-0.9.30.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/jetty-6.1.25.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/commons-beanutils-1.8.0.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/jai_core-1.1.3.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [bootstrap] /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jsfd.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/plugins/neo4j-graph-matching-1.9-20130424.000656-135.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [classpath + loader.0] file:/Users/steve/neo4j-community-1.8.2/system/lib/bcprov-jdk16-140.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: [loader.1] file:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext/sunpkcs11.jar 2013-04-25 09:03:48,907 DEBUG [neo4j.diagnostics]: Library path: 2013-04-25 09:03:48,908 DEBUG [neo4j.diagnostics]: /Users/steve/neo4j-community-1.8.2 2013-04-25 09:03:48,908 DEBUG [neo4j.diagnostics]: /Library/Java/Extensions 2013-04-25 09:03:48,908 DEBUG [neo4j.diagnostics]: /System/Library/Java/Extensions 2013-04-25 09:03:48,908 DEBUG [neo4j.diagnostics]: /usr/lib/java 2013-04-25 09:03:48,908 DEBUG [neo4j.diagnostics]: System.properties: 2013-04-25 09:03:48,908 DEBUG [neo4j.diagnostics]: sun.boot.library.path = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries 2013-04-25 09:03:48,908 DEBUG [neo4j.diagnostics]: awt.nativeDoubleBuffering = true 2013-04-25 09:03:48,908 DEBUG [neo4j.diagnostics]: org.neo4j.server.properties = /Users/steve/neo4j-community-1.8.2/conf/neo4j-server.properties 2013-04-25 09:03:48,908 DEBUG [neo4j.diagnostics]: gopherProxySet = false 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: mrj.build = 11M4203 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: path.separator = : 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: file.encoding.pkg = sun.io 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: sun.java.launcher = SUNSTANDARD 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: user.country = US 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: sun.os.patch.level = unknown 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: user.dir = /Users/steve/neo4j-community-1.8.2 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: log4j.configuration = file:conf/log4j.properties 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: sun.jnu.encoding = MacRoman 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: sun.management.compiler = HotSpot 64-Bit Tiered Compilers 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: http.nonProxyHosts = local|.local|169.254/16|_.169.254/16 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: user.home = /Users/steve 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: user.timezone = America/New_York 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: file.encoding = UTF-8 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: user.name = steve 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: sun.java.command = org.neo4j.server.Bootstrapper 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: sun.arch.data.model = 64 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: user.language = en 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: awt.toolkit = apple.awt.CToolkit 2013-04-25 09:03:48,909 DEBUG [neo4j.diagnostics]: file.separator = / 2013-04-25 09:03:48,910 DEBUG [neo4j.diagnostics]: sun.io.unicode.encoding = UnicodeLittle 2013-04-25 09:03:48,910 DEBUG [neo4j.diagnostics]: sun.cpu.endian = little 2013-04-25 09:03:48,910 DEBUG [neo4j.diagnostics]: mrj.version = 1070.1.6.043-447 2013-04-25 09:03:48,910 DEBUG [neo4j.diagnostics]: socksNonProxyHosts = local|.local|169.254/16|.169.254/16 2013-04-25 09:03:48,910 DEBUG [neo4j.diagnostics]: neo4j.instance = /Users/steve/neo4j-community-1.8.2 2013-04-25 09:03:48,910 DEBUG [neo4j.diagnostics]: ftp.nonProxyHosts = local|.local|169.254/16|_.169.254/16 2013-04-25 09:03:48,910 DEBUG [neo4j.diagnostics]: neo4j.home = /Users/steve/neo4j-community-1.8.2 2013-04-25 09:03:48,910 DEBUG [neo4j.diagnostics]: sun.cpu.isalist = 2013-04-25 09:03:48,910 DEBUG [neo4j.diagnostics]: Network information: 2013-04-25 09:03:48,912 DEBUG [neo4j.diagnostics]: Interface en1: 2013-04-25 09:03:48,912 DEBUG [neo4j.diagnostics]: address: fe80:0:0:0:e2f8:47ff:fe30:c31a%5 2013-04-25 09:03:48,912 DEBUG [neo4j.diagnostics]: address: 192.168.5.66 2013-04-25 09:03:48,912 DEBUG [neo4j.diagnostics]: Interface lo0: 2013-04-25 09:03:48,912 DEBUG [neo4j.diagnostics]: address: 0:0:0:0:0:0:0:1 2013-04-25 09:03:48,912 DEBUG [neo4j.diagnostics]: address: fe80:0:0:0:0:0:0:1%1 2013-04-25 09:03:48,912 DEBUG [neo4j.diagnostics]: address: 127.0.0.1 2013-04-25 09:03:48,912 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics END --- 2013-04-25 09:03:48,915 INFO [neo4j.txmanager]: Recovery completed, all transactions have been resolved to a consistent state. 2013-04-25 09:03:48,996 INFO [neo4j.extension]: Extension org.neo4j.kernel.KernelExtension[kernel jmx] loaded ok 2013-04-25 09:03:49,000 INFO [neo4j.extension]: Extension org.neo4j.kernel.KernelExtension[kernel udc] loaded ok 2013-04-25 09:03:49,114 INFO [neo4j.extension]: Extension org.neo4j.kernel.KernelExtension[shell] loaded ok 2013-04-25 09:03:49,116 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics for KernelDiagnostics:Versions START --- 2013-04-25 09:03:49,117 DEBUG [neo4j.diagnostics]: Graph Database: org.neo4j.kernel.EmbeddedGraphDatabase StoreId[time:1366309234800, id:6976194852757813825, store version: 13561656364791302] 2013-04-25 09:03:49,117 DEBUG [neo4j.diagnostics]: Kernel version: Neo4j - Graph Database Kernel 1.8.2 2013-04-25 09:03:49,117 DEBUG [neo4j.diagnostics]: Neo4j component versions: 2013-04-25 09:03:49,118 DEBUG [neo4j.diagnostics]: Neo4j - Graph Database Kernel 1.8.2 2013-04-25 09:03:49,118 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics for KernelDiagnostics:Versions END --- 2013-04-25 09:03:49,120 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics for NEO_STORE_VERSIONS START --- 2013-04-25 09:03:49,120 DEBUG [neo4j.diagnostics]: Store versions: 2013-04-25 09:03:49,120 DEBUG [neo4j.diagnostics]: Store versions: 2013-04-25 09:03:49,120 DEBUG [neo4j.diagnostics]: NeoStore v0.A.0 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: NodeStore v0.A.0 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: RelationshipStore v0.A.0 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: RelationshipTypeStore v0.A.0 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: PropertyStore v0.A.0 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: PropertyIndexStore v0.A.0 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: StringPropertyStore v0.A.0 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: ArrayPropertyStore v0.A.0 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics for NEO_STORE_VERSIONS END --- 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics for NEO_STORE_ID_USAGE START --- 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: Id usage: 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: Id usage: 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: NodeStore: used=220 high=219 2013-04-25 09:03:49,121 DEBUG [neo4j.diagnostics]: RelationshipStore: used=144 high=143 2013-04-25 09:03:49,122 DEBUG [neo4j.diagnostics]: RelationshipTypeStore: used=17 high=16 2013-04-25 09:03:49,122 DEBUG [neo4j.diagnostics]: PropertyStore: used=301 high=300 2013-04-25 09:03:49,122 DEBUG [neo4j.diagnostics]: PropertyIndexStore: used=28 high=27 2013-04-25 09:03:49,122 DEBUG [neo4j.diagnostics]: StringPropertyStore: used=220 high=219 2013-04-25 09:03:49,122 DEBUG [neo4j.diagnostics]: ArrayPropertyStore: used=6 high=5 2013-04-25 09:03:49,122 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics for NEO_STORE_ID_USAGE END --- 2013-04-25 09:03:49,122 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics for PERSISTENCE_WINDOW_POOL_STATS START --- 2013-04-25 09:03:49,122 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics for PERSISTENCE_WINDOW_POOL_STATS END --- 2013-04-25 09:03:49,123 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics for KernelDiagnostics:StoreFiles START --- [snip] 2013-04-25 09:03:49,177 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics for KernelDiagnostics:StoreFiles END --- 2013-04-25 09:03:49,178 INFO [neo4j]: Started - database is now available 2013-04-25 09:03:49,179 INFO [neo4j]: GC Monitor started. 2013-04-25 09:03:49,567 DEBUG [neo4j.diagnostics]: --- SERVER STARTUP START --- 2013-04-25 09:03:49,567 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics for org.neo4j.server.configuration.Configurator START --- 2013-04-25 09:03:49,569 DEBUG [neo4j.diagnostics]: Server configuration: 2013-04-25 09:03:49,569 DEBUG [neo4j.diagnostics]: org.neo4j.server.database.location = data/graph.db 2013-04-25 09:03:49,569 DEBUG [neo4j.diagnostics]: org.neo4j.server.webserver.port = 7474 2013-04-25 09:03:49,570 DEBUG [neo4j.diagnostics]: org.neo4j.server.webserver.https.enabled = true 2013-04-25 09:03:49,570 DEBUG [neo4j.diagnostics]: org.neo4j.server.webserver.https.port = 7473 2013-04-25 09:03:49,570 DEBUG [neo4j.diagnostics]: org.neo4j.server.webserver.https.cert.location = conf/ssl/snakeoil.cert 2013-04-25 09:03:49,570 DEBUG [neo4j.diagnostics]: org.neo4j.server.webserver.https.key.location = conf/ssl/snakeoil.key 2013-04-25 09:03:49,570 DEBUG [neo4j.diagnostics]: org.neo4j.server.webserver.https.keystore.location = data/keystore 2013-04-25 09:03:49,570 DEBUG [neo4j.diagnostics]: org.neo4j.server.webadmin.rrdb.location = data/rrd 2013-04-25 09:03:49,570 DEBUG [neo4j.diagnostics]: org.neo4j.server.db.tuning.properties = conf/neo4j.properties 2013-04-25 09:03:49,570 DEBUG [neo4j.diagnostics]: org.neo4j.server.http.log.enabled = false 2013-04-25 09:03:49,570 DEBUG [neo4j.diagnostics]: org.neo4j.server.http.log.config = conf/neo4j-http-logging.xml 2013-04-25 09:03:49,570 DEBUG [neo4j.diagnostics]: org.neo4j.server.webadmin.management.uri = /db/manage/ 2013-04-25 09:03:49,570 DEBUG [neo4j.diagnostics]: org.neo4j.server.webadmin.data.uri = /db/data/ 2013-04-25 09:03:49,570 DEBUG [neo4j.diagnostics]: --- STARTUP diagnostics for org.neo4j.server.configuration.Configurator END --- 2013-04-25 09:03:49,584 DEBUG [neo4j.diagnostics]: Mounted discovery module (org.neo4j.server.rest.discovery) at: / 2013-04-25 09:03:49,617 DEBUG [neo4j.diagnostics]: Loaded server plugin "CypherPlugin" (org.neo4j.server.plugin.cypher.CypherPlugin) 2013-04-25 09:03:49,619 DEBUG [neo4j.diagnostics]: GraphDatabaseService.execute_query: execute a query 2013-04-25 09:03:49,619 DEBUG [neo4j.diagnostics]: Loaded server plugin "GremlinPlugin" (org.neo4j.server.plugin.gremlin.GremlinPlugin) 2013-04-25 09:03:49,619 DEBUG [neo4j.diagnostics]: GraphDatabaseService.execute_script: execute a Gremlin script with 'g' set to the Neo4jGraph and 'results' containing the results. Only results of one object type is supported. 2013-04-25 09:03:49,620 DEBUG [neo4j.diagnostics]: Mounted REST API at: /db/data/ 2013-04-25 09:03:49,620 DEBUG [neo4j.diagnostics]: Mounted management API at: /db/manage/ 2013-04-25 09:03:49,649 DEBUG [neo4j.diagnostics]: Mounted webadmin at: /webadmin 2013-04-25 09:03:51,180 DEBUG [neo4j.diagnostics]: Server started on: http://localhost:7474/ 2013-04-25 09:03:51,181 DEBUG [neo4j.diagnostics]: --- SERVER STARTUP END ---

scdicks commented 11 years ago

BLUF, it works after upgrading from Java 6 to Java 7.

Heads up to others using OS X (I'm using 10.8.3).

While testing on neo4j 1.9.RC1, there is a warning on startup to use 1.7.
After downloading and installing the Oracle 7 JDK and running java -version shows java version "1.7.0_21" Java(TM) SE Runtime Environment (build 1.7.0_21-b12) Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)

However, the start script (via bin/utils) still finds java version "1.6.0_43" Java(TM) SE Runtime Environment (build 1.6.0_43-b01-447-11M4203) Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01-447, mixed mode)

Thanks to http://stackoverflow.com/questions/10339887/after-installing-java-jdk-7-for-mac-os-x-mvn-version-still-shows-java-version for pointing out to update .profile (or .bash_profile) with export JAVA_HOME=$(/usr/libexec/java_home)

Then neo4j 1.9.RC1 is good (and no more java version warning). Likewise, the spatial plugin loads in 1.8.2, but warns WARNING! You are using an unsupported version of the Java runtime. Please Oracle(R) Java(TM) Runtime Environment 6.

peterneubauer commented 11 years ago

cool, so things are working now? A blog post on that would be appreciated to help others :)