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

Visualization as pdf document does not work on the OS/400 operating system #615

Open
lkszrn opened this issue Dec 17, 2024 · 1 comment
Open

Comments

@lkszrn
Copy link

lkszrn commented Dec 17, 2024

The visualization of the xml data as a pdf document with method toPDF() is not possible on the OS/400 (IBM i) operating system.
A lock occurs at java.io.UnixFileSystem.getBooleanAttributes0. The pdf document is created without content, but is then not filled with data. The program continues to run endlessly until it is aborted manually. The xml file to be visualized is located on the integrated file system of the ibm system i machine.

test

The following messages are displayed in the log:

[main] INFO org.apache.fop.apps.FopConfParser - COMMONS-LOGGING Default page-height set to: 297mm
[main] INFO org.apache.fop.apps.FopConfParser - COMMONS-LOGGING Default page-width set to: 210mm

According to the call stack, the last java call is java.io.UnixFileSystem.getBooleanAttributes0.

call_stack.txt

The problem occurs with the following configuration:

OS/400: V7R4M0
Mustang: 2.15.1
Java 17

@jstaerk
Copy link
Collaborator

jstaerk commented Jan 7, 2025

how could one fix it (i.e. reproduce it - is there a os/400 emulator around anywhere) or even just find out if it's not a issue of Apache FOP?

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

No branches or pull requests

2 participants