I'm running form with webutil on oracle forms 12.2.1.2
I have to execute outer program on client side. It is jsignpdf.exe which is running OK if program is already initialized (smartcard pin is entered), but when I run it for the first time, program is executed (PIN is asked to be entered), but when I enter PIN, program is not back to forms. Here is the log:
java.lang.IllegalThreadStateException: process has not exited
at java.lang.ProcessImpl.exitValue(Unknown Source)
at java.lang.ProcessImpl.waitFor(Unknown Source)
at oracle.forms.webutil.host.HostCommand.execute(Unknown Source)
at oracle.forms.webutil.host.HostCommand.run(Unknown Source)
2017-svi-09 09:55:37.333 ERROR>WUC-15 [HostCommand.execute()] Unexpected error,
Exception: java.lang.IllegalThreadStateException: process has not exited
I tried with: client_host, webutil_host.host and webutil_host.blocking, result is allways same.