Hello,
I configured the forms and reports suite 12c according to the instructions and i'm testing my forms upgraded from version 10g.
In some forms i use webutil.
I can run the forms without webutil with the browser or java web start (all works fine).
I have problems with the forms tha use webutil, they work fine with the browser but not with java web start.
When i run the forms with webutil and webstart i see all blank and and the application crashes : i have to exit becouse also other forms without webutil don't work.
These are my config in formsweb.cfg:
[Appws] <--------- java web start
form=nomeform
archive=frmall.jar,frmicons.jar
WebUtilArchive=jacob.jar,frmwebutil.jar
WebUtilTrustInternal=true
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTML=webutilbase.htm
baseHTMLjpi=webutiljpi.htm
basejnlp=webutil.jnlp
webstart=enabled
[appnows] <----- no java web start
form=mercurio
separateFrame=true
archive=frmall.jar,frmicons.jar
WebUtilArchive=jacob.jar,frmwebutil.jar
WebUtilTrustInternal=true
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTML=webutilbase.htm
baseHTMLjpi=webutiljpi.htm
basejnlp=webutil.jnlp
What could be the problem ?
Gianpaolo