Semyon Danilov created IGNITE-13479:
---------------------------------------
Summary: Both ignite.sh and control.sh use the same JVM_OPTS. Control.sh doesn't start if JMX port was set
Key: IGNITE-13479
URL:
https://issues.apache.org/jira/browse/IGNITE-13479 Project: Ignite
Issue Type: Bug
Components: control.sh
Affects Versions: 2.8.1
Reporter: Semyon Danilov
Assignee: Semyon Danilov
Fix For: 2.9
There is no other way to set parameters for docker images, so, when you set JMX port to JVM_OPTS, you can't start control.sh:
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 49112; nested exception is:
java.net.BindException: Address in use (Bind failed)
sun.management.AgentConfigurationError: java.rmi.server.ExportException: Port already in use: 49112; nested exception is:
java.net.BindException: Address in use (Bind failed)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)