Webutil Error WUT-131

I am on this exercise because I am trying to print a report to local printer, and I am on the web based environment. I am trying to use the pdfp.exe available online to accomplish my task.
/***********************************C O D E****************************************/
declare
declarations...
begin
     :global.user_home := webutil_clientinfo.get_system_property('user.home');
go_block('bl_main');
first_record;
loop
lnu_mst_rec := lnu_mst_rec + 1 ;
i := 0;
go_block('bl_dtl');
first_record;
loop
if :bl_dtl.victim_full_name is not null then
/*creating report parameters*/
rp2rro.setDestype('FILE');--destination is file
if :bl_main.sbi_no is not null then
lvc_count := lvc_count + 1;
lvc_file := 'vtn_vnwl' ||lvc_count||'_'|| :bl_main.sbi_no||'.pdf';--filename
     tool_env.getvar('VISITATION_REQUEST_PATH',v_path);
     --fname VARCHAR2(200) := '"'||:global.user_home||'\vtn_vnwl4_00999998.pdf"';
lvc_loc_file := '"'||:global.user_home||'\'||lvc_file||'"';--target file in client directory
lvc_sfile := v_path||lvc_file;--report in report server
lvc_server_executable := v_path||'pdfp.exe';
end if;
rp2rro.setDesname(lvc_sfile);
rp2rro.setOthers('DESFORMAT=PDF');
/* calling the right report*/
IF ltrim(rtrim(:bl_main.VICTIM_NTFC_RESN)) = '7' then
rp2rro.rp2rro_run_product(REPORTS, 'vtn_vnwl_pardon', SYNCHRONOUS, RUNTIME,FILESYSTEM, pl_id, NULL);
ELSIF UPPER(:bl_main.VICTIM_NTFC_RESN) = '6' then
rp2rro.rp2rro_run_product(REPORTS, 'vtn_vnwl_parole', SYNCHRONOUS, RUNTIME,FILESYSTEM, pl_id, NULL);
end if;
END IF;
/*this is to check if the report exists*/
begin
my_file := text_io.fopen(lvc_sfile,'R');
     if text_io.is_open(my_file) then
     :parameter.file_exist := 'TRUE';
     text_io.fclose(my_file);
     end if;
     exception
     when e_file_not_found then
     :parameter.file_exist := 'FALSE';
     when others then
     :parameter.file_exist := 'N/A';
     end;
     if :parameter.file_exist = 'TRUE' then--if report was created on the server
     v_bool := webutil_file_transfer.as_to_client(lvc_loc_file, lvc_sfile);-- transferring report
/******ERRROR***************/
WUT-131 cannot create client file => invalid client file name
while my file name reads
"C:\Documents and Settings\vijay.krishna\vtn_vnwl4_00999998.pdf"
/********************************ERROR*************************************/
help me out!
thanks
vijay krishna

Try sending the file to the client machine where the directory path has no spaces.
L :-)

Similar Messages

  • WUT-125 Webutil Error happens occasionally....

    Hello,
    We are currently running OAS 10g (10.1.2) ti deliver a web-based Forms application to our users (some are onsite and some off-site).
    We use the WEBUTIL file transfer function CLIENT_TO_AS_WITH_PROGRESS to allow the users to upload their work (they are illustrators) tot he server, to be added to their image library.
    Occasionally, and almost always offsite and therefore outside our firewall, we get the following error (please note I have replaced the URL value for anonymity):
    Loading http://URL/forms/java/frmwebutil.jar from JAR cache
    Loading http://URL/forms/java/frmall_jinit.jar from JAR cache
    RegisterWebUtil - Loading WebUtil Version 10.1.2.3
    Loading http://URL/forms/java/caps_icons.jar from JAR cache
    Loading http://URL/forms/java/progressbar.jar from JAR cache
    Loading http://URL/forms/java/calendar.jar from JAR cache
    Loading http://URL/forms/java/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.3
    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)+
    +2010-Apr-21 12:24:25.712 ERROR>WUT-125 [WEBUTIL_FILE_TRANSFER.UploadInt] Checksum error closing application server file /data/Live/Graphics_In/gz/GRAPHIC_FILE.cgm. Expected size 1328778. Transferred size 0+
    As said, it is a sporadic problem but then seems to persist for certain files.
    I should also note that the directory /data is actually a linked folder on the UNIX box pointing to an area on a Windows file server.
    This process works more often than not but around 5% are getting this error and thus stopping certain users being able to complete their work...
    We've tried to trap this error via the WEBUTIL error log but the errors are not being logged there.
    Very odd and head scratching time, thus... help?
    Cheers
    Dan

    hi
    u have to sign jars something like this.
    o C:\cd <Developer Home>\jdk\bin
    o C:\<Developer Home>\jdk\bin>
    <Developer Home>\forms90\webutil\sign_webutil.bat
    <Developer Home>\forms90\java\frmwebutil.jarand also u have to modify Default.env. something like this.
    In a new line under (FORMS90_PATH=) add this line:
    o WEBUTIL_CONFIG=<Developer Home>\forms90\server\webutil.cfg
    when i signed the jars so i got the result something like this in java folder.
    jacob.jar.old
    hope it helps u.
    sarah

  • Webutil get error wut-115 checksum failed

    We are trying to use the file upload function from the webutil package. We are trying to upload a simple text file into a blob failed and we get the following error wut-115 checksum failed. we have initialized the blob field to an empty blob but we still get the error. what causes this error to occurr and what is the best way to try to resolve the issue.
    regards,
    Robert

    Duncan:
    we tried the package in the reverse direction and everything works fine. We are able to take a file stored in a blob column and download it to the client machine. However we still can not upload a file to a blob column in the database from a client machine. We tried this on multiple pc's. We have a webutil schema and in that schema we have the webutil_db package. this compiles fine. when we invoke our forms we log in as the webutil user. our webutil.cfg file is enabled true to allow database downloads. We are able to get every other functionality to work so far in the webutil package that we tried except for this one. Do you have any suggestions or would even take the time to direct connect in to see the problem?
    Also we will need this package to work in the JVM environment currently we have webutil working using jinit. We do alot of work for the navy and army and JVM is the only allowed method we can use for our forms. I have heard that this package is not supported in the native JVM environment. This will hurt the prospects of many military and governmental applications due to them not allowing software installed on the client machine. After all that is why we are using java servlets and oracle over the web for them to access their application.
    Regards,
    Robert

  • RSDRO: Error RSAODS 131 raised

    Hello everybody,
    I'm trying to load an ODS and an infocube from 0HR_PE_1 infosource. The infocube load has finished OK however the ODS load fails. The error in sm21 is:
    > RSDRO: Error RSAODS 131 raised           
    > RSDRO: 1: 2: 3: 4:                       
    In the ODS activatiion job log this is the error message:
    SIDs determined successfully for request REQU_409UW9ZYBZI1GXNALPCW1RXOU from ODS object ZHRODEV1  
    Request REQU_409UW9ZYBZI1GXNALPCW1RXOU, data package 000001 incorrect with status 5 in rsodsacstreq
    Request REQU_409UW9ZYBZI1GXNALPCW1RXOU, data package 000001 not correct                           
    Inserted records 1-; Changed records 1-; Deleted records 1-                                       
    No confirmation for request ODSR_408PAA6WYNTHQ2UK0Z1ZBB1OU when activating the ODS object ZHRODEV1
    Error while exporting data                                                                        
    System error occurred (RFC call)                                                                  
    Errors occured when carrying out activation                                                       
    Analyze errors and reactivate if necessary                                                        
    Activation of data records from ODS object ZHRODEV1 terminated                                    
    Can somebody help me?
    Thanks in advance and happy new year.
    Regards,
    Elena

    These are monitor logs, (I have tried to paint legend, red buttons are marked with E:, green buttons are marked with OK:)
    OK:Activation of data records from ODS object ZHRODEV1 started
    E: Activation of data records from ODS object ZHRODEV1 terminated
    E: System error occurred (RFC call)
    E: Request REQU_409UW9ZYBZI1GXNALPCW1RXOU , data package 000001 incorrect with status 5
    E: Error while exporting data
    E: Request REQU_409UW9ZYBZI1GXNALPCW1RXOU , data package 000001 not correct
    E: Inserted records 1- ; Changed records 1- ; Deleted records 1-
    OK: SIDs determined successfully for request REQU_409UW9ZYBZI1GXNALPCW1RXOU from ODS object ZHRODEV1
    OK: Errors occured when carrying out activation
    OK: Analyze errors and reactivate if necessary
    OK: Data to be activated successfully checked against archiving objects
    E: No confirmation for request ODSR_408PAA6WYNTHQ2UK0Z1ZBB1OU when activating the ODS object ZHRODEV1
    OK: Activación is running: Data target ZHRODEV1 , from 37.577 to 37.577
    Thanks again,
    Elena

  • Webutil error while generate excel form

    Hi
    In my forms appl. I use webutil in order to generate excel reports
    I have to midtier instances both running on a separate host.
    End users connect through a WLB frontend.
    At one of the midtiers, when generating a excel report using webutil "error while running kit"
    No errors appear in any log on the midtier. On a log table in the database ORA-12703 appears but I'm not sure if thats related.
    On the other midtier, with the same compiled forms using the same database it works fine.
    Does anyone have a clue?
    reg.
    Michel

    Hi
    Are you talking about adobe forms or smartforms. These are 2 different types of forms. For Adobe forms you need an ADS which sits on the java stack and needs to be configured properly. Some services need to be activated in SICF for the configuration as well. A conplete guide on how to configure the ADS is found on the following link
    [https://www.sdn.sap.com/irj/sdn/adobe?rid=/webcontent/uuid/90355269-4d89-2a10-0bb9-f388704f1dcd]
    Regards
    Thashin

  • Webutil error - Haven't found this one posted

    I am having a webutil error that is very difficult to diagnose.
    I am running the wu_test_106 demo from oracle. The Client Info tab works, and the 'Files in user.home' button works in the Files tab.
    However, the client_get_file_name call (the ... button on the Builtins tab) does not work (and won't work in my own form).
    There are no errors on the application server, no errors come up in the form, and no errors show in the Java console.
    When you click this button that makes the client_get_file_name call, the form locks up. No other action is apparent. You have to manually kill the process just to close the form.
    Any ideas?
    Thanks!

    When posting please be sure to include details so that we can assist. This is the same if you contact Support. Far more information is needed in order for anyone to be able to assist. For example here are just a few questions which need answers:
    o What is the COMPLETE Forms version you are using? This can be found in the Java Console when running a form (assuming the form starts). Do not simply say "10g" or "9i". These are not product versions - these are product names.
    o What is the COMPLETE WebUtil version you are using? This can be found in the Java Console when running a form (assuming the form starts).
    o What is the client platform and version?
    o Which browser and version is used on the client machine?
    o Which JRE and version is used to run the form (+e.g. Oracle Jinitiator 1.3.1.30, Sun JRE 1.5.0_17+)?

  • I changed computers and I get an error code 131:4     I need to know what to do to get access to my CS4.

    I just transferred my Adobe CS4 from a macbook pro to an imac and I can't fire up any of the programs.  I get an error code  131:4   Does anyone know what that is?

    you should delete anything and everything adobe that you 'transfered' and properly install everything after cleaning, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • How can I fix error code 131:4? Licensing for this product stopped working. I have windows vista home edition and CS4 Design Premium. I downloaded licensing zip file for windows but I can't seem to get it to launch. Look forward to help from anyone

    How can I fix error code 131:4? Licensing for this product stopped working. I have windows vista home edition and CS4 Design Premium. I downloaded licensing zip file for windows but I can't seem to get it to launch. Look forward to help from anyone

    Steve,
    I appreciate your answer.  While it might work, I'm a bit hesitant to remove the other programs as a possible solution since they are all currently working.
    With Acrobat 9 Pro failing with the OS 10.7 upgrade, I'm hoping that there is a less severe solution.
    Since the trigger appears to be 10.7 and may have something to do with the discontinued support of Rosetta, I could be spending a few hours working on a reinstall without a change.  Yes, it might work.  The "might" is the part that makes me hesitate.
    Is anyone else out there on OS 10.7 and running Acrobat 9 Pro?  Any issues with anyone else?
    Thanks Steve.  I do appreciate your offering a solution.  I may end up trying it if nothing else comes together.
    Mark

  • Getting webutil error

    Hi every body
    when i try to export data to excel sheet using client.ole2
    im getting this error
    ORACLE.FORMS.WEBUTIL.OLE.OLE FUNCTION BEAN NOT FOUND
    CLIENT_LOE2.CREATE
    -OBJ WILL NOT WORK
    however
    this is my java consol if it has any problem let me know
    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\Mohamed Allam
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\Mohamed Allam\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>
    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)
    Loading http://dba:8889/forms/java/frmall_jinit.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    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)
    pls feed me back

    Bean not found is the most famous Webutil error :)
    check here how to properly setup the Webutil
    http://baigsorcl.blogspot.com/2010/01/open-file-dailog-box-example-using.html
    if responses are helpful or correct please mark it
    Baig,
    http://baigsorcl.blogspot.com

  • ERROR WUT-121

    can u pls tel me solution for ERROR>WUT-121 [WEBUTIL_FILE_TRANSFER.UploadInt] The file transfer has been forbidden by the Administrator
    it comes whenn i'm trying to upload my image.

    Are you running this own you own PC or with an Application Server? - the error means that you are not allowed to write the file onto the mid-tier and you should (perhaps) ask an administrator. But I'm only guessing as there isn't really enough information : Forms version, operating system, etc
    Edited by: spilgrim on Apr 26, 2010 2:06 PM

  • WUT-123 WEBUTIL ERROR

    I GET THIS ERROR IN MY FORM
    WUT-123
    the webutil.jar file cannot be on application server class path . some file transfer functions will not work
    please reply soon.

    WUT-122 The frmwebutil.jar file cannot be found on the application
    server classpath - Some file transfer functions will not work.
    Type: User
    Description: The frmwebutil.jar file contains routines to handle
    file transfer to and from the application server. Without access to
    this Jar file these functions cannot work.
    Resolution: Correct your classpath in the .env file for this
    configuration
    Check out the installation guide, and particulary the configuration of the default.env file.
    Francois

  • Capturing webutil errors

    I am currently implementing forms10g and I am switch all of my for over to use webutil. When running the client_image.read_image_file and I am getting a wut-129 error cannot find image file which is fine, but I want to capture this error or at least do an exception on it. Any idea and how to do this?

    Hi mrbean,
          If you're still open to ideas, here are a couple of VIs - one for Building an error, the other for Merging two errors.  They will encorporate new error-info while preserving "existing" error-cluster information (even if it's non-fatal).  In the (relatively) rare instances where multiple error-clusters need to be merged, I just cascade the "binary"-merge!  Of course this isn't designed to address arrays of errors!
    Cheers.
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
    Attachments:
    Util.Error.Build.vi ‏48 KB
    Util.Error.Merge.vi ‏27 KB

  • Webutil error "unable to communicate with runtime process."

    Hi,
    Yesterday I configured webutil with Developer 10g (9.0.4).
    I used webutil_106.zip and jacob_18.zip.
    I succesfully deploy a form that display the selection file dialog with the function:
    CLIENT_GET_FILE_NAME
    Today I tried to test again the form, and I got an error when the form is opening, I review the log and I find "unable to communicate with runtime process.".....
    I didn't change any configuration... what I'm doing wrong..... It just work great yesterday!!!!
    I tried signing again the jacob.jar and frmwebutil.jar files..... However I still have the error.......
    Any help is welcome....
    The error in the log:
    09/03/25 10:57:45 Started
    09/03/25 10:57:55 forms90web: jsp: init
    09/03/25 10:57:55 forms90web: f90servlet: init
    09/03/25 10:57:55 forms90web: FormsServlet init():
    configFileName: c:\dev10g/forms90/server/formsweb.cfg
    testMode: false
    09/03/25 10:57:55 forms90web: 9.0.4.0.0 Started
    09/03/25 10:57:56 forms90web: l90servlet: init
    09/03/25 10:57:56 forms90web: ListenerServlet init()
    09/03/25 10:58:02 forms90web: Forms session <1> aborted: unable to communicate with runtime process.
    09/03/25 10:58:02 forms90web: Forms session <1> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Details : No HTTP headers received from runform
         at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    09/03/25 11:00:58 forms90web: l90servlet: destroy
    09/03/25 11:00:58 forms90web: 9.0.4.0.0 Stopped
    09/03/25 11:00:58 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (localhost))
    Edited by: Santiago on 25/03/2009 11:23 AM

    I Find the way, It's OK now.
    When I use the webutil.olb in a form. I chose "Subclass", It's necessary to choose "Copy".

  • Jacob.jar Help/Webutil Error-Urgent Help Needed

    We are not using any OLE object in forms.But after implementation on WEBUTIL the browser starts giving below error:
    java.lang.NoClassDefFoundError:com/jacob/com/ComFailException
    Can anyone help ?
    Is jacob.jar is required to download even if we don't need it.
    Thanks
    Mandeep Singh

    Thanks for quick response.
    But my question is do we need to config jacob lib even we dn't need it.I am asking this because with this release of WEBUTIL,jacob is a seperate lic. product and its not a part of WEBUTIL pack.
    Thanks

  • WebUtil Error

    I have Form that I have been running on my computer using the Developer suite. I recently added the Webutil library to try and access the local machine. This worked on my own machine when testing. Then I copied the files over to our AppServer, and when I run the program from my computer I get this error when I call "client_host('cmd');" from a button:
    WUC-015: Your Form must contain the following Bean for this
    function to be available:
    oracle.forms.webutil.host.Host
    I have the exact same config file on the Appserver as my own machine. Anyone know where I can start to look for the problem??

    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    This is what is in my config file on the appserver. And I think this is causing the problem... The log is as follows:
    (let me point out that I did not make any changes to the orion-web.xml file like I did in my DS box. I could not find the correct file to make changes to on the AS box. I did a search and there are about 20 of them, which one do you change?).
    java.io.FileNotFoundException: File not found: http://theoracle.corp.csbn.com/forms90/webutil/webutil.jar
    BLAHBLAHBLAH....
    Loading http://theoracle.corp.csbn.com/forms90/java/f90all_jinit.jar from JAR cache
    BLAHBLAHBLAH....
    WARNING: Unable to cache http://theoracle.corp.csbn.com/forms90/webutil/webutil.jar
    java.io.FileNotFoundException: File not found: http://theoracle.corp.csbn.com/forms90/webutil/jacob.jar
    BLAHBLAHBLAH....
    WARNING: Unable to cache http://theoracle.corp.csbn.com/forms90/webutil/jacob.jar
    load: class oracle.forms.webutil.common.RegisterWebUtil not found.
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
    BLAHBLAHBLAH....
    Forms Applet version is : 9.0.4.0

Maybe you are looking for

  • Itunes can't work because of old bonjour??

    i don't know why my itunes can't work sometimes it can, sometimes it can't i keep install and uninstall itunes almost everyday i tried to uninstall itunes before i install the new one, but i can't get rid of Bonjour. i remove all the programs and fil

  • How to Schedule Reports?

    Hi, Please clarify the doubts, In Content Management -> Reports -> Approval Maintenance Reports, how to schedule the reports and how to make it to run. And how to send these reports through mail for hourly basis automatically. Thanks in Advance Vani

  • File Sender Communication channel with error

    Hi,   One of the File sender CC is in red but shows "Functioning". But in the Process Detail section it just showing 5/10/11 2:24:00 AM d28c6542-0d7e-453b-1d96-9e0a18159315 Retry interval started. Length: 60.0 seconds   5/10/11 2:24:00 AM            

  • Extending Wi-Fi Upstairs?

    Hello!   I have the Apple extreme and modem hooked up down in my basement.  I get good Wi-Fi upstairs, but not in the back bedrooms.  If I purchase Apple express, would I be able to extend Wi-Fi with it upstairs? Thanks, Jamie

  • Submit PROG

    Hi Friends,    I am facing problem in submit statement,        I have to submit my report internal table records into 'F.13'  transaction through SUBMIT statement without selection-screen of F.13, my internal table having fields,