Severin Gehwolf

Results 387 comments of Severin Gehwolf

The file should be in `$JAVA_HOME/jre/lib/amd64/libjava.so` for a JDK which if I'm not mistaken isn't in your library path.

Reported upstream here: https://bugs.openjdk.org/browse/JDK-8302552

could be https://bugs.openjdk.org/browse/JDK-8283386

https://bugs.openjdk.org/browse/JDK-8154915 has this ask: ``` It would be useful if the submitter could try Files.readAttributes(path, BasicFileAttributes.class) and report back so to whether it succeeds or throws exception. If there is...

https://bugs.openjdk.java.net/browse/JDK-8274751 could be the upstream bug. To be fixed with 11.0.16 (July). There aren't any early access builds for those yet, unfortunately.

Please check if you can still reproduce with JDK 11 nightly builds (11.0.16 ea): https://adoptium.net/temurin/nightly/?version=11

Reported upstream as: https://bugs.openjdk.org/browse/JDK-8299086

I think the best way to address this is by bringing the debian patch (or some variation of it upstream). For now the workaround is to set `LD_LIBRARY_PATH` environment variable...

This will be fixed with: https://github.com/openjdk/jdk8u-dev/pull/282

The workaround until that lands should be to remove `SHA1 denyAfter 2019-01-01` from `jdk.jar.disabledAlgorithms` in `java.security` file.