My favorites | Sign in
Google
          
New issue | Search
for
| Advanced search | Search tips
Issue 3025: Adb Server not working..
4 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----
Type-Defect
Priority-Medium
Component-Tools


Sign in to add a comment
 
Reported by atishp04, Jun 16, 2009
I keep on getting on this error.I running only emulator.It tried following 
steps as reported by manu forums..still it did not work.

1.eclipse/PC reboot
2.adb kill-server
3.adb wait-for-device then start the emulator
4.checked the process and ports with netstat no other process is attached 
to the TCP port 5037.

Still when open eclipse i get this error...how to solve..this??i am able 
to run ddms once in 4/5 days...[:(].[:(]..please somebody fix it.
2009-06-17 11:36:47 - DeviceMonitor]Adb connection Error:An existing 
connection was forcibly closed by the remote host
[2009-06-17 11:36:48 - DeviceMonitor]Connection attempts: 1
[2009-06-17 11:36:50 - DeviceMonitor]Connection attempts: 2
[2009-06-17 11:36:52 - DeviceMonitor]Connection attempts: 3
[2009-06-17 11:36:54 - DeviceMonitor]Connection attempts: 4


Comment 1 by jean.x.chu, Jun 28, 2009
I have similar issue, yet it is worse.  No attempts are made.  See below:
  [2009-06-28 22:55:34 - LunchList] Android Launch!
  [2009-06-28 22:55:34 - LunchList] Connection with adb was interrupted.
  [2009-06-28 22:55:34 - LunchList] 0 attempts have been made to reconnect.
  [2009-06-28 22:55:34 - LunchList] You may want to manually restart adb from the
Devices view.
This is a Window XP SP3 machine.
No firewall nor AntiVirus installed.  Intenert connection is not enabled since PC starts.
Comment 2 by SambaBug, Jul 11, 2009
I am using SDK 1.5 & ubuntu 9.04

I had the same  problem when I tried disabling ipv6 on localhost interface using 
"sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1" . This to address bug 2660
(http://code.google.com/p/android/issues/detail?id=2660).

If I enable ipv6 on localhost (i.e., "sudo sysctl -w
net.ipv6.conf.lo.disable_ipv6=0") than eclipse successfully connects to emulator.




Comment 3 by jbq@google.com, Aug 26, 2009
(No comment was entered for this change.)
Labels: Component-Tools
Sign in to add a comment