You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# jar tf /tmp/LoadQueue.jar
java.util.zip.ZipException: invalid END header (bad central directory offset)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:247)
at java.util.zip.ZipFile.<init>(ZipFile.java:172)
at java.util.zip.ZipFile.<init>(ZipFile.java:143)
at sun.tools.jar.Main.list(Main.java:1127)
at sun.tools.jar.Main.run(Main.java:305)
at sun.tools.jar.Main.main(Main.java:1300)
# file /tmp/LoadQueue.jar
/tmp/LoadQueue.jar: Java archive data (JAR)
The text was updated successfully, but these errors were encountered:
After digging back through the history this seems to have been the case for many, many years and releases, although I think I've found an old copy that suggests the intended contents were only the single .class file plus a simple manifest.
File /repl/xmlpubtk/loadqueue/LoadQueue.jar seems to be corrupt or non-standard in some way
Evidence:
download https://github.com/IBM/db2-samples/blob/master/repl/xmlpubtk/loadqueue/LoadQueue.jar
inspect with -
The text was updated successfully, but these errors were encountered: