Error opening zip file or JAR manifest missing : C:\Program

Michael Osofsky

I'm on step "Running project on the Server" from https://developers.google.com/appengine/docs/java/webtoolsplatform#dynamic_web_project and I ran into a problem:

Error occurred during initialization of VM agent library failed to init: instrument Error opening zip file or JAR manifest missing : C:\Program

Another person reported a similar problem here: Error opening zip file or JAR manifest missing : C:/Program. But the solution was for a different set of technologies. I'm using Eclipse, Web Tools Platform, and Google-App-Engine.

Most likely it's because my Java is installed in C:\Program Files, a directory which contains a space. But I'm not sure how to fix this. I’m not sure how to safely move the Java\jre7 directory to a directory without a space in it.

Michael Osofsky

Jordan Fish from Google Cloud Platform Support helped me solve this problem. He said:

As far as the error message when you try to start the dev_appserver, I believe this is probably due to a vm argument in the run configuration for your project. Can you please go to the run configuration (with the project selected, go to the Run menu and select Run Configurations), click on the Arguments tab, and see what is listed in the VM arguments text box?

Here was my original VM arguments:

-javaagent:C:\Program Files\eclipse\plugins\com.google.appengine.eclipse.sdkbundle_1.9.4\appengine-java-sdk-1.9.4\lib\agent\appengine-agent.jar -Xmx512m -Dappengine.fullscan.seconds=5 -Ddatastore.default_high_rep_job_policy_unapplied_job_pct=50

Here is what I changed it to (added double quotes around the directory that's passed as the -javaagent: param):

-javaagent:"C:\Program Files\eclipse\plugins\com.google.appengine.eclipse.sdkbundle_1.9.4\appengine-java-sdk-1.9.4\lib\agent\appengine-agent.jar" -Xmx512m -Dappengine.fullscan.seconds=5 -Ddatastore.default_high_rep_job_policy_unapplied_job_pct=50

This fixed my problem, I was able to complete step "Running project on the Server" from https://developers.google.com/appengine/docs/java/webtoolsplatform#dynamic_web_project

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Error opening zip file or JAR manifest missing : jrebel.jar

From Dev

Error opening zip file or JAR manifest missing : /usr/share/java/jayatanaag.jar

From Dev

Google App Engine Eclipse Error: Error opening zip file or JAR manifest missing : /Applications/eclipse

From Dev

Google App Engine Eclipse Error: Error opening zip file or JAR manifest missing : /Applications/eclipse

From Dev

Cassandra: Error opening zip file or JAR manifest missing : D:\cassandra\lib\jamm-0.3.2

From Dev

Running grails from STS shows Error opening zip file or JAR manifest missing

From Dev

ZipException: error in opening zip file

From Dev

Espresso-android jar - 'Error in opening zip file' in android studio 8.x

From Dev

Android Studio 0.8.7: Error:Cause: error in opening zip file

From Dev

Chef Error : Invalid or missing manifest .json, .rb, or .yml file provided

From Dev

PHP .zip file download error when opening in windows explorer

From Dev

Android studio - Failed to complete gradle execution - error in opening zip file

From Dev

Cordova Build Gradle Error while opening/extracting zip file

From Dev

PHP .zip file download error when opening in windows explorer

From Dev

Opening a .jar file

From Dev

How to correct the error 'java.util.zip.ZipException: error in opening zip file' invoking web service on WAS with Portal

From Dev

SecurityException during executing jnlp file (Missing required Permissions manifest attribute in main jar)

From Dev

Confusion on Uses of Jar Manifest File

From Dev

Error when opening file for reading in c#

From Dev

Error in manifest file

From Dev

Opening a PDF file that is packaged in a JAR

From Dev

netbeans jar build file not opening

From Dev

Opening a PDF file that is packaged in a JAR

From Dev

Runnable JAR file not opening JFrame

From Dev

Ranger what program is opening file?

From Dev

Trigger a python program on opening a file

From Java

Gradle duplicate entry error: META-INF/MANIFEST.MF (Or how to delete a file from jar)

From Dev

SQLiteManager: Error in opening file?

From Dev

Error handling in file opening

Related Related

  1. 1

    Error opening zip file or JAR manifest missing : jrebel.jar

  2. 2

    Error opening zip file or JAR manifest missing : /usr/share/java/jayatanaag.jar

  3. 3

    Google App Engine Eclipse Error: Error opening zip file or JAR manifest missing : /Applications/eclipse

  4. 4

    Google App Engine Eclipse Error: Error opening zip file or JAR manifest missing : /Applications/eclipse

  5. 5

    Cassandra: Error opening zip file or JAR manifest missing : D:\cassandra\lib\jamm-0.3.2

  6. 6

    Running grails from STS shows Error opening zip file or JAR manifest missing

  7. 7

    ZipException: error in opening zip file

  8. 8

    Espresso-android jar - 'Error in opening zip file' in android studio 8.x

  9. 9

    Android Studio 0.8.7: Error:Cause: error in opening zip file

  10. 10

    Chef Error : Invalid or missing manifest .json, .rb, or .yml file provided

  11. 11

    PHP .zip file download error when opening in windows explorer

  12. 12

    Android studio - Failed to complete gradle execution - error in opening zip file

  13. 13

    Cordova Build Gradle Error while opening/extracting zip file

  14. 14

    PHP .zip file download error when opening in windows explorer

  15. 15

    Opening a .jar file

  16. 16

    How to correct the error 'java.util.zip.ZipException: error in opening zip file' invoking web service on WAS with Portal

  17. 17

    SecurityException during executing jnlp file (Missing required Permissions manifest attribute in main jar)

  18. 18

    Confusion on Uses of Jar Manifest File

  19. 19

    Error when opening file for reading in c#

  20. 20

    Error in manifest file

  21. 21

    Opening a PDF file that is packaged in a JAR

  22. 22

    netbeans jar build file not opening

  23. 23

    Opening a PDF file that is packaged in a JAR

  24. 24

    Runnable JAR file not opening JFrame

  25. 25

    Ranger what program is opening file?

  26. 26

    Trigger a python program on opening a file

  27. 27

    Gradle duplicate entry error: META-INF/MANIFEST.MF (Or how to delete a file from jar)

  28. 28

    SQLiteManager: Error in opening file?

  29. 29

    Error handling in file opening

HotTag

Archive