[jbossts-issues] [JBoss JIRA] (JBTM-2101) Blacktie integration test does not complete

Amos Feng (JIRA) issues at jboss.org
Wed Mar 19 12:08:11 EDT 2014


     [ https://issues.jboss.org/browse/JBTM-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amos Feng updated JBTM-2101:
----------------------------

    Comment: was deleted

(was: {noformat}
21:53:28,173 ERROR [org.codehaus.stomp.tcp.TcpTransport] (StompConnect Transport: tcp:///127.0.0.1:51319) Caught an exception: null: java.lang.NullPointerException
	at org.codehaus.stomp.tcp.TcpTransport.run(TcpTransport.java:103) [wildfly-blacktie-5.0.2.Final-SNAPSHOT.jar:5.0.2.Final-SNAPSHOT]
	at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
{noformat}

{code}
StompFrame frame = marshaller.unmarshal(dataIn);
log.debug("Sending stomp frame");
try {
      inputHandler.onStompFrame(frame);
} catch (IOException e) {
       if (frame.getAction().equals(Stomp.Responses.ERROR)) {
            log.warn("Could not send frame to client: " + new String(frame.getContent()));
        }
        throw e;
}
{code}

The line 103 is if statement and it looks like the frame is null when catching the IOException.)

    
> Blacktie integration test does not complete
> -------------------------------------------
>
>                 Key: JBTM-2101
>                 URL: https://issues.jboss.org/browse/JBTM-2101
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: BlackTie
>            Reporter: Gytis Trikleris
>            Assignee: Amos Feng
>            Priority: Minor
>             Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/427/PROFILE=BLACKTIE,jdk=jdk7.latest,label=linux32el5

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbossts-issues mailing list