Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.util.zip.zipexception error in opening zip file #16

Closed
mernst opened this issue Jun 14, 2015 · 1 comment
Closed

java.util.zip.zipexception error in opening zip file #16

mernst opened this issue Jun 14, 2015 · 1 comment

Comments

@mernst
Copy link
Member

mernst commented Jun 14, 2015

Originally reported on Google Code with ID 16

What steps will reproduce the problem?
java daikon.Chicory DataStructures.StackArTester

What is the expected output? What do you see instead?
mian@mian-VirtualBox:~/daikonparent/daikon/examples/java-examples/StackAr$ java daikon.Chicory
DataStructures.StackArTester

Executing target program: java -cp .:/home/mian/daikonparent:/daikon:/home/mian/daikonparent/daikon/daikon.jar:/home/mian/daikonparent/daikon/bin/daikon.bashrc
-ea -Xmx128M -javaagent:/home/mian/daikonparent/daikon/daikon.jar= --dtrace-file=StackArTester.dtrace.gz
DataStructures.StackArTester
entered daikon.chicory.Runtime.setDtrace(./StackArTester.dtrace.gz, false)...
CLASSPATH component /home/mian/daikonparent/daikon/bin/daikon.bashrc: java.util.zip.ZipException:
error in opening zip file


What version of the product are you using? On what operating system?
I am using the one that can be downloaded from website (daikon.tar.gz). I am using
ubuntu 12.04 LTS stable.

Please provide any additional information below.

It look like either the gunzip app in OS is not recognized or the file format is not
readable or dont know :)

Reported by mianasbat on 2013-11-07 10:54:55

@mernst
Copy link
Member Author

mernst commented Jun 14, 2015

Thanks for the bug report, and I'm sorry you are having trouble.

The problem is indicated by this line:

CLASSPATH component /home/mian/daikonparent/daikon/bin/daikon.bashrc: java.util.zip.ZipException:
error in opening zip file

You have placed daikon.bashrc on your classpath, but it is not a Java .class or .jar
file.  Please remove it.  Use the instructions in the Daikon manual for setting your
classpath.  I expect that will correct your problem.

Reported by michael.ernst on 2013-11-07 14:37:51

  • Status changed: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant