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

Continuity8

When configuring JRebel on my remote server (JBoss on linux) I have configured the JVM arg as

-javaagent:/home/user/jrebel.jar" -Drebel.remoting_plugin=true

The jrebel.jar is absolutely definitely in that location, yet the server fails to start with the error:

Error opening zip file or JAR manifest missing : /home/user/jrebel.jar Error occurred during initialization of VM agent library failed to init: instrument

So the arg is oviously being passed to the JVM correctly, but for the life of me I can't work out why it can't find the jar. I've been through every Zero Turnaround article I can find + looked at the solutions that have resolved it for other people, but no luck. Any ideas?

Continuity8

Turned out to be a permissions problem - the JBoss user didn't have the permissions to access the directory that I had placed jrebel.jar into.

Would have been nice to have a more meaningfull error - e.g. 'permissions denied'. Shows my lack of Linux knowledge though I guess.

After the jar was moved to a directory within the JBoss installation + the jar owner was changed to the JBoss user and Read/Write/Execute permissions added, all is well.

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 : 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

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

From Dev

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

From Dev

Opening a .jar file

From Dev

Confusion on Uses of Jar 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

Jar File Missing File Path

From Dev

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

From Dev

ZipException: error in opening zip file

From Dev

Exporting Jar file with Manifest attribute in Android Studio?

From Java

Replacing the MANIFEST.MF file in a JAR programmatically

From Dev

Using Java to read a .jar manifest file

From Dev

Jar command not adding requested manifest file to archive

From Dev

JAR Manifest file - Difference between Specification and Implementation

From Dev

JAR file manifest does not contain permission attribute

From Dev

Using Java to read a .jar manifest file

From Dev

add manifest to compiled exe file from jar

From Dev

"-includeresource" in JAR Manifest inside Gradle build file

From Dev

Missing tools.jar file

From Dev

Missing tools.jar file

From Dev

Run java jar - no main manifest attribute error

From Dev

no main manifest attribute (But I have the manifest file in the jar)

Related Related

  1. 1

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

  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

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

  8. 8

    Opening a .jar file

  9. 9

    Confusion on Uses of Jar Manifest File

  10. 10

    Opening a PDF file that is packaged in a JAR

  11. 11

    netbeans jar build file not opening

  12. 12

    Opening a PDF file that is packaged in a JAR

  13. 13

    Runnable JAR file not opening JFrame

  14. 14

    Jar File Missing File Path

  15. 15

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

  16. 16

    ZipException: error in opening zip file

  17. 17

    Exporting Jar file with Manifest attribute in Android Studio?

  18. 18

    Replacing the MANIFEST.MF file in a JAR programmatically

  19. 19

    Using Java to read a .jar manifest file

  20. 20

    Jar command not adding requested manifest file to archive

  21. 21

    JAR Manifest file - Difference between Specification and Implementation

  22. 22

    JAR file manifest does not contain permission attribute

  23. 23

    Using Java to read a .jar manifest file

  24. 24

    add manifest to compiled exe file from jar

  25. 25

    "-includeresource" in JAR Manifest inside Gradle build file

  26. 26

    Missing tools.jar file

  27. 27

    Missing tools.jar file

  28. 28

    Run java jar - no main manifest attribute error

  29. 29

    no main manifest attribute (But I have the manifest file in the jar)

HotTag

Archive