Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

webutil host error WUC-15

despaMay 9 2017 — edited May 27 2017

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.

This post has been answered by Michael Ferrante-Oracle on May 9 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 24 2017
Added on May 9 2017
9 comments
1,116 views