Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/640 you can't run a server. There is some changes needed on the release packaging: ``` Exception in thread "main" java.lang.NoClassDefFoundError: javax/json/JsonValue at org.apache.activemq.artemis.uri.schema.connector.TCPTransportConfigurationSchema.getTransportConfigurations(TCPTransportConfigurationSchema.java:68) at org.apache.activemq.artemis.uri.schema.serverLocator.TCPServerLocatorSchema.internalNewObject(TCPServerLocatorSchema.java:43) at org.apache.activemq.artemis.uri.schema.serverLocator.TCPServerLocatorSchema.internalNewObject(TCPServerLocatorSchema.java:33) at org.apache.activemq.artemis.utils.uri.URISchema.newObject(URISchema.java:87) at org.apache.activemq.artemis.utils.uri.URISchema.newObject(URISchema.java:30) at org.apache.activemq.artemis.utils.uri.URIFactory.newObject(URIFactory.java:59) at org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.newLocator(ServerLocatorImpl.java:413) at org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.<init>(ActiveMQConnectionFactory.java:179) at org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.<init>(ActiveMQConnectionFactory.java:199) at org.apache.activemq.artemis.cli.commands.Producer.execute(Producer.java:52) at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:110) at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:72) 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:497) at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:122) at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:45) Caused by: java.lang.ClassNotFoundException: javax.json.JsonValue ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---