Hello You say "but nothing", but I'm not sure what that means. Does Neo4j start successfully? Can you access the server on http://localhost:7474? Is there any data in the database?
It may be helpful to look in neo4j.log as well as debug.log. Have you made any changes to neo4j.conf? -Ben On Saturday, June 4, 2016 at 12:19:33 PM UTC+1, tgomell wrote: > > I want to migrate the db with this string: > C:\neo4j-enterprise-3.0.2\bin>neo4j-admin.bat import --mode=database > --database='graph.db' --from='C:\Program Files\migRavenDB\DB\data\graph.db' > > Then I start the new DataBase 3.0.2 Service on the machine but nothing. In > the error.log nothing about the Migration Prozess. > > Where is the error? > > > 2016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] > SYSTEM_PROPERTIES > 2016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] > LIBRARY_PATH > 2016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] CLASSPATH > 2016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] > JAVA_VIRTUAL_MACHINE > 2016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] > OPERATING_SYSTEM > 2016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] JAVA_MEMORY > 2016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] > SYSTEM_MEMORY > 2016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] > org.neo4j.kernel.info.DiagnosticsManager > 2016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] > org.neo4j.kernel.configuration.Config > 2016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] > Diagnostics providers:2 > 016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.connector.bolt.enabled=true > 2016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] > unsupported.dbms.edition=Enterprise > 2016-06-04 11:10:48.336+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.allow_format_migration=true > 2016-06-04 11:10:48.335+0000 INFO [o.n.k.i.DiagnosticsManager] > unsupported.dbms.security.auth_store.location=data\dbms\auth > 2016-06-04 11:10:48.335+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.connector.https.type=HTTP > 2016-06-04 11:10:48.335+0000 INFO [o.n.k.i.DiagnosticsManager] > unsupported.dbms.block_size.array_properties=120 > 2016-06-04 11:10:48.335+0000 INFO [o.n.k.i.DiagnosticsManager] > unsupported.dbms.block_size.strings=120 > 2016-06-04 11:10:48.335+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.connector.https.encryption=TLS > 2016-06-04 11:10:48.335+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.connector.http.type=HTTP > 2016-06-04 11:10:48.334+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.connector.https.enabled=true > 2016-06-04 11:10:48.334+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.connector.https.address=localhost:7473 > 2016-06-04 11:10:48.334+0000 INFO [o.n.k.i.DiagnosticsManager] > ha.pull_interval=10 > 2016-06-04 11:10:48.334+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.shell.enabled=true > 2016-06-04 11:10:48.334+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.connector.bolt.tls_level=OPTIONAL > 2016-06-04 11:10:48.334+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.directories.import=Import > 2016-06-04 11:10:48.334+0000 INFO [o.n.k.i.DiagnosticsManager] > unsupported.dbms.directories.neo4j_home=C:\neo4j-enterprise-3.0.2 > 2016-06-04 11:10:48.334+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.connector.bolt.type=BOLT > 2016-06-04 11:10:48.333+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.security.auth_enabled=false > 2016-06-04 11:10:48.333+0000 INFO [o.n.k.i.DiagnosticsManager] > unsupported.dbms.block_size.labels=56 > 2016-06-04 11:10:48.333+0000 INFO [o.n.k.i.DiagnosticsManager] > dbms.connector.http.enabled=true > 2016-06-04 11:10:48.333+0000 INFO [o.n.k.i.DiagnosticsManager] Neo4j > Kernel properties: > 2016-06-04 11:10:48.333+0000 INFO [o.n.k.i.DiagnosticsManager] --- > INITIALIZED diagnostics START --- > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
