Pulsar 2.10.1 will not run on m1 macos due to java.net.MalformedURLException #18433
Unanswered
LasseJacobs
asked this question in
Q&A
Replies: 2 comments
-
@LasseJacobs How about running with command |
Beta Was this translation helpful? Give feedback.
0 replies
-
Work for me. So transferred to Q&A that it should be an env issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
When I run the docker command on the getting started page: https://pulsar.apache.org/docs/getting-started-docker/ on my M1 mac is fails during startup citing the following issue:
Full log is attached to this ticket.
pulsar.log
After this error a number of other errors occur before the program exits, and the container stops running. I am using an ARM machine and this is an amd64 image. I ran the image on my linux server (with an amd64 processor) and the image runs fine. So I am assuming the issue is caused by the m1 processor/runtime environment.
I'm hoping to find out if this is a solvable issue or not? In the past I have successfully been able to run amd64 images on my mac.
I tried searching through the logs for clues but I am not familiar with the project so I don't really know what to look for. There are a few warnings that mention:
2022-07-24T10:40:56,373+0000 [main] WARN org.apache.curator.retry.ExponentialBackoffRetry - maxRetries too large (2147483647). Pinning to 29
But I don't know how significant this is.
To Reproduce
Steps to reproduce the behavior:
$ docker run -it -p 6650:6650 -p 8080:8080 --mount source=pulsardata,target=/pulsar/data --mount source=pulsarconf,target=/pulsar/conf apachepulsar/pulsar:2.10.1 bin/pulsar standalone
Expected behavior
I hope to be able to run the image locally on my laptop.
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions