-
Hello drmcpa,
welcome to the forums!
It looks like the ZeXtras Installer is not able to determine the latest available ZAL Branch, and thus the dynamically generated link is not correct: could you please run the installer in Debug Mode by adding the "-d" parameter and send the full output to community@zextras.com?
Have a nice day,
Cine
the ZeXtras Team
-
I sent the output to the email address you indicated in a text file.
thanks
-
Hello drmcpa,,
I found your problem:
Code:
++ bin/zxtool.sh -p packages/zextras.jar -a
Exception in thread "main" java.io.FileNotFoundException: /root/Downloads/zextras%20download/zextras_suite-1.10.1/packages/zextras.jar (No such file or directory)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:220)
at java.util.zip.ZipFile.<init>(ZipFile.java:150)
at java.util.zip.ZipFile.<init>(ZipFile.java:164)
at com.zextras.ZxSuite.xmain(ZxSuite.java:173)
at com.zextras.ZxSuite.main(ZxSuite.java:22)
It seems there is a problem with your path with %20 (it should be a space char " "), I suspect this can impact on java classpath declaration.
Can you try to move your zextras installation directory on the /root folder and re-try?
D0s0n
-
That did the trick, thanks for your help!