Error while attaching a file or opening a file stored in the database from forms.
Hi
We attach a mail or some file from Forms and store in a table. Now when we try to attach a new file I see the following error in Java console and nothing works after that. I have to open a new session. Please let me know what is wrong here.
2021-Aug-31 18:10:33.118 WUL[getProperty()] Getting property WUL_INVOKE
Exception in thread "AWT-EventQueue-5" java.lang.NoClassDefFoundError: oracle.forms.webutil.cApi.CPtr
at oracle.forms.webutil.cApi.CParamList.toArray(Unknown Source)
at oracle.forms.webutil.cApi.CApiFunctions.invokeCApi(Unknown Source)
at oracle.forms.webutil.cApi.CApiFunctions.getProperty(Unknown Source)
at oracle.forms.handler.UICommon.onGet(Unknown Source)