StonesLegalStarKeys / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

LocalCloudAppLaunchShortcut does not populate debugging_prefs.properties with correct IP address of server #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. A machine with more than one network adapter; in my case, a WiFi adapter and 
a VM's virtual network adapter.

What is the expected output? What do you see instead?
- I want the IP address of the WiFi adapter chosen, but the 
debugging_prefs.properties file is instead populated by the IP address assigned 
to the virtual network adapter.

What version of the product are you using? On what operating system?
- GPE 3.7 (2.5.0) on Windows 7.

Please provide any additional information below.
- LocalCloudAppLaunchShortcut.writeDebugSettingsFile() uses 
InetAddress.getLocalHost(), which may not choose the desired network adapter. 
Can there be a way to specify which network adapter to choose in the GPE 
settings?

Original issue reported on code.google.com by milind.g...@gmail.com on 25 Dec 2011 at 3:50

GoogleCodeExporter commented 8 years ago
I am also seeing this issue, pl. anyone can provide workaround for this problem.

Original comment by uttamgu...@gmail.com on 2 Apr 2012 at 5:13