Hi All, I was able to run the XBaya Quick Start tutorial successfully using the binary version of the server and the XBaya. But in the console of the XBaya I get the following exceptions. I am using Ubuntu 12.04 machine and runs rabbitmq-server_3.4.2-1 <http://www.rabbitmq.com/releases/rabbitmq-server/v3.4.2/rabbitmq-server_3.4.2-1_all.deb> locally.
[INFO] connected to rabbitmq: amqp://[email protected]:5672/ for airavata_rabbitmq_exchange [INFO] Settings loaded from jar:file:/home/supun/Downloads/apache-airavata-xbaya-gui-0.14/lib/airavata-client-configuration-0.14.jar!/airavata-client.properties [INFO] Setting Java trust store to aiaravata.jks Add event triggered Add event triggered Add event triggered Add event triggered Add event triggered Add event triggered Add event triggered Add event triggered Add event triggered Add event triggered Add event triggered Add event triggered Add event triggered [ERROR] could not un-bind queue: amq.gen-elfr8dt5Eoe07mAsxD3kaQ for exchange airavata_rabbitmq_exchange [WARN] Failed to find the subscriber for experiment id: _exp_11_5740fc12-f8b6-430a-8234-1a59c609d185_exp_11_5740fc12-f8b6-430a-8234-1a59c609d185.*_amq.gen-elfr8dt5Eoe07mAsxD3kaQ org.apache.airavata.common.exception.AiravataException: could not un-bind queue: amq.gen-elfr8dt5Eoe07mAsxD3kaQ for exchange airavata_rabbitmq_exchange at org.apache.airavata.messaging.core.impl.RabbitMQConsumer.stopListen(RabbitMQConsumer.java:216) at org.apache.airavata.xbaya.messaging.Monitor.unsubscribe(Monitor.java:243) at org.apache.airavata.xbaya.messaging.Monitor$NotificationMessageHandler.onMessage(Monitor.java:211) at org.apache.airavata.messaging.core.impl.RabbitMQConsumer$2.handleDelivery(RabbitMQConsumer.java:188) at com.rabbitmq.client.impl.ConsumerDispatcher$5.run(ConsumerDispatcher.java:140) at com.rabbitmq.client.impl.ConsumerWorkService$WorkPoolRunnable.run(ConsumerWorkService.java:85) 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:744) Caused by: java.io.IOException at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:106) at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:102) at com.rabbitmq.client.impl.AMQChannel.exnWrappingRpc(AMQChannel.java:124) at com.rabbitmq.client.impl.ChannelN.queueDelete(ChannelN.java:815) at com.rabbitmq.client.impl.ChannelN.queueDelete(ChannelN.java:61) at org.apache.airavata.messaging.core.impl.RabbitMQConsumer.stopListen(RabbitMQConsumer.java:212) ... 8 more Caused by: com.rabbitmq.client.ShutdownSignalException: channel error; protocol method: #method<channel.close>(reply-code=406, reply-text=PRECONDITION_FAILED - queue 'amq.gen-elfr8dt5Eoe07mAsxD3kaQ' in vhost '/' in use, class-id=50, method-id=40) at com.rabbitmq.utility.ValueOrException.getValue(ValueOrException.java:67) at com.rabbitmq.utility.BlockingValueOrException.uninterruptibleGetValue(BlockingValueOrException.java:33) at com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply(AMQChannel.java:343) at com.rabbitmq.client.impl.AMQChannel.privateRpc(AMQChannel.java:216) at com.rabbitmq.client.impl.AMQChannel.exnWrappingRpc(AMQChannel.java:118) ... 11 more Caused by: com.rabbitmq.client.ShutdownSignalException: channel error; protocol method: #method<channel.close>(reply-code=406, reply-text=PRECONDITION_FAILED - queue 'amq.gen-elfr8dt5Eoe07mAsxD3kaQ' in vhost '/' in use, class-id=50, method-id=40) at com.rabbitmq.client.impl.ChannelN.asyncShutdown(ChannelN.java:478) at com.rabbitmq.client.impl.ChannelN.processAsync(ChannelN.java:315) at com.rabbitmq.client.impl.AMQChannel.handleCompleteInboundCommand(AMQChannel.java:144) at com.rabbitmq.client.impl.AMQChannel.handleFrame(AMQChannel.java:91) at com.rabbitmq.client.impl.AMQConnection$MainLoop.run(AMQConnection.java:550) ... 1 more Add event triggered On Wed, Dec 17, 2014 at 1:33 AM, Chathuri Wimalasena <[email protected]> wrote: > Discussion thread for vote on Apache Airavata 0.14 release candidate. > > If you have any questions or feedback or to post results of validating the > release, please reply to this thread. Once you verify the release, please > post your vote to the VOTE thread. > > For reference, the Apache release guide - > http://www.apache.org/dev/release.html > > Some tips to validate the release before you vote: > > * Download the binary version and run the XBaya Quick Start tutorial > <https://cwiki.apache.org/confluence/display/AIRAVATA/XBAYA+Quick-Start+Tutorial> > as described in README > * Download the source files from compressed files and release tag and build > (which includes tests). > * Verify the distribution for the required LICENSE and NOTICE files > * Verify if all the staged files are signed and the signature is verifiable. > * Verify if the signing key in the project's KEYS file is hosted on a public > server > > Thanks for your time in validating the release and voting, > > Chathuri > (On Behalf of Airavata PMC) > -- Thank you Supun Nakandala Dept. Computer Science and Engineering University of Moratuwa
