-unpack option in AIX server | Community
Skip to main content
sandeepm744005
Level 5
April 9, 2016
Solved

-unpack option in AIX server

  • April 9, 2016
  • 6 replies
  • 3095 views

Hi, what is the command i need to use to unpack the jar in AIX server. Here is the error i am getting.

bash-4.2$ java -jar cq-author-4502.jar -unpack
08.04.2016 17:53:12.401 *ERROR* [main] -u: Unrecognized option (use -h for more information)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by sandeepm744005

nevermind, it got fixed. It look like issue with the jar file, copied the jar file from other server and executed -unpack command and it worked.

6 replies

Level 6
April 9, 2016

Please try with --unpack (double hyphen)

joerghoh
Adobe Employee
Adobe Employee
April 10, 2016

Is the cq-author-4502.jar the jar which you've downloaded? Can you post the output of this command:

java -version

the way you've tried looks OK and a JVM is invoked as well. But the result is a bit surprising.

kind regards,
Jörg

sandeepm744005
Level 5
April 10, 2016

bash-4.2$ java -version
java version "1.7.0"
Java(TM) SE Runtime Environment (build pap6470_27sr1fp1-20140708_01(SR1 FP1))
IBM J9 VM (build 2.7, JRE 1.7.0 AIX ppc64-64 Compressed References 20140707_205525 (JIT enabled, AOT enabled)
J9VM - R27_Java727_SR1_20140707_1408_B205525
JIT  - tr.r13.java_20140410_61421.07
GC   - R27_Java727_SR1_20140707_1408_B205525_CMPRSS
J9CL - 20140707_205525)
JCL - 20140707_01 based on Oracle 7u65-b16

sandeepm744005
Level 5
April 10, 2016

Already tried before submitting the question in the forum. Same result, no luck

sandeepm744005
sandeepm744005AuthorAccepted solution
Level 5
April 10, 2016

nevermind, it got fixed. It look like issue with the jar file, copied the jar file from other server and executed -unpack command and it worked.

joerghoh
Adobe Employee
Adobe Employee
April 10, 2016

ok, good to know.

Jörg