You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/28 11:02:20 UTC

[jira] [Commented] (ARTEMIS-757) JMS Stomp Embedded Interceptor Example fails

    [ https://issues.apache.org/jira/browse/ARTEMIS-757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15529272#comment-15529272 ] 

ASF GitHub Bot commented on ARTEMIS-757:
----------------------------------------

GitHub user mtaylor opened a pull request:

    https://github.com/apache/activemq-artemis/pull/807

    ARTEMIS-757 Fix STOMP with interceptor example

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-757

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/807.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #807
    
----
commit c8b3b54aabf38d0ef8773188ae03470598de5e25
Author: Martyn Taylor <mt...@redhat.com>
Date:   2016-09-28T10:59:18Z

    ARTEMIS-757 Fix STOMP with interceptor example

----


> JMS Stomp Embedded Interceptor Example fails
> --------------------------------------------
>
>                 Key: ARTEMIS-757
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-757
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 1.5.0
>         Environment: Fedora 23 (x86_64)
> Maven 3.3.9
> openjdk version "1.8.0_102"
>            Reporter: Paul Gallagher
>            Assignee: Martyn Taylor
>              Labels: example
>             Fix For: 1.5.0
>
>
> When running the example/protocols/stomp/stomp-embedded-interceptor with :
> mvn verify -Pexamples
> I get :
> (basic startup output from broker)
> server-out:10:52:57,395 INFO  [org.apache.activemq.artemis.core.server] AMQ221003: Deploying queue jms
> server-out:10:52:57,410 ERROR [org.apache.activemq.artemis.core.server] AMQ224000: Failure in initialisation: java.lang.IllegalStateException: address can't be null!
> server-out:	at org.apache.activemq.artemis.core.server.QueueConfig$Builder.validateState(QueueConfig.java:75) [artemis-server-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.core.server.QueueConfig$Builder.<init>(QueueConfig.java:63) [artemis-server-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.core.server.QueueConfig$Builder.<init>(QueueConfig.java:37) [artemis-server-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.core.server.QueueConfig.builderWith(QueueConfig.java:164) [artemis-server-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.createQueue(ActiveMQServerImpl.java:2218) [artemis-server-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployQueue(ActiveMQServerImpl.java:1534) [artemis-server-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployQueue(ActiveMQServerImpl.java:1516) [artemis-server-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployQueuesFromConfiguration(ActiveMQServerImpl.java:2095) [artemis-server-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:2014) [artemis-server-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.core.server.impl.LiveOnlyActivation.run(LiveOnlyActivation.java:63) [artemis-server-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:453) [artemis-server-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl.start(JMSServerManagerImpl.java:412) [artemis-jms-server-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) [artemis-cli-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:78) [artemis-cli-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:120) [artemis-cli-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:75) [artemis-cli-1.5.0-SNAPSHOT.jar:1.5.0-SNAPSHOT]
> server-out:	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_102]
> server-out:	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_102]
> server-out:	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_102]
> server-out:	at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_102]
> server-out:	at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:122) [artemis-boot.jar:1.5.0-SNAPSHOT]
> server-out:	at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:45) [artemis-boot.jar:1.5.0-SNAPSHOT]
> server-out:
> server-out:10:52:57,412 INFO  [org.apache.activemq.artemis.core.server] AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.5.0-SNAPSHOT [localhost, nodeID=3e097d76-8561-11e6-877c-54ee7513a7bc] 
> [INFO] awaiting server to start
> [INFO] awaiting server to start
> [INFO] awaiting server to start
> [INFO] awaiting server to start
> [INFO] awaiting server to start
> ...
> ...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)