[
https://issues.apache.org/jira/browse/ARTEMIS-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ekta updated ARTEMIS-3661:
--------------------------
Description:
Hello,
I am facing time out issues while I am running the below command from my broker
which is currently running on 2.18. I have made some changes to the command
since the old command does not work on newer version.
Is there anything I am doing wrong here. My broker is up and running while I am
executing the below command.
Command:
./artemis user add --user-command-user test --user-command-password test1234
--role test --url tcp://localhost:61618
Error:
Exception in thread "main"
ActiveMQConnectionTimedOutException[errorType=CONNECTION_TIMEDOUT
message=AMQ219013: Timed out waiting to receive cluster topology. Group:null]
at
org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:743)
at
org.apache.activemq.artemis.cli.commands.AbstractAction.performCoreManagement(AbstractAction.java:35)
at
org.apache.activemq.artemis.cli.commands.user.ListUser.list(ListUser.java:55)
at
org.apache.activemq.artemis.cli.commands.user.ListUser.execute(ListUser.java:40)
at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:155)
at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:103)
at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:134)
at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:50)
was:
Hello,
I am facing time out issues while I am running the below command from my broker
which is currently running on 2.18. I have made some changes to the command
since the command does not work on newer version.
Command:
./artemis user add --user-command-user test --user-command-password test1234
--role test --url tcp://localhost:61618
Error:
> Receiving timed out while creating user in artemis 2.18
> --------------------------------------------------------
>
> Key: ARTEMIS-3661
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3661
> Project: ActiveMQ Artemis
> Issue Type: Task
> Components: Broker
> Affects Versions: 2.18.0
> Reporter: Ekta
> Priority: Major
>
> Hello,
> I am facing time out issues while I am running the below command from my
> broker which is currently running on 2.18. I have made some changes to the
> command since the old command does not work on newer version.
>
> Is there anything I am doing wrong here. My broker is up and running while I
> am executing the below command.
>
> Command:
> ./artemis user add --user-command-user test --user-command-password test1234
> --role test --url tcp://localhost:61618
> Error:
> Exception in thread "main"
> ActiveMQConnectionTimedOutException[errorType=CONNECTION_TIMEDOUT
> message=AMQ219013: Timed out waiting to receive cluster topology. Group:null]
> at
> org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:743)
> at
> org.apache.activemq.artemis.cli.commands.AbstractAction.performCoreManagement(AbstractAction.java:35)
> at
> org.apache.activemq.artemis.cli.commands.user.ListUser.list(ListUser.java:55)
> at
> org.apache.activemq.artemis.cli.commands.user.ListUser.execute(ListUser.java:40)
> at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:155)
> at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:103)
> at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:130)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:134)
> at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:50)
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)