From users-return-10917-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Thu Aug 14 20:43:12 2014 Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF4D31105F for ; Thu, 14 Aug 2014 20:43:12 +0000 (UTC) Received: (qmail 37004 invoked by uid 500); 14 Aug 2014 20:43:12 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 36966 invoked by uid 500); 14 Aug 2014 20:43:12 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 36955 invoked by uid 99); 14 Aug 2014 20:43:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2014 20:43:12 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gsim@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2014 20:43:07 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7EKgjiL000886 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 14 Aug 2014 16:42:45 -0400 Received: from [10.36.116.99] (ovpn-116-99.ams2.redhat.com [10.36.116.99]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s7EKghgn003142 for ; Thu, 14 Aug 2014 16:42:44 -0400 Message-ID: <53ED1F4F.1020803@redhat.com> Date: Thu, 14 Aug 2014 21:42:55 +0100 From: Gordon Sim Organization: Red Hat UK Ltd, Registered in England and Wales under Company Registration No. 3798903, Directors: Michael Cunningham (USA), Matt Parsons (USA), Charlie Peters (USA), Michael O'Neill (Ireland) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: 0.30 release update - beta is available References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Virus-Checked: Checked by ClamAV on apache.org On 08/12/2014 07:19 PM, Justin Ross wrote: > Please try the > beta in your test environment, in scenarios important to you, and report > what you find, posititve or negative. I tested the following tarballs, no blocking issues, couple of minor niggles with both c++ and java: (1) qpid-cpp-0.30-beta.tar.gz - builds and installs fine, broker starts up - minor niggle is that there are a couple of test failures due to not finding the qpid-ha tool, even if its on the path, because it's looking in a relative location that doesn't exist - another minor niggle, thee examples come with a cmake file but its not obvious how to get this to work against a non-standard install location (2a) qpid-python-0.30-beta.tar.gz qpid-qmf-0.30-beta.tar.gz qpid-tests-0.30-beta.tar.gz qpid-tools-0.30-beta.tar.gz (python part only) All install fine, tests all pass against c++ broker, qpid-stat, qpid-config etc run as expected. (2b) qpid-tools-0.30-beta.tar.gz (java part only) Builds fine, packages produced and once I figured out what I was looking for was able to run some of the command line tools and start the console against the c++ broker. This is a really nice addition to the release artefacts and will be even better when split out on its own. I'd encourage anyone who hasn't used this to give it a try! (3) qpid-java-0.30-beta.tar.gz - tests all pass, packages produced - tested 0-10 and 1.0 client examples (I couldn't get the mvn build to work for these; probably something I'm doing wrong though) - all the packages have 0.30-SNAPSHOT subdirs; I assume the 'SNAPSHOT' part gets removed in the final versions? - started broker, ran clients against it - the 1.0 example fails with a NPE until you create a queue named 'queue' - tested with c++ client from 0-10 and 1.0 - sending message with c++ 1.0 sender to c++ 0-10 receiver I get an exception from the broker[1] - sending message with c++ 1.0 sender to jms 0-10 receiver the broker exits with what looks like the same exception[2] [1] internal-error: Exception processing command: java.lang.IllegalArgumentException: unable to resolve type: class org.apache.qpid.amqp_1_0.type.UnsignedInteger, 1 [caused by 8 \x00:\x00] [2] java.lang.IllegalArgumentException: unable to resolve type: class org.apache.qpid.amqp_1_0.type.UnsignedInteger, 1 at org.apache.qpid.transport.codec.AbstractEncoder.encoding(AbstractEncoder.java:305) at org.apache.qpid.transport.codec.AbstractEncoder.writeMapEntries(AbstractEncoder.java:362) at org.apache.qpid.transport.codec.AbstractEncoder.writeMap(AbstractEncoder.java:351) at org.apache.qpid.transport.codec.BBEncoder.writeMap(BBEncoder.java:35) at org.apache.qpid.transport.MessageProperties.write(MessageProperties.java:382) at org.apache.qpid.transport.codec.AbstractEncoder.writeStruct32(AbstractEncoder.java:288) at org.apache.qpid.transport.codec.BBEncoder.writeStruct32(BBEncoder.java:35) at org.apache.qpid.transport.network.Disassembler.method(Disassembler.java:214) at org.apache.qpid.transport.network.Disassembler.command(Disassembler.java:172) at org.apache.qpid.transport.network.Disassembler.command(Disassembler.java:48) at org.apache.qpid.transport.Method.delegate(Method.java:159) at org.apache.qpid.transport.network.Disassembler.send(Disassembler.java:73) at org.apache.qpid.transport.network.Disassembler.send(Disassembler.java:48) at org.apache.qpid.transport.Connection.send(Connection.java:407) at org.apache.qpid.server.protocol.v0_10.ServerConnection.send(ServerConnection.java:543) at org.apache.qpid.transport.Session.send(Session.java:602) at org.apache.qpid.transport.Session.invoke(Session.java:772) at org.apache.qpid.server.protocol.v0_10.ServerSession.sendMessage(ServerSession.java:263) at org.apache.qpid.server.protocol.v0_10.ConsumerTarget_0_10.send(ConsumerTarget_0_10.java:304) at org.apache.qpid.server.queue.QueueConsumerImpl.send(QueueConsumerImpl.java:476) at org.apache.qpid.server.queue.AbstractQueue.deliverMessage(AbstractQueue.java:1248) at org.apache.qpid.server.queue.AbstractQueue.attemptDelivery(AbstractQueue.java:2003) at org.apache.qpid.server.queue.AbstractQueue.processQueue(AbstractQueue.java:2170) at org.apache.qpid.server.queue.QueueRunner$1.run(QueueRunner.java:77) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:356) at org.apache.qpid.server.queue.QueueRunner.run(QueueRunner.java:68) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724) --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org