We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error message
Membrane is configured to open port %d. But this port is alreay in use by a different program.
can be confusing, as it is also printed when Membrane (the JVM process) is not allowed to open the port (e.g. when running as non-root).
(Solution might be setcap cap_net_bind_service+epi /path/to/java)
setcap cap_net_bind_service+epi /path/to/java
The text was updated successfully, but these errors were encountered:
Must the user setcap? If this is the case we can change the error message accordingly. Can you give an example?
Sorry, something went wrong.
predic8/membrane
t-burch
No branches or pull requests
The error message
can be confusing, as it is also printed when Membrane (the JVM process) is not allowed to open the port (e.g. when running as non-root).
(Solution might be
setcap cap_net_bind_service+epi /path/to/java
)The text was updated successfully, but these errors were encountered: