[
https://issues.apache.org/jira/browse/QPID-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philip Schlesinger updated QPID-2823:
-------------------------------------
Description:
This web page: https://cwiki.apache.org/qpid/hermesjms.html
refers to configuring HermesJMS to add to its classpath several jars, many of
which no longer exist in the 0.6 distribution. I cannot find in the 0.6
distribution:
* client-launch.jar
* slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
* client.jar (is this qpid-client-0.6.jar?)
* common.jar (is this qpid-common-0.6.jar?)
I'm assuming the two mina jars can be just replaced with their newer versions.
Please update the diagram to show the new filenames to use and where they're
located relative to the directory tree.
was:
This web page: https://cwiki.apache.org/qpid/hermesjms.html
refers to configuring HermesJMS to add to its classpath several jars, many of
which no longer exist in the 0.6 distribution. I cannot find in the 0.6
distribution:
* client-launch.jar
* slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
* client.jar (is this qpid-client-0.6.jar?)
* common.jar (is this qpid-common-0.6.jar?)
I'm assuming the two mina jars can be just replaced with their newer versions.
Please update the diagram to show the new filenames to use and where they're
located relative to the directory tree.
Now, I tried building qpid\java\client\ with ant calling every one of the
targets in the build.xml, then importing all of the jars in
qpid\java\client\release\qpid-client-0.6\lib\ -- when I try to browse by
double-clicking on one of the queues that I specified, I get the following
message:
{quote}
org.apache.qpid.AMQConnectionFailureException: connect() timed out
at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:600)
at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:380)
at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:368)
at
org.apache.qpid.client.AMQConnectionFactory.createConnection(AMQConnectionFactory.java:280)
at
hermes.impl.jms.ConnectionManagerSupport.createConnection(ConnectionManagerSupport.java:122)
at
hermes.impl.jms.ConnectionManagerSupport.createConnection(ConnectionManagerSupport.java:92)
at
hermes.impl.jms.ConnectionSharedManager.reconnect(ConnectionSharedManager.java:81)
at
hermes.impl.jms.ConnectionSharedManager.connect(ConnectionSharedManager.java:91)
at
hermes.impl.jms.ConnectionSharedManager.getConnection(ConnectionSharedManager.java:104)
at
hermes.impl.jms.ConnectionSharedManager.getObject(ConnectionSharedManager.java:142)
at
hermes.impl.jms.ThreadLocalSessionManager.connect(ThreadLocalSessionManager.java:190)
at
hermes.impl.jms.ThreadLocalSessionManager.getSession(ThreadLocalSessionManager.java:570)
at
hermes.impl.jms.AbstractSessionManager.getDestination(AbstractSessionManager.java:465)
at
hermes.impl.DefaultHermesImpl.getDestination(DefaultHermesImpl.java:367)
at
hermes.browser.tasks.BrowseDestinationTask.invoke(BrowseDestinationTask.java:141)
at hermes.browser.tasks.TaskSupport.run(TaskSupport.java:175)
at hermes.browser.tasks.ThreadPool.run(ThreadPool.java:170)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.qpid.AMQException: cannot connect to broker [error code
504: channel error]
at
org.apache.qpid.client.AMQConnectionDelegate_0_10.makeBrokerConnection(AMQConnectionDelegate_0_10.java:184)
at
org.apache.qpid.client.AMQConnection.makeBrokerConnection(AMQConnection.java:736)
at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:529)
... 17 more
Caused by: org.apache.qpid.transport.ConnectionException: connect() timed out
at org.apache.qpid.transport.Connection.connect(Connection.java:210)
at
org.apache.qpid.client.AMQConnectionDelegate_0_10.makeBrokerConnection(AMQConnectionDelegate_0_10.java:173)
... 19 more
{quote}
> HermesJMS QPID integration document refers to jar files no longer used in
> QPID 0.6
> ----------------------------------------------------------------------------------
>
> Key: QPID-2823
> URL: https://issues.apache.org/jira/browse/QPID-2823
> Project: Qpid
> Issue Type: Improvement
> Components: website
> Affects Versions: 0.6
> Environment: Website, HermesJMS 1.13
> Reporter: Philip Schlesinger
>
> This web page: https://cwiki.apache.org/qpid/hermesjms.html
> refers to configuring HermesJMS to add to its classpath several jars, many of
> which no longer exist in the 0.6 distribution. I cannot find in the 0.6
> distribution:
> * client-launch.jar
> * slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
> * client.jar (is this qpid-client-0.6.jar?)
> * common.jar (is this qpid-common-0.6.jar?)
> I'm assuming the two mina jars can be just replaced with their newer
> versions. Please update the diagram to show the new filenames to use and
> where they're located relative to the directory tree.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]