This is what happens if I try to add a new user from the same machine where the broker instance is running in debug mode (etc/artemis.profile, DEBUG_ARGS enabled):
$ bin/artemis user add --url tcp://localhost:61616 --user admin --password admin \ --user-command-user fvaleri --user-command-password fvaleri --role amq ERROR: transport error 202: bind failed: Address already in use ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c:735]
- clones
-
ENTMQBR-5612 Address is already in use when adding a new user from CLI
- Closed