Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 79418 invoked from network); 18 Jun 2008 17:55:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2008 17:55:16 -0000 Received: (qmail 60780 invoked by uid 500); 18 Jun 2008 17:55:08 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 60754 invoked by uid 500); 18 Jun 2008 17:55:08 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 60743 invoked by uid 99); 18 Jun 2008 17:55:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2008 10:55:08 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [207.54.49.24] (HELO ussmtpp1.infor.com) (207.54.49.24) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2008 17:54:15 +0000 X-SBRS: None Received: from unknown (HELO usalwexmb2.infor.com) ([10.38.32.34]) by usatxsmtp1.infor.com with ESMTP; 18 Jun 2008 13:54:32 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C8D16C.5BC67E1F" Subject: RE: org.apache.axis2.AxisFault: Transport error: 403 Error: Access Forbidden Date: Wed, 18 Jun 2008 13:54:29 -0400 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: org.apache.axis2.AxisFault: Transport error: 403 Error: Access Forbidden Thread-Index: AcjRa8Wd8xr0tTGCRwyNQcdXI0XoTQAAA/Fg References: <0568CF902433824BADCFCE62951401D81D506320@usalwexmb2.infor.com> From: "Tim James McConechy" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C8D16C.5BC67E1F Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thanks, Where exactly do I do this? =20 ________________________________ From: Saminda Abeyruwan [mailto:samindaa@gmail.com]=20 Sent: Wednesday, June 18, 2008 1:49 PM To: axis-user@ws.apache.org Subject: Re: org.apache.axis2.AxisFault: Transport error: 403 Error: Access Forbidden =20 Please disable chunking in client side and try, option.setProperty(HTTPConstants.CHUNKED, "false"); Thank you! Saminda On Wed, Jun 18, 2008 at 6:23 PM, Tim James McConechy wrote: Seems to be the case - but why does it only occur in Axis2 and not Axis 1.4? I am going to try to setup an IIS 6.0 server and see if I can compile in .NET 3.0...I should mention that after this any calls will give a 403 and I need to restart IIS. But I can only trigger this with 5 calls from Axis2 - normally we have an other client app that throws millions of requests at the server without these errors. =20 ________________________________ From: keith chapman [mailto:keithgchapman@gmail.com]=20 Sent: Tuesday, June 17, 2008 11:32 PM To: axis-user@ws.apache.org Subject: Re: org.apache.axis2.AxisFault: Transport error: 403 Error: Access Forbidden =20 Hi James, I wonder weather this is a server side issue cause Status code (403) indicates that the server understood the request but refused to fulfill it. Thanks, Keith. On Wed, Jun 18, 2008 at 1:12 AM, Tim James McConechy wrote: =20 Hi All, I am stumped on the following problem. I am using Axis2 to connect to a .Net 1.1 series of web services. Almost immediately but randomly - say after five web service calls. I get the following error(s) =20 org.apache.axis2.AxisFault: Transport error: 403 Error: Access Forbidden or Software caused connection abort: recv failed =20 I simply cannot make Axis2 reliably function with my web services. I generated the services with wsdl2java using adb, do I need to use Axis 1.4 instead? I have checked the web and saw similar posts but no solutions...Anyone have any ideas? =20 Stack dumps: =20 11:39:46,101 ERROR http-8484-Processor22 [ObjectBaseService] Transport error: 403 Error: Access Forbidden org.apache.axis2.AxisFault: Transport error: 403 Error: Access Forbidden at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.jav a:296) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:1 90) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75) ... =20 Or =20 11:39:46,111 ERROR http-8484-Processor22 [ObjectBaseService] Software caused connection abort: recv failed org.apache.axis2.AxisFault: Software caused connection abort: recv failed at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:1 93) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75) ... =20 Thanks =20 =20 Tim McConechy | Principal Software Engineer | Infor | Office: 610.407.8191 | Mobile: 610.306.6603 | tim.mcconechy@infor.com =20 --=20 Keith Chapman Senior Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org=20 --=20 Saminda Abeyruwan Senior Software Engineer WSO2 Inc. - www.wso2.org=20 ------_=_NextPart_001_01C8D16C.5BC67E1F Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Thanks, Where exactly do I do = this?

 


From: = Saminda Abeyruwan [mailto:samindaa@gmail.com]
Sent: Wednesday, June 18, = 2008 1:49 PM
To: axis-user@ws.apache.org
Subject: Re: org.apache.axis2.AxisFault: Transport error: 403 Error: Access = Forbidden

 

Please disable = chunking in client side and try,

option.setProperty(HTTPConstants.CHUNKED, "false");

Thank you!

Saminda

On Wed, Jun 18, 2008 at 6:23 PM, Tim James McConechy <TimJames.McConechy@infor.com= > wrote:

Seems to be the case – but why does it only = occur in Axis2 and not Axis 1.4? I am going to try to setup an IIS 6.0 server and see = if I can compile in .NET 3.0…I should mention that after this any calls = will give a 403 and I need to restart IIS. But I can only trigger this with 5 calls from = Axis2 – normally we have an other client app that throws millions of requests at = the server without these errors.

 


From: keith chapman [mailto:keithgchapman@gmail.com]
Sent: Tuesday, June 17, = 2008 11:32 PM
To: axis-user@ws.apache.org
Subject: Re: org.apache.axis2.AxisFault: Transport error: 403 Error: Access = Forbidden

 

Hi James,

I wonder weather this is a server side issue cause Status code (403) = indicates that the server understood the request but refused to fulfill it.

Thanks,
Keith.

On Wed, Jun 18, 2008 at 1:12 AM, Tim James McConechy <TimJames.McConechy@infor.com> wrote:

 <= /o:p>

Hi All,

I am stumped on the following problem. I am using Axis2 to connect to a = .Net 1.1 series of web services. Almost immediately but randomly – say = after five web service calls. I get the following error(s)

 <= /o:p>

org.apache.axis2.AxisFault: Transport = error: 403 Error: Access Forbidden

or

Software caused connection abort: recv = failed

 <= /o:p>

I simply cannot make Axis2 reliably function with my web services. I = generated the services with wsdl2java using adb, do I need to use Axis 1.4 = instead? I have checked the web and saw similar posts but no solutions…Anyone = have any ideas?

 <= /o:p>

Stack = dumps:

 <= /o:p>

11:39:46,101 ERROR http-8484-Processor22 = [ObjectBaseService] Transport error: 403 Error: Access = Forbidden

org.apache.axis2.AxisFault: Transport = error: 403 Error: Access Forbidden

      at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.j= ava:296)

      at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java= :190)

      at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75= )

 

Or

 

11:39:46,111 ERROR http-8484-Processor22 [ObjectBaseService] Software caused connection abort: recv = failed

org.apache.axis2.AxisFault: Software = caused connection abort: recv failed

      at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)

      at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java= :193)

      at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75= )

 <= /o:p>

Thanks<= /o:p>

 

 

Tim McConechy | Principal Software Engineer = | = Infor | Office: = 610.407.8191 | Mobile: 610.306.6603 | tim.mcconechy@infor.com<= /span>

 




--
Keith Chapman
Senior Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org




--
Saminda Abeyruwan

Senior Software Engineer
WSO2 Inc. - www.wso2.org =

------_=_NextPart_001_01C8D16C.5BC67E1F--