Cédric Tabin
Cédric Tabin
Since this issue is still open in GlassFish, I've create a [project](https://github.com/ctabin/gf-test) to reproduce the problem also on Payara.
Without response, I'm closing this issue. Feel free to open it if you're able to provide a testcase.
Hi, I also get the same error on Apache Netbeans 17: ``` java.lang.IllegalArgumentException: newPosition > limit: (8193 > 8192) at java.base/java.nio.Buffer.createPositionException(Buffer.java:341) at java.base/java.nio.Buffer.position(Buffer.java:316) at java.base/java.nio.ByteBuffer.position(ByteBuffer.java:1516) at java.base/java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:622) at org.netbeans.api.queries.FileEncodingQuery$ProxyCharset$ProxyDecoder.decodeHead(FileEncodingQuery.java:239) at...
Hi @EunChae1110, What about the zip ? If you extract the file with `zip` is it correct ? Did you try with another extraction method ? Can you provide a...
Hi @anass114, Please provide a reproducible test case. The files are written when the archive is closed, so the pointers must remain valid until then.
Hi @andersfeyling14, I'm afraid this is currently not supported by libzippp. Maybe with a custom `zip_source` directly through libzip ? :thinking:
@bbottema Hi Benny, thanks for your message. Actually, I do not have any plan to enhance this library, at least for now. I already dug a lot especially to handle...
Hi @jjYBdx4IL, Thanks for the suggestion, it seems to be a good idea. Do you mind making a PR ?
Hello, We are seeing the same problem while using log4j, the system throws an exception on the line `LogManager.getContext(false);`: ``` java.lang.NoSuchMethodError: 'void javax.xml.parsers.DocumentBuilderFactory.setFeature(java.lang.String, boolean)' at org.apache.logging.log4j.core.config.xml.XmlConfiguration.setFeature(XmlConfiguration.java:204) at org.apache.logging.log4j.core.config.xml.XmlConfiguration.disableDtdProcessing(XmlConfiguration.java:196) at org.apache.logging.log4j.core.config.xml.XmlConfiguration.newDocumentBuilder(XmlConfiguration.java:185)...
@pedro-w It is also related to the `DocumentBuilderFactory` so it *probably* is related somehow, it might just be another consequence of the disease :face_with_spiral_eyes: