[android-developers] Re: UnknownHostException in Android Emulator

2010-06-29 Thread apekshag
Hi, I am stuck because of this error. Any help will be appreciated. Apeksha On Jun 23, 9:54 am, apekshag wrote: > Hi, > > I am trying to run the 'Google Buzz API Sample for Android' sample and > I get the error 'java.net.UnknownHostException:www.google.com'on the > last line: > > GoogleOAuthGet

[android-developers] Re: UnknownHostException

2010-05-27 Thread chaitanya
Yeh even I tried checking whether their is a problem with my application, but even then the browser doesn't work. So there might be an issue with the network On Apr 25, 6:29 am, ls02 wrote: > On Apr 24, 3:15 am, Bob Kerns wrote: > > > Things to look at: > > > 1) What DNS servers are used by the

[android-developers] Re: UnknownHostException

2010-04-25 Thread ls02
On Apr 24, 3:15 am, Bob Kerns wrote: > Things to look at: > > 1) What DNS servers are used by the phones, vs the PC's you're > comparing with? The same DNS server is used by both phones and PC/Macs as they are all on the same corporate WiFi network. > > 2) Do all the DNS servers on the list wo

[android-developers] Re: UnknownHostException

2010-04-24 Thread Bob Kerns
Things to look at: 1) What DNS servers are used by the phones, vs the PC's you're comparing with? 2) Do all the DNS servers on the list work equally well? 3) Is the wifi connection flaky? This will often show up as DNS failures, since DNS lookups are typically the first bit of network activity a

[android-developers] Re: UnknownHostException

2010-04-23 Thread ls02
I am not using emulator. I am using real Android phones and many types of them. The problem happens both in debug mode and in real mode with phone not connected to computer. On Apr 23, 11:45 am, Kumar Bibek wrote: > This is an intermittent problem. Restarting the emulator would > normally solve t

[android-developers] Re: UnknownHostException

2010-04-23 Thread Kumar Bibek
This is an intermittent problem. Restarting the emulator would normally solve this. My best guess would be your abd server is not functioning properly. Thanks and Regards, Kumar Bibek On Apr 23, 7:42 pm, Sebastian wrote: > I have the same problem. Im running an app in the emulator or on my G1 >

[android-developers] Re: UnknownHostException

2010-04-23 Thread Sebastian
I have the same problem. Im running an app in the emulator or on my G1 device and sometimes there is an UnknowHostException thrown. But if i check if the host is available (for example over ping) then there is no problem. The app is also working correctly, if I close the emular and/or eclipse an r

[android-developers] Re: UnknownHostException

2010-04-23 Thread ls02
The app is running on different Android devices and all of them exhibit this issue. It has nothing to do with network as I said I can successfully excute the same network call on the same network from PC or Mac. On Apr 23, 8:15 am, Kumar Bibek wrote: > Well, if it happens sometimes, then your net

[android-developers] Re: UnknownHostException

2010-04-23 Thread Kumar Bibek
Well, if it happens sometimes, then your network has a problem. When it happens, just to make sure that other apps also are affected by this, just open some page on the browser. You will be then sure that this is not affecting your app only, but the emulator or the network has a problem. Thanks an

[android-developers] Re: UnknownHostException

2009-08-11 Thread Guru
Could any please confirm that this is a bug in the SDK.Due to this we face a lot of issues in our app. http://code.google.com/p/android/issues/detail?id=2764 On Thu, Jul 23, 2009 at 9:10 AM, Guru wrote: > I saw this thread(since it is a dead thread--starting a new one): > > > http://groups.g

[android-developers] Re: unknownhostexception in my app on device

2009-07-16 Thread biAji
On Jul 14, 1:19 pm, ravi wrote: > Hi Vinod, > I have given Internet permission in Manifest.xml file. Currently > problem is 40% times it work fine 60% time it gives unknown host > exception. I don't why it it happens few times only? It looks the DNS server you are using for test not act proper

[android-developers] Re: unknownhostexception in my app on device

2009-07-13 Thread ravi
Hi Vinod, I have given Internet permission in Manifest.xml file. Currently problem is 40% times it work fine 60% time it gives unknown host exception. I don't why it it happens few times only? Regards, Ravi --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: UnknownHostException on 1.5 emulator

2009-07-13 Thread senthil sen
Hi friends, I am also facing the same issue.. When i run my application for sometime, suddenly the network is getting disconnected and i am getting the unknownhostexception in my application. In that case if i check the browser, the same exception occurs.I don't know why internet is getting d

[android-developers] Re: UnknownHostException on 1.5 emulator

2009-07-13 Thread senthil sen
Hi friends, I am also facing the same issue.. When i run my application for sometime, suddenly the network is getting disconnected and i am getting the unknownhostexception in my application. In that case if i check the browser, the same exception occurs.I don't know why internet is getting

[android-developers] Re: UnknownHostException on 1.5 emulator

2009-07-13 Thread senthil sen
Hi friends, I am also facing the same issue.. When i run my application for sometime, suddenly the network is getting disconnected and i am getting the unknownhostexception in my application. In that case if i check the browser, the same exception occurs.I don't know why internet is getting d

[android-developers] Re: unknownhostexception in my app on device

2009-07-12 Thread Desu Vinod Kumar
Hi Are u given the Internet Permission in Android Manifest file. On Mon, Jul 13, 2009 at 11:16 AM, ravi wrote: > > Hi All, > I have installed my application for picasa on G1 device and is > trying to login to google through googl API. Sometime I am able to > login but sometime it gives me >

[android-developers] Re: UnknownHostException on 1.5 emulator

2009-06-08 Thread Dimitris
I too get the same problem on emulator 1.5. After multiple test sessions suddenly the connection to the emulator hangs. I cannot use view my apps heap, threads or access any URI from the emulator. I have to restart the emulator to fix this. Hopefully this does not happen on my ADP1 coming here to

[android-developers] Re: UnknownHostException on 1.5 emulator

2009-06-07 Thread Peter Jeffe
David, this is happening several times a day to me, forcing me to restart my emulator. I can't say I've seen it on the phone, and I'd imagine we'd know about it if it was pervasive on the device, but it's still worrisome. Any update? Also, any comment on the following? > An unrelated concern:

[android-developers] Re: UnknownHostException on 1.5 emulator

2009-05-28 Thread Peter Jeffe
OK, got it to reproduce when running with the -tcpdump flag. I've attached the resulting pcap file to the bug report (actually just the DNS records since the entire 15MB compressed file wouldn't upload). Here's an excerpt of the DNS traffic from where it turned bad (starting at 79853): 76915 2

[android-developers] Re: UnknownHostException on 1.5 emulator

2009-05-27 Thread Peter Jeffe
Thanks for the quick response David. I've only seen this on the 1.5 emulator running from the 1.5 SDK, I haven't tried the 1.1 emulator. Previously I was running the 1.0 SDK and never saw it. Below is the / system/build.prop from the emulator, let me know if you need anything else. It happens o

[android-developers] Re: UnknownHostException on 1.5 emulator

2009-05-25 Thread David Turner
I also forgot, can you try to use the "-tcpdump " option when starting the emulator. This will save a trace of the network traffic between the emulated system and the emulator program that can be opened with WireShark for analysis (this is different from a network trace of the emulator program itse

[android-developers] Re: UnknownHostException on 1.5 emulator

2009-05-25 Thread David Turner
Thanks for filing the bug, I'll look into it. However, before that, I really need to know a few more details: - on which platform(s) do you see this bug ? (exact details, including version/patch numbers please) - is the problem appearing in all applications that access the network, or only some of

[android-developers] Re: UnknownHostException on 1.5 emulator

2009-05-25 Thread Peter Jeffe
I'm glad to hear someone else is seeing this. I've submitted this as a bug (http://code.google.com/p/android/issues/detail?id=2764). It would really help if anyone who has 1.5 on a device could say whether they've seen this sort of behavior--either getting unknown host errors (check the log for

[android-developers] Re: UnknownHostException on 1.5 emulator

2009-05-23 Thread Dmitry
Yes, I have the same problem. Sometimes it happens very soon after launch-( On May 21, 10:11 pm, Peter Jeffe wrote: > If I leave the 1.5 emulator running for a while (overnight, maybe > less) it starts getting unknown host errors like this: > > 05-21 18:03:23.618  2663  2683 I InetAddress: Unkno

[android-developers] Re: UnknownHostException while Connecting to URL

2009-02-03 Thread bejay.bam...@googlemail.com
This is a problem with DNS resolution on the Android SDK/emulator. Use the ip-adress instead of the hostname. bj On Jan 27, 6:17 pm, Mathias wrote: > Hi, > > I'm trying to read a file via http. (http://www-lehre.inf.uos.de/ > ~mmenning/balingen.ts). I wrote a Connector Class: > > package gip.an