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

Daniel Adenew

I was using grails 2.0.3 with all the environment variables set. Then, I wanted to shift into a new grails version 2.3.7 and I modified each environment setting to point to 2.3.7 including my STS.

Grails console showed up and generated my domains inside STS. But when trying to run-app it displays the following error and quits.

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


PS: grails->refresh dependency / clean and build all works?

Kris

This is the reason:

https://issuetracker.springsource.com/browse/STS-3739

Springloaded jar was moved and renamed in Grails 2.3.7. GGTS 3.4.0 (or earlier) can't find it.

This bug is fixed in 3.5.0.

These are your options:

1) keep using older version of Grails (<=2.3.6)

2) Download and use GGTS 3.5.1 release.

This information came from here: http://forum.spring.io/forum/spring-projects/springsource-tool-suite/745972-sts-3-4-0-and-grails-2-3-7-run-app-broken?p=746042#post746042

I just updated it a little to reflect that 3.5.1 release is now available.

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 : C:\Program

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

ZipException: error in opening zip file

From Dev

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

From Dev

add manifest to compiled exe file from jar

From Java

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

From Dev

Grails missing configuration from external config file

From Dev

Issues opening an Excel file from a zip file that is downloaded from the internet

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

Failed to load extension from . manifest file is missing or unreadable - no extension name

From Dev

Tests succeed if run from eclipse (STS) but error if run from grails with ClassNotFoundException

From Dev

Failing to run jar file from command line: “no main manifest attribute”

From Dev

Opening a .jar file

From Dev

Error while running jar file on system

From Dev

Error while running jar file on system

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

Running jar file from terminal on linux

From Dev

Running a jar file from terminal in ubuntu

From Dev

Running a java -jar command from a batch file

From Dev

File list from classpath directory in running jar

Related Related

  1. 1

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

  2. 2

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

  3. 3

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

  4. 4

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

  5. 5

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

  6. 6

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

  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

    add manifest to compiled exe file from jar

  10. 10

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

  11. 11

    Grails missing configuration from external config file

  12. 12

    Issues opening an Excel file from a zip file that is downloaded from the internet

  13. 13

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

  14. 14

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

  15. 15

    PHP .zip file download error when opening in windows explorer

  16. 16

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

  17. 17

    Cordova Build Gradle Error while opening/extracting zip file

  18. 18

    PHP .zip file download error when opening in windows explorer

  19. 19

    Failed to load extension from . manifest file is missing or unreadable - no extension name

  20. 20

    Tests succeed if run from eclipse (STS) but error if run from grails with ClassNotFoundException

  21. 21

    Failing to run jar file from command line: “no main manifest attribute”

  22. 22

    Opening a .jar file

  23. 23

    Error while running jar file on system

  24. 24

    Error while running jar file on system

  25. 25

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

  26. 26

    Running jar file from terminal on linux

  27. 27

    Running a jar file from terminal in ubuntu

  28. 28

    Running a java -jar command from a batch file

  29. 29

    File list from classpath directory in running jar

HotTag

Archive