Re: I have been encountering SSLHandshakeException: Remote host closed connection during handshake

2018-10-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Venkata,

This issue doesn't seem to be AdWords API specific but rather with regards 
to Java Client library, I suggest you reach out to Java Client Library 
owners in this link 

 as 
they are better equipped to provide the right information you need. 

Thanks,
Kevin
AdWords API Team

On Friday, October 12, 2018 at 4:34:58 AM UTC+8, venkata munnangi wrote:
>
> ..
>
> javax.net.ssl.SSLHandshakeException: Remote host 
> closed connection during handshake
>
> 
>
>  xmlns:ns1="http://xml.apache.org/axis/;>javax.net.ssl.SSLHandshakeException: 
> Remote host closed connection during handshake
>
> at 
> sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1002)
>
> at 
> sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)
>
> at 
> sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
>
> at 
> sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)
>
> at 
> org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:186)
>
> at 
> org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
>
> at 
> org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
>
> at 
> org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
>
> at 
> org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
>
> at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
>
> at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
>
> at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
>
> at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
>
> at org.apache.axis.client.Call.invoke(Call.java:2767)
>
> at org.apache.axis.client.Call.invoke(Call.java:2443)
>
> at org.apache.axis.client.Call.invoke(Call.java:2366)
>
> at org.apache.axis.client.Call.invoke(Call.java:1812)
>
> at 
> com.google.api.ads.adwords.axis.v201806.cm.AdGroupCriterionServiceSoapBindingStub.get(AdGroupCriterionServiceSoapBindingStub.java:1688)
>
> at sun.reflect.GeneratedMethodAccessor107.invoke(Unknown Source)
>
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:498)
>
> at 
> com.google.api.ads.common.lib.soap.SoapClientHandler.invoke(SoapClientHandler.java:100)
>
> at 
> com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall(AxisHandler.java:234)
>
> at 
> com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient(SoapServiceClient.java:63)
>
> at 
> com.google.api.ads.common.lib.soap.SoapServiceClient.invoke(SoapServiceClient.java:93)
>
> at com.sun.proxy.$Proxy34.get(Unknown Source)
>
> at sun.reflect.GeneratedMethodAccessor106.invoke(Unknown Source)
>
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:498)
>
> at 
> com.google.api.ads.adwords.extension.ratelimiter.ApiRateLimiter$1.call(ApiRateLimiter.java:51)
>
> at 
> com.google.api.ads.adwords.extension.ratelimiter.ApiRetryHelper.callWithRetries(ApiRetryHelper.java:86)
>
> at 
> com.google.api.ads.adwords.extension.ratelimiter.ApiRateLimiter.run(ApiRateLimiter.java:59)
>
> at 
> com.google.api.ads.adwords.extension.ratelimiter.ApiInvocationHandlerWithRateLimiter.handleInvocation(ApiInvocationHandlerWithRateLimiter.java:45)
>
> at 
> com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:84)
>
> at com.sun.proxy.$Proxy34.get(Unknown Source)
>
> at 
> com.google.api.ads.adwords.axis.utils.v201806.shopping.ProductPartitionTreeImpl.createAdGroupTree(ProductPartitionTreeImpl.java:209)
>
> at 
> com.google.api.ads.adwords.axis.utils.v201806.shopping.ProductPartitionTree.createAdGroupTree(ProductPartitionTree.java:83)
>
> at 
> com.fanatics.marketing.pla_bid_down.handler.AdGroupHandler$1.run(AdGroupHandler.java:89)
>
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>
> at java.lang.Thread.run(Thread.java:748)
>
> Caused by: java.io.EOFException: SSL peer shut down incorrectly
>
> at sun.security.ssl.InputRecord.read(InputRecord.java:505)
>
> at 
> sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
>
> ... 40 more
>
> 
> .
>
>
> I have been getting the above stack trace for atleast couple of weeks. Any 
> idea on what could 

I have been encountering SSLHandshakeException: Remote host closed connection during handshake

2018-10-11 Thread venkata munnangi
..

javax.net.ssl.SSLHandshakeException: Remote host 
closed connection during handshake



http://xml.apache.org/axis/;>javax.net.ssl.SSLHandshakeException: 
Remote host closed connection during handshake

at 
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1002)

at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)

at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)

at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)

at 
org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:186)

at 
org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)

at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)

at 
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)

at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)

at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)

at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)

at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)

at org.apache.axis.client.Call.invokeEngine(Call.java:2784)

at org.apache.axis.client.Call.invoke(Call.java:2767)

at org.apache.axis.client.Call.invoke(Call.java:2443)

at org.apache.axis.client.Call.invoke(Call.java:2366)

at org.apache.axis.client.Call.invoke(Call.java:1812)

at 
com.google.api.ads.adwords.axis.v201806.cm.AdGroupCriterionServiceSoapBindingStub.get(AdGroupCriterionServiceSoapBindingStub.java:1688)

at sun.reflect.GeneratedMethodAccessor107.invoke(Unknown Source)

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at 
com.google.api.ads.common.lib.soap.SoapClientHandler.invoke(SoapClientHandler.java:100)

at 
com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall(AxisHandler.java:234)

at 
com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient(SoapServiceClient.java:63)

at 
com.google.api.ads.common.lib.soap.SoapServiceClient.invoke(SoapServiceClient.java:93)

at com.sun.proxy.$Proxy34.get(Unknown Source)

at sun.reflect.GeneratedMethodAccessor106.invoke(Unknown Source)

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at 
com.google.api.ads.adwords.extension.ratelimiter.ApiRateLimiter$1.call(ApiRateLimiter.java:51)

at 
com.google.api.ads.adwords.extension.ratelimiter.ApiRetryHelper.callWithRetries(ApiRetryHelper.java:86)

at 
com.google.api.ads.adwords.extension.ratelimiter.ApiRateLimiter.run(ApiRateLimiter.java:59)

at 
com.google.api.ads.adwords.extension.ratelimiter.ApiInvocationHandlerWithRateLimiter.handleInvocation(ApiInvocationHandlerWithRateLimiter.java:45)

at 
com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:84)

at com.sun.proxy.$Proxy34.get(Unknown Source)

at 
com.google.api.ads.adwords.axis.utils.v201806.shopping.ProductPartitionTreeImpl.createAdGroupTree(ProductPartitionTreeImpl.java:209)

at 
com.google.api.ads.adwords.axis.utils.v201806.shopping.ProductPartitionTree.createAdGroupTree(ProductPartitionTree.java:83)

at 
com.fanatics.marketing.pla_bid_down.handler.AdGroupHandler$1.run(AdGroupHandler.java:89)

at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at java.lang.Thread.run(Thread.java:748)

Caused by: java.io.EOFException: SSL peer shut down incorrectly

at sun.security.ssl.InputRecord.read(InputRecord.java:505)

at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)

... 40 more


.


I have been getting the above stack trace for atleast couple of weeks. Any 
idea on what could have been the issue? I have tried placing 

/bin/java -Dhttps.proxyHost= -Dhttps.proxyPort=3128 -Dhttps.protocols=
TLSv1.2...

Java - 8 
and upgraded the 
adwords-api
and 

adwords-extension-ratelimiter

o the latest release, but it has been in vain. This happens whenever I try 
communicating with a Adwords API service.

Any hints or solutions would be highly helpful?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to 

Re: SSLHandshakeException: Remote host closed connection during handshake

2014-06-19 Thread Danial Klimkin
Hello Gopi,


Generally, this looks like a network layer issue. Please check your network 
/ check with ISP.

We don't see other users affected.


-Danial, AdWords API Team.


On Thursday, June 19, 2014 7:57:21 AM UTC+4, Gopi wrote:

 Our internal tool runs on 2 servers and recently we seeing this error on 
 one of the server. Is there anything we need to look into ?

 ?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:Body
   soapenv:Fault
faultcodesoapenv:Server.userException/faultcode
faultstringjavax.net.ssl.SSLHandshakeException: Remote host closed 
 connection during handshake/faultstring
detail
 ns1:stackTrace 
 xmlns:ns1=http://xml.apache.org/axis/;javax.net.ssl.SSLHandshakeException: 
 Remote host closed connection during handshake
 at 
 com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:741)
 at 
 com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1029)
 at 
 com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1056)
 at 
 com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1040)
 at 
 org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:186)
 at 
 org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
 at 
 org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
 at 
 org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
 at 
 org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
 at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
 at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
 at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
 at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
 at org.apache.axis.client.Call.invoke(Call.java:2767)
 at org.apache.axis.client.Call.invoke(Call.java:2443)
 at org.apache.axis.client.Call.invoke(Call.java:2366)
 at org.apache.axis.client.Call.invoke(Call.java:1812)
 at 
 com.google.api.ads.adwords.axis.v201309.cm.AdGroupAdServiceSoapBindingStub.get(AdGroupAdServiceSoapBindingStub.java:1143)


 Thanks
 Gopi


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


SSLHandshakeException: Remote host closed connection during handshake

2014-06-18 Thread Gopi
Our internal tool runs on 2 servers and recently we seeing this error on 
one of the server. Is there anything we need to look into ?

?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:Body
  soapenv:Fault
   faultcodesoapenv:Server.userException/faultcode
   faultstringjavax.net.ssl.SSLHandshakeException: Remote host closed 
connection during handshake/faultstring
   detail
ns1:stackTrace 
xmlns:ns1=http://xml.apache.org/axis/;javax.net.ssl.SSLHandshakeException: 
Remote host closed connection during handshake
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:741)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1029)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1056)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1040)
at 
org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:186)
at 
org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
at 
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at 
com.google.api.ads.adwords.axis.v201309.cm.AdGroupAdServiceSoapBindingStub.get(AdGroupAdServiceSoapBindingStub.java:1143)


Thanks
Gopi

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.