Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-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 D9826115CE for ; Mon, 28 Apr 2014 06:42:25 +0000 (UTC) Received: (qmail 37288 invoked by uid 500); 28 Apr 2014 06:42:24 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 37064 invoked by uid 500); 28 Apr 2014 06:42:24 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 37056 invoked by uid 99); 28 Apr 2014 06:42:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2014 06:42:22 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of pras@dr.dk does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2014 06:42:13 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WefG9-0007Hs-Ks for users@camel.apache.org; Sun, 27 Apr 2014 23:41:49 -0700 Date: Sun, 27 Apr 2014 23:41:49 -0700 (PDT) From: "Preben.Asmussen" To: users@camel.apache.org Message-ID: <1398667309639-5750643.post@n5.nabble.com> In-Reply-To: <1398451975235-5750624.post@n5.nabble.com> References: <1398451975235-5750624.post@n5.nabble.com> Subject: Re: Intermittent STUCK threads in Weblogic Server due to camel application MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi We are running a lot of Camel routes on Weblogic. The only time I have seen stuck threads in on the commons.net.ftp, and the uses here is not related to any Camel component. "[STUCK] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'" - Thread t@65134 java.lang.Thread.State: RUNNABLE at jrockit.net.SocketNativeIO.readBytesPinned(Native Method) at jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:32) at java.net.SocketInputStream.socketRead0(SocketInputStream.java) at java.net.SocketInputStream.read(SocketInputStream.java:129) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158) at java.io.InputStreamReader.read(InputStreamReader.java:167) - locked <2fb4f2d3> (a java.io.InputStreamReader) at java.io.BufferedReader.fill(BufferedReader.java:136) at java.io.BufferedReader.read(BufferedReader.java:157) - locked <2fb4f2d3> (a java.io.InputStreamReader) at org.apache.commons.net.io.CRLFLineReader.readLine(CRLFLineReader.java:58) - locked <2fb4f2d3> (a java.io.InputStreamReader) at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:310) at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:290) at org.apache.commons.net.ftp.FTP._connectAction_(FTP.java:396) at org.apache.commons.net.ftp.FTPClient._connectAction_(FTPClient.java:796) at org.apache.commons.net.SocketClient.connect(SocketClient.java:172) at org.apache.commons.net.SocketClient.connect(SocketClient.java:192) Are you using CXF or http component in your route ?. Are you using the http configuration as consumer or provider ? I have used camel-cxf in many cases without any stuck thread issues. /Preben -- View this message in context: http://camel.465427.n5.nabble.com/Intermittent-STUCK-threads-in-Weblogic-Server-due-to-camel-application-tp5750624p5750643.html Sent from the Camel - Users mailing list archive at Nabble.com.