Bug 900323 (JBPAPP6-618) - An error at the end of helloworld-jms quickstart example output
Summary: An error at the end of helloworld-jms quickstart example output
Keywords:
Status: CLOSED NEXTRELEASE
Alias: JBPAPP6-618
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Quickstarts
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: EAP 6.0.0
Assignee: Jaikiran Pai
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBP...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-30 14:40 UTC by Vladimir Rastseluev
Modified: 2014-06-28 12:33 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-09 16:23:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBPAPP6-618 0 Minor Closed An error at the end of helloworld-jms quickstart example output 2018-09-04 15:41:38 UTC

Description Vladimir Rastseluev 2012-04-30 14:40:30 UTC
project_key: JBPAPP6

At the end of this example output, we can see an error, but result of run is successful.
Is it correct behavior?

Apr 30, 2012 4:32:39 PM org.xnio.Xnio <clinit>
INFO: XNIO Version 3.0.3.GA
Apr 30, 2012 4:32:39 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.0.3.GA
Apr 30, 2012 4:32:39 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 3.2.3.GA
Apr 30, 2012 4:32:39 PM org.jboss.as.quickstarts.jms.HelloWorldJMSClient main
INFO: Attempting to acquire connection factory "jms/RemoteConnectionFactory"
Apr 30, 2012 4:32:39 PM org.jboss.as.quickstarts.jms.HelloWorldJMSClient main
INFO: Found connection factory "jms/RemoteConnectionFactory" in JNDI
Apr 30, 2012 4:32:39 PM org.jboss.as.quickstarts.jms.HelloWorldJMSClient main
INFO: Attempting to acquire destination "jms/queue/test"
Apr 30, 2012 4:32:39 PM org.jboss.as.quickstarts.jms.HelloWorldJMSClient main
INFO: Found destination "jms/queue/test" in JNDI
Apr 30, 2012 4:32:39 PM org.jboss.as.quickstarts.jms.HelloWorldJMSClient main
INFO: Sending 1 messages with content: Hello, World!
Apr 30, 2012 4:32:39 PM org.jboss.as.quickstarts.jms.HelloWorldJMSClient main
INFO: Received message with content Hello, World!
Apr 30, 2012 4:32:39 PM org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1$MessageReceiver handleEnd
ERROR: Channel end notification received, closing channel Channel ID 83ba7daa (outbound) of Remoting connection 007857a5 to null
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.929s
[INFO] Finished at: Mon Apr 30 16:32:39 CEST 2012
[INFO] Final Memory: 8M/95M
[INFO] ------------------------------------------------------------------------

Comment 1 sgilda 2012-04-30 16:57:31 UTC
Per Weston Price, owner of this quickstart:

The error emitted is well known and I believe is in the JNDI/XNIO code. There are plenty of forum references on point. I don't believe it is a serious error that prohibits functionality in any way. 

I will update the README for this quickstart to prevent any confusion.




Comment 2 sgilda 2012-05-01 14:21:52 UTC
Updated the README file for this quickstart to indicate that the error message is OK.
Added the following text:

_Note_: After the above INFO message, you may see the following error. You can ignore the error as it is a well known error message and does not indicate the Maven command was unsuccessful in any way. 

    Mar 14, 2012 1:38:58 PM org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1$MessageReceiver handleEnd
    ERROR: Channel end notification received, closing channel Channel ID cd114175 (outbound) of Remoting connection 00392fe8 to localhost/127.0.0.1:4447


Comment 3 sgilda 2012-05-01 14:22:22 UTC
See previous comment.

Comment 4 Vladimir Rastseluev 2012-05-09 16:23:04 UTC
Verified on EAP6 ER7

Comment 5 Anne-Louise Tangring 2012-11-05 17:45:08 UTC
Docs QE Status: Removed: NEW 



Note You need to log in before you can comment on or make changes to this bug.