Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 96777 invoked from network); 10 Apr 2006 13:32:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Apr 2006 13:32:08 -0000 Received: (qmail 98325 invoked by uid 500); 10 Apr 2006 13:32:08 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 98298 invoked by uid 500); 10 Apr 2006 13:32:08 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 98288 invoked by uid 99); 10 Apr 2006 13:32:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2006 06:32:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of xleyba@gmail.com designates 64.233.162.196 as permitted sender) Received: from [64.233.162.196] (HELO zproxy.gmail.com) (64.233.162.196) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2006 06:32:07 -0700 Received: by zproxy.gmail.com with SMTP id 8so760210nzo for ; Mon, 10 Apr 2006 06:31:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CjvnbhfLMtP0VdedAToYRiIJyBj45lrnJVRwae5qH52hLA3gpKhJQ0kJNh9uPF6bvhdJPQ+s7YnBEohck+kKCB71SUKOlRI0njINK0MOJJnHpIJRZRzA5IDCBEseWWUtinJJU/N2lOpP0KTc07laUwm0/6LU+ENugcWxDq3qRtw= Received: by 10.64.220.18 with SMTP id s18mr187653qbg; Mon, 10 Apr 2006 06:31:46 -0700 (PDT) Received: by 10.65.251.6 with HTTP; Mon, 10 Apr 2006 06:31:46 -0700 (PDT) Message-ID: <933f2a180604100631i4c2fd7i720872a85e7a81a2@mail.gmail.com> Date: Mon, 10 Apr 2006 15:31:46 +0200 From: "Javier Leyba" To: activemq-users@geronimo.apache.org Subject: Unhandled event loop exception MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I'm integrating activemq in a client swt jms application. When I try to cal= l ActiveMQConnectionFactory cf =3D new ActiveMQConnectionFactory("tcp://172.31.112.9:62002= "); inside a subscriber I got the error: Unhandled event loop exception Reason: org/apache/activemq/ActiveMQConnectionFactory I really never received such error in my life !! If I test subscriber as simple standalone program with the same code it work well. Could it be a problem with Eclipse threads or something else ? Any idea/clue is welcome. Thanks J