ODK Aggregate installer failures on MacOSX

Everyone,

It has come to my attention that the latest Google software to upload a
configured server to Google AppEngine now requires the latest Java software
-- Java 7.

Unfortunately, MacOSX does not yet support this software via its Software
Update mechanism.

Therefore, the MacOSX installer for ODK Aggregate 1.4 will be unable to
upload the configured ODK Aggregate server to Google AppEngine.

If you need to update a Google AppEngine server, you will need to either
(1) use a Windows computer to do so or
(2) find and follow directions for installing Java 7 on MacOSX. I.e,,
http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jdk.html and
http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-install-faq.html

··· -- Mitch Sundt Software Engineer University of Washington mitchellsundt@gmail.com

Thanks for the update Mitch.

··· On Thu, Oct 17, 2013 at 3:17 PM, Mitch Sundt wrote:

Everyone,

It has come to my attention that the latest Google software to upload a
configured server to Google AppEngine now requires the latest Java software
-- Java 7.

Unfortunately, MacOSX does not yet support this software via its Software
Update mechanism.

Therefore, the MacOSX installer for ODK Aggregate 1.4 will be unable to
upload the configured ODK Aggregate server to Google AppEngine.

If you need to update a Google AppEngine server, you will need to either
(1) use a Windows computer to do so or
(2) find and follow directions for installing Java 7 on MacOSX. I.e,,
http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jdk.htmland
http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-install-faq.html

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--


"Like a camera I use the negative to develop..uDig"
"Success is the ability to go from one failure to another with no loss of
enthusiasm"
---------------------------------------------------------------------------------------------------------->
Roxroy K. Bollers
OutSourceRox*
*Geographic Information Systems, IT Professional & Wed Developer
tel. 592.685.2737
.........................................................
Follow Us On
Facebook http://www.facebook.com/OutSourceRox
Google+ https://plus.google.com/114064153117817313312
Web http://twitinternational.com/outsourcerox.htm
Twitter: @drbollers http://www.twitter.com/drbollers

Portfolio:
Tropical Timber http://www.tropicaltimber.com
Adventure Guianas http://www.adventureguianas.com/
Surama Eco-Lodge http://www.suramaecolodge.com/
Forest Connect Guyana http://iwokrama.org/forestconnect/index.htm

Thank you Mitch. I have indeed upgraded my Max OSX to Java 7, but still obtained an error message as follows.

Exception in thread "main" java.lang.UnsupportedClassVersionError: com/google/appengine/tools/admin/AppCfg : Unsupported major.minor version 51.0

I emailed ODK and asked for advice. I received an email response that said the path to the correct java version may be incorrect. I typed 'java version', as instructed, in the command line, and now received this error.

Exception in thread "main" java.lang.NoClassDefFoundError: version
Caused by: java.lang.ClassNotFoundException: version
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

I am posting this here, as was advised by the contact person at the ODK help email.

Thanks in advance for your assistance.

··· On Thursday, October 17, 2013 10:17:56 PM UTC+3, Mitch Sundt wrote: > Everyone, > > It has come to my attention that the latest Google software to upload a configured server to Google AppEngine now requires the latest Java software -- Java 7. > > Unfortunately, MacOSX does not yet support this software via its Software Update mechanism. > > > Therefore, the MacOSX installer for ODK Aggregate 1.4 will be unable to upload the configured ODK Aggregate server to Google AppEngine. > > > If you need to update a Google AppEngine server, you will need to either > > (1) use a Windows computer to do so or > (2) find and follow directions for installing Java 7 on MacOSX. I.e,, http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jdk.html and http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-install-faq.html > > > > -- > > > > > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com

Please paste the result of "java -version". Notice that is two words 'java'
space '-version' and you need the hyphen.

Waylon

··· On Sat, Jan 11, 2014 at 11:43 AM, wrote:

On Thursday, October 17, 2013 10:17:56 PM UTC+3, Mitch Sundt wrote:

Everyone,

It has come to my attention that the latest Google software to upload a
configured server to Google AppEngine now requires the latest Java software
-- Java 7.

Unfortunately, MacOSX does not yet support this software via its
Software Update mechanism.

Therefore, the MacOSX installer for ODK Aggregate 1.4 will be unable to
upload the configured ODK Aggregate server to Google AppEngine.

If you need to update a Google AppEngine server, you will need to either

(1) use a Windows computer to do so or
(2) find and follow directions for installing Java 7 on MacOSX. I.e,,
http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jdk.htmland
http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-install-faq.html

--

Mitch Sundt
Software Engineer
University of Washington
mitche...@gmail.com

Thank you Mitch. I have indeed upgraded my Max OSX to Java 7, but still
obtained an error message as follows.

Exception in thread "main" java.lang.UnsupportedClassVersionError:
com/google/appengine/tools/admin/AppCfg : Unsupported major.minor version
51.0

I emailed ODK and asked for advice. I received an email response that said
the path to the correct java version may be incorrect. I typed 'java
version', as instructed, in the command line, and now received this error.

Exception in thread "main" java.lang.NoClassDefFoundError: version
Caused by: java.lang.ClassNotFoundException: version
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

I am posting this here, as was advised by the contact person at the ODK
help email.

Thanks in advance for your assistance.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Try shutting down and restarting your Mac. This may resolve the Unsupported
major.minor issue (you may have upgraded but the current login / terminal
may be using older values).

If that does not resolve the issue, then you have not successfully upgraded
your MacOSX system to Java 7. Re-read the instructions and re-do each of
the steps.

It is likely that your PATH environment variable has an incorrect reference
to the old Java 6 software or that your JAVA_HOME is not set to the new
Java 7 software.

··· On Sat, Jan 11, 2014 at 11:54 AM, W. Brunette wrote:

Please paste the result of "java -version". Notice that is two words
'java' space '-version' and you need the hyphen.

Waylon

On Sat, Jan 11, 2014 at 11:43 AM, kelsi@kriitmaa.com wrote:

On Thursday, October 17, 2013 10:17:56 PM UTC+3, Mitch Sundt wrote:

Everyone,

It has come to my attention that the latest Google software to upload a
configured server to Google AppEngine now requires the latest Java software
-- Java 7.

Unfortunately, MacOSX does not yet support this software via its
Software Update mechanism.

Therefore, the MacOSX installer for ODK Aggregate 1.4 will be unable to
upload the configured ODK Aggregate server to Google AppEngine.

If you need to update a Google AppEngine server, you will need to either

(1) use a Windows computer to do so or
(2) find and follow directions for installing Java 7 on MacOSX. I.e,,
http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jdk.htmland
http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-install-faq.html

--

Mitch Sundt
Software Engineer
University of Washington
mitche...@gmail.com

Thank you Mitch. I have indeed upgraded my Max OSX to Java 7, but still
obtained an error message as follows.

Exception in thread "main" java.lang.UnsupportedClassVersionError:
com/google/appengine/tools/admin/AppCfg : Unsupported major.minor version
51.0

I emailed ODK and asked for advice. I received an email response that
said the path to the correct java version may be incorrect. I typed 'java
version', as instructed, in the command line, and now received this error.

Exception in thread "main" java.lang.NoClassDefFoundError: version
Caused by: java.lang.ClassNotFoundException: version
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

I am posting this here, as was advised by the contact person at the ODK
help email.

Thanks in advance for your assistance.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com