After having investigated my jsreport.config.json it revelead that the option
"extensions": {
"chrome-pdf": {
"launchOptions": {
"args": [
"--no-sandbox", "--ignore-certificate-errors"
]
}
}
}
in fact any "launchOptions" (even empty) lead to the described error.
With version 3.12 this was not the case.