Deploying ODK on google cloud apps

I followed the instructions to upload the ODK aggregate application.

Here is the result of my install script.

The application shows up in my google app dashboard.
But under Status is shows "none deployed"

When I go to my url xxxxxxx.appspot.com it says the URL is not found.

I have not used google cloud apps before so any help would have to be
specific.

Thanks.

Upload progress:

Looking for java...
found java in PATH... C:\Windows\System32\java.exe
Exception in thread "main" java.lang.NoSuchFieldError: completionKey
at sun.nio.fs.WindowsNativeDispatcher.initIDs(Native Method)
at sun.nio.fs.WindowsNativeDispatcher.(Unknown Source)
at sun.nio.fs.WindowsDirectoryStream.(Unknown Source)
at sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(Unknown Source)
at java.nio.file.Files.newDirectoryStream(Unknown Source)
at sun.security.provider.SeedGenerator$1.run(Unknown Source)
at sun.security.provider.SeedGenerator$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.security.provider.SeedGenerator.getSystemEntropy(Unknown Source)
at sun.security.provider.SecureRandom$SeederHolder.(Unknown Source)
at sun.security.provider.SecureRandom.engineNextBytes(Unknown Source)
at java.security.SecureRandom.nextBytes(Unknown Source)
at java.security.SecureRandom.next(Unknown Source)
at java.util.Random.nextLong(Unknown Source)
at java.io.File$TempDirectory.generateFile(Unknown Source)
at java.io.File.createTempFile(Unknown Source)
at java.io.File.createTempFile(Unknown Source)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:139)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:124)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:120)
---- WEBSITE COMPLETE - BEGIN BACKEND ----
Exception in thread "main" java.lang.NoSuchFieldError: completionKey
at sun.nio.fs.WindowsNativeDispatcher.initIDs(Native Method)
at sun.nio.fs.WindowsNativeDispatcher.(Unknown Source)
at sun.nio.fs.WindowsDirectoryStream.(Unknown Source)
at sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(Unknown Source)
at java.nio.file.Files.newDirectoryStream(Unknown Source)
at sun.security.provider.SeedGenerator$1.run(Unknown Source)
at sun.security.provider.SeedGenerator$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.security.provider.SeedGenerator.getSystemEntropy(Unknown Source)
at sun.security.provider.SecureRandom$SeederHolder.(Unknown Source)
at sun.security.provider.SecureRandom.engineNextBytes(Unknown Source)
at java.security.SecureRandom.nextBytes(Unknown Source)
at java.security.SecureRandom.next(Unknown Source)
at java.util.Random.nextLong(Unknown Source)
at java.io.File$TempDirectory.generateFile(Unknown Source)
at java.io.File.createTempFile(Unknown Source)
at java.io.File.createTempFile(Unknown Source)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:139)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:124)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:120)
*---END-SCRIPT-SUCCESS--- *

ok seems it was a java problem. reinstall java, reboot and it works

ยทยทยท On Thursday, October 16, 2014 12:46:54 AM UTC-4, pe...@wright-stuff.com wrote: > > I followed the instructions to upload the ODK aggregate application. > > Here is the result of my install script. > > The application shows up in my google app dashboard. > But under Status is shows "none deployed" > > When I go to my url xxxxxxx.appspot.com it says the URL is not found. > > I have not used google cloud apps before so any help would have to be > specific. > > Thanks. > > > Upload progress: > > Looking for java... > found java in PATH... C:\Windows\System32\java.exe > Exception in thread "main" java.lang.NoSuchFieldError: completionKey > at sun.nio.fs.WindowsNativeDispatcher.initIDs(Native Method) > at sun.nio.fs.WindowsNativeDispatcher.(Unknown Source) > at sun.nio.fs.WindowsDirectoryStream.(Unknown Source) > at sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(Unknown Source) > at java.nio.file.Files.newDirectoryStream(Unknown Source) > at sun.security.provider.SeedGenerator$1.run(Unknown Source) > at sun.security.provider.SeedGenerator$1.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at sun.security.provider.SeedGenerator.getSystemEntropy(Unknown Source) > at sun.security.provider.SecureRandom$SeederHolder.(Unknown Source) > at sun.security.provider.SecureRandom.engineNextBytes(Unknown Source) > at java.security.SecureRandom.nextBytes(Unknown Source) > at java.security.SecureRandom.next(Unknown Source) > at java.util.Random.nextLong(Unknown Source) > at java.io.File$TempDirectory.generateFile(Unknown Source) > at java.io.File.createTempFile(Unknown Source) > at java.io.File.createTempFile(Unknown Source) > at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:139) > at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:124) > at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:120) > ---- WEBSITE COMPLETE - BEGIN BACKEND ---- > Exception in thread "main" java.lang.NoSuchFieldError: completionKey > at sun.nio.fs.WindowsNativeDispatcher.initIDs(Native Method) > at sun.nio.fs.WindowsNativeDispatcher.(Unknown Source) > at sun.nio.fs.WindowsDirectoryStream.(Unknown Source) > at sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(Unknown Source) > at java.nio.file.Files.newDirectoryStream(Unknown Source) > at sun.security.provider.SeedGenerator$1.run(Unknown Source) > at sun.security.provider.SeedGenerator$1.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at sun.security.provider.SeedGenerator.getSystemEntropy(Unknown Source) > at sun.security.provider.SecureRandom$SeederHolder.(Unknown Source) > at sun.security.provider.SecureRandom.engineNextBytes(Unknown Source) > at java.security.SecureRandom.nextBytes(Unknown Source) > at java.security.SecureRandom.next(Unknown Source) > at java.util.Random.nextLong(Unknown Source) > at java.io.File$TempDirectory.generateFile(Unknown Source) > at java.io.File.createTempFile(Unknown Source) > at java.io.File.createTempFile(Unknown Source) > at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:139) > at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:124) > at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:120) > *---END-SCRIPT-SUCCESS--- * >