Forms 10g WebUtil

Hi,
I've a unix AS server and windows client, now i've also searched in the forum, but nothing answer was ok for my problems.
I've created a directory named webutil under forms90 in AS
under this directory i've copied this files
ffisamp.dll
jacob.dll
jacob.jar
webutil.cfg
webutil.env
webutil.jar
I've mapped in formsweb.cfg the parameter
baseHTMLjinitiator=webutiljini.htm (this file was under the same directory of basejini.htm.
I've downloaded the webutil demo, but i get the knowed error wuc-015 Your form must contain the following Bean for this function to be available: oracle.forms.webutil.clientInfo.GetClientInfo
Where is the error, what it's wrong????

Ok, i've updated the archive_jini tag, and now all works (also havd the webUtilArchive=webutil.jar,jacob.jar line)
But now I've another problem with jacob file, i've certified the jacob in client pc (window), but not in the
AS(unix)(because i don't know the way to do that)
When i create an "Excel.Application" object, my forms appear in process mode, but nothing happened.
I'm debugged the webutil pll and i find the line of mistake
GET_CUSTOM_PROPERTY(bean,1,propertyName); the forms stay there and nothing happend.
I tried also the webutil demo, all work except the call to the client_ole2 package.
This is the java console output
Versione Applet Forms: 9.0.4.0
Exception occurred during event dispatching:
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)
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.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)
Thanks

Similar Messages

  • Some Difficult Terms in Forms 10G Webutil Config.

    I have no idea of webutil that how can i configure it. Because i am new in Oracle Internet Applications, previously i was using forms 6i (Desktop Applications) with d2kwutil.
    I read
    1. " Edit your /forms/server/formsweb.cfg file",
    2. The second requirement within the .env file is for an environment variable
    WEBUTIL_CONFIG. This variable must point at the name and location of your
    webutil.cfg file. By default this is in the ORACLE_HOME/forms/server directory
    e.g.
    WEBUTIL_CONFIG=ORACLE_HOME\forms\server\webutil.cfg
    3. The frmwebutil.jar (including its physical location) file must be included in the
    CLASSPATH, along with the Java runtime Jar rt.jar. e.g.
    CLASSPATH=\ORACLE_
    HOME\forms\java\frmwebutil.jar;c:\ids9i\jdk\jre\lib\rt.jar
    plz plz plz help me to configure webutil because i really cant understand the terms and file names which are telling in WEBUTIL documentation.
    If any of you people can tell me the easiest way to configure the webutil STEP BY STEP or can give me the picture representation of WEBUTIL configuration.

    dear Gerd Volberg
    i have dowloaded the forms and database hardly 4 or 5 days back from Oracle Downloads.
    I guess these are the latest release. But i do not have any application server. I have just Database and Form Builder. Please Please Help me.

  • Oracle Forms 10g - WebUtil

    Hi everyone!
    In our company we are doing a migration from Oracle Forms 6i to 10g.
    For a certain functionality we need to retrieve the clients ip address..
    Instead of using old fashioned style to retrieve it, we have opted to use webutil.
    Our DBA has installed & configured all the necessary things.
    I have added a timer in the When New Form Instance Trigger, subclassed the necessary lib's, object groups, I even set my canvas to the correct one, etc, etc,
    But when I am trying to use any webutilclient_info function (get_ip_address, get_java_version, ....) the string that is returned is either "null" or empty.
    Am I doing something wrong?
    Does anyone has a solution for this?
    Thank you.

    Hi cedricvonck
    I am using Form 6i with oracle 8i.. In three tire sturcture with IIS
    I have to track client IP, So that I can get the session information. Can u pls tell me how to do?
    Thnax in advance

  • Forms 10g WebUtils

    1. We installed WebUtils and run demo forms WU_TEST_106.fmx and it works OK.
    2. I tried create my demo form with CLIENT_TOOL_ENV.GETVAR
    according demo : http://www.oracle.com/technology/sample_code/products/forms/demo/9i/javabeans_pjc_samples/webutil/viewlet/WebUtil_Simple_viewlet_swf.html
    I could not copy(drag) from Object Libraries->WEBUTIL->WEBUTIL to form's
    OBJECT GROUPS, but I created it.
    I run it and got error message :
    oracle.forms.webutil.host.Host bean not found
    I checked formsweb.cfg too.
    Thank you Irena

    Hi Arun.
    May be this my problem, that I work from Unix(Linux).
    I tried to do exactly like in demo http://www.oracle.com/technology/sample_code/products/forms/demo/9i/javabeans_pjc_samples/webutil/viewlet/WebUtil_Simple_viewlet_swf.html ,
    see from "Next step is to open WebUtil Object Library" and after "...and copy in the WebUtil Object Group".
    I tried to press on WEBUTIL line and to do "Copy", but button was dimmed.
    Instead of "drag" , I created it by myself:
    1. pressed on "Object Groups" in my form.
    2. pressed "+"
    3 opened properties and change name to "WEBUTIL"
    4.Opened "Subclass information"
    changed Module to "WEBUTIL"
    changed Object name to "WEBUTIL"
    5. Object group children were created :
    WEBUTIL_ERROR,
    WEBUTIL_HIDDEN_WINDOW,.
    WEBUTIL_CANVAS,
    WEBUTIL
    Thank you, Irena

  • Configure webutil in forms 10g

    Hi all,
    can anybody help me how to configure webutil in forms-10g (10.1.2)
    software config:
    OS: windows XP
    same system is itself application server
    Forms: oracle developer suite-10g
    database oracle 10g
    and i installed java 1.6.30
    while i am trying to sign the webutil following error is occured
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome_1\forms\java\frmwebutil.jar
    Generating a self signing certificate for key=webutil2...
    ...successfully done.
    Backing up d:\devsuitehome_1\forms\java\frmwebutil.jar as d:\devsuitehome_1\form
    s\java\frmwebutil.jar.old...
    1 file(s) copied.
    Signing d:\devsuitehome_1\forms\java\frmwebutil.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    plese help me how to resolve this

    nagaraj wrote:
    Hi all,
    can anybody help me how to configure webutil in forms-10g (10.1.2)
    software config:
    OS: windows XP
    same system is itself application server
    Forms: oracle developer suite-10g
    database oracle 10g
    and i installed java 1.6.30
    while i am trying to sign the webutil following error is occured
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome_1\forms\java\frmwebutil.jar
    Generating a self signing certificate for key=webutil2...
    ...successfully done.
    Backing up d:\devsuitehome_1\forms\java\frmwebutil.jar as d:\devsuitehome_1\form
    s\java\frmwebutil.jar.old...
    1 file(s) copied.
    Signing d:\devsuitehome_1\forms\java\frmwebutil.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    follow this
      Open a DOS command prompt.
      Add C:\DevSuiteHome_1\jdk\bin to the PATH:
         set PATH=C:\DevSuiteHome_1\jdk\bin;%PATH%
      Sign the files, and check the output for success:
         C:\DevSuiteHome_1\forms\webutil\sign_webutil C:\DevSuiteHome_1\forms\java\frmwebutil.jarhope this will help you
    If someone's response is helpful or correct, please mark it accordingly.

  • Webutil and Forms 10g

    Hi,
    I'm currently converting a forms 6.0 application to forms 10g. My application has the file upload and download functionality. I researched the webutil 9i beta version, but my infrastructure team would not allow this to be installed in the 10g app server production environment because it's not supported.
    I looked into the OC4J fileupload and filedownload javabean that comes with the oracle 10g iDS installation. Is webutil built on these javabeans?
    What are other alternatives I could use that I don't know about? Please help.
    Last question, when will webutil released to production? I desparately need this utility since I don't know too much about JavaBean coding and tie to forms.
    Thanks,
    Jennifer

    Hi,
    the problem is that Forms Developer tries to acces steh bean, which requires ojsputil.jar to be set in the Forms90_Builder_Classpath. However, even then it wont work because the oracle.jsp.webutil.fileaccess class doesn't implement the IView interface or extends teh VBean class. You could use it with the FBean package which works with Beans that don't implement the Forms interfaces. However, the oracle.jsp.webutil.fileaccess class seems to be a JSP class which doesn't work at all in Forms.
    The best way to approach bean development for Forms is to read this whitepaper
    http://otn.oracle.com/products/forms/pdf/forms_in_java_world.pdf
    and then install the Forms 10g demos and look at the source code. We do our best to comment the demo source so that you know what the code does.
    Frank

  • How to configure Webutil in Forms 10g

    Hi
    how can i configure webutil in forms 10g to execute Host command from client machinee..
    Thanks & regards

    check this
    http://www.oracle.com/technology/products/forms/htdocs/webutil/WebUtilFAQ.htm
    Rajesh Alex

  • Webutil configuration for jre, Forms 10g in windows 7 application server

    hi all,
    we are recently upgraded the application server with new os windows7. and clients ae also upgraded with windows7.
    we are using forms 10g(developer suite 10g). and installed jre6 instead of jinitiator and did the all needful changes in formsweb.cfg. and ialready installed ofiice-2003(for excel)
    but we are unable to run reports in excel format*. while we select the repotr type is exel in list item
    and click ok button the following error is coming
    oracle.forms.webutil.ole ole functions bean not found
    client_ole2.create_obj will not work.
    =====================
    the following is the webutil configuration in formsweb.cfg
    =====================
    [webutil]
    archive=frmall.jar,frmwebutil.jar,jacob.jar
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    #,f90all_jinit.jar
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=basejpi.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    #baseHTML=webutiljpi.htm
    lookAndFeel=Oracle
    if any changes in the configuration and jre files.please mention it.
    kindly help me how to resolve this problem
    thank you
    Edited by: vamsi on 3 Jan, 2012 12:59 AM
    Edited by: vamsi on 3 Jan, 2012 1:21 AM
    Edited by: vamsi on 3 Jan, 2012 1:21 AM

    See my comments in this post:
    java.lang.ClassNotFoundException: oracle.forms.webutil.ole.OleFunctions
    and this one:
    webutil.cfg for win-7 64 bit client

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

  • How can i use jpg extension with forms 10g and webutil

    I have a form with webutil and i want to open imege jpg extension but thier are Bmp but my
    image jpg and image item has no jpg extension .
    How can i use jpg extension with forms 10g and webutil ?

    You can use the JFIF image format for jpg files.

  • 10g WebUtil and Forms 9i?

    I had trouble with an earlier version of WebUtil. Does the latest version, 10g WebUtil, work in Forms 9i?
    Thanks.
    gk

    It's not supported by Oracle but it can work with 9i.

  • How to download and install webutil in FORMS 10G 10.1.2.0.2

    Where i find all the step to
    how to download and install webutil in FORMS 10G 10.1.2.0.2
    i DON'T FIND NOTHING OF VERY GOOD TO FOLLOW !!!

    hi
    u do not need to install any webutil in R2 u just need to configure few things.
    please read the following notes and try to configure.
    How to get up and running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform
    Solution
    Assuming a fresh "Complete" install of Oracle Developer Suite 10.1.2.0.2,
    here are steps to get a small test form running, using WebUtil 1.06.
    Note: [OraHome] is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor, and do a global find/replace on
    [OraHome] with your actual value (no trailing slash). Then it is easy to
    copy/paste actual commands to be executed from the note copy.
    1) Download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
      and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.
    2) Copy or move jacob.jar and jacob.dll
      [JacobStage] is the folder where you extracted Jacob, and will end in ...\jacob_18
         cd [JacobStage]
         copy jacob.jar [OraHome]\forms\java\.
         copy jacob.dll [OraHome]\forms\webutil\.
      The Jacob staging area is no longer needed, and may be deleted.
    3) Sign frmwebutil.jar and jacob.jar
      Open a DOS command prompt.
      Add [OraHome]\jdk\bin to the PATH:
         set PATH=[OraHome]\jdk\bin;%PATH%
      Sign the files, and check the output for success:
         [OraHome]\forms\webutil\sign_webutil [OraHome]\forms\java\frmwebutil.jar
         [OraHome]\forms\webutil\sign_webutil [OraHome]\forms\java\jacob.jar
    4) If you already have a schema in your RDBMS which contains the WebUtil stored code,
      you may skip this step. Otherwise,
      Create a schema to hold the WebUtil stored code, and privileges needed to
      connect and create a stored package. Schema name "WEBUTIL" is recommended
      for no reason other than consistency over the user base.
      Open [OraHome]\forms\create_webutil_db.sql in a text editor, and delete or comment
      out the EXIT statement, to be able to see whether the objects were created witout
      errors.
      Start SQL*Plus as SYSTEM, and issue:
         CREATE USER webutil IDENTIFIED BY [password]
         DEFAULT TABLESPACE users
         TEMPORARY TABLESPACE temp;
         GRANT CONNECT, CREATE PROCEDURE, CREATE PUBLIC SYNONYM TO webutil;
         CONNECT webutil/[password]@[connectstring]
         @[OraHome]\forms\create_webutil_db.sql
         -- Inspect SQL*Plus output for errors, and then
         CREATE PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
      Reconnect as SYSTEM, and issue:
         grant execute on webutil_db to public;
    5) Modify [OraHome]\forms\server\default.env, and append [OraHome]\jdk\jre\lib\rt.jar
      to the CLASSPATH entry.
    6) Start the OC4J instance
    7) Start Forms Builder and connect to a schema in the RDBMS used in step (4).
      Open webutil.pll, do a "Compile ALL" (shift-Control-K), and generate to PLX (Control-T).
      It is important to generate the PLX, to avoid the FRM-40039 discussed in
      Note 303682.1
      If the PLX is not generated, the Webutil.pll library would have to be attached with
      full path information to all forms wishing to use WebUtil. This is NOT recommended.
    8) Create a new FMB.
      Open webutil.olb, and Subclass (not Copy) the Webutil object to the form.
      There is no need to Subclass the WebutilConfig object.
      Attach the Webutil.pll Library, and remove the path.
      Add an ON-LOGON trigger with the code
             NULL;
      to avoid having to connect to an RDBMS (optional).
      Create a new button on a new canvas, with the code
             show_webutil_information (TRUE);
      in a WHEN-BUTTON-PRESSED trigger.
      Compile the FMB to FMX, after doing a Compile-All (Shift-Control-K).
    9) Under Edit->Preferences->Runtime in Forms Builder, click on "Reset to Default" if
      the "Application Server URL" is empty.
      Then append "?config=webutil" at the end, so you end up with a URL of the form
          http://server:port/forms/frmservlet?config=webutil
    10) Run your form.

  • Problems with webutil FRM -92101- 1.0.5 Production - forms 10g

    I've installed webutil according with the webutil user's guide.
    I've also sign he .jar file.
    I have not made the configuration of the database with the webutil_file_transfer o webutil_db package becouse i don't need to use the file transfer utility.
    I 've tested a simple form with webutil.pll and .obj subclass with the devsuite enviroment and with a server with AS 10g from two client browser pc and all work fine.
    But after when i tried to test again the form it doesn't work in no pc client (with the server and eith the devsuite server).
    Without webutil.pll and obj the forms work fine.
    I've this error: FRM-92101: there where a failure .....
    I 've this message in java console:
    JInitiator: Versione 1.3.1.17
    Uso della versione JRE 1.3.1.17-internal Java HotSpot(TM) Client VM
    Directory principale utente = C:\Documents and Settings\wolverine1
    Configurazione proxy: nessun proxy
    JAR cache enabled
    Location: C:\Documents and Settings\wolverine1\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>
    Cached copy of http://ggdell2:8889/forms90/webutil/webutil.jar is out of date
    Cached copy: 1-ott-04 17.26.21
    Server copy: 4-ott-04 9.07.20
    Loading http://ggdell2:8889/forms90/java/f90all_jinit.jar from JAR cache
    Downloading http://ggdell2:8889/forms90/webutil/webutil.jar to JAR cache
    Cached copy of http://ggdell2:8889/forms90/webutil/jacob.jar is out of date
    Cached copy: 1-ott-04 17.26.44
    Server copy: 4-ott-04 9.07.38
    Downloading http://ggdell2:8889/forms90/webutil/jacob.jar to JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Versione Applet Forms: 9.0.4.0
    RegisterWebUtil - Loading WebUtil Version 1.0.5 Production
    oracle.forms.net.ConnectionException: Sessione Forms <1> terminata: impossibile comunicare con il processo runtime.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)     
    Who can help me ?

    THe Java Console would indicate that you're not using the right CFG settings - you should see the WebUtil Initialisation messages

  • Not able to merge files in oracle 10g forms using webutil

    Hi,
    i ahve developed an application in oracle forms 10g in which i am generating xls file by report and saving on server. now i want to merge header file to file generated by reports and save on server and then trasfer it to client using webutil. but i am not able to do so. please help
    ---sachin

    do you have a solution for merging the headers ?
    for example a batch file, which does the work?
    then run this batch from forms with webutil on your client.

  • Webutil for Forms 10g - Apple Mac Client - Save File Dialog Box

    I am trying to setup a button on a 10g Form to download a file from an Oracle 10g database. The button uses Webutil package and the client_get_file_name function to ask for a file name and directory to place the file via file transfer from the database.
    Using any Windows client, when you press the button the form brings up a Dialog box for the file name. Everything works fine in Windows.
    But when I use a Apple Mac client, I get this message when I click on the button:
    “oracle.forms.webutil.file.FileFunctions bean not found. WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work.”
    I can only assume this maybe because the MAC doesn't use the DLL files that are associated with Webutil, like jacob.dll, etc. ???
    Does anybody know of how to get a dialog box to appear on a Mac client from Forms 10g?

    The Windows java console says:
    RegisterWebUtil - Load WebUtil Version 10.1.2.0
    Loaded image:..
    proxyHost=null
    proxyPort=null
    connectMode=HTTP,native
    Forms Applet version 10.1.2.0
    When I checked the Mac's java console, I don't get the "RegisterWebUtil" I get:
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    Then I get the error messages below..
    What might cause those?
    java.lang.ClassNotFoundException: oracle.forms.webutil.clientInfo.GetClientInfo
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:179)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         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(Component.java:4068)
         at java.awt.Container.dispatchEventImpl(Container.java:2068)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
         at java.awt.Container.dispatchEventImpl(Container.java:2054)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    and
    java.lang.ClassNotFoundException: oracle.forms.webutil.fileTransfer.FileTransfer
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:179)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         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(Component.java:4068)
         at java.awt.Container.dispatchEventImpl(Container.java:2068)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
         at java.awt.Container.dispatchEventImpl(Container.java:2054)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Maybe you are looking for

  • How to add custom columns to the list view in Finder

    Hi, I'm looking for a way to view additional file details in the list view in Finder, for example audio bit rate, so I don't have to do "Get Info" for each file separately. I couldn't find a way to add columns other than the ones listed on the view o

  • Editing Site Settings Gives "Unable to process your request"

    Hi,  I get "unable to process your request" when trying to edit the FIM portal site settings. I'm using my domain admin account I installed FIM under, which is also a SharePoint administrator. I'm trying to edit some basic UI details. I've installed

  • Basic Interactive ALV Report

    Can anyone show me the coding of the Basic Interactive ALV Report ?

  • Medium Write Error on laptop

    I tried burning a list of songs (my own, no copy protection) and got similar error message as I've seen in threads (i.e. medium write error). I figured perhaps the "laser burner" was either dirty or busted on my macbook pro (2007), but then I upgrade

  • Can't change HD Icon

    I have been trying to change the default HD Icon on my MacBook without any success. I do a get info on my HD icon and the same for the icon I want to use, I click the small icon and choose copy and then click the small icon on the HD and choose Paste