WebUtil WUC-20

I am receiving the following error messages when I attempt to access a form that invokes the Client_host and Client_text_io commands:
Downloading http:/uranus:7778/forms90/webutil/webutil.jar to JAR cache
Downloading http:/uranus:7778/forms90/webutil/jacob.jar to JAR cache
Downloading http:/uranus:7778/forms90/java/f90all_jinit.jar to JAR cache
RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
connectMode=HTTP, native.
Forms Applet version is : 90270
Error>WUC-20 [URLDownload.pullFile()] The stated size of the source file http://uranus:7778/forms90/webutil/jacob.dll does not match that of the downloaded file C:\PROGRA~1\oracle\JINITI~1.9\bin\jacob.dll
Error>WUC-20 [URLDownload.pullFile()] The stated size of the source file http://uranus:7778/forms90/webutil/JNIsharedstubs.dll does not match that of the downloaded file C:\PROGRA~1\oracle\JINITI~1.9\bin\JNIsharedstubs.dll
Error>WUC-20 [URLDownload.pullFile()] The stated size of the source file http://uranus:7778/forms90/webutil/d2kwut60.dll does not match that of the downloaded file C:\PROGRA~1\oracle\JINITI~1.9\bin\d2kwut60.dll
Any suggestions would be greatly appreciated!

My server: Window 2003
Oracle Form 10G
I get the follow exception in java console when using webutil:
Loading http://myhost:8889/forms90/java/f90all_jinit.jar from JAR cache
Loading http://myhost:8889/forms90/webutil/webutil.jar from JAR cache
RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
Loading http://myhost:8889/forms90/webutil/jacob.jar from JAR cache
proxyHost=null
proxyPort=0
connectMode=HTTP, native.
Forms Applet version is : 9.0.4.0
2005-Mar-09 16:48:01.140 ERROR>WUC-20 [URLDownload.pullFile()] The stated size of the source file http://myhost:8889/forms90/f90servletwebutil/jacob.dll does not match that of the downloaded file D:\PROGRA~1\Oracle\JINITI~1.17\bin\jacob.dll
2005-Mar-09 16:48:01.171 ERROR>WUC-20 [URLDownload.pullFile()] The stated size of the source file http://myhost:8889/forms90/f90servletwebutil/JNIsharedstubs.dll does not match that of the downloaded file D:\PROGRA~1\Oracle\JINITI~1.17\bin\JNIsharedstubs.dll
2005-Mar-09 16:48:01.203 ERROR>WUC-20 [URLDownload.pullFile()] The stated size of the source file http://myhost:8889/forms90/f90servletwebutil/d2kwut60.dll does not match that of the downloaded file D:\PROGRA~1\Oracle\JINITI~1.17\bin\d2kwut60.dll
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: D:\Program Files\Oracle\JInitiator 1.3.1.17\bin\jacob.dll: %1 is not a valid Win32 application
     at java.lang.ClassLoader$NativeLibrary.load(Native Method)
     at java.lang.ClassLoader.loadLibrary0(Unknown Source)
     at java.lang.ClassLoader.loadLibrary(Unknown Source)
     at java.lang.Runtime.loadLibrary0(Unknown Source)
     at java.lang.System.loadLibrary(Unknown Source)
     at com.jacob.com.Dispatch.<clinit>(Dispatch.java)
     at oracle.forms.webutil.ole.OleFunctions.create_obj(OleFunctions.java:513)
     at oracle.forms.webutil.ole.OleFunctions.getProperty(OleFunctions.java:218)
     at oracle.forms.handler.UICommon.onGet(Unknown Source)
     at oracle.forms.engine.Runform.onGetHandler(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.Window.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.run(Unknown Source)
When I open jacob.dll and other dll file downloaded in D:\Program Files\Oracle\JInitiator 1.3.1.17\bin
I see same size and same content when i open it by text editor:
<HTML>
<H1>
500 Internal Server Error
</H1>
<BODY>
<pre>
Forms Servlet Error.
Missing or invalid value for baseHTML parameter.
Please check the servlet configuration to make sure this value specifies a valid file.
</pre>
</BODY>
</HTML>
Could you help me, plz

Similar Messages

  • Webutil wuc-015 error

    Hi,
    I have been trying to run a simple form on OAS (running on 2003 server) to test webutil functions for a few days and it is giving
    the error 'WUC-015 Your form must contain the following bean for this function to be available: oracle.forms.webutil.file.FileFunctions'
    I built and compiled the form as described in the webutil documentation( I have attached webutil.pll and copied the object group to the form as a subclass) after adding the neccessary packages to the schema.
    I set ORACLE_HOME, FORMS90_PATH(pointing to /webutil/forms directory), CLASSPATH(for webutil.jar, rt.jar),WEBUTIL_CONFIG,FORMS90_BUILDER_CLASSPATH in default.env file appropriately.
    I set the virtual directories by adding
         AliasMatch ^/forms90/webutil/(..*) "c:\webutil/lib/$1"
         AliasMatch ^/forms90/f90servletwebutil/(..*) "c:\webutil/lib/$1"     to forms90.cfg
    and
         <virtual-directory virtual-path="/webutil"
              real-path="C:\webutil/lib" />     to orion-web.xml
    I added the following lines to formsweb.cfg file:
         webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
         baseHTML=c:\webutil\server\webutilbase.htm
         baseHTMLjinitiator=c:\webutil\server\webutiljini.htm
         baseHTMLjpi=c:\webutil\server\webutiljpi.htm
    I also dowloaded jacob.jar and signed both the webutil.jar and the jacob.jar as described in readme.html.
    My forms developer is 9.0.4 and db is 10g. I checked out webutil FAQ but could not solve the problem.
    Can you help, where am I making a mistake?
    Thanks in advance
    Nihal

    Dear Nihal,
    I recommend that you have a look at the following thread
    "wuc-15 form must contain the following bean"
    registered on Jul 30, 2005 2:03 AM by svetlikp
    as it sounds like the same or a similar problem that you discribe.
    Good luck!
    Randy

  • WebUtil WUC-121 (ORA-04060) Error In Windows

    Hi all,
    When I want to use WebUtil_FIle_Transfer.Client_TO_DB statement:
    Result := WebUtil_File_Transfer.Client_To_DB('c:\temp\temp.doc', 'Letters', 'Letter_Text', 'Letter_no = 1200', False, '');
    I receive ORA-04060 ("insufficient privileges to execute string") or WUC-121 ("This file transfer has been forbidden by the Adminstrator"), given that I have following setting in my WebUtil.cfg file:
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=False
    Any idea?
    Thanks in advance,
    Hamid Motahar

    The last report of this was due to the fact that the applciation server was running on Linux and the webutil.cfg file is a DOS format file with DOS CRLF at the end of each line.
    If that is the case for you, run the dos2unix command to reformat the webutil.cfg file.

  • Problem using Webutil WUC-015

    Hi there
    I've posted in MetaLink asking for help but no luck there so I'm hoping someone here may help me.
    Am testing upgrading my forms from 6i to 9iDS running with OC4J.
    I have a simple test form to which I have attached the Webutil library and object library. I installed Webutil as per the documentation and the readme. I have checked my CLASSPATH and PATH and the settings of my formsweb.cfg and default.env over and over but I cannot seem to get it to work.
    When I run the form from Form Builder and press my test button I get WUC-015 Your Form must contain the following Bean for this function to be available: oracle.forms.webutil.clientinfo.GetClientInfo.
    I can view the Webutil canvas in Form Builder and I can see the items on the block.
    The output I get from Java Console is as follows:
    Oracle JInitiator: Version 1.3.1.13
    Using JRE version 1.3.1.13-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\esther
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\esther\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    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
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://1631cap:8888/forms90/java/f90all_jinit.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 902122
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I'm getting very frustrated as I'm sure I must be missing something simple, keep searching different topics but can't seem to find the problem. Please can anyone point me in the right direction?
    Thanks in advance...

    Hi there
    Thanks for your input. I checked my orion-web.xml, it is as follows:
    <?xml version="1.0" ?>
    <!DOCTYPE orion-web-app (View Source for full doctype...)>
    - <orion-web-app deployment-version="9.0.2.0.0" jsp-cache-directory="./persistence" temporary-directory="./temp" servlet-webdir="/servlet/" autoreload-jsp-beans="true" autoreload-jsp-pages="true" default-buffer-size="2048" default-charset="iso-8859-1" development="false" directory-browsing="deny" file-modification-check-interval="1000" get-locale-from-user="false" internationalize-resources="false" jsp-print-null="true" jsp-timeout="0 (never)">
    <context-param-mapping name="configFileName">C:\OraHome1/forms90/server/formsweb.cfg</context-param-mapping>
    <virtual-directory virtual-path="/java" real-path="C:\OraHome1/forms90/java" />
    <virtual-directory virtual-path="/html" real-path="C:\OraHome1/tools/web90/html" />
    <virtual-directory virtual-path="/webutil" real-path="C:\webutil/lib" />
    <virtual-directory virtual-path="/image" real-path="C:\OraHome1/forms90/image" />
    <virtual-directory virtual-path="/jcons" real-path="C:\tardis\9i\icons" />
    <virtual-directory virtual-path="/jinitiator" real-path="C:\OraHome1/jinit" />
    <session-tracking cookies="disabled" autoencode-absolute-urls="false" autoencode-urls="true" autojoin-session="false" cookie-max-age="in memory only" />
    </orion-web-app>
    So it looks OK to me - still having the same problem. Any more suggestions?

  • WebUtil: WUC-015: Your Form must contain the following Bean.....

    I proceeded all the installation steps of WebUtil in my Oracle 9iDS 9.0.2.2
    I did also the additional installation steps (jacob.jar etc.).
    When I run the WU_TEST.FMB from forms builder, I get the error WUC-015: Your Form must contain the following Bean for this function .....
    webutil.pll is attached, webutil.olb too
    In the Java Console I can not see, that webutil.jar or jacob.jar are loaded.
    Has the signing of those files failed?
    Thanks for any hints.
    Carsten

    Check out the webutil FAQ - you should ensure you do a shift ctrl K and also ensure you set Java console logging to 5 (just type 5 in the in the console).
    Regards
    Grant Ronald
    Forms Product Management

  • SEARCHING THIS FORUM

    I would very like to search this forum.
    For example I have I tried recently the terms
    WEBUTIL
    WUC-20
    WUF-201
    and found nothing.
    What am I doing wrong?
    I have tried enclosing in double quotes and doing upper and lower case combinations.

    Angelo,
    in general thsi shoudl work. We had a problem last week with this forum which may be te reason for your problems.
    Frank

  • Wuc-015 error while trying to run wu_test webutil form.

    I keep getting the WUC-015 error in my test form and the java console states:
    Forms Applet version is : 90270
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    There are 8 bean areas in the form and that matches the 8 ClassNotFound exceptions. My default-web-access.log file states GET /forms90/java/oracle/forms/webutil/clientInfo/GetClientInfo.class HTTP/1.1" 404 188 for all of the classes in the form and I believe a 404 code is not good. I have put all files in place (jacob,webutil), signed all, loaded latest jinitiator, referenced the object in the form and the form actually runs no problem except for the beans. Everything looks good and I am completely stumped at this point.
    Here are some files I have modified that point to the java files:
    The webutil.jar and jacob.jar files are in c:\oradevel\forms90\webutil\lib.
    orion-web.xml added:
    <virtual-directory virtual-path="/webutil" real-path="c:\oradevel/forms90/webutil/lib" />
    formsweb.cfg added:
    #added for webutil functionality
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    baseHTMLjinitiator=c:\oradevel\forms90\webutil\server\webutiljini.htm
    baseHTMLjpi=c:\oradevel\forms90\webutil\server\webutiljpi.htm
    baseHTML=c:\oradevel\forms90\webutil\server\webutilbase.htm
    default.env added:
    CLASSPATH=c:\oradevel\jlib\debugger.jar;c:\oradevel\jlib\ewt3.jar:c:\oradevel\jlib\share.jar;c:\oradevel\jlib\utj90.jar;c:\oradevel\forms90\webutil\lib\webutil.jar;c:\oradevel\jdk\jre\lib\rt.jar;c:\oradevel\forms90\webutil\lib\jacob.jar
    Hope someone can help. Thanx,
    Marc Guerra
    US Magnesium
    Senior Software Developer

    Trent, let me answer you questions..
    "Why doesn't someone just please post the answer instead of passing the buck?"
    The error you report is a SYMPTOM of a underlying problem which USUALLY points to the issues documented in the FAQ. We have infact pointed you to a document that specifically outlines the POSSIBLE issues. However, you need to do some investigation - there can be many reasons why this symptom appears...I'm sorry that you think by pointing you to this that you thought we were passing the buck.
    "Your help would be greatly appreciated by myself and countless other oracle developers!" - which is exactly why we documented this in the FAQ....by posting it in the FAQ it leads people to all the common issues and is searchable on other forums as well.
    A final point - this forum is a self help group; a community of like minded people, many of who spend much valuable time helping others; if people are taking the time to help answer your questions its certainly not an indication of buck passing...they have infact gone out of their way to help..
    Hope that helps clarify and I hope the document helps solve your issues.
    Regards
    Grant ROnald
    Forms Product Management
    Trent

  • Strange behaviour in ORacle Forms Webutil 106 / Error message WUC-14 WUC-12

    This is to inform you about a strange behaviour in Webutil V1.0.6
    Hosting environment is Oracle Application Server 10.1.2.0.2 on Unix Solaris 10
    Oracle Server 10.2.0.4.0 Enterprise Edition
    Client-envionment : Windows 2000, IE 6
    I created an Forms based application which reads in certain text files into the database using
    Webutil. The data will get changed using the application with logic and lateron a different textfile
    will be transmitted using either ftp or it may be created on the client side (again with Webutil).
    This solution worked perfect for some time (a year or so) using CLIENT_TEXT_IO...
    Hoewever, during the week, I recognized users coming up with the statement that the download
    to the local client does not worked anymore in certain situations. The system is producing an error-msg
    on the Form in the following sequence :
    WUC-14 [getFromObjectCache] ...
    WUC-14 [getFromObjectCache] ...
    WUC-12 [FileFunctions.newLine()] ...
    I traced the session and traced WebUtil, was able to reproduce the problem but could not find out the source
    of it in the first place.
    Hoewever, it came out, that part of the file being created on the client is a "¿" sign : hex :$BF
    This was already part of the file being read in the first place, so the value is stored in the database.
    There is no problem when reading a file having a content like this with CLIENT_TEXT_IO but there obviously is one
    when writing it to the local client.
    The file is getting processed on the client and gets closed with CLIENT_TEXT_IO.FCLOSE.
    After the FCLOSE statement is getting processed, the above errors occurs, The length of the produced file is then : 0 bytes ^^
    Whenever facing a problem like this check the content of the file you are trying to create.
    Workaround was :
    - set workingDirectory in formsweb.cfg
    - using Forms based TEXT_IO rather than CLIENT_TEXT_IO to create the file on the backend side (Apps-server)
    - implement WEBUTIL_FILE_TRANSFER.AS_To_Client_With_Progress to download the file to the client
    In order to make it a little bit "colourful" I implemented a bean with progressbar when creating the file on the back end side
    Works perfect... and looks nice :)

    XeM wrote:
    Hi Andreas,
    install.syslib.location.client.0=webutil\syslibi found the above line over google but when i check my webutility configuration file i didn't found it there. I added this line after the line i have mentioned in previous post but this also not worked. And then i worked on changing permission over folder.
    HI XeM
    Your adding location is ok. But i suggest try something different. Change the above line to
    /* i'm confuse with the \ or / *\
    install.syslib.location.client.0=\webutil
    or
    install.syslib.location.client.0=/webutilAnd do the following work In the client
    1. Close ALL open browsers.
    2. On the client machine search all directories for webutil.*properties and delete all instances of that file.
    3. Delete d2kwut60.dll, JNIsharedstubs.dll, and jacob.dll from the JRE\bin directory.
    4. Clear the JRE jar cache. This can be done several ways, but using the Java Control Panel is likely the easiest and safest.
    Now stop the OC4J instance and start again and try at client...
    Hope this works...
    If works... please post the solutions.
    Hamid

  • Wuc-15 error in webutil in Oracle 9i forms

    The 9i form containing the webutil when run gives the following error in java console
    and
    also the wuc-15 error is diplayed in the form with FileFunctions Error

    The 9i form containing the webutil when run gives the following error in java console
    load: class oracle.forms.webutil.common.RegisterWebUtil not found.java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.     at sun.applet.AppletClassLoader.getBytes(Unknown Source)     at sun.applet.AppletClassLoader.access$100(Unknown Source)     at sun.applet.AppletClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)connectMode=HTTP, native.Forms Applet version is : 90290java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.     at sun.applet.AppletClassLoader.getBytes(Unknown Source)     at sun.applet.AppletClassLoader.access$100(Unknown Source)     at sun.applet.AppletClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClassInternal(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.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)
    and
    also the wuc-15 error is diplayed in the form with FileFunctions Error

  • WebUtil Help:WUC-015

    Hi,all.
    I have installed WebUtil and modified formsweb.cfg,default.env and orion-web.xml etc.
    But when I run WebUtil Demo I got error:
    WUC-015:You Form must contain the following Bean for this function to be available:oracle.forms.webutil.browser.BrowserFunctions.
    Please help

    here is my orion-web.xml:
    <?xml version="1.0"?>
    <!DOCTYPE orion-web-app PUBLIC "-//Evermind//DTD Orion Web Application 2.3//EN" "http://xmlns.oracle.com/ias/dtds/orion-web.dtd">
    <orion-web-app
         deployment-version="9.0.2.0.0"
         jsp-cache-directory="./persistence"
         temporary-directory="./temp"
         servlet-webdir="/servlet/"
    >
         <context-param-mapping name="configFileName">D:\Oracle9iDS/forms90/server/formsweb.cfg</context-param-mapping>
         <virtual-directory virtual-path="/html" real-path="D:\Oracle9iDS/tools/web90/html" />
         <virtual-directory virtual-path="/java" real-path="D:\Oracle9iDS/forms90/java" />
         <virtual-directory virtual-path="/jinitiator" real-path="D:\Oracle9iDS/jinit" />
         <virtual-directory virtual-path="/webutil" real-path="D:\Oracle9iDS/forms90/webutil/lib" />
         <session-tracking cookies="disabled" />
    </orion-web-app>
    ##############################3
    forms90web.cfg:
    # $Id: formsweb.cfg,v 1.23 2002/01/25 06:51:41 oraforms Exp $
    # formsweb.cfg - Forms Servlet default configuration file
    # This file defines parameter values used by the FormsServlet (f90servlet)
    # DEFAULT CONFIGURATIONS
    # These are the default settings. Any of them may be overridden in the
    # Named Configurations section. If they are not overridden, then the
    # values here will be used.
    # System Paremeters cannot be overridden in the URL. User Parameters can.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overriden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    baseHTML=base.htm
    baseHTMLjinitiator=D:\Oracle9iDS\forms90\webutil\server\webutiljini.htm
    #baseHTMLjinitiator=basejini.htm
    baseHTMLjpi=basejpi.htm
    baseHTMLie=baseie.htm
    HTMLdelimiter=%
    # WorkingDirectory defaults to <oracle_home>/forms90 if unset.
    workingDirectory=
    envFile=default.env
    # The next parameter specifies how to execute the Forms applet under
    # Microsoft Internet Explorer 5.x. Put IE=native if you want the
    # Forms applet to run in the browser's native JVM.
    IE=JInitiator
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/servlet/f90servlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    # 1) Runform arguments:
    form=test.fmx
    userid=
    # These settings support running and debugging a form from the Builder:
    otherparams=debug=%debug% buffer_records=%buffer% debug_messages=%debug_messages% array=%array% query_only=%query_only% quiet=%quiet% render=%render% host=%host% port=%port% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    debug=no
    buffer=no
    debug_messages=no
    array=no
    query_only=no
    quiet=yes
    render=no
    host=
    port=
    record=
    tracegroup=
    log=
    term=
    # 2) HTML page title, attributes for the BODY tag, and HTML to add before and
    # after the form:
    pageTitle=Oracle9iAS Forms Services
    HTMLbodyAttrs=
    HTMLbeforeForm=
    HTMLafterForm=
    # 3) Values for the Forms applet parameters:
    serverURL=/forms90/l90servlet
    codebase=/forms90/java
    imageBase=DocumentBase
    ##<michael wang>
    width =100%
    height =100%
    separateFrame=false
    splashScreen=
    background=
    lookAndFeel=Oracle
    colorScheme=teal
    logo=
    formsMessageListener=
    recordFileName=
    serverApp=default
    # The following archive settings are for
    # archive_jini - settings for JInitiator
    # archive_ie - settings for IE native JVM
    # archive - settings for all other cases (Java Plugin, Appletviewer, etc)
    archive_jini=f90all_jinit.jar
    archive_ie=f90all.cab
    archive=f90all.jar
    ##<michael wang> for WebUtil
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    # Number of times client should retry if a network failure occurs. Only
    # change after having read the documentation.
    networkRetries=0
    # 4) Parameters for JInitiator (used with Windows clients)
    # Page displayed to Netscape users to allow them to download JInitiator.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms90/jinitiator/us/jinit_download.htm
    # Parameters related to the version of JInitiator.
    jinit_classid=clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF
    jinit_exename=jinit.exe#Version=1,3,1,9
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.9
    # 5) Parameters for the Java Plugin (used with non-Windows clients)
    # Page displayed to users to allow them to download the JPI
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/plugin/1.3/plugin-install.html
    # Parameters related to the version of the Java Plugin
    jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
    jpi_codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0
    jpi_mimetype=application/x-java-applet;version=1.3
    # 6) EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # 6) OID Config parameters (for Single Sign-On)
    oid_formsid=%OID_FORMSID%
    oracle_home=D:\Oracle9iDS
    # NAMED CONFIGURATIONS
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/servlet/f90servlet?config=sepwin".
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example 2: configuration affecting users of MicroSoft Internet Explorer 5.x.
    # Forms applet will run under the browser's native JVM rather than
    # using Oracle JInitiator.
    [ienative]
    IE=native
    # Example 3: configuration forcing use of the Java Plugin in all cases
    # (even if the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    baseHTMLie=basejpi.htm
    # Example 4: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file)
    [debug]
    serverURL=/servlet/l90servlet/debug
    [webutil]
    pageTitle=Oracle9iAS Forms Services - WebUtil
    webUtilArchive=webutil.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    #baseHTMLjinitiator=D:\Oracle9iDS\forms90\webutil\server\webutiljini.htm
    archive_jini=f90all_jinit.jar
    archive=f90all.jar
    lookAndFeel=oracle
    envFile=webutil.env
    forms90.conf
    # $Id: forms90.conf,v 1.8 2002/03/01 01:11:53 pkuhn Exp $
    # Name
    # forms90.conf
    # Purpose
    # Apache mod_oc4j and mod_jserv configuration file for Forms 9i Services.
    # This file should be included into the Oracle Apache HTTP Listener
    # configuration file (typically by adding an include statement to the
    # oracle_apache.conf file)
    # Remarks
    # If Forms is to be used with JServ, the jserv.properties file needs editing
    # to add the "forms90" servlet zone with properties file forms90.properties
    # Notes
    # Virtual paths: We use AliasMatch when defining virtual paths for
    # security reasons (prevents directory browsing).
    # Virtual path mapping for Forms Java jar and class files (codebase)
    AliasMatch ^/forms90/java/(..*) "D:\Oracle9iDS/forms90/java/$1"
    # Virtual path for JInitiator downloadable executable and download page
    AliasMatch ^/forms90/jinitiator/(..*) "D:\Oracle9iDS/jinit/$1"
    # Virtual path for runform.htm (used to run a form for testing purposes)
    AliasMatch ^/forms90/html/(..*) "D:\Oracle9iDS/tools/web90/html/$1"
    #<michael wang>
    AliasMatch ^/forms90/webutil/(..*) "D:\Oracle9iDS/forms90/webutil/lib/$1"
    #<michael wang>
    # Configuration for JServ (if mod_jserv.c is available and not mod_oc4j.c)
    <IfModule mod_jserv.c>
    # Only configure for JServ if mod_oc4j is NOT available:
    <IfModule !mod_oc4j.c>
    # Virtual path mapping for FormsServlet and ListenerServlet.
    # Purpose: paths to invoke the servlets should be /forms90/f90servlet
    # and /forms90/l90servlet respectively.
    # We map f90servlet to servlet.if90, and l90servlet to servlet.ifl90.
    # The apJServAction directives (below) will then remap those.
    AliasMatch ^/forms90/f90servlet(.*) "/servlet.if90"
    AliasMatch ^/forms90/l90servlet(.*) "/servlet.ifl90"
    ApJServMount /forms90/servlet /forms90
    # Let the servlets be called by file extension (e.g /servlet.if90)
    ApJServAction .if90 /forms90/servlet/f90servlet
    ApJServAction .ifl90 /forms90/servlet/l90servlet
    # Prevent access to the Forms Servlets by paths other than
    # /forms90/f90servlet and /forms90/l90servlet.
    # 1. Prevent access via the .if90 and .ifl90 file extensions:
    <LocationMatch ^.*\.if.*90>
    order deny,allow
    deny from all
    </LocationMatch>
    # 2. Stop access by class (by paths like
    # /forms90/servlet/oracle.forms.servlet.FormsServlet)
    <LocationMatch ^/forms90/servlet/oracle\.forms.*>
    order deny,allow
    deny from all
    </LocationMatch>
    </IfModule>
    </IfModule>
    # Config. for OC4J
    <IfModule mod_oc4j.c>
    Oc4jMount /forms90 OC4J_BI_Forms
    Oc4jMount /forms90/f90servlet OC4J_BI_Forms
    Oc4jMount /forms90/f90servlet/* OC4J_BI_Forms
    Oc4jMount /forms90/l90servlet OC4J_BI_Forms
    Oc4jMount /forms90/l90servlet/* OC4J_BI_Forms
    </IfModule>
    ########################3
    webutil.cfg
    # webutil.cfg - WebUtil default configuration file
    # This file provides all of the configuration settings
    # for webutil. These are divided into the following
    # sections:
    # 1. Logging Options
    # 2. Installation Options
    # 3. FileUpload and Download Options
    # 4. Untranslatable Strings
    # 5. Translatable Strings
    # 1. Server Side Logging Options for logging errors and log messages
    # You must set Enabled to true to allow mid tier logging without this
    # mid tier logging will not take place no matter what PL/SQL or URL
    # options are supplied to switch it on
    # Once logging is enabled the other settings come into play
    # Details
    # file : Defines the file name and location of the log file.
    # Note that WebUtil does no log file management you may
    # need to manually clean this file up from time to time
    # enabled : Can be TRUE or FALSE
    # errorsonly : Can be TRUE or FALSE setting to true will ensure that
    # only errors and not normal informational log messages
    # are written to the log file
    # For product use this would normally be set to TRUE
    # connections: Can be TRUE or FALSE setting to true will cause each connection
    # from a form using WebUtil to write into the log as it sets up.
    logging.file=
    logging.enabled=FALSE
    logging.errorsonly=FALSE
    logging.connections=FALSE
    # 2. Installation Options
    # WebUtil needs to download some files to the client in order to perform
    # certain integration operations such as OLE or Registry Access
    # These files are downloaded the first time that you access one of the
    # functions than needs them
    # You have to define the location of these files on the server
    # Details
    # syslib.location: The vitual path to the directory holding the
    # the webutil library files on the server side
    # this must either be an absolute URL or a url
    # URL that is relative to the documentbase
    # syslib.<os>.<package>.<n>: The name(s) of the libraries required for particular
    # webutil beans
    # The format of this is name|size|version|showDownloadDialog
    # multiple libraries can be downloaded per package but
    # ensure that the <n> values are consecutive and start at 1
    install.syslib.location=/webutil
    ## Do not change the following lines unless instructed to do so
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    ## But you can add your own libraries in here
    #install.syslib.0.user.1=testwebutil.dll|204872|1.0|true
    # 3. Upload / Download options
    # For the file upload and download options you can define the default
    # locations on the server that webutil can use as a work area
    # Optionally you can switch upload and download off
    # Details
    # transfer.database.enabled: Can be TRUE or FALSE - allows you to disable
    # upload and download direct from the database
    # server.
    # transfer.appsrv.enabled: Can be TRUE or FALSE - allows you to disable
    # upload and download direct from the application
    # server.
    # transfer.appsrv.workAreaRoot: The root of the location in which WebUtil can
    # store temporary files uploaded from the client.
    # This location is always readable and writable
    # no matter what the settings in appsrv.read and
    # appsrv.write are.
    # This setting is required if you need the
    # Client side READ /WRITE_IMAGE_FILE procs
    # transfer.appsrv.accessControl:Can be TRUE or FALSE - allows you to indicate
    # that uploads and downloads can only occur from
    # the directories named in the
    # transfer.appsrv.read.n and transfer.appsrv.write.n
    # entries and their subdirecories. If this setting
    # is FALSE transfers can happen anywhere.
    # transfer.appsrv.read.<n>: List of directory names that downloads can read
    # from.
    # transfer.appsrv.write.<n>: List of directory names that uploads can write
    # to.
    #NOTE: By default the file transfer is disabled as a security measure
    transfer.database.enabled=FALSE
    transfer.appsrv.enabled=FALSE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=TRUE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\temp
    # 4. Untranslatable Strings
    # These errors can happen early in the initialisation process before we
    # have the client locale information to use to detect the correct
    # language version for the error
    EN.msg.error.error008=WUC-008: Server side logging was requested but no log file was specified - logging is disabled
    # 5. Translatable Strings
    # The following properties represent Strings displayed in various server
    # side error messages
    # They are available here to allow customisation
    # Messages are in the Format "<countrycode>.msg.key
    # The message reading code picks up the country code automatically from the
    # client. If the required country code cannot be found then the english (EN)
    # message is displayed as a default.
    # You may alter the EN versions of each key, but do not remove them!
    # General Dialog titles
    EN.msg.install.progress.title=WebUtil Install
    EN.msg.install.progress.subtitle=Downloading required libraries; Please wait...
    EN.msg.errordialog.title=WebUtil Error
    # App Server side errors
    EN.msg.error.error007=WUC-007: Unable to write to WebUtil logging file
    EN.msg.error.error015=WUC-015: Your Form must contain the following Bean for this function to be available:
    EN.msg.error.error408=WUH-408: The WebUtil Client code sent back a bad Process ID - Please report this error
    EN.msg.error.error110=WUT-110: Database LOB is of zero length
    EN.msg.error.error111=WUT-111: Database LOB is un-initialised
    EN.msg.error.error112=WUT-112: Invalid open mode for Blob. Value should be W or R
    EN.msg.error.error113=WUT-113: Too many rows match the supplied where clause
    EN.msg.error.error114=WUT-114: SQL Error
    EN.msg.error.error115=WUT-115: Checksum Failed
    EN.msg.error.error116=WUT-116: Transfer already in progress
    EN.msg.error.error117=WUT-117: Application Server file name cannot be null
    EN.msg.error.error118=WUT-118: Application Server file does not exist or is of zero length
    EN.msg.error.error119=WUT-119: Error reading data from Application Server file
    EN.msg.error.error120=WUT-120: Zero bytes read from Application Server file
    EN.msg.error.error121=WUT-121: This file transfer has been forbidden by the Adminstrator
    EN.msg.error.error122=WUT-122: Java Functions are not available on the Appliciation Server
    EN.msg.error.error123=WUT-123: The webutil.jar file cannot be found on the Appliciation Server Classpath - Some file transfer functions will not work.
    EN.msg.error.error124=WUT-124: Unable write data on the application server
    EN.msg.error.error125=WUT-125: Checksum error closing file on application server
    EN.msg.error.error126=WUT-126: Error closing application server file
    EN.msg.error.error127=WUT-127: Unable to create workarea
    EN.msg.error.error128=WUT-128: Exception creating workarea
    #German versions of the Dialog Titles
    DE.msg.install.progress.title=WebUtil Installation
    DE.msg.install.progress.subtitle=Ben�tigte Bibliotheken werden geladen; Bitte warten ...
    DE.msg.errordialog.title=WebUtil Fehler
    #German versions of the Errors
    DE.msg.error.error007=WUC-007: Kann nicht auf die WebUtil Log Datei zugreifen
    DE.msg.error.error015=WUC-015: Folgende Bean muss in der Form enthalten sein um diese Funktion zu nutzen:
    DE.msg.error.error408=WUH-408: Der WebUtil Client Code hat eine ung�ltige Prozess ID zur�ckgegeben - Bitte melden Sie diesen Fehler
    DE.msg.error.error110=WUT-110: Datenbank LOB hat eine L�nge von Null
    DE.msg.error.error111=WUT-111: Datenbank LOB ist nicht initialisiert
    DE.msg.error.error112=WUT-112: Ung�ltiger Modus zum �ffnen eines Blobs. Wert muss W oder R sein
    DE.msg.error.error113=WUT-113: Zu viele Reihen entsprechen der angegebenen Bedingung
    DE.msg.error.error114=WUT-114: SQL Fehler
    DE.msg.error.error115=WUT-115: Checksummen Fehler
    DE.msg.error.error116=WUT-116: �bertragung erfolgt bereits
    DE.msg.error.error117=WUT-117: Ein g�ltiger Dateiname auf dem Applikation Server ist erforderlich
    DE.msg.error.error118=WUT-118: Datei auf dem Applikation Server fehlt oder hat eine L�nge von Null
    DE.msg.error.error119=WUT-119: Fehler beim Lesen der Datei auf dem Applikations Server
    DE.msg.error.error120=WUT-120: Es konnte kein Byte vom Applikation Server gelesen werden
    DE.msg.error.error121=WUT-121: Die �bertragung dieser Datei wurde vom Administrator unterbunden
    DE.msg.error.error122=WUT-122: Java Funktionen sind auf dem Applikations Server nicht verf�gbar
    DE.msg.error.error123=WUT-123: Die Datei webutil.jar befindet sich nicht im CLASSPATH des Applikations Servers - Einige Datei�bertragungsfunktionen stehen somit nicht zur Verf�gung
    DE.msg.error.error124=WUT-124: Es konnte nicht schreibend auf den Applikations Server zugegriffen werden
    DE.msg.error.error125=WUT-125: Checksummen Fehler beim Schlie�en der Datei auf dem Applikations Server
    DE.msg.error.error126=WUT-126: Fehler beim Schlie�en der Datei auf dem Applikations Server
    DE.msg.error.error127=WUT-127: Der Arbeitsbereich konnte nicht erstellt werden
    DE.msg.error.error128=WUT-128: Ausnahmefehler beim Erstellen des Arbeitsbereiches
    #French versions of the Dialog Titles
    FR.msg.install.progress.title=WebUtil Installation
    FR.msg.install.progress.subtitle=Ben�tigte Bibliotheken werden geladen; Bitte warten ...
    FR.msg.errordialog.title=WebUtil Fehler
    #French versions of the Errors
    FR.msg.error.error007=WUC-007: Ecriture impossible dans le fichier de log WebUtil
    FR.msg.error.error015=WUC-015: Votre forme doit contenir le Bean suivant pour que cette fonction soit disponible:
    FR.msg.error.error408=WUH-408: Le client Webutil a renvoy?un numero de process erron?- Contactez votre administrateur
    FR.msg.error.error110=WUT-110: LOB dans la base de donn�es a une longueur de zero
    FR.msg.error.error111=WUT-111: LOB dans la base de donn�es n'est pas initialis?
    FR.msg.error.error112=WUT-112: Mode d'ouverture invalide pour un BLOB. La valeur doit �tre W ou R
    FR.msg.error.error113=WUT-113: Trop de lignes renvoy�es pour cette clause where
    FR.msg.error.error114=WUT-114: Erreur SQL
    FR.msg.error.error115=WUT-115: Echec du Checksum
    FR.msg.error.error116=WUT-116: Transfer d�j?en progr�s
    FR.msg.error.error117=WUT-117: Le nom du fichier sur le serveur d'application ne peut �tre null
    FR.msg.error.error118=WUT-118: Le nom du fichier sur le serveur d'application n'existe pas ou a une taille de zero
    FR.msg.error.error119=WUT-119: Erreur en lecture des donn�es provenant du fichier sur le serveur d'application
    FR.msg.error.error120=WUT-120: Zero bytes lu ?partir du fichier sur le serveur d'application
    FR.msg.error.error121=WUT-121: Ce transfert de fichier est interdit par l'administrateur
    FR.msg.error.error122=WUT-122: Java Fonctions non disponibles sur le serveur d'application
    FR.msg.error.error123=WUT-123: Le fichier webutil.jar n'est pas present dans le Classpath du serveur d'application - Certaines fonctions de transfert de fichiers ne fonctioneront pas
    FR.msg.error.error124=WUT-124: Impossible d'�crire sur le serveur d'application
    FR.msg.error.error125=WUT-125: Erreur de Checksum en fermant le fichier sur le serveur d'application
    FR.msg.error.error126=WUT-126: Erreur pendant la fermeture du fichier sur le serveur d'application
    FR.msg.error.error127=WUT-127: Creation de la Workarea impossible
    FR.msg.error.error128=WUT-128: Exception pendant la creation de la workarea
    webutil.env
    #A sample .ENV file for use with WebUtil note the following important Points:
    # 1. The webutil.jar file is in the classpath so that the upload to app server will work
    # 2. The FORMS90_PATH includes the directory which holds the webutil.pll
    # 3. The WEBUTIL_CONFIG parameter is defined to point at the webutil.cfg file
    # !! If you re-use this env file then rememeber to change the paths !!
    ORACLE_HOME=D:\Oracle9iDS
    FORMS90_PATH=D:\Oracle9iDS\forms90\webutil\forms
    CLASSPATH=D:\Oracle9i\jlib\debugger.jar;D:\Oracle9i\jlib\ewt3.jar:D:\Oracle9i\jlib\share.jar;D:\Oracle9i\jlib\utj90.jar;D:\Oracle9i\jdk\jre\lib\rt.jar;D:\Oracle9iDS\forms90\webutil\lib\webutil.jar
    WEBUTIL_CONFIG=D:\Oracle9iDS\forms90\webutil\server\webutil.cfg
    I've double checked my configuration many times.
    but the error WUC-015 still exist, and the webutil-demo
    failed to run.

  • WUC-015 (WEBUTIL inits in simple form, not busy form, except from button)

    A busy form always gets a WUC-015 when first touching a WEBUTIL function via a timer. It does not matter how long the timer is set for. A simple form with the WEBUTIL setup works when initialized from a timer. The busy form has no problems if the first time I touch the WEBUTIL functions is behind a button. I have tried shuffling the WEBUTIL block around but without effect. I even tried trapping the error and retrying with no joy.
    Is there a sure-fire way to initalize at startup without getting this error?
    Message was edited by:
    ow000412

    SOLVED!
    I had Form A doing a OPEN_FORM with NO_ACTIVATE on Form B. Form B had a WEBUTIL (first) reference in a timer (to allow (I read) Webutil beans to initialize). Although Form B's W-N-F-I fired, and the timers were lauched, WEBUTIL would not initialize completey unless it had focus! So changing the OPEN_FORM to be ACTIVATE seems to do the trick. [Duncan is this a bug?]

  • WUC-20 errors openning form using webutil

    We have configured several forms to use Webutil. We have moved a Windows 9iAS deployment to Linux. When running under linux we get WUC-20 errors for files jacob.dll, d2kwutil.dll and JNIsharedstubs.dll. I wondered if the file sizes were slightly changed by moving them to linux. Checking the size with 'ls -l' verifies that they are the same as in the webutil.cfg file.
    Any suggestions to resolve this?

    Thanks for the reply.
    I believe I have delt with the CRLF characters and have done so again and rechecked.
    I have run the application on a pc without a Jinitiator install and have found the three dlls do not appear to be downloading properly so that I have the three files showing as 1KB in C:\program files\oracle\jinitiator 1.3.1.9\bin.
    Any advice would be much appreciated.

  • WEBUTIL  Error WUC-15: "Your Form must contain the following Bean ...

    Dear Colleague,
    Up until now, I have installed WebUtil in my DEV environment (Designer Suite) and successfully used it to develop and run a form called DOCU_MGMT.fmx that performs various document management tasks like:
    1. File Upload into a DB BLOB column
    2. File Download and display
    3. Full text search (via Oracle Text) etc.
    In the meantime, I installed WebUtil in my TEST environment (Application Server) and successfully started the DOCU_MGMT.fmx form. However, when I press the button that executes the webutil_file_transfer.DB_To_Client function, I get the "WUC-15" error message, namely:
         "WUC-15 Your Form must contain the following Bean for this function to be available.
    oracle.forms.webutil.file.FileFunctions"
    According to the error message guide:
    "WUC-15 Your Form must contain the following Bean for this function to be available."
    Description: WebUtil uses Bean areas to carry out client side functionality and these must be present.
    Resolution: Drag the WEBUTIL object group into your Form.
    But this form was compiled with the WEBUTIL pll attached and the WEBUTIL object group subclassed into it.
    Any ideas or tips on the problem and how I should proceed? Any support would be appreciated.
    Thanks and best regards,
    Randy

    I am facing the same problem...
    Please help me out with this problem .it’s urgent
    Requirment:- I have to display open_dialog box.
    Software:-Oracle10g suite
    Formweb.cfg
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    default.env
    WEBUTIL_CONFIG=D:\DevSuiteHome_1\forms\server\webutil.cgf
    CLASSPATH=D:\DevSuiteHome_1\j2ee\OC4J_BI_Forms\applications\formsapp\formsweb\WEB-INF\lib\frmsrv.jar;D:\DevSuiteHome_1\jlib\repository.jar;D:\DevSuiteHome_1\jlib\ldapjclnt10.jar;D:\DevSuiteHome_1\jlib\debugger.jar;D:\DevSuiteHome_1\jlib\ewt3.jar;D:\DevSuiteHome_1\jlib\share.jar;D:\DevSuiteHome_1\jlib\utj.jar;D:\DevSuiteHome_1\jlib\zrclient.jar;D:\DevSuiteHome_1\reports\jlib\rwrun.jar;D:\DevSuiteHome_1\forms\java\frmwebutil.jar;D:\DevSuiteHome_1\forms\java\jocab.jar
    Form Code
    declare
    x varchar(234);
    begin
    x:= WEBUTIL_FILE.FILE_OPEN_DIALOG ( 'c:\', '*.*', '|All files|*.*|', 'My Open Window' ) ;
    end;
    Compilation no Error. Error while running the form…Java Console say’s
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\perwaiz
    User has overriden browser's proxy settings.
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\perwaiz\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    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
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://biju-nxg.wjtowell.com:8890/forms/java/frmall_jinit.jar from JAR cache
    Loading http://biju-nxg.wjtowell.com:8890/forms/java/my_icons.jar from JAR cache
    Loading http://biju-nxg.wjtowell.com:8890/forms/java/frmwebutil.jar from JAR cache
    java.io.FileNotFoundException: File not found: http://biju-nxg.wjtowell.com:8890/forms/java/jacob.jar
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
    at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)
    at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)
    at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)
    at oracle.jre.protocol.jar.JarCache.get(Unknown Source)
    at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
    at sun.misc.URLClassPath$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getResource(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at oracle.ewt.util.FocusUtils.<clinit>(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.<clinit>(Unknown Source)
    at oracle.ewt.laf.oracle.OracleLookAndFeel._initCommonFixedDefaults(Unknown Source)
    at oracle.ewt.laf.oracle.OracleLookAndFeel._getCommonDefaults(Unknown Source)
    at oracle.ewt.laf.oracle.OracleLookAndFeel._getIndexedDefaults(Unknown Source)
    at oracle.ewt.laf.oracle.OracleLookAndFeel.getDefaults(Unknown Source)
    at oracle.ewt.lwAWT.BufferedApplet.getUIDefaults(Unknown Source)
    at oracle.ewt.lwAWT.BufferedApplet.<init>(Unknown Source)
    at oracle.ewt.swing.JBufferedApplet.<init>(Unknown Source)
    at oracle.forms.engine.Main.<init>(Unknown Source)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache http://biju-nxg.wjtowell.com:8890/forms/java/jacob.jar
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.NoClassDefFoundError: com/jacob/com/ComException
    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.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Thanks

  • Webutil error WUC-20 when running

    Hi ,
    I've added the webutil utility to my application and in some client pc's I receive the WUC-20 (web utils dll's are diferent in the jinitiator and in the server )error when starting the application. We have tried copying the server's dll's to the jinitiator\bin folder but it seem like everitime i start that application it downloads these files (jacob.dll,JNIsharedstubs.dll,d2kwut60.dll) of 1KB size. Our browser is IE5.0, has somebody got any ideas of what could be the problem?
    Thanks in advance.

    Have a look in the 1k file that does get downloaded - you will probably find that you have incorrectly defined your
    install.syslib.location, and this cannot be found as a virtual directory on the server and/or the virtual directory exists but the config file is in the wrong format for your O/S (may apply if your app server is unix)

  • WUC-5 No WebUtil Configuration File specified

    Hello
    In my Company, we use to use Oracle 6i as Forms and Oracle 8i as Database but we look forward to migrate to Oracle 9i (Database & Forms).
    The migration was done successfully but I need to get some Client information, so I have found the WebUtil Utility.
    I have read the document "WebUtil Familiarisation Manual" and I have applied it step by step but there is one problem, I could not set the following variables:
    baseHTMLjpi=c:\webutil\server\webutiljpi.htm
    and
    baseHTML=c:\webutil\server\webutilbase.htm
    And this is because I simply did not found these files in this location that I had installed from "webutil_102.zip" or in any other location on the server.
    So I skipped this step and I continued. The rest was done successfully.
    At the runtime of my form and when I have executed one of WebUtil functions the error WUC-5 appears.
    Checked points:
    - The webutil.pll is attached correctly as well as webutil.olb is subclassed correctly.
    - In oracle/forms90/server/formsweb.cfg, there are some variables that I have to set like:
    a- webutilarchive=/forms90/webutil/webutil.jar (webutil.jar is found and webutil is a virtual directory that maps onto c:\webutil\lib)
    b- basehtmljinitiatior=c:\webutil\server\webutiljini.htm
    (This file is found)
    - All the steps are successfully done except the settings of the two variables mentioned below
    Research made:
    I have downloaded the "WU_test.fmb" from this site for testing. At runtime, an error is occurred:
    "FRM-47023: No such parameter named WEBUTILCONFIG exists in form WU_TEST."
    So I putted "OK" and then the error WUC-5 appears also.
    It is definitely from the configuration of the WebUtil in formsweb.cfg because as I have read in the Manual the declaration of the variables BaseHTMLjpi and BaseHTML is required
    Hoping u answer me very soon, it is really urgent.
    Thanks

    Hello
    I have found the jdk directory and I have set the parameter JDK_HOME in signer.properties with the path of the jdk directory.
    At runtime of the form WU_TEST, the "Jinitiator security warning" appears, so i have putted "Grant always". The form appears with the error below:
    FRM-47023: No such parameter named WebUtilConfig exits in form WU_TEST
    I’ve putted ok and another error appears:
    WUC-5: No WebUtil Configuration File specified
    I’ve putted ok and another error appears:
    FRM-40105: Unable to resolve reference to item Parameter.WebUtilConfig
    I’ve putted ok and another error appears:
    FRM-40735: When-Custom-item-event trigger raised unhandled exception ORA-06503
    I’ve putted ok and the first 3 errors reappear.
    When I’ve pressed the button "Get Client info" in the form WU_TEST, the first 3 errors reappears but the 2 items (User Name and IP Address) are filled with values.
    Thanks for helping me and telling me what to do next

Maybe you are looking for

  • Free Goods configuration

    Dear SAP Gurus, I am struck, please help me out...... I have a scenario where we are having scheme of 11+1 means if a customers buys a product whose quantity is 11 then 1 item will be given free to him, but the tax will be charged on base value of pr

  • Why am I having trouble saving images consistently with Photoshop 5

    I have been trying to save images from one file to a final modified one.  Two problems:  1) Some images are unedited and save sometimes but not always.  Why?    2) Some are a combination of an original plus a transformed close-up from another image. 

  • Cannot distinguish between left and right sounds IN EARPHONES. Please help!!

    when i connect my earphone, i cannot distinguish between left and right sounds (which gives a plesant effect); both left and right sounds are same. Earlier it use to work fine. I realised about this problem when an app-3D audio illusion was was not g

  • Re-sizing flash (.SWF) file in Dreamweaver?

    Hi there, I was wondering if their is a way to actually re-size a .swf in Dreamweaver. When my site is published online it takes approx 1 minute to load the first page. Stupid question but this is my first flash web site, so please bare with me. When

  • Can you have more than one product on an apple account

    Can I have both my iPhone and an iPod on my apple account or do I need separate accounts for both items? Help!! I am very new to apple products