Home » Developer & Programmer » Forms » oracle.form.webutil.ole.olefunction will not found
oracle.form.webutil.ole.olefunction will not found [message #630577] Tue, 30 December 2014 08:56 Go to next message
irfankundi786@yahoo.com
Messages: 269
Registered: February 2009
Location: pakistan
Senior Member
i have followed all the steps of webutil configure as followed this site http://www.baigzeeshan.com/2010/01/open-file-dailog-box-example-using.html
after this steps i open my form attached pll and open the olb to subclass the block and canvas and other but still this error occur.
i copy my java console as

Java Plug-in 1.6.0_45
Using JRE version 1.6.0_45-b06 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Administrator
----------------------------------------------------
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>
----------------------------------------------------


load: class oracle.forms.webutil.common.RegisterWebUtil not found.
java.lang.ClassNotFoundException: oracle.forms.webutil.common.RegisterWebUtil
at sun.plugin2.applet.Applet2ClassLoader.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 sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception: java.lang.ClassNotFoundException: oracle.forms.webutil.common.RegisterWebUtil
proxyHost=null
proxyPort=0
connectMode=HTTP, native.
Forms Applet version is : 10.1.2.0
java.lang.SecurityException: trusted loader attempted to load sandboxed resource from http://winxp-4b0d3983c:8893/forms/java/jacob.jar
at com.sun.deploy.security.CPCallbackHandler$ParentCallback.check(Unknown Source)
at com.sun.deploy.security.CPCallbackHandler$ParentCallback.access$200(Unknown Source)
at com.sun.deploy.security.CPCallbackHandler$ChildElement.checkResource(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$JarLoader.checkResource(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
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.Applet2ClassLoader.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.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.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 sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Re: oracle.form.webutil.ole.olefunction will not found [message #630952 is a reply to message #630577] Tue, 06 January 2015 11:50 Go to previous messageGo to next message
CraigB
Messages: 386
Registered: August 2014
Location: Utah, USA
Senior Member
What is your Forms version and Java version and Client Operating System version?

Your Java Console output shows a couple of problems...

Quote:

...
load: class oracle.forms.webutil.common.RegisterWebUtil not found.
...
java.lang.SecurityException: trusted loader attempted to load sandboxed resource from http://winxp-4b0d3983c:8893/forms/java/jacob.jar
...

We need to know your versions in order to help...

Craig...
Re: oracle.form.webutil.ole.olefunction will not found [message #630955 is a reply to message #630952] Tue, 06 January 2015 20:02 Go to previous messageGo to next message
irfankundi786@yahoo.com
Messages: 269
Registered: February 2009
Location: pakistan
Senior Member
Forms [32 Bit] Version 10.1.2.0.2 (Production)
and OS is xp.
http://winxp-4b0d3983c:8893/forms/java/jacob.jar ?
i load the jacob.jar file to downlaod and copy in the thier position in server.
Re: oracle.form.webutil.ole.olefunction will not found [message #630992 is a reply to message #630577] Wed, 07 January 2015 07:53 Go to previous messageGo to next message
irfankundi786@yahoo.com
Messages: 269
Registered: February 2009
Location: pakistan
Senior Member
i have still in problem.? is there anyone to explain the exception.
Re: oracle.form.webutil.ole.olefunction will not found [message #630994 is a reply to message #630992] Wed, 07 January 2015 08:34 Go to previous messageGo to next message
CraigB
Messages: 386
Registered: August 2014
Location: Utah, USA
Senior Member
Are you running your Form from the Forms Builder or from the Application Server?

In either case, it sounds like you have not completed each step of the configuration process. Rather than use some list you found on the Internet, I recommend you search the Forms Help system on: "Configure WebUtil" and print the following topics: 1) Configuring WebUtil and 2) Runtime Setup Checklist. Use the "Runtime Setup Checklist" as your guide to complete each step of the configuration (explained in the "Configuring WebUtil" article). Typically, most people miss a step and following the checklist will ensure you haven't missed a step. Make sure you completed each step on the checklist even if you have already completed the step to ensure you completed the step correctly. Smile

Craig...
Re: oracle.form.webutil.ole.olefunction will not found [message #630995 is a reply to message #630994] Wed, 07 January 2015 08:42 Go to previous messageGo to next message
irfankundi786@yahoo.com
Messages: 269
Registered: February 2009
Location: pakistan
Senior Member
can u provide me the check list and configure webutil or links.
and one another thing that if i miss any step then how in Webutil_Demo other tab is working all except that one.and as yours question about application server or form builder, i make the form builder as application sever coping the form in forms folder and make the other changes as needed and run the form in browser.
i google it some people says that your jacob.jar is old, some says that yours webutil is not configure.i am confused.
one another question that how i can know the version of jacob.jar?
and which version is correct one. the folder i download is jacob_18.
Re: oracle.form.webutil.ole.olefunction will not found [message #631003 is a reply to message #630994] Wed, 07 January 2015 09:54 Go to previous messageGo to next message
irfankundi786@yahoo.com
Messages: 269
Registered: February 2009
Location: pakistan
Senior Member
Sign frmwebutil.jar and jacob.jar
Open a DOS command prompt.
Add [OraHome]\jdk\bin to the PATH:
set PATH=[OraHome]\jdk\bin;%PATH%
Sign the files, and check the output for success:
[OraHome]\forms\webutil\sign_webutil [OraHome]\forms\java\frmwebutil.jar
[OraHome]\forms\webutil\sign_webutil [OraHome]\forms\java\jacob.jar

----------------------
in this step when i open the dos set path=C:\DevSuiteHome_1\jdk\bin;
what is means by %Path%????????
Re: oracle.form.webutil.ole.olefunction will not found [message #631008 is a reply to message #631003] Wed, 07 January 2015 11:23 Go to previous messageGo to next message
CraigB
Messages: 386
Registered: August 2014
Location: Utah, USA
Senior Member
irfankundi786@yahoo.com wrote on Wed, 07 January 2015 07:42
can u provide me the check list and configure webutil or links.

You already have them! They are in the Oracle Forms Help System. Do the search I suggested and the articles will be there!

Quote:
what is means by %Path%????????

The reference to %PATH% in the SET statement simply allows you to add a new entry to the PATH while preserving the current PATH environment settings.

Craig...

[Updated on: Wed, 07 January 2015 11:25]

Report message to a moderator

Re: oracle.form.webutil.ole.olefunction will not found [message #631481 is a reply to message #631008] Wed, 14 January 2015 03:23 Go to previous message
wency
Messages: 450
Registered: April 2006
Location: Philippines
Senior Member

Check if it was signed correctly using jarsigner -verify
Previous Topic: sign_webutil.bat
Next Topic: Oracle forms
Goto Forum:
  


Current Time: Thu Mar 28 09:05:39 CDT 2024