nohup: ignoring input 2021-05-07 13:13:11.775+0000 INFO Starting... 2021-05-07 13:13:26.661+0000 INFO ======== Neo4j 4.2.5 ======== 2021-05-07 13:13:37.049+0000 INFO Performing postInitialization step for component 'security-users' with version 2 and status CURRENT 2021-05-07 13:13:37.050+0000 INFO Updating the initial password in component 'security-users' 2021-05-07 13:13:38.741+0000 INFO Bolt enabled on 0.0.0.0:7687. 2021-05-07 13:13:45.856+0000 INFO Remote interface available at http://localhost:7474/ 2021-05-07 13:13:45.857+0000 INFO Started. 2021-05-07 13:49:13.610+0000 INFO Neo4j Server shutdown initiated by request 2021-05-07 13:49:13.611+0000 INFO Stopping... 2021-05-07 13:49:19.186+0000 INFO Stopped. nohup: ignoring input 2021-05-07 14:04:00.215+0000 INFO Starting... 2021-05-07 14:04:07.306+0000 INFO ======== Neo4j 4.2.5 ======== 2021-05-07 14:04:12.080+0000 INFO Performing postInitialization step for component 'security-users' with version 2 and status CURRENT 2021-05-07 14:04:12.081+0000 INFO Updating the initial password in component 'security-users' 2021-05-07 14:04:12.936+0000 INFO Bolt enabled on 0.0.0.0:7687. 2021-05-07 14:04:16.318+0000 INFO Remote interface available at http://localhost:7474/ 2021-05-07 14:04:16.319+0000 INFO Started. 2021-05-07 14:04:38.613+0000 WARN The client is unauthorized due to authentication failure. 2021-05-07 14:04:38.958+0000 WARN The client is unauthorized due to authentication failure. 2021-05-07 14:04:45.103+0000 WARN The client is unauthorized due to authentication failure. 2021-05-07 14:04:45.451+0000 WARN The client has provided incorrect authentication details too many times in a row. 2021-05-08 07:49:38.673+0000 WARN The client is unauthorized due to authentication failure. 2021-05-08 07:49:39.148+0000 WARN The client is unauthorized due to authentication failure. 2021-05-09 20:30:58.893+0000 WARN The client is unauthorized due to authentication failure. 2021-06-14 15:07:00.564+0000 INFO Neo4j Server shutdown initiated by request 2021-06-14 15:07:00.569+0000 INFO Stopping... 2021-06-14 15:07:06.121+0000 INFO Stopped. 2021-07-22 09:16:37.069+0000 INFO Starting... 2021-07-22 09:16:39.019+0000 INFO ======== Neo4j 4.3.2 ======== 2021-07-22 09:16:44.256+0000 ERROR Failed to start Neo4j on dbms.connector.http.listen_address, a socket address. If missing port or hostname it is acquired from dbms.default_listen_address. java.lang.RuntimeException: Error starting Neo4j database server at /var/lib/neo4j/data/databases at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:214) ~[neo4j-4.3.2.jar:4.3.2] at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.build(DatabaseManagementServiceFactory.java:170) ~[neo4j-4.3.2.jar:4.3.2] at org.neo4j.server.CommunityBootstrapper.createNeo(CommunityBootstrapper.java:36) ~[neo4j-4.3.2.jar:4.3.2] at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:134) [neo4j-4.3.2.jar:4.3.2] at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:90) [neo4j-4.3.2.jar:4.3.2] at org.neo4j.server.CommunityEntryPoint.main(CommunityEntryPoint.java:34) [neo4j-4.3.2.jar:4.3.2] Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.internal.locker.LockerLifecycleAdapter@26a94fa5' was successfully initialized, but failed to start. Please see the attached cause exception "Lock file has been locked by another process: /var/lib/neo4j/data/databases/store_lock. Please ensure no other process is using this database, and that the directory is writable (required even for read-only access)". at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:463) ~[neo4j-common-4.3.2.jar:4.3.2] at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:110) ~[neo4j-common-4.3.2.jar:4.3.2] at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:205) ~[neo4j-4.3.2.jar:4.3.2] ... 5 more Caused by: org.neo4j.kernel.internal.locker.FileLockException: Lock file has been locked by another process: /var/lib/neo4j/data/databases/store_lock. Please ensure no other process is using this database, and that the directory is writable (required even for read-only access) at org.neo4j.kernel.internal.locker.Locker.storeLockException(Locker.java:175) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.internal.locker.Locker.checkLock(Locker.java:95) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.internal.locker.GlobalFileLocker.checkLock(GlobalFileLocker.java:58) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.internal.locker.GlobalLocker.checkLock(GlobalLocker.java:28) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.internal.locker.LockerLifecycleAdapter.start(LockerLifecycleAdapter.java:36) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:442) ~[neo4j-common-4.3.2.jar:4.3.2] at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:110) ~[neo4j-common-4.3.2.jar:4.3.2] at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:205) ~[neo4j-4.3.2.jar:4.3.2] ... 5 more 2021-07-22 09:16:44.263+0000 INFO Neo4j Server shutdown initiated by request 2021-07-22 09:16:44.263+0000 INFO Stopped. 2021-07-22 09:17:28.281+0000 INFO Starting... 2021-07-22 09:17:30.128+0000 INFO ======== Neo4j 4.3.2 ======== 2021-07-22 09:17:35.315+0000 ERROR Failed to start Neo4j on dbms.connector.http.listen_address, a socket address. If missing port or hostname it is acquired from dbms.default_listen_address. java.lang.RuntimeException: Error starting Neo4j database server at /var/lib/neo4j/data/databases at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:214) ~[neo4j-4.3.2.jar:4.3.2] at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.build(DatabaseManagementServiceFactory.java:170) ~[neo4j-4.3.2.jar:4.3.2] at org.neo4j.server.CommunityBootstrapper.createNeo(CommunityBootstrapper.java:36) ~[neo4j-4.3.2.jar:4.3.2] at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:134) [neo4j-4.3.2.jar:4.3.2] at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:90) [neo4j-4.3.2.jar:4.3.2] at org.neo4j.server.CommunityEntryPoint.main(CommunityEntryPoint.java:34) [neo4j-4.3.2.jar:4.3.2] Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.internal.locker.LockerLifecycleAdapter@2160e52a' was successfully initialized, but failed to start. Please see the attached cause exception "Lock file has been locked by another process: /var/lib/neo4j/data/databases/store_lock. Please ensure no other process is using this database, and that the directory is writable (required even for read-only access)". at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:463) ~[neo4j-common-4.3.2.jar:4.3.2] at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:110) ~[neo4j-common-4.3.2.jar:4.3.2] at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:205) ~[neo4j-4.3.2.jar:4.3.2] ... 5 more Caused by: org.neo4j.kernel.internal.locker.FileLockException: Lock file has been locked by another process: /var/lib/neo4j/data/databases/store_lock. Please ensure no other process is using this database, and that the directory is writable (required even for read-only access) at org.neo4j.kernel.internal.locker.Locker.storeLockException(Locker.java:175) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.internal.locker.Locker.checkLock(Locker.java:95) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.internal.locker.GlobalFileLocker.checkLock(GlobalFileLocker.java:58) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.internal.locker.GlobalLocker.checkLock(GlobalLocker.java:28) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.internal.locker.LockerLifecycleAdapter.start(LockerLifecycleAdapter.java:36) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:442) ~[neo4j-common-4.3.2.jar:4.3.2] at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:110) ~[neo4j-common-4.3.2.jar:4.3.2] at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:205) ~[neo4j-4.3.2.jar:4.3.2] ... 5 more 2021-07-22 09:17:35.317+0000 INFO Neo4j Server shutdown initiated by request 2021-07-22 09:17:35.317+0000 INFO Stopped. 2021-07-22 09:22:35.177+0000 INFO Starting... 2021-07-22 09:22:36.932+0000 INFO ======== Neo4j 4.3.2 ======== 2021-07-22 09:22:42.112+0000 ERROR Failed to start Neo4j on dbms.connector.http.listen_address, a socket address. If missing port or hostname it is acquired from dbms.default_listen_address. java.lang.RuntimeException: Error starting Neo4j database server at /var/lib/neo4j/data/databases at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:214) ~[neo4j-4.3.2.jar:4.3.2] at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.build(DatabaseManagementServiceFactory.java:170) ~[neo4j-4.3.2.jar:4.3.2] at org.neo4j.server.CommunityBootstrapper.createNeo(CommunityBootstrapper.java:36) ~[neo4j-4.3.2.jar:4.3.2] at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:134) [neo4j-4.3.2.jar:4.3.2] at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:90) [neo4j-4.3.2.jar:4.3.2] at org.neo4j.server.CommunityEntryPoint.main(CommunityEntryPoint.java:34) [neo4j-4.3.2.jar:4.3.2] Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.internal.locker.LockerLifecycleAdapter@e8fadb0' was successfully initialized, but failed to start. Please see the attached cause exception "Lock file has been locked by another process: /var/lib/neo4j/data/databases/store_lock. Please ensure no other process is using this database, and that the directory is writable (required even for read-only access)". at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:463) ~[neo4j-common-4.3.2.jar:4.3.2] at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:110) ~[neo4j-common-4.3.2.jar:4.3.2] at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:205) ~[neo4j-4.3.2.jar:4.3.2] ... 5 more Caused by: org.neo4j.kernel.internal.locker.FileLockException: Lock file has been locked by another process: /var/lib/neo4j/data/databases/store_lock. Please ensure no other process is using this database, and that the directory is writable (required even for read-only access) at org.neo4j.kernel.internal.locker.Locker.storeLockException(Locker.java:175) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.internal.locker.Locker.checkLock(Locker.java:95) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.internal.locker.GlobalFileLocker.checkLock(GlobalFileLocker.java:58) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.internal.locker.GlobalLocker.checkLock(GlobalLocker.java:28) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.internal.locker.LockerLifecycleAdapter.start(LockerLifecycleAdapter.java:36) ~[neo4j-kernel-4.3.2.jar:4.3.2] at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:442) ~[neo4j-common-4.3.2.jar:4.3.2] at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:110) ~[neo4j-common-4.3.2.jar:4.3.2] at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:205) ~[neo4j-4.3.2.jar:4.3.2] ... 5 more 2021-07-22 09:22:42.114+0000 INFO Neo4j Server shutdown initiated by request 2021-07-22 09:22:42.114+0000 INFO Stopped. 2021-07-22 09:35:48.044+0000 INFO Starting... 2021-07-22 09:35:50.242+0000 INFO ======== Neo4j 4.3.2 ======== 2021-07-22 09:35:51.936+0000 INFO org.neo4j.internal.kernel.api.security.AbstractSecurityLog$SecurityLogLine@51c008fd 2021-07-22 09:35:51.936+0000 INFO org.neo4j.internal.kernel.api.security.AbstractSecurityLog$SecurityLogLine@70ed902a 2021-07-22 09:35:51.957+0000 ERROR [neo4j/b8fce5f7] Error upgrading database. Database left intact and will likely not be able to start: org.neo4j.storageengine.migration.UpgradeNotAllowedException: Neo4j cannot be started because the database files require upgrading and upgrades are disabled in the configuration. Please set 'dbms.allow_upgrade' to 'true' in your configuration file and try again. 2021-07-22 09:35:51.999+0000 INFO Bolt enabled on [0:0:0:0:0:0:0:0%0]:7687. 2021-07-22 09:35:53.260+0000 INFO Remote interface available at http://localhost:7474/ 2021-07-22 09:35:53.262+0000 INFO Started. 2021-07-22 13:33:18.854+0000 INFO Neo4j Server shutdown initiated by request 2021-07-22 13:33:18.854+0000 INFO Stopping... 2021-07-22 13:33:24.412+0000 INFO Stopped. 2021-07-22 14:34:42.840+0000 INFO Starting... 2021-07-22 14:34:53.463+0000 INFO ======== Neo4j 4.3.2 ======== 2021-07-22 14:34:58.384+0000 INFO org.neo4j.internal.kernel.api.security.AbstractSecurityLog$SecurityLogLine@5e62ca19 2021-07-22 14:34:58.384+0000 INFO org.neo4j.internal.kernel.api.security.AbstractSecurityLog$SecurityLogLine@188bf4d8 2021-07-22 14:34:58.429+0000 ERROR [neo4j/b8fce5f7] Error upgrading database. Database left intact and will likely not be able to start: org.neo4j.storageengine.migration.UpgradeNotAllowedException: Neo4j cannot be started because the database files require upgrading and upgrades are disabled in the configuration. Please set 'dbms.allow_upgrade' to 'true' in your configuration file and try again. 2021-07-22 14:34:58.501+0000 INFO Bolt enabled on [0:0:0:0:0:0:0:0%0]:7687. 2021-07-22 14:35:02.211+0000 INFO Remote interface available at http://localhost:7474/ 2021-07-22 14:35:02.214+0000 INFO Started. 2021-07-22 14:35:11.046+0000 WARN The client is unauthorized due to authentication failure. 2021-07-22 14:35:27.517+0000 WARN The client is unauthorized due to authentication failure. 2021-07-22 14:35:43.622+0000 WARN The client is unauthorized due to authentication failure. 2021-07-22 14:35:50.060+0000 WARN The client is unauthorized due to authentication failure. 2021-07-22 14:35:52.928+0000 WARN The client is unauthorized due to authentication failure. 2021-07-22 14:45:45.370+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: CREATE DATABASE IFC, reference e909314e-bca9-48e9-9544-29d7ca6f899f, queryId: 70. 2021-07-22 14:45:59.540+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: CREATE DATABASE ifc, reference 0d56ffd2-2c44-4359-a6b3-8d1ba6a6b950, queryId: 75. 2021-07-22 14:46:11.380+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: CREATE DATABASE ifc, reference dd194e37-d875-44b7-8b79-1aa77026a9b6, queryId: 79. 2021-07-22 14:46:38.491+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: CREATE DATABASE sales, reference 618bc6f3-cf51-4fab-aa6f-f23c05ec6f1e, queryId: 86. 2021-07-22 14:46:43.138+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: CREATE DATABASE sale, reference cf05c683-38c6-45c3-95db-4b0f09326727, queryId: 87. 2021-07-22 14:46:44.136+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: CREATE DATABASE s, reference 9c2056c1-3388-484f-ba23-5a5bd9605ba0, queryId: 88. 2021-07-22 14:46:45.759+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: CREATE DATABASE ifc, reference d1c72227-10a3-4c82-88f3-579b660ff7fe, queryId: 90. 2021-07-22 14:46:46.466+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: CREATE DATABASE ifc, reference 4440f64b-9d2b-44c6-8f0c-3e8d5c67519b, queryId: 91. 2021-07-22 14:48:56.577+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: START DATABASE neo4, reference e2deb807-0b8c-415b-b441-a9e0ffa6449f, queryId: 128. 2021-07-22 14:48:57.078+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: START DATABASE neo4j, reference ede58848-f0c9-4e5d-9210-c01175f6c167, queryId: 129. 2021-07-22 14:48:58.394+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: START DATABASE neo4j, reference c37db174-be2d-4589-afe3-78bc9b0168b7, queryId: 130. 2021-07-22 14:48:59.106+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: START DATABASE neo4j, reference ea2c01db-396e-438c-acd0-eaeccdd437e6, queryId: 131. 2021-07-22 14:49:19.976+0000 WARN The client is unauthorized due to authentication failure. 2021-07-22 15:19:35.691+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: CREATE OR REPLACE DATABASE neo4j, reference dd6a6c70-821c-4982-8f24-ec33aa98389f, queryId: 447. 2021-07-22 15:22:16.262+0000 INFO Neo4j Server shutdown initiated by request 2021-07-22 15:22:16.263+0000 INFO Stopping... 2021-07-22 15:22:21.696+0000 INFO Stopped. 2021-07-22 15:30:00.017+0000 INFO Starting... 2021-07-22 15:30:07.096+0000 INFO ======== Neo4j 4.3.2 ======== 2021-07-22 15:30:11.448+0000 INFO org.neo4j.internal.kernel.api.security.AbstractSecurityLog$SecurityLogLine@1534bdc6 2021-07-22 15:30:11.449+0000 INFO org.neo4j.internal.kernel.api.security.AbstractSecurityLog$SecurityLogLine@53079ae6 2021-07-22 15:30:11.481+0000 ERROR [neo4j/b8fce5f7] Error upgrading database. Database left intact and will likely not be able to start: org.neo4j.storageengine.migration.UpgradeNotAllowedException: Neo4j cannot be started because the database files require upgrading and upgrades are disabled in the configuration. Please set 'dbms.allow_upgrade' to 'true' in your configuration file and try again. 2021-07-22 15:30:11.531+0000 INFO Bolt enabled on [0:0:0:0:0:0:0:0%0]:7687. 2021-07-22 15:30:13.323+0000 INFO Remote interface available at http://localhost:7474/ 2021-07-22 15:30:13.327+0000 INFO Started. 2021-07-22 15:31:21.243+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: GRANT ROLE admin TO neo4j, reference 9449b39f-a915-492b-9811-7cb9dab59a7a, queryId: 13. 2021-07-22 15:35:03.068+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: GRANT ROLE admin TO neo4j, reference ec2c30d8-aafc-4a48-a30d-c3097673cdce, queryId: 40. 2021-07-22 15:35:57.450+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: CREATE ROLE admin, reference 034ad273-1091-41be-a421-50333ebe11e8, queryId: 47. 2021-07-22 15:37:39.957+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: CREATE ROLE admin, reference fae40c28-86d0-4e86-a800-246003bd0867, queryId: 58. 2021-07-22 15:40:21.460+0000 INFO Neo4j Server shutdown initiated by request 2021-07-22 15:40:21.460+0000 INFO Stopping... 2021-07-22 15:40:26.600+0000 INFO Stopped. 2021-07-22 15:45:15.606+0000 INFO Starting... 2021-07-22 15:45:17.506+0000 INFO ======== Neo4j 4.3.2 ======== 2021-07-22 15:45:18.825+0000 INFO org.neo4j.internal.kernel.api.security.AbstractSecurityLog$SecurityLogLine@7977f046 2021-07-22 15:45:18.825+0000 INFO org.neo4j.internal.kernel.api.security.AbstractSecurityLog$SecurityLogLine@6ec98ccc 2021-07-22 15:45:18.898+0000 INFO Bolt enabled on [0:0:0:0:0:0:0:0%0]:7687. 2021-07-22 15:45:20.265+0000 INFO Remote interface available at http://localhost:7474/ 2021-07-22 15:45:20.267+0000 INFO Started. 2021-07-22 15:48:30.780+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: START DATABASE $neo4j, reference 592d88e6-2e26-4199-97e9-00637a8edb7b, queryId: 30. 2021-07-22 15:48:31.265+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: START DATABASE $neo4j, reference 2aab324a-de2e-4cf8-9857-a51f8914b8d0, queryId: 31. 2021-07-22 15:48:39.842+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: START DATABASE $neo4j, reference 2cfa6cea-f311-4311-8fe1-9120a86d179a, queryId: 34. 2021-07-22 15:48:43.028+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Statement.ExecutionFailed]: Unsupported administration command: START DATABASE neo4j, reference 3d3ed503-367a-4eef-a74d-b711d6939c43, queryId: 35.