Neo4j Startup Failure Windows 10

I am trying to run Neo4j on a Windows 10 mobile workstation. I keep getting a repeated failure to start up. I have upgraded the JavaSDK from the original version 11 to 17, and then to 21 by placing the binaries from Oracle on the system path. I have set a NEO4J_HOME environment variable to the folder containing the Neo4J bin, certificates, conf folders etc. I have try launching Neo4j from an elevated command prompt as administrator. Despite these efforts the startup failure persists.

Here is the terminal output from the command, neo4j console –verbose:

Executing command line: powershell.exe -OutputFormat Text -ExecutionPolicy Bypass -Command Get-Service neo4j | Format-Table -AutoSize
Directories in use:
home:         C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0
config:       C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0conf
logs:         C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0logs
plugins:      C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0plugins
import:       C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0import
data:         C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0data
certificates: C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0certificates
licenses:     C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0licenses
run:          C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0run
Starting Neo4j.
Executing command line: C:Program FilesMicrosoftjdk-21.0.2binjava.exe -cp C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0plugins*;C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0conf*;C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0lib* -XX:+UseG1GC -XX:-OmitStackTraceInFastThrow -XX:+AlwaysPreTouch -XX:+UnlockExperimentalVMOptions -XX:+TrustFinalNonStaticFields -XX:+DisableExplicitGC -Djdk.nio.maxCachedBufferSize=1024 -Dio.netty.tryReflectionSetAccessible=true -Djdk.tls.ephemeralDHKeySize=2048 -Djdk.tls.rejectClientInitiatedRenegotiation=true -XX:FlightRecorderOptions=stackdepth=256 -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED -Dlog4j2.disable.jmx=true -Dfile.encoding=UTF-8 org.neo4j.server.CommunityEntryPoint --home-dir=C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0 --config-dir=C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0conf --console-mode
2024-06-02 13:30:39.960+0000 INFO  Logging config in use: File 'C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0confuser-logs.xml'
2024-06-02 13:30:39.979+0000 INFO  Starting...
2024-06-02 13:30:41.099+0000 INFO  This instance is ServerId{3ced4df6} (3ced4df6-f0dc-42c7-8826-6de9713d2030)
2024-06-02 13:30:42.206+0000 INFO  ======== Neo4j 5.20.0 ========
2024-06-02 13:30:42.312+0000 ERROR Failed to start Neo4j on localhost:7474.
java.lang.RuntimeException: Error starting Neo4j database server at C:UsersuserDownloadsneo4j-community-5.20.0-windowsneo4j-community-5.20.0datadatabases
        at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:278) ~[neo4j-5.20.0.jar:5.20.0]
        at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.build(DatabaseManagementServiceFactory.java:213) ~[neo4j-5.20.0.jar:5.20.0]
        at org.neo4j.server.CommunityBootstrapper.createNeo(CommunityBootstrapper.java:38) ~[neo4j-5.20.0.jar:5.20.0]
        at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:184) [neo4j-5.20.0.jar:5.20.0]
        at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:99) [neo4j-5.20.0.jar:5.20.0]
        at org.neo4j.server.CommunityEntryPoint.main(CommunityEntryPoint.java:30) [neo4j-5.20.0.jar:5.20.0]
Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.extension.GlobalExtensions@a50ae65' failed to initialize. Please see the attached cause exception "com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair".
        at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.init(LifeSupport.java:334) ~[neo4j-common-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.lifecycle.LifeSupport.init(LifeSupport.java:56) ~[neo4j-common-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:85) ~[neo4j-common-5.20.0.jar:5.20.0]
        at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:269) ~[neo4j-5.20.0.jar:5.20.0]
        ... 5 more
Caused by: org.neo4j.kernel.extension.FailedToBuildExtensionException: Failed to build kernel extension Extension:UserDataCollectorExtensionFactory[UDC] because it is compiled with a reference to a class, method, or field, that is not in the class path: 'com/fasterxml/jackson/databind/introspect/AnnotationIntrospectorPair'. The most common cause of this problem, is that Neo4j has been upgraded without also upgrading all installed extensions, such as APOC. Make sure that all of your extensions are build against your specific version of Neo4j.
        at org.neo4j.kernel.extension.ExtensionFailureStrategies.wrap(ExtensionFailureStrategies.java:56) ~[neo4j-kernel-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.extension.ExtensionFailureStrategies$1.handle(ExtensionFailureStrategies.java:68) ~[neo4j-kernel-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.extension.AbstractExtensions.init(AbstractExtensions.java:68) ~[neo4j-kernel-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.init(LifeSupport.java:317) ~[neo4j-common-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.lifecycle.LifeSupport.init(LifeSupport.java:56) ~[neo4j-common-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:85) ~[neo4j-common-5.20.0.jar:5.20.0]
        at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:269) ~[neo4j-5.20.0.jar:5.20.0]
        ... 5 more
Caused by: java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/introspect/AnnotationIntrospectorPair
        at com.fasterxml.jackson.databind.ObjectMapper.<clinit>(ObjectMapper.java:402) ~[jackson-databind-2.17.0.jar:2.17.0]
        at org.neo4j.udc.UserDataCollector.<clinit>(UserDataCollector.java:71) ~[neo4j-udc-5.20.0.jar:5.20.0]
        at org.neo4j.udc.UserDataCollectorExtensionFactory.newInstance(UserDataCollectorExtensionFactory.java:42) ~[neo4j-udc-5.20.0.jar:5.20.0]
        at org.neo4j.udc.UserDataCollectorExtensionFactory.newInstance(UserDataCollectorExtensionFactory.java:33) ~[neo4j-udc-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.extension.AbstractExtensions.newInstance(AbstractExtensions.java:124) ~[neo4j-kernel-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.extension.AbstractExtensions.init(AbstractExtensions.java:62) ~[neo4j-kernel-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.init(LifeSupport.java:317) ~[neo4j-common-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.lifecycle.LifeSupport.init(LifeSupport.java:56) ~[neo4j-common-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:85) ~[neo4j-common-5.20.0.jar:5.20.0]
        at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:269) ~[neo4j-5.20.0.jar:5.20.0]
        ... 5 more
Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
        at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?]
        at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) ~[?:?]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
        at com.fasterxml.jackson.databind.ObjectMapper.<clinit>(ObjectMapper.java:402) ~[jackson-databind-2.17.0.jar:2.17.0]
        at org.neo4j.udc.UserDataCollector.<clinit>(UserDataCollector.java:71) ~[neo4j-udc-5.20.0.jar:5.20.0]
        at org.neo4j.udc.UserDataCollectorExtensionFactory.newInstance(UserDataCollectorExtensionFactory.java:42) ~[neo4j-udc-5.20.0.jar:5.20.0]
        at org.neo4j.udc.UserDataCollectorExtensionFactory.newInstance(UserDataCollectorExtensionFactory.java:33) ~[neo4j-udc-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.extension.AbstractExtensions.newInstance(AbstractExtensions.java:124) ~[neo4j-kernel-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.extension.AbstractExtensions.init(AbstractExtensions.java:62) ~[neo4j-kernel-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.init(LifeSupport.java:317) ~[neo4j-common-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.lifecycle.LifeSupport.init(LifeSupport.java:56) ~[neo4j-common-5.20.0.jar:5.20.0]
        at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:85) ~[neo4j-common-5.20.0.jar:5.20.0]
        at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:269) ~[neo4j-5.20.0.jar:5.20.0]
        ... 5 more
2024-06-02 13:30:42.323+0000 INFO  Neo4j Server shutdown initiated by request
2024-06-02 13:30:42.323+0000 INFO  Stopped.
org.neo4j.server.startup.BootProcessFailureException: Neo4j web server failed to start. See log for more info.
        at org.neo4j.server.startup.ProcessManager.waitUntilSuccessful(ProcessManager.java:76)
        at org.neo4j.server.startup.BootloaderOsAbstraction$ConsoleProcess.postStart(BootloaderOsAbstraction.java:97)
        at org.neo4j.server.startup.ProcessManager.run(ProcessManager.java:52)
        at org.neo4j.server.startup.WindowsBootloaderOs.console(WindowsBootloaderOs.java:101)
        at org.neo4j.server.startup.Bootloader$Dbms.console(Bootloader.java:470)
        at org.neo4j.server.startup.ConsoleCommand.execute(ConsoleCommand.java:41)
        at org.neo4j.cli.AbstractCommand.call(AbstractCommand.java:92)
        at org.neo4j.cli.AbstractCommand.call(AbstractCommand.java:37)
        at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
        at picocli.CommandLine.access$1500(CommandLine.java:148)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
        at picocli.CommandLine.execute(CommandLine.java:2170)
        at org.neo4j.server.startup.Neo4jAdminCommand.call(Neo4jAdminCommand.java:123)
        at org.neo4j.server.startup.Neo4jAdminCommand.call(Neo4jAdminCommand.java:42)
        at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
        at picocli.CommandLine.access$1500(CommandLine.java:148)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
        at picocli.CommandLine.execute(CommandLine.java:2170)
        at org.neo4j.server.startup.Neo4jCommand.main(Neo4jCommand.java:41)

The ouput of java –version is:

openjdk 21.0.2 2024-01-16
OpenJDK Runtime Environment (build 21.0.2+13-58)
OpenJDK 64-Bit Server VM (build 21.0.2+13-58, mixed mode, sharing)

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật