question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Embedded MongoDB does not start on macOS since v3.1.3

See original GitHub issue

Hi.

Since version 3.1.3, our application fails to start using Embedded MongoDB on macOS.

The problem is easily reproducible with the first example available in the README.md file.

Here is the stacktrace:

java.lang.IllegalArgumentException: no match out of [X86_64, X86_32, ARM_64, ARM_32]

	at de.flapdoodle.os.common.PeculiarityInspector.match(PeculiarityInspector.java:51)
	at de.flapdoodle.os.Platform.detectArchitecture(Platform.java:71)
	at de.flapdoodle.os.Platform.detect(Platform.java:46)
	at de.flapdoodle.os.Platform.detect(Platform.java:40)
	at de.flapdoodle.embed.process.distribution.Distribution.detectFor(Distribution.java:48)
	at de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:52)

Is there anything else I can provide to help you?

Thanks a lot for this great tool 🙏

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:9
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
jonatan-ivanovcommented, Nov 8, 2021

@pierrcou I think it was failing before fixing this, X86_64 is not supported either; now x86_64 is supported but it is not the same (capital X).

@michaelmosmann What do you think about doing [xX] in the regexp?

1reaction
jmesnycommented, Nov 2, 2021

It works! Thanks a lot 🙏

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to run Embedded MongoDB on Macbook Pro with M1 ...
Caused by: java.lang.RuntimeException: Could not start process: <EOF> at de.flapdoodle.embed.mongo.AbstractMongoProcess.onAfterProcessStart( ...
Read more >
Very slow start up for Spring Boot tests with Embed Mongo DB
Startup for embed Mongo ~1 minute; test execution ~3-8 seconds. I can't understand what is the reason for such behaviour? Following is snipped ......
Read more >
Unable to start mongo instance on Mac OS Monterrey 12.6 ...
I'm assuming you installed via brew and then started the mongod as the root user and that's why all the permissions are messed...
Read more >
Organization Flapdoodle OSS | Embedmongo.flapdoodle.de
Starting with version 2 we are going to support only java 8 or higher. ... Embedded MongoDB will provide a platform neutral way...
Read more >
Dell Wyse Management Suite Version 1.3 Quick Start Guide ...
... your local system—C:\Mongo. Create the following directories if they do not exist: ... After the MongoDB sheet is displayed, run the following...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found