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

HardwareReport.jnlp does not work on Mac OS X 10.6.8 32-bit #208

Closed
The-Alchemist opened this issue Dec 12, 2011 · 3 comments
Closed

HardwareReport.jnlp does not work on Mac OS X 10.6.8 32-bit #208

The-Alchemist opened this issue Dec 12, 2011 · 3 comments
Labels

Comments

@The-Alchemist
Copy link

java.io.FileNotFoundException: /Users/Me/Library/Caches/Java/cache/6.0/36/65a53424-3da660f7 (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:120)
    at java.io.FileInputStream.<init>(FileInputStream.java:79)
    at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(LaunchDescFactory.java:463)
    at com.sun.javaws.Main.launchApp(Main.java:347)
    at com.sun.javaws.Main.continueInSecureThread(Main.java:283)
    at com.sun.javaws.Main$1.run(Main.java:116)
    at java.lang.Thread.run(Thread.java:680)
  • That stack trace is kind of meaningless, I know, so is there something I can run to get more info?
  • I downloaded javacl-1.0.0-RC1-shaded.jar and javacl-demos-1.0-beta-6-shaded.jar from Googlecode and ran java -Xmx200M -cp javacl-1.0.0-RC1-shaded.jar:javacl-demos-1.0-beta-6-shaded.jar com.nativelibs4java.opencl.demos.hardware.HardwareReport and it works fine.
@ochafik
Copy link
Member

ochafik commented Dec 12, 2011

Hello The-Alchemist,

Thanks for your report !
Could you please try and delete HardwareReport from you JavaWebStart Cache, then launch it again ?
On MacOS X you can do that in Java Preferences / Network / Display Cache Files, then select HardwareReport and click on the red cross.

Cheers

@The-Alchemist
Copy link
Author

Unfortunately, I can't run it now because I get a new error message:

com.sun.deploy.net.JARSigningException: Found unsigned entry in resource: http://nativelibs4java.sourceforge.net/maven/com/nativelibs4java/javacl-demos/1.0-SNAPSHOT/javacl-demos-1.0-SNAPSHOT-shaded.jar

I think it's unrelated.

@The-Alchemist
Copy link
Author

Works now!

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

No branches or pull requests

2 participants