-
Bug
-
Resolution: Done
-
Major
-
7.0.1.Final
-
None
There is issue with resolving --pc-address and --pc-port options. Character '=' is not expected after these options.
org.jboss.as.host.controller.Main contains
} else if (CommandLineConstants.INTERPROCESS_PC_PORT.equals(arg)) {
...
} else if (CommandLineConstants.INTERPROCESS_PC_ADDRESS.equals(arg)) {
So when I specify '--pc-address 10.34.3.15' it continues to start AS7 properly.
NOTE: there is typo in ProcessMessages (org.jboss.as.process) change '%n' to '\n' on line 41.