Databases Project - Chapter 6
When I run the project I get back the following message:
[2012-02-09 19:38:30 - ddmlib] An established connection was aborted by the software in your host machine
java.io.IOException: An established connection was aborted by the software in your host machine
at sun.nio.ch.SocketDispatcher.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(Unknown Source)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
at sun.nio.ch.IOUtil.write(Unknown Source)
at sun.nio.ch.SocketChannelImpl.write(Unknown Source)
at com.android.ddmlib.JdwpPacket.writeAndConsume(Jdwp Packet.java:213)
at com.android.ddmlib.Client.sendAndConsume(Client.ja va:575)
at com.android.ddmlib.HandleHeap.sendREAQ(HandleHeap. java:348)
at com.android.ddmlib.Client.requestAllocationStatus( Client.java:421)
at com.android.ddmlib.DeviceMonitor.createClient(Devi ceMonitor.java:854)
at com.android.ddmlib.DeviceMonitor.openClient(Device Monitor.java:822)
at com.android.ddmlib.DeviceMonitor.processIncomingJd wpData(DeviceMonitor.java:781)
at com.android.ddmlib.DeviceMonitor.deviceClientMonit orLoop(DeviceMonitor.java:649)
at com.android.ddmlib.DeviceMonitor.access$100(Device Monitor.java:42)
at com.android.ddmlib.DeviceMonitor$3.run(DeviceMonit or.java:577)
I think there is a java problem, but I would appreciate any help.
Ken Ford
|