Re: server response with java.net.SocketException: Connection reset

2014-07-16 Thread Peter Kingswell
Hi Josh,

we're getting this exception stack very frequently, unfortunately on an AWS 
production server but not our dev machines.  This makes debugging / 
analysis difficult.  Is there anything that can be done from the AdWords 
side?  I can supply accounts and credentials as required.

This is high priority for us since it's affecting business.

Peter

On Thursday, June 5, 2014 11:20:09 AM UTC-4, Josh Radcliff (AdWords API 
Team) wrote:

 Hi,

 Connection reset errors can be caused by a variety of issues. Without 
 tracing the connections with a tool (e.g., WireShark) it's difficult to 
 know where in the network path this is occurring.

 In general, it's best to design your application to tolerate transient 
 issues like this. Please refer to our Best Practices Guide 
 https://developers.google.com/adwords/api/docs/guides/bestpractices#error_handling
  for 
 more details.

 Cheers,
 Josh, AdWords API Team

 On Wednesday, June 4, 2014 3:44:35 PM UTC-4, gshoihet wrote:

 hello,

 In some reason google server response with java.net.SocketException: 
 Connection reset

 Please advice log was attached 

 Thanks 


 {KeyWord:יפעת פרג אשטה כרטיסים}
 בתאריך 06/07, כרטיסים ב- 100 ₪.
 תזמינו כרטיסים עכשיו !
 bravo.ticketsnow.co.il/כרטיסים 
 http://bravo.ticketsnow.co.il/%D7%9B%D7%A8%D7%98%D7%99%D7%A1%D7%99%D7%9D
 http://bravo.ticketsnow.co.il/announce/20538

 2014-06-04 15:57:23 TextAdUpdate [INFO] Sleep : 1
 2014-06-04 15:57:34 requestInfoLogger [INFO] Request made: Service: 
 AdGroupAdServiceInterfacePort Method: mutate URL: 
 https://adwords.google.com/api/adwords/cm/v201309/AdGroupAdService;
 2014-06-04 15:57:34 soapXmlLogger [INFO] SOAP Request:
 ?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 ns1:RequestHeader xmlns:ns1=
 https://adwords.google.com/api/adwords/cm/v201309; 
 soapenv:mustUnderstand=0
 ns1:clientCustomerId398-500-3202/ns1:clientCustomerId
 ns1:developerTokenzz/ns1:developerToken
 ns1:userAgentCupat Bravo (AwApi-Java, AdWords-Axis/1.20.0, 
 Common-Java/1.20.0, Axis/1.4, Java/1.7.0_21, maven)/ns1:userAgent
 ns1:validateOnlyfal
 se/ns1:validateOnly
 ns1:partialFailurefalse/ns1:partialFailure
 /ns1:RequestHeader
 /soapenv:Header
 soapenv:Body
 mutate xmlns=https://adwords.google.com/api/adwords/cm/v201309
 
 operations
 operatorREMOVE/operator
 operand
 adGroupId14024501183/adGroupId
 ad
 id41948062343/id
 /ad
 statusDISABLED/status
 /operand
 /operations
 /mutate
 /soapenv:Body
 /soapenv:Envelope

 2014-06-04 15:57:34 soapXmlLogger [INFO] SOAP Response:
 ?xml version=1.0 encoding=UTF-8?soap:Envelope xmlns:soap=
 http://schemas.xmlsoap.org/soap/envelope/;
 soap:Header
 ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201309;
 requestId0004fb022cc76cc00ae539880c001d99/requestId
 serviceNameAdGroupAdService/serviceName
 methodNamemutate/methodName
 operations0/operations
 responseTime226/responseTime
 /ResponseHeader
 /soap:Header
 soap:Body
 mutateResponse xmlns=
 https://adwords.google.com/api/adwords/cm/v201309;
 rval
 
 ListReturnValue.TypeAdGroupAdReturnValue/ListReturnValue.Type
 value
 adGroupId14024501183/adGroupId
 ad xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xsi:type=TextAd
 id41948062343/id
 urlhttp://bravo.ticketsnow.co.il/announce/20538
 /url
 displayUrlbravo.ticketsnow.co.il/כרטיסים 
 http://bravo.ticketsnow.co.il/%D7%9B%D7%A8%D7%98%D7%99%D7%A1%D7%99%D7%9D
 /displayUrl
 Ad.TypeTextAd/Ad.Type
 headline{KeyWord:יפעת פרג אשטה 
 כרטיסים}/headline
 description1בתאריך 06/07, כרטיסים ב- 100 
 ₪./description1
 description2פשוט ובטוח להזמין כרטיסים 
 !/description2
 /ad
 statusDISABLED/status
 approvalStatusFAMILY_SAFE/approvalStatus
 /value
 /rval
 /mutateResponse
 /soap:Body
 /soap:Envelope

 2014-06-04 15:57:34 TextAdUpdate [INFO] Sleep : 1
 2014-06-04 15:57:45 requestInfoLogger [INFO] Request made: Service: 
 AdGroupAdServiceInterfacePort Method: mutate URL: 
 https://adwords.google.com/api/adwords/cm/v201309/AdGroupAdService;
 2014-06-04 15:57:45 soapXmlLogger [WARN] SOAP Request:
 ?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv

Re: server response with java.net.SocketException: Connection reset

2014-07-16 Thread Peter Kingswell
Hi Josh,

after a bit more analysis, it's always occurring on get operations on 
the AdGroupCriterionService and CampaignService (e.g. 
com.google.api.ads.adwords.axis.v201402.cm.CampaignServiceSoapBindingStub.get 
is the client side call).  Not sure if this helps.

Peter

On Wednesday, July 16, 2014 12:38:56 PM UTC-4, Peter Kingswell wrote:

 Hi Josh,

 we're getting this exception stack very frequently, unfortunately on an 
 AWS production server but not our dev machines.  This makes debugging / 
 analysis difficult.  Is there anything that can be done from the AdWords 
 side?  I can supply accounts and credentials as required.

 This is high priority for us since it's affecting business.

 Peter

 On Thursday, June 5, 2014 11:20:09 AM UTC-4, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi,

 Connection reset errors can be caused by a variety of issues. Without 
 tracing the connections with a tool (e.g., WireShark) it's difficult to 
 know where in the network path this is occurring.

 In general, it's best to design your application to tolerate transient 
 issues like this. Please refer to our Best Practices Guide 
 https://developers.google.com/adwords/api/docs/guides/bestpractices#error_handling
  for 
 more details.

 Cheers,
 Josh, AdWords API Team

 On Wednesday, June 4, 2014 3:44:35 PM UTC-4, gshoihet wrote:

 hello,

 In some reason google server response with java.net.SocketException: 
 Connection reset

 Please advice log was attached 

 Thanks 


 {KeyWord:יפעת פרג אשטה כרטיסים}
 בתאריך 06/07, כרטיסים ב- 100 ₪.
 תזמינו כרטיסים עכשיו !
 bravo.ticketsnow.co.il/כרטיסים 
 http://bravo.ticketsnow.co.il/%D7%9B%D7%A8%D7%98%D7%99%D7%A1%D7%99%D7%9D
 http://bravo.ticketsnow.co.il/announce/20538

 2014-06-04 15:57:23 TextAdUpdate [INFO] Sleep : 1
 2014-06-04 15:57:34 requestInfoLogger [INFO] Request made: Service: 
 AdGroupAdServiceInterfacePort Method: mutate URL: 
 https://adwords.google.com/api/adwords/cm/v201309/AdGroupAdService;
 2014-06-04 15:57:34 soapXmlLogger [INFO] SOAP Request:
 ?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 ns1:RequestHeader xmlns:ns1=
 https://adwords.google.com/api/adwords/cm/v201309; 
 soapenv:mustUnderstand=0
 ns1:clientCustomerId398-500-3202/ns1:clientCustomerId
 ns1:developerTokenzz/ns1:developerToken
 ns1:userAgentCupat Bravo (AwApi-Java, AdWords-Axis/1.20.0, 
 Common-Java/1.20.0, Axis/1.4, Java/1.7.0_21, maven)/ns1:userAgent
 ns1:validateOnlyfal
 se/ns1:validateOnly
 ns1:partialFailurefalse/ns1:partialFailure
 /ns1:RequestHeader
 /soapenv:Header
 soapenv:Body
 mutate xmlns=https://adwords.google.com/api/adwords/cm/v201309
 
 operations
 operatorREMOVE/operator
 operand
 adGroupId14024501183/adGroupId
 ad
 id41948062343/id
 /ad
 statusDISABLED/status
 /operand
 /operations
 /mutate
 /soapenv:Body
 /soapenv:Envelope

 2014-06-04 15:57:34 soapXmlLogger [INFO] SOAP Response:
 ?xml version=1.0 encoding=UTF-8?soap:Envelope xmlns:soap=
 http://schemas.xmlsoap.org/soap/envelope/;
 soap:Header
 ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201309;
 requestId0004fb022cc76cc00ae539880c001d99/requestId
 serviceNameAdGroupAdService/serviceName
 methodNamemutate/methodName
 operations0/operations
 responseTime226/responseTime
 /ResponseHeader
 /soap:Header
 soap:Body
 mutateResponse xmlns=
 https://adwords.google.com/api/adwords/cm/v201309;
 rval
 
 ListReturnValue.TypeAdGroupAdReturnValue/ListReturnValue.Type
 value
 adGroupId14024501183/adGroupId
 ad xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xsi:type=TextAd
 id41948062343/id
 url
 http://bravo.ticketsnow.co.il/announce/20538/url
 displayUrlbravo.ticketsnow.co.il/כרטיסים 
 http://bravo.ticketsnow.co.il/%D7%9B%D7%A8%D7%98%D7%99%D7%A1%D7%99%D7%9D
 /displayUrl
 Ad.TypeTextAd/Ad.Type
 headline{KeyWord:יפעת פרג אשטה 
 כרטיסים}/headline
 description1בתאריך 06/07, כרטיסים ב- 100 
 ₪./description1
 description2פשוט ובטוח להזמין כרטיסים 
 !/description2
 /ad
 statusDISABLED/status
 approvalStatusFAMILY_SAFE/approvalStatus
 /value
 /rval
 /mutateResponse
 /soap:Body
 /soap:Envelope

 2014-06-04

Re: server response with java.net.SocketException: Connection reset

2014-07-16 Thread Josh Radcliff (AdWords API Team)
Hi Peter,

I checked our logs and a successful response is being returned for those 
requests, which suggests this could be an issue with your production 
servers. Is there anyone at AWS that can provide more information about 
where the connection is being reset? The fact that this happens on your 
production servers but not in dev strongly suggests that the issue lies 
somewhere in the network or firewall configuration of the production 
servers.

Thanks,
Josh, AdWords API Team

On Wednesday, July 16, 2014 1:06:29 PM UTC-4, Peter Kingswell wrote:

 Hi Josh,

 after a bit more analysis, it's always occurring on get operations on 
 the AdGroupCriterionService and CampaignService (e.g. 
 com.google.api.ads.adwords.axis.v201402.cm.CampaignServiceSoapBindingStub.get 
 is the client side call).  Not sure if this helps.

 Peter

 On Wednesday, July 16, 2014 12:38:56 PM UTC-4, Peter Kingswell wrote:

 Hi Josh,

 we're getting this exception stack very frequently, unfortunately on an 
 AWS production server but not our dev machines.  This makes debugging / 
 analysis difficult.  Is there anything that can be done from the AdWords 
 side?  I can supply accounts and credentials as required.

 This is high priority for us since it's affecting business.

 Peter

 On Thursday, June 5, 2014 11:20:09 AM UTC-4, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi,

 Connection reset errors can be caused by a variety of issues. Without 
 tracing the connections with a tool (e.g., WireShark) it's difficult to 
 know where in the network path this is occurring.

 In general, it's best to design your application to tolerate transient 
 issues like this. Please refer to our Best Practices Guide 
 https://developers.google.com/adwords/api/docs/guides/bestpractices#error_handling
  for 
 more details.

 Cheers,
 Josh, AdWords API Team

 On Wednesday, June 4, 2014 3:44:35 PM UTC-4, gshoihet wrote:

 hello,

 In some reason google server response with java.net.SocketException: 
 Connection reset

 Please advice log was attached 

 Thanks 


 {KeyWord:יפעת פרג אשטה כרטיסים}
 בתאריך 06/07, כרטיסים ב- 100 ₪.
 תזמינו כרטיסים עכשיו !
 bravo.ticketsnow.co.il/כרטיסים 
 http://bravo.ticketsnow.co.il/%D7%9B%D7%A8%D7%98%D7%99%D7%A1%D7%99%D7%9D
 http://bravo.ticketsnow.co.il/announce/20538

 2014-06-04 15:57:23 TextAdUpdate [INFO] Sleep : 1
 2014-06-04 15:57:34 requestInfoLogger [INFO] Request made: Service: 
 AdGroupAdServiceInterfacePort Method: mutate URL: 
 https://adwords.google.com/api/adwords/cm/v201309/AdGroupAdService;
 2014-06-04 15:57:34 soapXmlLogger [INFO] SOAP Request:
 ?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 ns1:RequestHeader xmlns:ns1=
 https://adwords.google.com/api/adwords/cm/v201309; 
 soapenv:mustUnderstand=0
 ns1:clientCustomerId398-500-3202/ns1:clientCustomerId
 ns1:developerTokenzz/ns1:developerToken
 ns1:userAgentCupat Bravo (AwApi-Java, 
 AdWords-Axis/1.20.0, Common-Java/1.20.0, Axis/1.4, Java/1.7.0_21, 
 maven)/ns1:userAgent
 ns1:validateOnlyfal
 se/ns1:validateOnly
 ns1:partialFailurefalse/ns1:partialFailure
 /ns1:RequestHeader
 /soapenv:Header
 soapenv:Body
 mutate xmlns=
 https://adwords.google.com/api/adwords/cm/v201309;
 operations
 operatorREMOVE/operator
 operand
 adGroupId14024501183/adGroupId
 ad
 id41948062343/id
 /ad
 statusDISABLED/status
 /operand
 /operations
 /mutate
 /soapenv:Body
 /soapenv:Envelope

 2014-06-04 15:57:34 soapXmlLogger [INFO] SOAP Response:
 ?xml version=1.0 encoding=UTF-8?soap:Envelope xmlns:soap=
 http://schemas.xmlsoap.org/soap/envelope/;
 soap:Header
 ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201309;
 requestId0004fb022cc76cc00ae539880c001d99/requestId
 serviceNameAdGroupAdService/serviceName
 methodNamemutate/methodName
 operations0/operations
 responseTime226/responseTime
 /ResponseHeader
 /soap:Header
 soap:Body
 mutateResponse xmlns=
 https://adwords.google.com/api/adwords/cm/v201309;
 rval
 
 ListReturnValue.TypeAdGroupAdReturnValue/ListReturnValue.Type
 value
 adGroupId14024501183/adGroupId
 ad xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xsi:type=TextAd
 id41948062343/id
 url
 http://bravo.ticketsnow.co.il/announce/20538/url
 displayUrlbravo.ticketsnow.co.il/כרטיסים 
 http://bravo.ticketsnow.co.il/%D7%9B%D7%A8%D7%98

Re: server response with java.net.SocketException: Connection reset

2014-07-16 Thread Peter Kingswell
thanks for checking Josh, most appreciated.  I've been in contact with AWS 
and have already switched to a new instance - evidently to no avail.  It's 
strange how it's only certain AdWords requests that are failing (and 
sometimes calls to smtp.gmail.com).  However I suspect machine 
config/network/firewall type stuff too.

I'll post here with the cause if/when I find it.

On Wednesday, July 16, 2014 2:23:35 PM UTC-4, Josh Radcliff (AdWords API 
Team) wrote:

 Hi Peter,

 I checked our logs and a successful response is being returned for those 
 requests, which suggests this could be an issue with your production 
 servers. Is there anyone at AWS that can provide more information about 
 where the connection is being reset? The fact that this happens on your 
 production servers but not in dev strongly suggests that the issue lies 
 somewhere in the network or firewall configuration of the production 
 servers.

 Thanks,
 Josh, AdWords API Team

 On Wednesday, July 16, 2014 1:06:29 PM UTC-4, Peter Kingswell wrote:

 Hi Josh,

 after a bit more analysis, it's always occurring on get operations on 
 the AdGroupCriterionService and CampaignService (e.g. 
 com.google.api.ads.adwords.axis.v201402.cm.CampaignServiceSoapBindingStub.get
  
 is the client side call).  Not sure if this helps.

 Peter

 On Wednesday, July 16, 2014 12:38:56 PM UTC-4, Peter Kingswell wrote:

 Hi Josh,

 we're getting this exception stack very frequently, unfortunately on an 
 AWS production server but not our dev machines.  This makes debugging / 
 analysis difficult.  Is there anything that can be done from the AdWords 
 side?  I can supply accounts and credentials as required.

 This is high priority for us since it's affecting business.

 Peter

 On Thursday, June 5, 2014 11:20:09 AM UTC-4, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi,

 Connection reset errors can be caused by a variety of issues. Without 
 tracing the connections with a tool (e.g., WireShark) it's difficult to 
 know where in the network path this is occurring.

 In general, it's best to design your application to tolerate transient 
 issues like this. Please refer to our Best Practices Guide 
 https://developers.google.com/adwords/api/docs/guides/bestpractices#error_handling
  for 
 more details.

 Cheers,
 Josh, AdWords API Team

 On Wednesday, June 4, 2014 3:44:35 PM UTC-4, gshoihet wrote:

 hello,

 In some reason google server response with java.net.SocketException: 
 Connection reset

 Please advice log was attached 

 Thanks 


 {KeyWord:יפעת פרג אשטה כרטיסים}
 בתאריך 06/07, כרטיסים ב- 100 ₪.
 תזמינו כרטיסים עכשיו !
 bravo.ticketsnow.co.il/כרטיסים 
 http://bravo.ticketsnow.co.il/%D7%9B%D7%A8%D7%98%D7%99%D7%A1%D7%99%D7%9D
 http://bravo.ticketsnow.co.il/announce/20538

 2014-06-04 15:57:23 TextAdUpdate [INFO] Sleep : 1
 2014-06-04 15:57:34 requestInfoLogger [INFO] Request made: Service: 
 AdGroupAdServiceInterfacePort Method: mutate URL: 
 https://adwords.google.com/api/adwords/cm/v201309/AdGroupAdService;
 2014-06-04 15:57:34 soapXmlLogger [INFO] SOAP Request:
 ?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 ns1:RequestHeader xmlns:ns1=
 https://adwords.google.com/api/adwords/cm/v201309; 
 soapenv:mustUnderstand=0
 ns1:clientCustomerId398-500-3202/ns1:clientCustomerId
 ns1:developerTokenzz/ns1:developerToken
 ns1:userAgentCupat Bravo (AwApi-Java, 
 AdWords-Axis/1.20.0, Common-Java/1.20.0, Axis/1.4, Java/1.7.0_21, 
 maven)/ns1:userAgent
 ns1:validateOnlyfal
 se/ns1:validateOnly
 ns1:partialFailurefalse/ns1:partialFailure
 /ns1:RequestHeader
 /soapenv:Header
 soapenv:Body
 mutate xmlns=
 https://adwords.google.com/api/adwords/cm/v201309;
 operations
 operatorREMOVE/operator
 operand
 adGroupId14024501183/adGroupId
 ad
 id41948062343/id
 /ad
 statusDISABLED/status
 /operand
 /operations
 /mutate
 /soapenv:Body
 /soapenv:Envelope

 2014-06-04 15:57:34 soapXmlLogger [INFO] SOAP Response:
 ?xml version=1.0 encoding=UTF-8?soap:Envelope xmlns:soap=
 http://schemas.xmlsoap.org/soap/envelope/;
 soap:Header
 ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201309;
 requestId0004fb022cc76cc00ae539880c001d99/requestId
 serviceNameAdGroupAdService/serviceName
 methodNamemutate/methodName
 operations0/operations
 responseTime226/responseTime
 /ResponseHeader
 /soap:Header
 soap:Body
 mutateResponse xmlns=
 https://adwords.google.com/api/adwords/cm/v201309;
 rval

Re: server response with java.net.SocketException: Connection reset

2014-06-05 Thread Josh Radcliff (AdWords API Team)
Hi,

Connection reset errors can be caused by a variety of issues. Without 
tracing the connections with a tool (e.g., WireShark) it's difficult to 
know where in the network path this is occurring.

In general, it's best to design your application to tolerate transient 
issues like this. Please refer to our Best Practices Guide 
https://developers.google.com/adwords/api/docs/guides/bestpractices#error_handling
 for 
more details.

Cheers,
Josh, AdWords API Team

On Wednesday, June 4, 2014 3:44:35 PM UTC-4, gshoihet wrote:

 hello,

 In some reason google server response with java.net.SocketException: 
 Connection reset

 Please advice log was attached 

 Thanks 


 {KeyWord:יפעת פרג אשטה כרטיסים}
 בתאריך 06/07, כרטיסים ב- 100 ₪.
 תזמינו כרטיסים עכשיו !
 bravo.ticketsnow.co.il/כרטיסים 
 http://bravo.ticketsnow.co.il/%D7%9B%D7%A8%D7%98%D7%99%D7%A1%D7%99%D7%9D
 http://bravo.ticketsnow.co.il/announce/20538

 2014-06-04 15:57:23 TextAdUpdate [INFO] Sleep : 1
 2014-06-04 15:57:34 requestInfoLogger [INFO] Request made: Service: 
 AdGroupAdServiceInterfacePort Method: mutate URL: 
 https://adwords.google.com/api/adwords/cm/v201309/AdGroupAdService;
 2014-06-04 15:57:34 soapXmlLogger [INFO] SOAP Request:
 ?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 ns1:RequestHeader xmlns:ns1=
 https://adwords.google.com/api/adwords/cm/v201309; 
 soapenv:mustUnderstand=0
 ns1:clientCustomerId398-500-3202/ns1:clientCustomerId
 ns1:developerTokenzz/ns1:developerToken
 ns1:userAgentCupat Bravo (AwApi-Java, AdWords-Axis/1.20.0, 
 Common-Java/1.20.0, Axis/1.4, Java/1.7.0_21, maven)/ns1:userAgent
 ns1:validateOnlyfal
 se/ns1:validateOnly
 ns1:partialFailurefalse/ns1:partialFailure
 /ns1:RequestHeader
 /soapenv:Header
 soapenv:Body
 mutate xmlns=https://adwords.google.com/api/adwords/cm/v201309;
 operations
 operatorREMOVE/operator
 operand
 adGroupId14024501183/adGroupId
 ad
 id41948062343/id
 /ad
 statusDISABLED/status
 /operand
 /operations
 /mutate
 /soapenv:Body
 /soapenv:Envelope

 2014-06-04 15:57:34 soapXmlLogger [INFO] SOAP Response:
 ?xml version=1.0 encoding=UTF-8?soap:Envelope xmlns:soap=
 http://schemas.xmlsoap.org/soap/envelope/;
 soap:Header
 ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201309;
 requestId0004fb022cc76cc00ae539880c001d99/requestId
 serviceNameAdGroupAdService/serviceName
 methodNamemutate/methodName
 operations0/operations
 responseTime226/responseTime
 /ResponseHeader
 /soap:Header
 soap:Body
 mutateResponse xmlns=
 https://adwords.google.com/api/adwords/cm/v201309;
 rval
 
 ListReturnValue.TypeAdGroupAdReturnValue/ListReturnValue.Type
 value
 adGroupId14024501183/adGroupId
 ad xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xsi:type=TextAd
 id41948062343/id
 urlhttp://bravo.ticketsnow.co.il/announce/20538
 /url
 displayUrlbravo.ticketsnow.co.il/כרטיסים 
 http://bravo.ticketsnow.co.il/%D7%9B%D7%A8%D7%98%D7%99%D7%A1%D7%99%D7%9D
 /displayUrl
 Ad.TypeTextAd/Ad.Type
 headline{KeyWord:יפעת פרג אשטה 
 כרטיסים}/headline
 description1בתאריך 06/07, כרטיסים ב- 100 
 ₪./description1
 description2פשוט ובטוח להזמין כרטיסים 
 !/description2
 /ad
 statusDISABLED/status
 approvalStatusFAMILY_SAFE/approvalStatus
 /value
 /rval
 /mutateResponse
 /soap:Body
 /soap:Envelope

 2014-06-04 15:57:34 TextAdUpdate [INFO] Sleep : 1
 2014-06-04 15:57:45 requestInfoLogger [INFO] Request made: Service: 
 AdGroupAdServiceInterfacePort Method: mutate URL: 
 https://adwords.google.com/api/adwords/cm/v201309/AdGroupAdService;
 2014-06-04 15:57:45 soapXmlLogger [WARN] SOAP Request:
 ?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 ns1:RequestHeader xmlns:ns1=
 https://adwords.google.com/api/adwords/cm/v201309; 
 soapenv:mustUnderstand=0
 ns1:clientCustomerId398-500-3202/ns1:clientCustomerId
 ns1:developerTokenxxx/ns1:developerToken
 ns1:userAgentCupat

server response with java.net.SocketException: Connection reset

2014-06-04 Thread גרישה שוייכט
hello,

In some reason google server response with java.net.SocketException:
Connection reset

Please advice log was attached

Thanks


{KeyWord:יפעת פרג אשטה כרטיסים}
בתאריך 06/07, כרטיסים ב- 100 ₪.
תזמינו כרטיסים עכשיו !
bravo.ticketsnow.co.il/כרטיסים
http://bravo.ticketsnow.co.il/%D7%9B%D7%A8%D7%98%D7%99%D7%A1%D7%99%D7%9D
http://bravo.ticketsnow.co.il/announce/20538

2014-06-04 15:57:23 TextAdUpdate [INFO] Sleep : 1
2014-06-04 15:57:34 requestInfoLogger [INFO] Request made: Service:
AdGroupAdServiceInterfacePort Method: mutate URL: 
https://adwords.google.com/api/adwords/cm/v201309/AdGroupAdService;
2014-06-04 15:57:34 soapXmlLogger [INFO] SOAP Request:
?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=
http://www.w3.org/2001/XMLSchema; xmlns:xsi=
http://www.w3.org/2001/XMLSchema-instance;
soapenv:Header
ns1:RequestHeader xmlns:ns1=
https://adwords.google.com/api/adwords/cm/v201309;
soapenv:mustUnderstand=0
ns1:clientCustomerId398-500-3202/ns1:clientCustomerId
ns1:developerTokenzz/ns1:developerToken
ns1:userAgentCupat Bravo (AwApi-Java, AdWords-Axis/1.20.0,
Common-Java/1.20.0, Axis/1.4, Java/1.7.0_21, maven)/ns1:userAgent
ns1:validateOnlyfal
se/ns1:validateOnly
ns1:partialFailurefalse/ns1:partialFailure
/ns1:RequestHeader
/soapenv:Header
soapenv:Body
mutate xmlns=https://adwords.google.com/api/adwords/cm/v201309;
operations
operatorREMOVE/operator
operand
adGroupId14024501183/adGroupId
ad
id41948062343/id
/ad
statusDISABLED/status
/operand
/operations
/mutate
/soapenv:Body
/soapenv:Envelope

2014-06-04 15:57:34 soapXmlLogger [INFO] SOAP Response:
?xml version=1.0 encoding=UTF-8?soap:Envelope xmlns:soap=
http://schemas.xmlsoap.org/soap/envelope/;
soap:Header
ResponseHeader xmlns=
https://adwords.google.com/api/adwords/cm/v201309;
requestId0004fb022cc76cc00ae539880c001d99/requestId
serviceNameAdGroupAdService/serviceName
methodNamemutate/methodName
operations0/operations
responseTime226/responseTime
/ResponseHeader
/soap:Header
soap:Body
mutateResponse xmlns=
https://adwords.google.com/api/adwords/cm/v201309;
rval

ListReturnValue.TypeAdGroupAdReturnValue/ListReturnValue.Type
value
adGroupId14024501183/adGroupId
ad xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:type=TextAd
id41948062343/id
urlhttp://bravo.ticketsnow.co.il/announce/20538
/url
displayUrlbravo.ticketsnow.co.il/כרטיסים
http://bravo.ticketsnow.co.il/%D7%9B%D7%A8%D7%98%D7%99%D7%A1%D7%99%D7%9D
/displayUrl
Ad.TypeTextAd/Ad.Type
headline{KeyWord:יפעת פרג אשטה כרטיסים}/headline
description1בתאריך 06/07, כרטיסים ב- 100
₪./description1
description2פשוט ובטוח להזמין כרטיסים
!/description2
/ad
statusDISABLED/status
approvalStatusFAMILY_SAFE/approvalStatus
/value
/rval
/mutateResponse
/soap:Body
/soap:Envelope

2014-06-04 15:57:34 TextAdUpdate [INFO] Sleep : 1
2014-06-04 15:57:45 requestInfoLogger [INFO] Request made: Service:
AdGroupAdServiceInterfacePort Method: mutate URL: 
https://adwords.google.com/api/adwords/cm/v201309/AdGroupAdService;
2014-06-04 15:57:45 soapXmlLogger [WARN] SOAP Request:
?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=
http://www.w3.org/2001/XMLSchema; xmlns:xsi=
http://www.w3.org/2001/XMLSchema-instance;
soapenv:Header
ns1:RequestHeader xmlns:ns1=
https://adwords.google.com/api/adwords/cm/v201309;
soapenv:mustUnderstand=0
ns1:clientCustomerId398-500-3202/ns1:clientCustomerId
ns1:developerTokenxxx/ns1:developerToken
ns1:userAgentCupat Bravo (AwApi-Java, AdWords-Axis/1.20.0,
Common-Java/1.20.0, Axis/1.4, Java/1.7.0_21, maven)/ns1:userAgent
ns1:validateOnlyfalse/ns1:validateOnly
ns1:partialFailurefalse/ns1:partialFailure
/ns1:RequestHeader
/soapenv:Header
soapenv:Body
mutate xmlns=https://adwords.google.com/api/adwords/cm/v201309;
operations
operatorADD/operator
operand
adGroupId14024501183/adGroupId
ad xmlns:ns2=
https://adwords.google.com/api/adwords/cm/v201309; xsi:type=ns2:TextAd
ns2:id41948062343/ns2:id
ns2:url