0

I'm running Eclipse and trying to follow the steps written here for using the Google App Engine.

I've pasted what's in the console when I debug as web application. On google's site I've been following the steps. But then when I go to localhost:8888/xxxxxx I get an error.

Please advise. I'm running Java 1.5 and on Mac OSX Tiger and Eclipse is Ganymede.

Thanks.

 2011年04月16日 09:41:49.967 java[257] [Java CocoaComponent compatibility mode]: Enabled
 2011年04月16日 09:41:49.968 java[257] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
 ********************************************************
 Warning: Future versions of the Dev App Server will require Java 1.6 or later. Please upgrade your JRE.
 ********************************************************
 Apr 15, 2011 9:41:51 PM com.google.apphosting.utils.jetty.JettyLogger info
 INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
 Apr 15, 2011 9:41:51 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
 INFO: Successfully processed /Users/kateswanson/Documents/workspace/AppEngineInterview/war/WEB-INF/appengine-web.xml
 Apr 15, 2011 9:41:51 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
 INFO: Successfully processed /Users/kateswanson/Documents/workspace/AppEngineInterview/war/WEB-INF/web.xml
Vadim Kotov
8,2848 gold badges51 silver badges63 bronze badges
asked Apr 15, 2011 at 21:52
5
  • 1
    Besides the warning about using java 1.6 instead of 1.5 is there an actual error message with a stacktrace that is produced? I don't see an actaul errors in your post. Commented Apr 15, 2011 at 22:05
  • Agreed with other comments here; why aren't you using a Java 6 JDK? Commented Apr 15, 2011 at 23:05
  • @Matt Ball I can't find Java 6 JDK for Mac OS Tiger Commented Apr 16, 2011 at 1:19
  • @hooknc I don't know where to find those errors. Commented Apr 16, 2011 at 1:20
  • ...Tiger? Wow, that is old (6 years old, at the end of the month). As of 2009年08月28日, Apple dropped official support for Tiger. It is time to upgrade, amigo. Commented Apr 16, 2011 at 5:18

1 Answer 1

1

It's only about your java version it have to be Java 1.6.

Just upgrade your java version and it's will works fine..

Good Luck

answered Apr 15, 2011 at 22:38
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.