Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version of Neo4j test container image #44463

Conversation

dmitrysulman
Copy link
Contributor

Upgrade Neo4j test container image to 4.4.41

The previous version failed to start on MacBook Pro M2 with the latest version of Docker Desktop installed (likely due to this OpenJDK issue):

2025-02-27 13:04:09 Exception in thread "main" java.lang.ExceptionInInitializerError
2025-02-27 13:04:09     at org.neo4j.memory.MachineMemory$1.getTotalPhysicalMemory(MachineMemory.java:45)
2025-02-27 13:04:09     at org.neo4j.server.NeoBootstrapper.requestedMemoryExceedsAvailable(NeoBootstrapper.java:200)
2025-02-27 13:04:09     at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:129)
2025-02-27 13:04:09     at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:95)
2025-02-27 13:04:09     at org.neo4j.server.CommunityEntryPoint.main(CommunityEntryPoint.java:34)
2025-02-27 13:04:09 Caused by: java.lang.NullPointerException
2025-02-27 13:04:09     at java.base/jdk.internal.platform.cgroupv2.CgroupV2Subsystem.getInstance(CgroupV2Subsystem.java:81)
2025-02-27 13:04:09     at java.base/jdk.internal.platform.CgroupSubsystemFactory.create(CgroupSubsystemFactory.java:113)
2025-02-27 13:04:09     at java.base/jdk.internal.platform.CgroupMetrics.getInstance(CgroupMetrics.java:167)
2025-02-27 13:04:09     at java.base/jdk.internal.platform.SystemMetrics.instance(SystemMetrics.java:29)
2025-02-27 13:04:09     at java.base/jdk.internal.platform.Metrics.systemMetrics(Metrics.java:58)
2025-02-27 13:04:09     at java.base/jdk.internal.platform.Container.metrics(Container.java:43)
2025-02-27 13:04:09     at jdk.management/com.sun.management.internal.OperatingSystemImpl.<init>(OperatingSystemImpl.java:182)
2025-02-27 13:04:09     at jdk.management/com.sun.management.internal.PlatformMBeanProviderImpl.getOperatingSystemMXBean(PlatformMBeanProviderImpl.java:281)
2025-02-27 13:04:09     at jdk.management/com.sun.management.internal.PlatformMBeanProviderImpl$3.nameToMBeanMap(PlatformMBeanProviderImpl.java:198)
2025-02-27 13:04:09     at java.management/sun.management.spi.PlatformMBeanProvider$PlatformComponent.getMBeans(PlatformMBeanProvider.java:195)
2025-02-27 13:04:09     at java.management/java.lang.management.ManagementFactory.getPlatformMXBean(ManagementFactory.java:686)
2025-02-27 13:04:09     at java.management/java.lang.management.ManagementFactory.getOperatingSystemMXBean(ManagementFactory.java:388)
2025-02-27 13:04:09     at org.neo4j.io.os.OsBeanUtil.<clinit>(OsBeanUtil.java:40)
2025-02-27 13:04:09     ... 5 more
2025-02-27 13:04:09 2025-02-27 11:04:09.809+0000 INFO  Neo4j Server shutdown initiated by request
2025-02-27 13:04:09 2025-02-27 11:04:09.810+0000 INFO  Stopped.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 27, 2025
@wilkinsona wilkinsona added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 27, 2025
@wilkinsona wilkinsona added this to the 3.3.x milestone Feb 27, 2025
@mhalbritter mhalbritter self-assigned this Feb 28, 2025
mhalbritter pushed a commit that referenced this pull request Feb 28, 2025
@mhalbritter
Copy link
Contributor

Thanks @dmitrysulman !

@mhalbritter mhalbritter modified the milestones: 3.3.x, 3.3.10 Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants