Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6817AEBFA for ; Wed, 23 Jan 2013 11:49:50 +0000 (UTC) Received: (qmail 57932 invoked by uid 500); 23 Jan 2013 11:49:49 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 57330 invoked by uid 500); 23 Jan 2013 11:49:46 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 57298 invoked by uid 99); 23 Jan 2013 11:49:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2013 11:49:45 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_FRT_BELOW2 X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sahoo.satyapriya@gmail.com designates 209.85.220.179 as permitted sender) Received: from [209.85.220.179] (HELO mail-vc0-f179.google.com) (209.85.220.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2013 11:49:37 +0000 Received: by mail-vc0-f179.google.com with SMTP id gb23so315033vcb.10 for ; Wed, 23 Jan 2013 03:49:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=DHQJaFITszaoJN6Wpc7L3TOWt0879r33/5PRHkFID80=; b=VxNCorFVHxIeGXGe9QEaszVmq9H6YymoIZc5N5j5jluIYirHy+2dJZKAWCuQdMHh/E npTlVi8WLfAAVZ+7BF1iNXKdwM5GQdyT+oNyuDyvvZLKbBgM5OhLOnkAsoTDI9OyMNzj X1+BKH/cs2tk15m0tmmnjTpxachMUJlCny3Mz0pycIOWQrxX/vrp1689uNWWluf7tXby E8BJxOakMNjoyS6bgfaFr+PdnfAPHp9vFcwmkWnoQQGp3yPh9seYMd7OLSdmkpf9mdAc RK31Jp2BF+rShZoHgrkORZcFZC8vWlHLDbgzgCKG35ADEqGFiKBvg1AuiRoFCsENgDGw mk2w== MIME-Version: 1.0 X-Received: by 10.52.28.44 with SMTP id y12mr820245vdg.19.1358941756522; Wed, 23 Jan 2013 03:49:16 -0800 (PST) Received: by 10.58.230.3 with HTTP; Wed, 23 Jan 2013 03:49:16 -0800 (PST) In-Reply-To: <159a0d36-bb6c-4a70-bd46-930368663efe@default> References: <159a0d36-bb6c-4a70-bd46-930368663efe@default> Date: Wed, 23 Jan 2013 17:19:16 +0530 Message-ID: Subject: Re: facing problem in axis2.1.3 From: satyapriya sahoo To: java-dev@axis.apache.org Content-Type: multipart/alternative; boundary=20cf30780c10aaff2b04d3f34885 X-Virus-Checked: Checked by ClamAV on apache.org --20cf30780c10aaff2b04d3f34885 Content-Type: text/plain; charset=ISO-8859-1 Anil Bondalapati, * Thanks for your quick reply.* I have another doubt. While printing the logs I see 3 times each statement. why this is happening. I put the TCP Monitor between server and Client, I find only one request is going, but in logs I see 4 times for every line. Bellow I am giving sample examples.....(This is occurring only here). 23 Jan 2013 16:54:24,252 - DEBUG setParameter (DefaultHttpParams.java:150) - Set parameter http.socket.timeout = 60000 23 Jan 2013 16:54:24,252 - DEBUG setParameter (DefaultHttpParams.java:150) - Set parameter http.socket.timeout = 60000 23 Jan 2013 16:54:24,252 - DEBUG setParameter (DefaultHttpParams.java:150) - Set parameter http.socket.timeout = 60000 23 Jan 2013 16:54:24,252 - DEBUG setParameter (DefaultHttpParams.java:150) - Set parameter http.socket.timeout = 60000 23 Jan 2013 16:54:24,268 - DEBUG getBytes (SOAPMessageFormatter.java:84) - isOptimized=false 23 Jan 2013 16:54:24,268 - DEBUG getBytes (SOAPMessageFormatter.java:84) - isOptimized=false 23 Jan 2013 16:54:24,268 - DEBUG getBytes (SOAPMessageFormatter.java:85) - isDoingSWA=false 23 Jan 2013 16:54:24,268 - DEBUG getBytes (SOAPMessageFormatter.java:85) - isDoingSWA=false like above the the whole flow is printing 4 times......... Can you identify why? There is no problem in log4j. Same configuration is working for other Components. So I fell is there must be a axis2 setting to handle this. Thanks, Satyapriya Sahoo +91-9019476521 --20cf30780c10aaff2b04d3f34885 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Anil Bondalapati,

=A0 Thanks for your quick reply.

=A0= I have another doubt. While printing the logs I see 3 times each statement.= why this is happening. I put the TCP Monitor between server and Client, I = find only one request is going, but in logs I see 4 times for every line. B= ellow I am giving sample examples.....(This is occurring only here).


23 Jan 2013 16:54:24,252 - DEBUG setParameter (DefaultHttpParams.ja= va:150) - Set parameter http.socket.timeout =3D 60000
23 Jan 2013 16:54:= 24,252 - DEBUG setParameter (DefaultHttpParams.java:150) - Set parameter ht= tp.socket.timeout =3D 60000
23 Jan 2013 16:54:24,252 - DEBUG setParameter (DefaultHttpParams.java:150) = - Set parameter http.socket.timeout =3D 60000
23 Jan 2013 16:54:24,252 -= DEBUG setParameter (DefaultHttpParams.java:150) - Set parameter http.socke= t.timeout =3D 60000

23 Jan 2013 16:54:24,268 - DEBUG getBytes (SOAPMessageFormatter.java:84= ) -=A0=A0 isOptimized=3Dfalse
23 Jan 2013 16:54:24,268 - DEBUG getBytes = (SOAPMessageFormatter.java:84) -=A0=A0 isOptimized=3Dfalse
23 Jan 2013 1= 6:54:24,268 - DEBUG getBytes (SOAPMessageFormatter.java:85) -=A0=A0 isDoing= SWA=3Dfalse
23 Jan 2013 16:54:24,268 - DEBUG getBytes (SOAPMessageFormatter.java:85) -= =A0=A0 isDoingSWA=3Dfalse

like above the the whole flow is printing = 4 times.........

Can you identify why? There is no problem in log4j.= Same configuration is working for other Components. So I fell is there mus= t be a=A0 axis2 setting to handle this.

Thanks,
Satyapriya Sahoo
+91-9019476521
--20cf30780c10aaff2b04d3f34885--