Webstart not working for webutil

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Webstart not working for webutil

Mydeen
For the webutil enabled forms we can't able to open rather we can able to open non-webutil forms in the below configuration

help us to resolve

formsweb.cfg file
-------------------
[webstart_webutil]
form=orbeng.fmx usesdi=yes
userid=orb/orb@orb
archive=ClientInfo.jar,frmall.jar,icon1.jar
webUtilArchive=ClientInfo.jar,frmwebutil.jar,jacob.jar,rolloverbutton.jar
pageTitle=  O r b i t s
width=100%
height=100%
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
basejnlp=webutil.jnlp
webstart=enabled
Reply | Threaded
Open this post in threaded view
|

Re: Webstart not working for webutil

ErmanArslansOracleBlog
Administrator
Please do the following;

Enable java console.
Reproduce the issue.
Send me the java console output.
Reply | Threaded
Open this post in threaded view
|

Re: Webstart not working for webutil

Mydeen
Dear Below is the error which i got

Java Plug-in 10.76.2.13
Using JRE version 1.7.0_76-b13 Java HotSpot(TM) Client VM
User home directory = C:\Users\mydeen
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
calling downloadEagerorAll
The proxy host is null, and the proxy port is 0.
Native HTTP implementation is being used for the connection.
The connection mode is HTTP.
Forms Session ID is WLS_FORMS.formsapp.36
Forms Applet version is 12.2.1.3
java.lang.ClassNotFoundException: ClientInfo
        at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
        at sun.plugin2.applet.JNLP2ClassLoader.findClass(Unknown Source)
        at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
        at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
        at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at oracle.forms.handler.UICommon.instantiate(Unknown Source)
        at oracle.forms.handler.UICommon.onCreate(Unknown Source)
        at oracle.forms.handler.TextFieldItem.onCreate(Unknown Source)
        at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
        at oracle.forms.engine.Runform.processMessage(Unknown Source)
        at oracle.forms.engine.Runform.processSet(Unknown Source)
        at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
        at oracle.forms.engine.Runform.onMessage(Unknown Source)
        at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
        at oracle.forms.engine.Runform.startRunform(Unknown Source)
        at oracle.forms.engine.Main.createRunform(Unknown Source)
        at oracle.forms.engine.Main.start(Unknown Source)
        at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.start(Unknown Source)
        at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
2019-Oct-08  16:40:06.798 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
2019-Oct-08  16:40:06.835 WUF[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
2019-Oct-08  16:40:06.839 WUH[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
2019-Oct-08  16:40:06.842 WUS[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
2019-Oct-08  16:40:06.848 WUT[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
Exception in thread "AWT-EventQueue-3" java.lang.NoClassDefFoundError: com/jacob/com/ComFailException
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at oracle.forms.handler.UICommon.instantiate(Unknown Source)
        at oracle.forms.handler.UICommon.onCreate(Unknown Source)
        at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
        at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
        at oracle.forms.engine.Runform.processMessage(Unknown Source)
        at oracle.forms.engine.Runform.processSet(Unknown Source)
        at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
        at oracle.forms.engine.Runform.onMessage(Unknown Source)
        at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
        at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
        at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$300(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
        at java.awt.EventQueue$4.run(Unknown Source)
        at java.awt.EventQueue$4.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.jacob.com.ComFailException
        at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
        at sun.plugin2.applet.JNLP2ClassLoader.findClass(Unknown Source)
        at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
        at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
        at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 39 more
Reply | Threaded
Open this post in threaded view
|

Re: Webstart not working for webutil

ErmanArslansOracleBlog
Administrator
Okay. It seems it can not find the required classes.

See -> "How to Configure Webutil On Unix Platforms (Doc ID 290130.1)"

Jacob.jar should be there.

And as  the jacob.jar file is not an Oracle supplied jar file, it requires a self signed certificate to function properly with webutil. Check note named -> "How to Re-sign Expired .jar Files (Jacob, Icons, ...) and Extend the Self Signing Certificate(Doc ID 760815.1)" to see the steps for signing it, as well..