Aggregate uploading problem

Hello group,

I am having issues downloading aggregate. I ran the installer, entered instance, entered gmail account, and entered the application id i already created.However, when i get to the "upload aggregate to google appengine-bash" window, and I am able to enter a gmail address but it won't let me enter a password and when I press enter I get the following error message:

Last login: Sun Mar 30 23:53:48 on ttys000
Rachels-MacBook-Air-2:~ rachelsklar$ "/Users/rachelsklar/Downloads/ODKAggregate-1.4.2 Production-osx-installer.app/ODK Aggregate/Users/rachelsklar/Desktop/ODK Aggregate/uploadAggregateToAppEngine.sh"

Please enter the email account that created or
that can update your ODK Aggregate application.

Email account (e.g., user@gmail.com): washbsanitation@gmail.com
Email account password:
Exception in thread "main" 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(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
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)
---END-SCRIPT-FAILURE---
Press any key to close window . . .

Rachel,

Search on this and the opendatakit-developers list for
"UnsupportedClassVersionError". I don't remember the specifics, but
it's generally an issue of not having the right Java version installed
(or pointed to).

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Mon, Mar 31, 2014 at 7:06 AM, rachel washbsanitation@gmail.com wrote:

Hello group,

I am having issues downloading aggregate. I ran the installer, entered instance, entered gmail account, and entered the application id i already created.However, when i get to the "upload aggregate to google appengine-bash" window, and I am able to enter a gmail address but it won't let me enter a password and when I press enter I get the following error message:

Last login: Sun Mar 30 23:53:48 on ttys000
Rachels-MacBook-Air-2:~ rachelsklar$ "/Users/rachelsklar/Downloads/ODKAggregate-1.4.2 Production-osx-installer.app/ODK Aggregate/Users/rachelsklar/Desktop/ODK Aggregate/uploadAggregateToAppEngine.sh"

Please enter the email account that created or
that can update your ODK Aggregate application.

Email account (e.g., user@gmail.com): washbsanitation@gmail.com
Email account password:
Exception in thread "main" 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(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
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)
---END-SCRIPT-FAILURE---
Press any key to close window . . .

--

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/d/optout.

Rachel,
I am having the exact same problem. Did you ever figure out how to resolve this?
Thanks,
Amanda

··· On Monday, March 31, 2014 10:06:28 AM UTC-4, rachel wrote: > Hello group, > > I am having issues downloading aggregate. I ran the installer, entered instance, entered gmail account, and entered the application id i already created.However, when i get to the "upload aggregate to google appengine-bash" window, and I am able to enter a gmail address but it won't let me enter a password and when I press enter I get the following error message: > > Last login: Sun Mar 30 23:53:48 on ttys000 > Rachels-MacBook-Air-2:~ rachelsklar$ "/Users/rachelsklar/Downloads/ODKAggregate-1.4.2 Production-osx-installer.app/ODK Aggregate/Users/rachelsklar/Desktop/ODK Aggregate/uploadAggregateToAppEngine.sh" > > > Please enter the email account that created or > that can update your ODK Aggregate application. > > Email account (e.g., user@gmail.com): washbsanitation@gmail.com > Email account password: > Exception in thread "main" 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(ClassLoader.java:637) > at java.lang.ClassLoader.defineClass(ClassLoader.java:621) > at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) > at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) > at java.net.URLClassLoader.access$000(URLClassLoader.java:58) > at java.net.URLClassLoader$1.run(URLClassLoader.java:197) > 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) > ---END-SCRIPT-FAILURE--- > Press any key to close window . . .

Amanda,

Make sure you have Java 7 installed.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Fri, May 9, 2014 at 9:04 AM, osu.malawi@gmail.com wrote:

On Monday, March 31, 2014 10:06:28 AM UTC-4, rachel wrote:

Hello group,

I am having issues downloading aggregate. I ran the installer, entered instance, entered gmail account, and entered the application id i already created.However, when i get to the "upload aggregate to google appengine-bash" window, and I am able to enter a gmail address but it won't let me enter a password and when I press enter I get the following error message:

Last login: Sun Mar 30 23:53:48 on ttys000
Rachels-MacBook-Air-2:~ rachelsklar$ "/Users/rachelsklar/Downloads/ODKAggregate-1.4.2 Production-osx-installer.app/ODK Aggregate/Users/rachelsklar/Desktop/ODK Aggregate/uploadAggregateToAppEngine.sh"

Please enter the email account that created or
that can update your ODK Aggregate application.

Email account (e.g., user@gmail.com): washbsanitation@gmail.com
Email account password:
Exception in thread "main" 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(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
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)
---END-SCRIPT-FAILURE---
Press any key to close window . . .

Rachel,
I am having the exact same problem. Did you ever figure out how to resolve this?
Thanks,
Amanda

--

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/d/optout.

Any thoughts? I have Java 7 installed. I have tested that I have Java 7 Version 60. I have rebooted.

I'm still getting this error when trying.

This is on a Mac as well.

··· On Friday, May 9, 2014 10:22:15 PM UTC+5:30, Yaw Anokwa wrote: > Amanda, > > > > Make sure you have Java 7 installed. > > > > Yaw > > -- > > Need ODK services? http://nafundi.com provides form design, server > > setup, professional support, and software development for ODK. > > > > On Fri, May 9, 2014 at 9:04 AM, wrote: > > > On Monday, March 31, 2014 10:06:28 AM UTC-4, rachel wrote: > > >> Hello group, > > >> > > >> I am having issues downloading aggregate. I ran the installer, entered instance, entered gmail account, and entered the application id i already created.However, when i get to the "upload aggregate to google appengine-bash" window, and I am able to enter a gmail address but it won't let me enter a password and when I press enter I get the following error message: > > >> > > >> Last login: Sun Mar 30 23:53:48 on ttys000 > > >> Rachels-MacBook-Air-2:~ rachelsklar$ "/Users/rachelsklar/Downloads/ODKAggregate-1.4.2 Production-osx-installer.app/ODK Aggregate/Users/rachelsklar/Desktop/ODK Aggregate/uploadAggregateToAppEngine.sh" > > >> > > >> > > >> Please enter the email account that created or > > >> that can update your ODK Aggregate application. > > >> > > >> Email account (e.g., user@gmail.com): washbsanitation@gmail.com > > >> Email account password: > > >> Exception in thread "main" 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(ClassLoader.java:637) > > >> at java.lang.ClassLoader.defineClass(ClassLoader.java:621) > > >> at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) > > >> at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) > > >> at java.net.URLClassLoader.access$000(URLClassLoader.java:58) > > >> at java.net.URLClassLoader$1.run(URLClassLoader.java:197) > > >> 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) > > >> ---END-SCRIPT-FAILURE--- > > >> Press any key to close window . . . > > > > > > Rachel, > > > I am having the exact same problem. Did you ever figure out how to resolve this? > > > Thanks, > > > Amanda > > > > > > -- > > > -- > > > 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/d/optout.

What happens if you run the following commands in
/Applications/Utilities/Terminal.app

java -version

and

javac -version

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Fri, Jun 27, 2014 at 6:26 AM, ajadhav@gmail.com wrote:

Any thoughts? I have Java 7 installed. I have tested that I have Java 7 Version 60. I have rebooted.

I'm still getting this error when trying.

This is on a Mac as well.

On Friday, May 9, 2014 10:22:15 PM UTC+5:30, Yaw Anokwa wrote:

Amanda,

Make sure you have Java 7 installed.

Yaw

--

Need ODK services? http://nafundi.com provides form design, server

setup, professional support, and software development for ODK.

On Fri, May 9, 2014 at 9:04 AM, osu.malawi@gmail.com wrote:

On Monday, March 31, 2014 10:06:28 AM UTC-4, rachel wrote:

Hello group,

I am having issues downloading aggregate. I ran the installer, entered instance, entered gmail account, and entered the application id i already created.However, when i get to the "upload aggregate to google appengine-bash" window, and I am able to enter a gmail address but it won't let me enter a password and when I press enter I get the following error message:

Last login: Sun Mar 30 23:53:48 on ttys000

Rachels-MacBook-Air-2:~ rachelsklar$ "/Users/rachelsklar/Downloads/ODKAggregate-1.4.2 Production-osx-installer.app/ODK Aggregate/Users/rachelsklar/Desktop/ODK Aggregate/uploadAggregateToAppEngine.sh"

Please enter the email account that created or

that can update your ODK Aggregate application.

Email account (e.g., user@gmail.com): washbsanitation@gmail.com

Email account password:

Exception in thread "main" 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(ClassLoader.java:637)
  at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
  at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
  at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
  at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
  at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
  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)

---END-SCRIPT-FAILURE---

Press any key to close window . . .

Rachel,

I am having the exact same problem. Did you ever figure out how to resolve this?

Thanks,

Amanda

--

--

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/d/optout.

--

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/d/optout.