adolski

Results 71 comments of adolski
trafficstars

Hi @markmatney, I'm not convinced of the need for request type information like you are describing. It is perfectly legitimate and easy to check the URI path, and this would...

Hi @FrancoisPaquette, When I try that PDF using PdfBoxProcessor in 3.4.1, all appears normal (although this is in standalone mode with Java 9): http://localhost:8182/iiif/2/github-198%2F97521.pdf/full/full/0/default.jpg ``` 11:02:32.838 [main] INFO e.i.l.c.ApplicationContextListener -...

I wonder if the pre-generation program is failing to close its connections? Especially if other processors are having the same issue, and the same requests work in a web browser....

I created a few hundred PDFs, about 1.5MB each, and wrote a simple script to request them all in sequence: ```bash #!/bin/bash for i in {1..500} do curl http://localhost:8182/iiif/2/page-$i.pdf/full/full/0/default.jpg >...

Yes, send me some PDFs! Also I'm interested in the script you're using, if it's different enough from my little bash script...

Sorry for the delay -- I think there are a couple of things going on here: 1. Some of the PDFs don't load at all, or if they do, they...

Sorry, this fell off my radar. Here is my support request: https://lists.apache.org/thread.html/1f05908dba47cbb2b60c45ec3e433855e073394cabdd85b9c4b6bcac@%3Cusers.pdfbox.apache.org%3E

Hi @giancarlobi, Do you have Java development abilities? If so, I recommend developing an [Image I/O plugin](https://docs.oracle.com/javase/8/docs/technotes/guides/imageio/spec/imageio_guideTOC.fm.html) for FITS. You could just wrap the library you linked to in the...

Hi @sceccolini, Are you using KakaduNativeProcessor? If so, after the process exits, do you notice a `hs_err_pidxxx.log` file created somewhere?

KakaduNativeProcessor is one component that is theoretically capable of crashing the JVM. This could be caused by bugs in the Kakadu library or illegal arguments passed into it. When the...