Problems using WEBUTIL

Hi, friends:
i've configured de WEBUTIL and i've used it within a form, but when i deploy the form Java console shows:
JInitiator: Versión 1.3.1.9
Usar versión JRE 1.3.1.9 Java HotSpot(TM) Client VM
Directorio local del usuario = C:\Documents and Settings\Jconde
Configuración del delegado: Configuración manual
Delegado: 190.0.0.3:9090
Alteraciones del delegado: www.opencard.com,aortega.opencard2001.com,primaryserver.OPENCARD,<local>
JAR cache enabled
Location: C:\Documents and Settings\Jconde\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://www.opencard.com:8888/forms90/webutil/webutil.jar from JAR cache
Loading http://www.opencard.com:8888/forms90/java/f90all_jinit.jar from JAR cache
RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
connectMode=HTTP, native.
La versión del applet Forms es: 902110
Exception occurred during event dispatching:
java.lang.NoClassDefFoundError: com/jacob/com/ComFailException
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Unknown Source)
     at oracle.forms.handler.UICommon.instantiate(Unknown Source)
     at oracle.forms.handler.UICommon.onCreate(Unknown Source)
     at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
     at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
     at oracle.forms.engine.Runform.processMessage(Unknown Source)
     at oracle.forms.engine.Runform.processSet(Unknown Source)
     at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
     at oracle.forms.engine.Runform.onMessage(Unknown Source)
     at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
     at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
     at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
     at java.awt.Component.dispatchEventImpl(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.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)
Could you help nme,please? Thanks

Read the Readme.html file for information on how to install the Jacob code that you need for OLE integration

Similar Messages

  • Mailing problem using webutil

    hi all,
    i am using oracle 10g forms and i have a problem in mailing using webutil and it the code seesm to be hanging at CLIENT_OLE2.create_obj('Outlook.Application'); and doesnt seems to be moving forward after this point. there seems to be no problem with my webutil since all the other code is working fine in differnt forms.
    many thanks in advance
    Regards,
    RBL.

    hi Sarah,
    Thanks for the quick response! :) well i did finally managed to get the error details. PFB
    java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jacob)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkLink(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at com.jacob.com.Dispatch.<clinit>(Dispatch.java:537)
         at oracle.forms.webutil.ole.OleFunctions.create_obj(Unknown Source)
         at oracle.forms.webutil.ole.OleFunctions.getProperty(Unknown Source)
         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.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)
    looks like a Jacob.jar issue... i think.
    please confirm. also please let me know what can be done for this?
    Best Regards,
    RBL

  • Problem using webutil bean and synchronize.

    'lo,
    I go an unsolvable (for me ) problem in a form using webutil.
    Cause i need to do a synchronize at the end of when_new_form_instance trigger,
    and this seems to desactivate (or better pass throught activation) webutil beans.
    Then when i try use webutil it says bean not found.
    If i dunot do the synchronize, work well.
    Do someone got idee ?
    Tk

    The webutils beans are not usable from the when-new-forms-instance trigger as you have discovered.
    The usual workaround is to create a timer that is fired at the end of the w-n-f-i and the webutil code is placed in/called from the when-timer-expired trigger. If you already have timers, you need to detect which one you need.

  • Strange problem using webutil "WEBUTIL_CLIENTINFO.GET_HOST_NAME"

    in a form in with a use (and work fine) some function of webutil (like client_get_file_name etc) i have try to use this function :
    :B0.HOST_NAME := WEBUTIL_CLIENTINFO.GET_HOST_NAME;
    where b0.host_name is a char filed of 256.
    when i try to execute this forms dons not work this lasty function and appear this error :
    wuc-015 your form must contain the following BEAN : getclient info ???
    i don't understan why ??
    in the same form all other function of webutil works fine, only this ??
    a solution ???

    I've got it
    quotation from the Webutil install guide:
    the Form has instantiated the WebUtil PJCs. This means that you cannot call WebUtil
    functions before the Forms UI is rendered. This would include triggers such as PREFORM,
    WHEN-NEW-FORM-INSTANCE and WHEN-NEW-BLOCK-INSTANCE for
    the first block in the Form.
    Likewise you cannot call functions after the UI has been destroyed for instance in POSTFORM.
    If you do need to use WebUtil at Forms startup, it is recommended that you create a timer
    with a short duration (say 1ms) in your When-New-Form-Instance trigger, then make the
    WebUtil call in a When-Timer-Expired trigger.
    Francois

  • 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?

  • Problem running reports using webutil in Forms 10g

    This is about 3 dll files related to webutil functionality in forms 10g
    d2kwut60.dll
    jacob.dll
    JNIsharedstubs.dll
    I am running report which is using webutil functionality. So when I try to run report, our application server try to download above dlls to my local machine on path C:\Program Files\Java\jre6\bin
    Due to security policy, our company doesn't allow write access to folder C:\Program Files\Java\jre6\bin and hence report is failing to run.
    We need solution for this issue so that we should be able to run report successfully?
    Details as below:
    Application server : Forms 10g - 10.1.2.3 ( Using Sun jre and not jinitiator). We do not want to use jinitiator
    Browser - IE8

    Curious, typically Java will store these "temporary" files in the cache not in the BIN directory. Unfortunately, the only way I know to change the location of the CACHE (temporary files) directory is through the Java Control Panel applet. Open the Control Panel and start the Java Control Panel. On the General tab click the Settings... button in the Temporary Internet Files section. In the Location section - click the Change button which will bring up a "Temporary Files Location" dialog box. Simply navigate to a directory that your security policy will allow files to be written too.
    The ideal solution would be to push this type of change out to all of your users rather than have to manually change each workstation. I don't know if there is a way to push this change out, but you can check the Java website for more information.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Open bat file on client machine using webutil

    Hi all.
    I'm on devsuite 10g.
    I want to run a bat file on client machine using client_host function of webutil.
    I have tried first to execute the bat file with mouse double-click in order to check if it is ok, and it works.
    Now I want to execute this file from my form using webutil.
    Here is my code:
    --> with this code I select a file from client machine
    Declare
         LC$Fichier Varchar2(1000):=null ;
         PC$Filtre Varchar2(2000) := '|All files|*.*|' ;
    Begin
         LC$Fichier := WEBUTIL_FILE.FILE_OPEN_DIALOG
         null,
         PC$Filtre,
         'Seleziona un file da caricare'
    If LC$Fichier is not null Then
    :output.apri_file := LC$Fichier ;
    End if ;
    End ;
    --> with this code I execute the file that I have opened
    declare
         cmd varchar2(30000) := null;
    BEGIN
         Cmd := 'cmd /c start "" "' || :output.apri_file || '"' ;
    CLIENT_HOST(cmd);
    END;
    When I execute my form I have this error:
    Exception in thread "main" java.lang.NoClassDefFoundError: ....folder of file opened.
    Can anyone help me to solve this problem??
    Thanks in advance,
    Fabrizio

    Fabrizio Delli Priscoli wrote:
    Hi Tony.
    I have tried to run my bat file with double-click and everything is OK.
    When you say the DOS window opens for few second, is your batch file being executed?? did you see the results??
    The answer in NO for both of your questions.
    If I try to drag and drop the file I have error.
    How can I attach an image to this post, so that you can see the error??
    Thanks,
    FabrizioThis seems like a directory or OS level permission issue on the batch file, What is the error you got when you tried drag and drop the batch file in an DOS window???
    I think you need to upload the image to a site and use the markup for the image, include the full URL of the uploaded file between ! (exclamation marks) something like ! http://../post.gif ! without the spaces.
    Tony
    Edited by: Tony Garabedian on Sep 4, 2008 12:30 PM

  • File Transfer From Unix server to Windows Client System Using WebUtil

    Hi all,
    I want to Transfer a File from Unix Server to Window Client System using Webutil. But below mention code is not working.
    DECLARE
         V_Server_Path VARCHAR2(500) := Null;
         V_Client_Path VARCHAR2(500) := Null;
    BEGIN
         V_Server_Path := '/proj/oraapps/viper/dev/reports/cache/Saveauftr.txt';
         V_Client_Path := 'C:\Migration\EU_Applications\Lima\OAS_WorkArea\Client\Saveauftr.txt';
         IF WebUtil_File_Transfer.Is_AS_Readable(V_Server_Path) THEN
         IF WebUtil_File_Transfer.AS_To_Client(V_Client_Path,V_Server_Path) THEN
              Message('Downloading the File ..... .... ... .. .');
              Message('Downloading Was Successfull ...');
              Message('File Transfer from Server Was Successfull ...');
         END IF;
    END IF;
    END;
    Can anyone suggest me,Why the above code is not working and what to do for solve the Problem.
    Regards
    Gany

    Hello,
    You have more chances to get an answer in the Oracle Forms OTN Forum :
    Forms
    Regards

  • Call a Form using Webutil from the Menu loose focus on the applet

    Hello,
    I have the following problem:
    When calling a form using webutil from the menu the focus on the applet (I mean the Forms Application window) is lost and I have to click on the window to get back the focus on the application.
    Any advice ?
    Env: Forms 9i / Webutil 1.06
    Rgds,
    Philippe

    Try to use the NO_HIDE parameter in the CALL_FORM() built-in.
    Call_Form( 'the_form', NO_HIDE ) ;Or maybe, in the[b] When-New-Form-Instance trigger of the called form, return the focus to the calling form
    Go_Form( Get_Application_Property( CALLING_FORM ) ) ;Francois

  • Problem regarding Webutil

    I am using 9ids.
    In one form i have attached webutil lib, and copy the webutil.olb into object group.
    Forms get comiled with no problem
    but when run gives no output.
    From java console i get these :-
    Loading http://admin1:8888/forms90/webutil/webutil.jar from JAR cache
    Loading http://admin1:8888/forms90/webutil/jacob.jar from JAR cache
    Loading http://admin1:8888/forms90/java/f90all_jinit.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    Loading http://admin1:8888/forms90/java/application_images.jar from JAR cache
    connectMode=HTTP, native.
    Forms Applet version is : 90290
    2003-Dec-15 13:21:51.78 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Dec-15 13:21:51.93 WUF[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Dec-15 13:21:51.93 WUH[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Dec-15 13:21:51.109 WUS[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Dec-15 13:21:51.109 WUT[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Dec-15 13:21:51.281 WUO[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Dec-15 13:21:51.296 WUL[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Dec-15 13:21:51.296 WUB[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2003-Dec-15 13:21:51.312 WUI[VBeanCommon.destroy()] WebUtil GetClientInfo Utility being removed..
    2003-Dec-15 13:21:51.312 WUF[VBeanCommon.destroy()] WebUtil Client Side File Functions being removed..
    2003-Dec-15 13:21:51.312 WUH[VBeanCommon.destroy()] WebUtil Client Side Host Commands being removed..
    2003-Dec-15 13:21:51.312 WUS[VBeanCommon.destroy()] WebUtil Session Monitoring Facilities being removed..
    2003-Dec-15 13:21:51.312 WUT[VBeanCommon.destroy()] WebUtil File Transfer Bean being removed..
    2003-Dec-15 13:21:51.312 WUO[VBeanCommon.destroy()] WebUtil Client Side Ole Functions being removed..
    2003-Dec-15 13:21:51.312 WUL[VBeanCommon.destroy()] WebUtil C API Functions being removed..
    2003-Dec-15 13:21:51.500 WUB[VBeanCommon.destroy()] WebUtil Browser Functions being removed..
    pls help me out to get out of this problem.

    Hello Frank
    When I run the Form ,It Displays nothing
    But when I remove webutil object from form
    and run it it runs fine.
    I have to use webutil bcz i am using client_get_file_name function.
    Pls help.

  • Text_io using webutil not reading all characters correctly

    Hello all,
    is anyone familiar with this problem: using client_text_io to read a word-generated html-page. With Forms 4.5 using text_io this worked fine, with webutil certain chars are not transferred correctly (getting upside down question marks in the text). Is the charset that is supported by client_text_io smaller than the charset supported by text_io?
    Note: forms on web are started with the same NLS_LANG setting as the old 4.5 C/S forms.
    Regards, Ron

    Webutil does not currently do any characterset translation for you. So if your Forms Server is running in a character set which is not the same or not a superset of the one on your client you can have this issue

  • Trying to use Webutil

    Hi all,
    I'm just trying to use webutil, following these steps:
    -Installing webutil according webutil manual
    - Attach webutil.pll on my form
    - Copy webutil object group from webutil.olb to my form.Notice that, when i'm trying subclass it, it return no item in webutil data block(Is it normal?)
    - Finally, when i run my form it returns me this error:Your form must contain the following bean for this function to be available: Oracle.forms.webutil.file.fileFunctions
    Where is the matter?
    Please Help!

    Hi Franck!
    Initialy, the webutil.jar wasn't downloaded because i have forgotten to put this entry in my formweb.cfg file:webUtilArchive=/forms90/webutil/webutil.jar. Now put it.Now i another problem occurs when i try to run my forms using webutil.This error appear in my jinitiator console:java.lang.NoClassDefFoundError: com/jacob/com/ComFailException
    What can i do to fix it?
    Thank you for help!

  • Using Webutil in oracle 10g forms

    Hi all
    I have a form that has a button for showing calendar which is configured using webutil. This form is not created by me. Now the problem is when the form is ran on web it does not show the calendar.
    Please suggest me how to solve the issue.

    Here's a short and sweet on it.
    http://hazzaf.blogspot.com/2010/02/how-to-configure-webutil-with-oracle_03.html
    Best Regards
    mseberg

  • Changing Excel decimalseperator using webutil

    Hi all
    I am migrating a few forms from 6i to 11g, one of this forms in 6i sends data (number data type) to excel cells, excel does some calculations and sends back the result.
    In 11g this is becoming a nightmare, in Forms we are using SPANISH NLS_LANG and windows reginal setting to Spain so the decimal separator is comma however when we run the form in 11g I am always getting a number format error, I observed this error in jvm console:
    java.lang.NumberFormatException: For input string: "1916,2232"
    at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
    at java.lang.Double.valueOf(Unknown Source)
    at java.lang.Double.<init>(Unknown Source)
    looks like JVM uses dot as decimal seperator and not a comma, I am not sure.
    So if I cannot change JVM decimal seperator I think my best bet is change excel decimal seperator. Is this possible using webutil?
    Thanks

    Hi
    1. What is the complete Forms version you are using? 11.1.1.4
    2. What is the compete JRE version you are using? 1.6_21
    3. What is the complete WebUtil version you are using? 11.1.1.4
    4. What is the complete Jacob version you are using? 1.10.1
    5. Have you tested this with a more common character set? For example: AMERICAN_AMERICA.WE8ISO8859P1 Yes, I have tested
    The problem seems to me is following:
    Forms (Spanish, comma decimal seperator) -> Webutil -> Excel (Spanish, comma decimal seperator) ERROR, I get the jaa number format error
    If I try this:
    Forms (AMERICAN, dot decimal seperator) -> Webutil -> Excel (Spanish, comma decimal seperator) ERROR when running excel calculation because excel is expecting comma decimal seperator
    So far I only know how to change decimal seperator in Forms using NLS_NUMERIC_CHARACTER or NLS_LANG, I dont have a clue how can I force Webutil Or Jacob to use comma as decimal seperator, I dont know how to force comma as decimal seperator in excel and that is my question here unless anyone know how I can change decimal seperator in Webutil or Jacob?
    Thanks!

  • Problem with webutil file dialog box when trying to save/open

    Approximately 12 months ago we had this same issue and I think we managed to resolve it with a one off patch. Were getting it on another site now so any info will be much appreicated.
    Basically when using webutil file chooser Client_Get_File_Name to upload/download something to/from the database it works sporadically.
    When we choose a location to upload from or download to. we then click the buttonon the webutil file chooser and the box disapears without doing anything. Sometimes it works ok but i cant find any pattern to it working/not working
    Has anyone else experienced these problems?

    i found it
    patch 6127521
    thanks

Maybe you are looking for

  • CS2 pretends to load on XP-Mode in W7Pro but nothing there

    We run CS4 on a Win 7 Pro 64 bit PC, and everything is fine for our contemporary work. However, we have a few older books written using ID-CS2 and from time to time, they need simple changes that should take about 30 seconds to do, and then export as

  • DST issues with -14 GMT!!

    Hi Folks, I have an application running on java 1.3.1_18, under bea /SQL server and windows 2000. The timezone is PDT. The datetime shows on the UI is -14 GMT ( like double the time zone difference). We updated the OS with appropriate patches with no

  • Adding the collapse/expand function to a subgroup

    Good morning, I'm quickly getting a handle on building some very nice reports with SSRS. When I do the first grouping of data, the expand/collapse function is added to the top level. Works great. When I add a subgroup, the expand/collapse (+) functio

  • Pop up windows and hyperlinks on websites - Virus???

    I hope someone can help me with this pretty fast since I can't figure out how to fix it anywhere, and it slows down my working progress.. I recently started to get a whole bunch of pop up windows (usually when I click on a "search" window, for instan

  • Info urgently needed - Need IEEE 1394 (Firewire) connection

    I need a IEEE 1394 connection for my T60 (1951 A47) for transfering digital video from our new HD video camera. How can I upgrade my laptop to receive such a signal? Not solved but replaced by -> http://forums.lenovo.com/lnv/board/message?board.i​d=T