farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

Problem with mob.adwhirl.com server #232

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After going through the initial steps for Android SDK, this is what I find in 
my logcat:

AdWhirl SDK  I  Stored config info not present or expired, fetching fresh data
AdWhirl SDK  E  Caught IOException in fetchConfig()
AdWhirl SDK  E  java.net.UnknownHostException: mob.adwhirl.com

When trying to ping the server:

kratos:~ francisco$ ping mob.adwhirl.com
PING adwhirllb-473732162.us-east-1.elb.amazonaws.com (50.19.97.192): 56 data 
bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4

Seems that the server in amazon is down :(

Best regards,
Francisco.

Original issue reported on code.google.com by mepartoc...@gmail.com on 25 Jun 2011 at 6:41

GoogleCodeExporter commented 9 years ago
You're describing two different issues, and I'm pretty sure neither is an error 
with adwhirl.

For the first--the UnknownHostException--you should make sure you don't have 
any sort of ad block software running on your network.  I can tell you that 
mob.adwhirl.com is definitely online.

For the second--the ping issue--the load balancer drops all ping requests on 
purpose.

Original comment by wesgood...@google.com on 27 Jun 2011 at 10:00