Re: Problem of Unable to determine my ip

2009-12-30 Thread Malathi
I am having the same problem on Fedora Linux.  Where is the hostname
located to change?

Thank you advance


On Dec 20, 4:51 pm, Ji jimzhang...@gmail.com wrote:
 I had changed the hostname to localhost, and everything works fine
 now. Thank you again.

 By the war,myoriginal hostname is something like this Xx.myDomain

 On Dec 19, 2:36 pm, darrell pfeifer darrel...@gmail.com wrote:

  On Dec 16, 9:22 pm, Ji jimzhang...@gmail.com wrote:

   Hi guys,
   I had problem on running GWT project. I use fedora 11 +
   eclipse3.5.1 ,when i run the GWT project, it throws a exception:
   java.lang.RuntimeException:Unabletodeterminemyip, then Stopping
   AppEngine server. Could anybody help, thanks advance.

  I had the same problem. What are you using for a hostname? If it is
  something specific, try changing the name to localhost.

  Explanation: If you look at the GWT code in the stack trace when it
  fails, the code is trying to resolve the hostname and failing. The
  statement just before the failure does a specific check for localhost,
  so you're just doing a workaround by changing the name to localhost.

  I haven't looked into why the specific hostname lookup fails. They
  code is using standard Java library methods.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Problem of Unable to determine my ip

2009-12-20 Thread Ji
I had changed the hostname to localhost, and everything works fine
now. Thank you again.

By the war, my original hostname is something like this Xx.myDomain

On Dec 19, 2:36 pm, darrell pfeifer darrel...@gmail.com wrote:
 On Dec 16, 9:22 pm, Ji jimzhang...@gmail.com wrote:

  Hi guys,
  I had problem on running GWT project. I use fedora 11 +
  eclipse3.5.1 ,when i run the GWT project, it throws a exception:
  java.lang.RuntimeException: Unable to determine myip, then Stopping
  AppEngine server. Could anybody help, thanks advance.

 I had the same problem. What are you using for a hostname? If it is
 something specific, try changing the name to localhost.

 Explanation: If you look at the GWT code in the stack trace when it
 fails, the code is trying to resolve the hostname and failing. The
 statement just before the failure does a specific check for localhost,
 so you're just doing a workaround by changing the name to localhost.

 I haven't looked into why the specific hostname lookup fails. They
 code is using standard Java library methods.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Problem of Unable to determine my ip

2009-12-18 Thread Ji
Hi guys,
I had problem on running GWT project. I use fedora 11 +
eclipse3.5.1 ,when i run the GWT project, it throws a exception:
java.lang.RuntimeException: Unable to determine my ip, then Stopping
AppEngine server. Could anybody help, thanks advance.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Problem of Unable to determine my ip

2009-12-18 Thread darrell pfeifer
On Dec 16, 9:22 pm, Ji jimzhang...@gmail.com wrote:
 Hi guys,
 I had problem on running GWT project. I use fedora 11 +
 eclipse3.5.1 ,when i run the GWT project, it throws a exception:
 java.lang.RuntimeException: Unable to determine my ip, then Stopping
 AppEngine server. Could anybody help, thanks advance.

I had the same problem. What are you using for a hostname? If it is
something specific, try changing the name to localhost.

Explanation: If you look at the GWT code in the stack trace when it
fails, the code is trying to resolve the hostname and failing. The
statement just before the failure does a specific check for localhost,
so you're just doing a workaround by changing the name to localhost.

I haven't looked into why the specific hostname lookup fails. They
code is using standard Java library methods.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.