Re: [appengine-java] Re: java.net.InetAddress present in new 1.3.8 SDK but not on live servers

2010-10-22 Thread Don Schwarz
The fix for this has now been rolled out to all applications. On Thu, Oct 21, 2010 at 4:40 PM, mscwd01 wrote: > Great! Thanks for attempting to fix this so quickly. > > On Oct 21, 10:32 pm, Don Schwarz wrote: >> This is a temporary workaround only.  We should have this fixed in a few >> hours.

Re: [appengine-java] Re: java.net.InetAddress present in new 1.3.8 SDK but not on live servers

2010-10-21 Thread Don Schwarz
This is a temporary workaround only. We should have this fixed in a few hours. On Thu, Oct 21, 2010 at 4:29 PM, mscwd01 wrote: > Thanks for the update, changing precompilation from true to false did > indeed solve the problem. > > Is this considered a fix or a temporary work-around? I'm not sure

Re: [appengine-java] Re: java.net.InetAddress present in new 1.3.8 SDK but not on live servers

2010-10-21 Thread Ikai Lan (Google)
So it looks like this will work if you add this to your appengine-web.xml: false Depending on how much you need it, you can enable it today by adding this - but you lose Java precompilation, so there may be some impact on your cold startup times. -- Ikai Lan Developer Programs Engineer, Google A

Re: [appengine-java] Re: java.net.InetAddress present in new 1.3.8 SDK but not on live servers

2010-10-21 Thread Ikai Lan (Google)
I've reproduced this. I'm following up. What is it you need this class for? You can't do host resolution yet, even in the dev app server. The extent of what you can do is this: InetAddress address = InetAddress.getLocalHost(); resp.getWriter().println("Address: " + address.getHostAddress()

Re: [appengine-java] Re: java.net.InetAddress present in new 1.3.8 SDK but not on live servers

2010-10-20 Thread Ikai Lan (Google)
You're in the 1.3.8 pool. I don't know why you are getting the error, since others are reporting that it's working fine for them. I'm hoping to try to reproduce this when I get a chance. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: