bubgum / crw-cmu

Automatically exported from code.google.com/p/crw-cmu
0 stars 0 forks source link

Unable to communicate with the server anymore when attempted to retrive images #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start the server with roscore running on the phone
2. Connect the client to the server.
3. Click images and try to get data by connecting to the server from another 
laptop..

What do you see?
Server goes unresponsive and the client disconnects as soon as an attempt is 
made to retrive the images. Not able to reconnect the client after.

Original issue reported on code.google.com by abhinav....@gmail.com on 22 Aug 2011 at 8:02

Attachments:

GoogleCodeExporter commented 9 years ago
In log 2, the pictures filled up the SD card:

Exception in photoCallback\
E/edu.cmu.ri.airboat.server.AirboatCameraActivity( 8514): 
java.io.FileNotFoundException: /mnt/sdcard/20110821_032100.jpg (No space left 
on device)\
E/edu.cmu.ri.airboat.server.AirboatCameraActivity( 8514):   at 
org.apache.harmony.luni.platform.OSFileSystem.open(Native Method)\
E/edu.cmu.ri.airboat.server.AirboatCameraActivity( 8514):   at 

We need to check for an exception when we do the file saving, I think.

Original comment by prasanna...@gmail.com on 23 Aug 2011 at 6:49

GoogleCodeExporter commented 9 years ago
In log 1, some sort of weird hostname is being used:

Failed to invoke method registerPublisher in class 
org.ros.internal.node.xmlrpc.MasterImpl: java.net.UnknownHostException: bull\
E/XmlRpcErrorLogger( 8514): org.apache.xmlrpc.common.XmlRpcInvocationException: 
Failed to invoke method registerPublisher in class 
org.ros.internal.node.xmlrpc.MasterImpl: java.net.UnknownHostException: bull\
...
E/XmlRpcErrorLogger( 8514): Caused by: java.lang.RuntimeException: 
java.net.UnknownHostException: bull\

Was some computer named "bull" broadcasting an invalid URL to itself?

Original comment by prasanna...@gmail.com on 23 Aug 2011 at 6:51

GoogleCodeExporter commented 9 years ago
Bull is balajee's laptop's localhost name

Original comment by kumar.sh...@gmail.com on 24 Aug 2011 at 12:53

GoogleCodeExporter commented 9 years ago
bull is set to 127.0.0.1 so that shouldnt be an issue

Original comment by kannanba...@gmail.com on 24 Aug 2011 at 1:06

GoogleCodeExporter commented 9 years ago
The problem is that while bull is set to 127.0.0.1 on Balajee's machine, that 
doesn't really mean much to the DNS lookup on the android phone.

Original comment by prasanna...@gmail.com on 1 Sep 2011 at 6:45

GoogleCodeExporter commented 9 years ago
Closing this as _wontfix_ because it applies to pre-UDP infrastructure.

Original comment by psi...@gmail.com on 8 Mar 2012 at 9:24