ibrigadir / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

cant upload odk script to google app engine #1097

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I am following instructions, at 
http://www.google.com/earth/outreach/tutorials/odk_gettingstarted.html

but I am getting this
Looking for java... 
found java in PATH... C:\Windows\System32\java.exe 
java.lang.UnsupportedClassVersionError: com/google/appengine/tools/admin/AppCfg 
: Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.google.appengine.tools.admin.AppCfg. Program 
will exit.
Exception in thread "main" 
---- WEBSITE COMPLETE - BEGIN BACKEND ---- 
java.lang.UnsupportedClassVersionError: com/google/appengine/tools/admin/AppCfg 
: Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.google.appengine.tools.admin.AppCfg. Program 
will exit.
Exception in thread "main" 
---END-SCRIPT-SUCCESS--- 

What is the expected output? What do you see instead?

Not Able to generate the correct initial script

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

Windows 8 64 but

Please provide any additional information below.

Original issue reported on code.google.com by mohtasha...@gmail.com on 27 Dec 2014 at 9:15

GoogleCodeExporter commented 9 years ago
https://opendatakit.org/use/aggregate/

Installing on App Engine (Cloud)

1. Make sure Java 7 or higher is installed on the computer you plan to use. If 
it is not, download and install it. If you are using MacOSX, it may require 
special care and attention. See MacOSX Java install and MacOSX Java FAQ.

Original comment by arkang...@gmail.com on 5 Feb 2015 at 2:17