[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

[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-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

[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

[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

[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-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

[android-developers] Re: UnknownHostException on 1.5 emulator

2009-05-25 Thread David Turner
I also forgot, can you try to use the -tcpdump file 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

[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 pje...@gmail.com 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