I have been having a hard time upgrading an old database from version 4.0.3 to 4.1.1, I'm getting the following error. Using the Neo4j Desktop 1.3.4 on macOS Catalina v10.15.6.
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. Base directory '/Users/terry/Library/Application Support/Neo4j Desktop/Application/neo4jDatabases/database-8bc0fc18-cf18-43dc-8666-4acd69a2d0c0/installation-4.1.1/certificates/https' for SSL policy with name 'https' does not exist.
java.lang.IllegalArgumentException: Base directory '/Users/xxxxx/Library/Application Support/Neo4j Desktop/Application/neo4jDatabases/database-8bc0fc18-cf18-43dc-8666-4acd69a2d0c0/installation-4.1.1/certificates/https' for SSL policy with name 'https' does not exist.
at org.neo4j.ssl.config.SslPolicyLoader.createSslPolicy(SslPolicyLoader.java:160)
at org.neo4j.ssl.config.SslPolicyLoader.addPolicy(SslPolicyLoader.java:144)
at java.base/java.util.HashMap$Values.forEach(HashMap.java:976)
at org.neo4j.ssl.config.SslPolicyLoader.load(SslPolicyLoader.java:134)
at org.neo4j.ssl.config.SslPolicyLoader.create(SslPolicyLoader.java:97)
at org.neo4j.graphdb.factory.module.edition.CommunityEditionModule.(CommunityEditionModule.java:123)
at com.neo4j.enterprise.edition.EnterpriseEditionModule.(EnterpriseEditionModule.java:105)
at com.neo4j.enterprise.edition.EnterpriseEditionModule.(EnterpriseEditionModule.java:100)
at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.build(DatabaseManagementServiceFactory.java:127)
at com.neo4j.server.enterprise.EnterpriseManagementServiceFactory.createManagementService(EnterpriseManagementServiceFactory.java:38)
at com.neo4j.server.enterprise.EnterpriseBootstrapper.createNeo(EnterpriseBootstrapper.java:20)
at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:117)
at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:87)
at com.neo4j.server.enterprise.EnterpriseEntryPoint.main(EnterpriseEntryPoint.java:25)
2020-09-13 22:33:50.403+0000 INFO Neo4j Server shutdown initiated by request
Thanks,
Terry