Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 59948 invoked from network); 29 Dec 2006 06:51:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Dec 2006 06:51:20 -0000 Received: (qmail 19169 invoked by uid 500); 29 Dec 2006 06:51:27 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 19155 invoked by uid 500); 29 Dec 2006 06:51:26 -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 19146 invoked by uid 99); 29 Dec 2006 06:51:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Dec 2006 22:51:26 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Dec 2006 22:51:14 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1H0BZu-0004T8-FH for activemq-users@geronimo.apache.org; Thu, 28 Dec 2006 22:50:54 -0800 Message-ID: <8084430.post@talk.nabble.com> Date: Thu, 28 Dec 2006 22:50:54 -0800 (PST) From: Lalit Nagpal To: activemq-users@geronimo.apache.org Subject: RE: using amq-cpp 1.0 rel. library - established connection being aborted In-Reply-To: <016b01c72a97$0b449220$2802a8c0@Workstation> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: lalittechy@rediffmail.com References: <8051995.post@talk.nabble.com> <016b01c72a97$0b449220$2802a8c0@Workstation> X-Virus-Checked: Checked by ClamAV on apache.org Hey Tim- Here is the problem ... I had installed both .net 2005 and .net 2003 on my PC (I had both .net 1.1 framework and also .net 2.0 framework installed) ... as you know I had used a lower version compiler (Version="7.10") in the vcproj file to build amq lib files in .net 2003 .... Somehow the libraries built when I had both .net 2003 & .net 2005 installed were misbehaving ..... the problem was gone once I uninstalled .net 2005 & the 2.0 framework and then rebuilt all the libraries/dlls after a project clean .... now I am not clear whether it happened bcoz of the 2.0 framework or .net 2005 ... there was a mix-up somehow when it tried to build the dlls ... maybe due to some specific settings of 2005 vcproj files ... resulting in some kind of a interference in 2003 builds that i did. Important thing is that when I uninstalled .net framework 2.0 and .net 2005 both and recreated the dlls ... it started working then. Previously it used to unload some library on program completion that used to abort the connection. Dont know whether this would be of help to you :) ... lost 2 days here ... but important lessons learnt anyways .... OS is Mic. Win. XP and the SP is 2.0 ... Thanks for all the support. Lalit Nagpal CSA, SunGard Timothy Bish wrote: > > > I have yet to see this error on the windows machines we test on. Some web > searching on winsock error codes seems to indicate that this can happen > for > several reasons. If you rule out all the external stuff like firewall / > antivirus, then you could try creating a test case that demonstrates the > problem so we can try and track it down. > > What OS / Serive pack are you running? > > >> -----Original Message----- >> From: Lalit Nagpal [mailto:lalittechy@rediffmail.com] >> Sent: Tuesday, December 26, 2006 4:33 AM >> To: activemq-users@geronimo.apache.org >> Subject: using amq-cpp 1.0 rel. library - established connection being >> aborted >> Importance: High >> >> >> Hi >> >> I am facing this wierd error .... >> >> activemq::io::SocketInputStream::read - An established connection was >> aborted by the software in your host machine. >> - tid: 2976 >> Mutex::unlock - Failed, not Lock Owner! - tid: 3712 >> FILE: .\src\main\activemq\network\SocketInputStream.cpp, LINE: >> 145 >> - >> tid: 2976 >> FILE: .\src\main\activemq/concurrent/Mutex.h, LINE: 152 - tid: >> 3712 >> FILE: .\src\main\activemq\connector\stomp\Stom >> >> The error says that an established connection was aborted .... now was >> this >> a 3rd party software that aborted the connection or was this due to a >> code >> error that this happened ? I deactivated all the anti-virus software that >> I >> had (symantec/norton) .... I also disabled the firewalls for these .... >> Still the prob is there .... >> >> I am wondering why this error comes ... The first time I establish a >> connection after restarting my machine ... it establishes successfully >> ... >> 2nd time onwards it throws this error whenever I try to establish the >> connection .... >> I have done the build using .net 2003 ....... the vcproj files of 2005 >> were >> modified to Version="7.10" .... >> >> Need help here desperately now :( >> >> Thanks >> >> Lalit R. Nagpal >> CSA, SunGard >> -- >> View this message in context: http://www.nabble.com/using-amq-cpp-1.0- >> rel.-library---established-connection-being-aborted- >> tf2881754.html#a8051995 >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > > -- View this message in context: http://www.nabble.com/using-amq-cpp-1.0-rel.-library---established-connection-being-aborted-tf2881754.html#a8084430 Sent from the ActiveMQ - User mailing list archive at Nabble.com.