#27228

Hi, we updated the java of one of the machines and now we can create the PDF executing in SSH, see the command:
/QOpenSys/QIBM/ProdData/OS400/PASE/bin/java -Xmx512m -Djava.awt.headless=true -cp .:pd4ml.jar Pd4Php http://127.0.0.1:8000/scriptcase/tmp/test.html 800 LETTER -orientation PORTRAIT -permissions 2076 > /www/zendcore/htdocs/scriptcase/tmp/test.pdf

but when executing this same command in PHP (exec, system, shell, passthru and all others functions) we always are getting a 0kb pdf.

what can we do?