Hello,
I have deployed a frs-12c 12.2.1.4 on a rhel 7 virtual machine with jdk1.8-u261 . Forms I have deployed on it are launching but are not able to execute any of its pl/sql code (be it custom ones or built-ins). This the case for both the out-of-box webutil_webstart configuration and the custom one with self-signed jacob (java 1.8, release 1.18) jar.
Note: test.fmx works fine.
Case-1: webutil_demo.fmx is launching and the tab-switching works. However, "Cliet Info>Get Client Info" and "About Webutil" buttons are not returning anything while nothing gets thrown.
Case-2: To see validate the configuration of the deployment I found the "Webutil Diagnostic Test Form For Checking Webutil Configuration (Doc ID 553849.1)" article on support and downloaded webutilconf12c.fmb
When running it I got the form to launch, however, when pressing "Check Configuration"
Case-3: To see whether if the problem was webutil libraries or whether something else might be wrong (whether if I had a db connectivity or grant issue) I picked-up a simple Alert-modal launch fmb (Modal launched when button is pushed) namely Model_msgt.fmb from the web
I suspected that something broken on the client-side and found the discussion thread: /tech/developers/discussion/4000512/weblogic-forms-reports-12-2-1-2-problems-with-dll
When I checked my "C:\users\myuser" directory for the webutil directory I was neither able to find the "webutil" directory nor the .dll files (d2kwut60.dll jacob-1.18-x64.dll JNIsharedstubs.dll) that are orignally under $ORACLE_HOME/forms/webutil/win64 in the server-side.
Anyone who had a similar issue and was able to resolve it. I would appreciate your suggestions on this.