Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 3.26.1, 3.28.0, 3.29.0, 3.30.0
-
Fix Version/s: None
-
Component/s: Configuration
Description
nexus v3.26.1-02 does not honor rmiServerPort settings.
In org.apache.karaf.management.cfg there is property for setting rmiServerPort = 8044 which is default, and I have not changed it.
But when nexus v3.26.1-02 is started it does not start rmiServer on desired port but on random port.
java version
openjdk version "1.8.0_262" OpenJDK Runtime Environment (build 1.8.0_262-b10) OpenJDK 64-Bit Server VM (build 25.262-b10, mixed mode)
on this start of nexus the port is 45374
tcp 0 0 0.0.0.0:8085 0.0.0.0:* LISTEN 7116/java tcp 0 0 127.0.0.1:34839 0.0.0.0:* LISTEN 7116/java tcp 0 0 0.0.0.0:45374 0.0.0.0:* LISTEN 7116/java tcp 0 0 0.0.0.0:8099 0.0.0.0:* LISTEN 7116/java