maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

getDNS method some times returns 0.0.0.0 or no Value #128

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I am using EUCALYPTUS 2.0.2 in SYSTEM mode.
I am using latest version of typica and dependencies.
When ever i launch instance using the typica code,
the instances are running fine.
At some time, the method,
instance.getDNSname() returns 0.0.0.0 or no value.
Because of this certain part of my code is getting affected.
Some times this method works and some times it does not works.
can u help me to resolve this issue ?

Also
instance.getIPaddress() method returns null value.
What might be the reason ?

What is the expected output? What do you see instead?
IP Address to be obtained.

What version of the product are you using? On what operating system?

Please provide any additional information below.
I am using BOSS (Debian derived linux)
Java version 1.6 update 18

Original issue reported on code.google.com by krishnan...@gmail.com on 30 Sep 2011 at 6:59