WEB UTIL error.

Urgent help needed
I am using webutill. pll and trying to save a file to the client machine. I have configured webutil properly. I am also able to use CLIENT_GET_FILENAME to get the dialog box to select the filename. Now after selecting the file name i am trying to open the file to write the contents.
L_MYFILE := CLIENT_TEXT_IO.FOPEN(l_file_name, 'W'); where L_MYFILE is the file handler, and other variable to store filename
l_file_name VARCHAR2(500);
L_MYFILE CLIENT_TEXT_IO.FILE_TYPE;
when i try to open i get this error.
WUC-15
extract from console follows
2006-Feb-09 19:09:13.490 ERROR>WUC-15 [FileFunctions.fopen()] Unexpected error, Exception: java.lang.NullPointerException
2006-Feb-09 19:09:19.333 WUF[getProperty()] Value of WUF_TEXTIO_OPEN={NULL}
i am sure that my configuration is correct as it gives me dialog box to select the file name. after selecting the file name only when i try to open the file its failing.
Any help in this will be appreciated. U can also mail to me at [email protected]
Regards
Kumar.D

Please look at the webutil manual - there is section on this error.
http://otn.oracle.com/products/forms/htdocs/webutil/webutil_manual.pdf
Regards
Grant Ronald
Forms Product Management

Similar Messages

  • Web Util Error WUC-23

    Hello All,
    I am using Client_Ole2 function in my form.
    When Button pressed is giving the following stated issue.
    I have been successful with the open dialog box functionality with client_get_filename
    Since I am using OLE2 for my Windows applications
    it is giving the following unresolved issues.
    Loading http://wi-3-3a.wipro.co.in:8888/forms90/java/webutil.jar from JAR cache
    Loading http://wi-3-3a.wipro.co.in:8888/forms90/java/jacob.jar; from JAR cache
    Loading http://wi-3-3a.wipro.co.in:8888/forms90/java/f90all_jinit.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    Loading http://wi-3-3a.wipro.co.in:8888/forms90/java/rolloverbutton.jar from JAR cache
    connectMode=HTTP, native.
    Forms Applet version is : 90270
    2003-Oct-13 10:25:40.234 ERROR>WUC-23 [URLDownload.pullFile()] System library download failed due to incorrect install.syslib.location virtual directory definition in webutil.cfg
    2003-Oct-13 10:25:40.359 ERROR>WUC-23 [URLDownload.pullFile()] System library download failed due to incorrect install.syslib.location virtual directory definition in webutil.cfg
    2003-Oct-13 10:25:40.406 ERROR>WUC-23 [URLDownload.pullFile()] System library download failed due to incorrect install.syslib.location virtual directory definition in webutil.cfg
    Exception occurred during event dispatching:
    java.lang.UnsatisfiedLinkError: C:\Program Files\Oracle\JInitiator 1.3.1.9\bin\jacob.dll: %1 is not a valid Win32 application
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at com.jacob.com.Dispatch.<clinit>(Dispatch.java)
         at oracle.forms.webutil.ole.OleFunctions.create_obj(OleFunctions.java:513)
         at oracle.forms.webutil.ole.OleFunctions.getProperty(OleFunctions.java:218)
         at oracle.forms.handler.UICommon.onGet(Unknown Source)
         at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Please help...
    Regards,
    Kapil Uppal

    Andrew,
    I have got Jacob.dll in the forms90/Java which I have set in my configurations file.
    Now after implementing ur suggestions WUC-20 error is what I am getting now.
    Please look at the understated issues
    Oracle JInitiator: Version 1.3.1.8
    Using JRE version 1.3.1.9 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\cwi1050.WIPRO
    Proxy Configuration: Manual Configuration
    Proxy: blrproxy.wipro.co.in:80
    Proxy Overrides: *.wipro.co.in,<local>
    JAR cache enabled
    Location: C:\Documents and Settings\cwi1050.WIPRO\Oracle Jar Cache
    Maximum size: unlimited
    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://wi-3-3a.wipro.co.in:8888/forms90/java/webutil.jar from JAR cache
    Loading http://wi-3-3a.wipro.co.in:8888/forms90/java/jacob.jar; from JAR cache
    Loading http://wi-3-3a.wipro.co.in:8888/forms90/java/f90all_jinit.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    Loading http://wi-3-3a.wipro.co.in:8888/forms90/java/rolloverbutton.jar from JAR cache
    connectMode=HTTP, native.
    Forms Applet version is : 90270
    2003-Oct-13 14:48:48.710 ERROR>WUC-20 [URLDownload.pullFile()] The stated size of the source file http://wi-3-3a.wipro.co.in:8888/forms90/D:\orahome\forms90\java/jacob.dll does not match that of the downloaded file C:\PROGRA~1\Oracle\JINITI~1.9\bin\jacob.dll
    2003-Oct-13 14:48:48.757 ERROR>WUC-20 [URLDownload.pullFile()] The stated size of the source file http://wi-3-3a.wipro.co.in:8888/forms90/D:\orahome\forms90\java/JNIsharedstubs.dll does not match that of the downloaded file C:\PROGRA~1\Oracle\JINITI~1.9\bin\JNIsharedstubs.dll
    2003-Oct-13 14:48:48.820 ERROR>WUC-20 [URLDownload.pullFile()] The stated size of the source file http://wi-3-3a.wipro.co.in:8888/forms90/D:\orahome\forms90\java/d2kwut60.dll does not match that of the downloaded file C:\PROGRA~1\Oracle\JINITI~1.9\bin\d2kwut60.dll
    Exception occurred during event dispatching:
    java.lang.UnsatisfiedLinkError: C:\Program Files\Oracle\JInitiator 1.3.1.9\bin\jacob.dll: %1 is not a valid Win32 application
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at com.jacob.com.Dispatch.<clinit>(Dispatch.java)
         at oracle.forms.webutil.ole.OleFunctions.create_obj(OleFunctions.java:513)
         at oracle.forms.webutil.ole.OleFunctions.getProperty(OleFunctions.java:218)
         at oracle.forms.handler.UICommon.onGet(Unknown Source)
         at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    What shall be the case now.
    I have J Initiator 1.3.1.8 with 1.3.1.9 Java runtime.
    Please revert,
    Kapil Uppal

  • Web Util error WUC-19

    Some of our users get the following error:
    WUC-19: Unable to write to local file
    C:\PROGRA~1\Oracle\JINITI~1.17\bin\JNIsharedstubs.dll. Failed to download URL
    http://oururl.com:7777/forms90/webutil/JNIsharedstubs.dll
    Has anyone seen this and know how to resolve?
    thank you.

    Oh yes .... In fact most of the end users dont have write privileges on
    C:\PROGRA~1\Oracle\JINITI~1.17\bin\JNIsharedstubs
    So if the end users are using any of the webutil features then it will try to download this to C:\PROGRA~1\Oracle\JINITI~1.17\bin .
    So in our network what we did was as part of the jinitator installation we copied all the required dlls to this particular location.
    This file is copied only once, so if some one with write privileges uses the system then this will get copied automatically.
    Rajesh Alex

  • Web-util error WUC-6

    Hello All,
    I have a push button which should open a dialog box for selection of file.
    When Button pressed gives me an error WUC-6 which says that Unable to read Configuration file
    C:\Webutil\lib\webutil.jar;D\orahome\kdk\jre\lib\rt.jar
    Please suggest a solution...
    Thanks and Regards,
    Kapil Uppal

    Please look at the webutil manual - there is section on this error.
    http://otn.oracle.com/products/forms/htdocs/webutil/webutil_manual.pdf
    Regards
    Grant Ronald
    Forms Product Management

  • BO Rampup 4.0 WEBI strange error

    Dear All.
    We are currently using BI 4.0 Rampup and trying to develop our application on it.
    while creating an query when i add measure objects in the report it gives the Error "The DSL service return an error (WIS 00000)
    if i remove the columns the report run without issue this error is not because of wrong defination of measure object in business layer because i check to change the measure objects and the error repeat with almost any combination of objects.
    i have check the Query in Business Layer by adding all the measure objects and same filter and it runs without any issue, but in WEBI giving error.
    if some body face this issue in WEBI 4.0 kindly please let me know.
    In between i have checked when i remove some columns this error not came is this because of sub queries limitations, cause all the measures are restricted i.e. along with the where clause with diffrent parameters.
    here is the complete exception.
    com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: The DSL Service returned an error
         at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:144)
         at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:101)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.afterProcessing(CommonRequestHandler.java:122)
         at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:178)
         at com.businessobjects.sdk.core.server.internal.AbstractServer.process(AbstractServer.java:133)
         at com.businessobjects.sdk.core.server.internal.InstanceServer.process(InstanceServer.java:93)
         at com.sap.sl.sdk.services.util.ServerRequestProcessor.processServerRequest(ServerRequestProcessor.java:49)
         at com.sap.sl.sdk.dataprovider.service.DataProviderServiceImpl.processDataProviderCommand(DataProviderServiceImpl.java:366)
         at com.sap.sl.sdk.dataprovider.service.DataProviderServiceImpl.prepare(DataProviderServiceImpl.java:205)
         at com.sap.sl.sdk.dataprovider.service.DataProviderServiceImpl.prepare(DataProviderServiceImpl.java:113)
         at com.sap.webi.ui.tasks.workflows.PrepareDataProviderTask.doIt(PrepareDataProviderTask.java:86)
         at com.sap.webi.ui.tasks.workflows.PrepareDataProviderTask.doIt(PrepareDataProviderTask.java:15)
         at com.sap.webi.toolkit.ui.tasks.WebITask.doInBackground(WebITask.java:109)
         at javax.swing.SwingWorker$1.call(SwingWorker.java:278)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at javax.swing.SwingWorker.run(SwingWorker.java:317)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: com.businessobjects.sdk.core.server.ServerException: The DSL Service returned an error
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.newServerException(CommonRequestHandler.java:237)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.createAllServerExceptions(CommonRequestHandler.java:215)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.afterProcessing(CommonRequestHandler.java:118)
         ... 17 more
    Edited by: Syed Zeeshan Haider on Jun 15, 2011 11:47 AM

    Hi Syed,
    I found the whole thing in WEBI for this BO4 is so unstable. Whenever you changed something of the underlying BEx Query and specially that involved Variable, the WEBI has always caused issues. You can't even determine what exactly caused the issue - and thanks to the Error message which is so unhelpful.
    So far, from my own experience - anything to do with BEx Query that involves Structures and Variables (incl. User Exit Variable), you just have to be very careful with the impact to the WEBI reports.
    I actually found the way to copy from W1 to W2 based on a copy from Q1 to Q2. You do this via "Change Source" in Design tab or Data tab. Once you copied the Webi, change the source query. So in this case, once you have W2 change the source from Q1 to Q2. Again, you have to be very careful with changes of the BEx query after you generate the WEBI report.
    Cheers,
    Andy

  • Web util on Win XP

    Hi all,
    We have installed 10g Forms and Reports Services on Win XP.
    On our forms we are using web util to read and write to XL files. When we run the form we get the following error 'oracle.forms.webutil.host. Host bean not found. WEBUTIL_HOST.Execute will not work.'.
    Same feature, same form when we run from 10g developer suite using OC4J it is working fine.
    Any clue...
    Thanks & Regards,
    Raja

    Hi Andreas,
    Thanks for your message.
    I have set the path correctly in OAS. It picks up other object libraries except webutil where everything is in the same folder.
    I am still getting the error.
    Raja

  • Web Util & Report integration to gather.

    Hello all
    I have configured webutil and report integration in Developer suite 9i.
    and it is working very fine.
    now I am upgrading it to 10g.
    I have configured web util and it is working fine.
    and now I am getting problem to integration for "reports" as follows.
    FRM-41213 Unable connect to the report server cyan.
    I have developed one form for testing the report integration with form.
    but when i am running this form with default configuration of formsweb.cfg then
    it is working fine as follows.
    http://chirag:8889/forms90/f90servlet?form=c:\temp\chirag&userid=cyan/cyan@cyan
    when i am running this form using web util configuration then i am getting
    the abouve error.
    http://chirag:8889/forms90/f90servlet?config=cyan
    but my application in Ds9i have used both webutil and report integration
    so i have to find out the same thing in DS 10g.
    Following are the code of report integration.
    DECLARE
         mreport_other varchar2(4000);
    BEGIN
         set_report_object_property('CYAN',REPORT_DESFORMAT,:CONTROL_BLK.REPORT_DESFORMAT);
         mreport_other := 'p_report_title="'||:control_blk.report_title||'" ';
         mreport_other := 'p_user_name="'||'CHIRAG'||'" '||mreport_other;
    DECLARE
         report_status     varchar2(30);
         rep_id                    REPORT_OBJECT;
         v_rep                         varchar2(100);
         mreport_file     varchar2(200) := 'C:\CYAN'||:control_blk.report_path;
    BEGIN
         rep_id := FIND_REPORT_OBJECT('cyan');
         SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_SERVER,'cyan');
         SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_FILENAME,mreport_file);
         SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_OTHER,mreport_other);
         v_rep := RUN_REPORT_OBJECT(rep_id);
         report_status := report_object_status(v_rep);
         if Report_Status = 'FINISHED' then
              WEB.SHOW_DOCUMENT('http://'||'chirag:8889'||'/reports/rwservlet/getjobid' || substr(v_rep, length('cyan') + 2, length(v_rep)) || '?server=' ||'cyan');
         end if;
    END;
    END;
    formsweb.cfg as follows
    [cyan]
    BaseHTML=c:\oracle\cyan\server\webutiljini.htm
    BaseHTMLJinitiator= c:\oracle\cyan\server\webutiljini.htm
    baseHTMLjpi=basejpi.htm
    BaseHTMLie=baseie.htm
    lookAndFeel=oracle
    envFile=C:\oracle\cyan\server\webutil.env
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    separateFrame=True
    pageTitle=Cyan Ltd
    form=C:\cyan\admin\security\forms\cyan_logon.fmx
    otherparams=cyan_home=c:\cyan
    userid=cyan/cyan@cyan
    width=800
    height=566
    buffer_records=NO
    debug_messages=NO
    array=YES
    query_only=NO
    quiet=NO
    RENDER=YES
    logo=webpage
    webutil.env as follows
    ORACLE_HOME=C:\oracle\OraDS10g
    FORMS90_PATH=C:\cyan\admin\global\forms;C:\cyan\payroll\forms;C:\oracle\cyan\forms
    CLASSPATH=c:\oracle\cyan\lib\webutil.jar;c:\oracle\OraDS10g\jlib\debugger.jar;
    c:\oracle\OraDS10g\jlib\ewt3.jar;c:\oracle\OraDS10g\jlib\share.jar;
    c:\oracle\OraDS10g\jlib\utj90.jar;c:\oracle\OraDS10g\jdk\jre\lib\rt.jar
    WEBUTIL_CONFIG=c:\oracle\cyan\server\webutil.cfg
    Please assist me to solve this problem
    from
    Chirag Patel
    Nairobi

    Hi,
    I remember that in 9i we had a problem that required both the Reports and the WebUtil java libraries to be in teh Forms classpath in the default.env. This however should have been fixed in Forms 10g.
    For what it is worth, can you try
    - In the registry variable "REPORTS_CLASSPATH", add the path of the jar file that will be used by webutil (webutil.jar basically)
    - In the default.env file, add the Reports jar (see REPORTS_CLASSPATH for values)files to the classpath of Forms
    Frank

  • AppServer or Web App error (9.0.4) and BROKEN PIPE

    Hi,
    I'm still using 9.0.4, and have started getting the following message in the base server.log of the Oracle Container.....
    07/12/16 21:18:33 Internal error in HttpServer
    java.lang.ArrayIndexOutOfBoundsException
    at java.lang.System.arraycopy(Native Method)
    at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:216)
    at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:151)
    at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:146)
    at com.evermind.server.http.EvermindHttpServletResponse.handleException(EvermindHttpServletResponse.java:1743)
    at com.evermind.server.http.EvermindHttpServletResponse.handleException(EvermindHttpServletResponse.java:1572)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:803)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    It's happening a lot, but I can't see any impact when using our web apps. Looking at my three most used web apps, I see the same error appearing at identical times in the individual log files, but they are all using different pages, so don't think they are 'causing' this prob.
    Does anyone think I have something wrong with the basic application server, or is this indeed an issue with a particular web application that's spreading it's error to other web apps? Example of the error in a web app below.....and what is a Broken Pipe error?
    Thanks in advance
    Iain
    07/12/16 21:18:33 web: Broken pipe
    07/12/16 21:18:33 web: Servlet error
    java.lang.ArrayIndexOutOfBoundsException
         at java.lang.System.arraycopy(Native Method)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:216)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:456)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:373)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:522)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:447)
         at observations.first_2d_observationsYR._jspService(_first_2d_observationsYR.java:174)

    Raju --
    Thanks for the intelligent posting on a difficult issue for you.
    I wasn't aware of anything specifically being introduced that prevented the bootclasspath technique from working** in the 904 release.
    For 904, the bootclasspath needs to be put in the start parameters tag of the java-options tag.
    <process-type id="home" module-id="OC4J" status="enabled">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" ... -Xbootclasspath/a:/java/lib/xerces.jar"/>
    </category>
    </module-data>
    </process-type>
    You can also try copying the xerces.jar into the jre/lib/ext directory so it's loaded by the system classloader and see if that works**. This will put xerces at the extension level so
    **these workarounds are not supported and will put you in an unsupported situation if a problem occurs.
    The good news is that have taken steps to clearly enable the separation of container versus appplication class spaces in thenext production release (10.1.3) of OC4J. We will be providing a new classloading model which cleanly separates the two namespaces and allows applications to provide their own versions or distributions of class libraries with no collisions with the OC4J runtime libraries.
    I don't know of any easy ways to do what you need -- other than reworking the app to use JAXP so that the parser implementation used is pluggable as you kind of allude to. If it was possible, I'd do that rather than hard coding in the use of the Oracle XML parser.
    But just to reiterate, switching in xerces at the bootclasspath level is not a supported operation since it may have an effect on the OC4J runtime operation.
    cheers
    -steve-

  • Display error page using web.xml error-page

    I need to dispaly error page when IOException in thrown. How to do that with web.xml error-page tag?
    start.jsf
    public String doButton1Action() throws IOException{
              String value = getText1().getValue().toString();
              try {
                   File f = new File(value);          
                   InputStream in = new FileInputStream(f);
              } catch (IOException e) {
                   throw new IOException();
              return "success";
         }I have this in web.xml:
         <error-page>
              <exception-type>java.io.IOException</exception-type>
              <location>/ioerror.jsp</location>
         </error-page>

    I tried that earlier but then I get error just printed to console and HTTP 500 - Internal server error -page, bubt not my errorPage.
    [26.1.2007 21:19:16:543 EET] 00000038 jsf           E com.sun.faces.lifecycle.InvokeApplicationPhase execute #{pc_Start.doButton1Action}: javax.faces.el.EvaluationException: java.io.FileNotFoundException: c:\temp\ghostfile.jpg
                                     javax.faces.FacesException: #{pc_Start.doButton1Action}: javax.faces.el.EvaluationException: java.io.FileNotFoundException: c:\temp\ghostfile.jpg
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:79)
         at javax.faces.component.UICommand.broadcast(UICommand.java:312)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:298)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:412)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:77)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:220)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:91)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
         at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:92)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
         at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
         at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)
    Caused by: javax.faces.el.EvaluationException: java.io.FileNotFoundException: c:\temp\ghostfile.jpg
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:131)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:73)
         ... 25 more

  • 'JMXSoapAdapter-web: Servlet error' Raised by Grid Control Agent In E-Busin

    Hi,
    I'm currently experiencing the following error referenced in the note: 'JMXSoapAdapter-web: Servlet error' Raised by Grid Control Agent In E-Business Suite R12 Logfile [ID 1105768.1]
    12/01/26 08:52:32.364 JMXSoapAdapter-web: Servlet error
    java.io.IOException: Connection reset by peer
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:72)
    at sun.nio.ch.IOUtil.write(IOUtil.java:43)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
    at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
    at java.nio.channels.Channels.writeFully(Channels.java:81)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:155)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:662)
    E-Biz: 12.1.3
    DB: 11.2.0.2
    Grid: Oracle Enterprise Manager 11g Release 1 Grid Control
    To resolve the issue the note states the following:
    1. Set the oc4jadmin in the monitoring of the JVM in the grid control.
    2. Retest the issue.
    3. Migrate the solution as appropriate to other environments.
    I'm not sure how to do this, could somebody clarify where i navigate to to implement this change?
    Thanks,
    Keith

    Hi,
    I'm currently experiencing the following error referenced in the note: 'JMXSoapAdapter-web: Servlet error' Raised by Grid Control Agent In E-Business Suite R12 Logfile [ID 1105768.1]
    12/01/26 08:52:32.364 JMXSoapAdapter-web: Servlet error
    java.io.IOException: Connection reset by peer
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:72)
    at sun.nio.ch.IOUtil.write(IOUtil.java:43)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
    at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
    at java.nio.channels.Channels.writeFully(Channels.java:81)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:155)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:662)
    E-Biz: 12.1.3
    DB: 11.2.0.2
    Grid: Oracle Enterprise Manager 11g Release 1 Grid Control
    To resolve the issue the note states the following:
    1. Set the oc4jadmin in the monitoring of the JVM in the grid control.
    2. Retest the issue.
    3. Migrate the solution as appropriate to other environments.
    I'm not sure how to do this, could somebody clarify where i navigate to to implement this change?
    Thanks,
    Keith

  • WRT54G Web-utility Issues

    First of all...I'm using a Linksys WRT54G v5 wireless router and a sbc/yahoo DSL service with a Siemen's 4100 DSL modem.  I am addressing all of my issues using a Dell XPS710 fully loaded running Windows Vista and using IE 7.0.6  I've always been able to use the internet (besides DSL's inevitable issues), but in the last few days have been messing with the settings of my network in order to streamline our filesharing/printersharing within my household.
    So I tried checking out the 'General Linksys Router FAQs' but when I clicked the links regarding my problem, it only loaded windows addressing how to set up a "PPPOE DSL service."
    So my issue is in regard to accessing the Web-based utility.  When I key in my router's IP address to my web browser (http://192.168.1.1/) and type in the generic password, then it loads the web-utility with obvious 'errors on page.'  I then cannot do anything more than change the time zone...I cannot chose a different tab than the "Setup Basic Startup" tab which loads automatically.
    When I click on the "wireless" tab for example, a white page loads with this gibberish:
    ¶âÐ&†¶¤ ´! h% ­Cèl£¹>²$h VÚ ªå QVÄš\aIAB Öd` «°xU cñj Veñê Æâ5 ¬Æâ5)ŒÅk X Å;¡0 O– ° cDæ‰äË eì …BÚƒ,í³³óÅ ÍÚA †P ¿þ öc.]¡˜g®2( Ê1‘3š)}l’Ç*y¬ÐÖ }¤­uòX¥­ úH[›ä±F[[ô‘¶ž Ç:m•%úL›e:¯FÐN'Ö ÚéÌšA; Z«†ž 50<ˆ g^Œ3/Æ™ ãÌ‹qæÅ8óbœy1μ˜`^L0/&˜ Ì‹ æÅ$ó(Œ™ÇÎd‹Â  W0• ‘ Ãvˆ•´Í®"µÍR Û
    I can then return to the previous page on my browser to see the Setup screen again, but there are still obvious visual errors in how the page loaded (it has some of those stupid 'red x's' where images were supposed to load).
    So I tried updating the the firmware (its still 1.00.6) using the instructions I found for my router on the linksys website...but halfway during the upload of the .bin file from the management screen, the page failed to load and I recieved the "Internet Explorer cannot display the webpage" message.  Since then, my connection has been cutting in and out (Local only) and sometimes I cannot view that the WRT54G is part of my network.  Connecting to the internet directly through my DSL modem works just fine still.
    So why can't I access my web-utility correctly?  Why can I not upgrade my firmware?  Would upgrading the firmware fix the web-utility access errors?  Why is the connection cutting 'in and out' rather than just not working?  Has ANYONE else had this problem (with the web-based utility not loading correctly in IE)?
    Thanks,
    Todd W.
    Message Edited by Veridicus on 12-11-2007 07:11 AM

    I fixed it!  I had to 'reset' the modem for that minute and then upload the firmware from a non-vista pc.  The web browser gave me the 'upload successful' page and so I restarted the computer and unplugged and replugged back in the router...then when the computer rebooted and I loaded the Linksys Router Web-Utility...viola...it no longer contained those ridiculous error screens or jibberish.
    And here I though I was gonna have to drop another 50 bucks...

  • WRV200 Web Utility Problem

    Hello,
    We're using a WRV200. I tried to get to the web utility via 192.168.1.1.
    (to be clear, yes I ran ipconfig. that IS the default gateway.  and I have released and renewed my PC's ip as well. lol)
    The first time I did get the login screen... Great.. Had the wron password so I got the "cannot display page" error in my browser. (IE6 SP2).
    So I tried again, but now I don't get the loging screen. It seems to forward me to google search page with results for 192.168.1.1 because the DNS could not resolve it..
    Anyone know why this is?
    I have checked firewalls, virus scanner settings (just in case), Internet Options security settings..
    I'm just baffled at the moment as this should not be happening.
    Thanks

    Thanks Castor....
    It's been a while since I've logged in, but I wanted to post results anyway. (Apologies)
    You were right.
    It seems the "Web Server" side of the router had hung.
    The only difference was I could simply power cycle the router and the web interface came back. I did NOT have to disconnect from the modem or any other devices.
    Either I got lucky in that sense (Everything comes back with no config anyway) or it was a fluke...
    THANK YOU!!
    Sorry it took so long to reply.
    Kudos
    Joe

  • How do I access the web utility with model cisco sf302-08p ?

    Hi,i have a problem with the model Cisco SB SF302-08PP Switch , i connect a cable rj45 to my pc and configure the adapter local area connection (ip address:192.168.1.252), the LEDs blink green, and go to the address bar and get the IP by default, which according to the manual is 192.168.1.254 and the result is: page not found. Is there any way to change the web utility? How do I access the web utility?

    restore  the switch by holding more than 30 seconds and try accessing with ip 192.168.1.254. username and password is "cisco". before change your base ip to 192.168.1.2-253.try to ping and check the connectivity

  • Java Web Start Error in through codebase url with SSL

    I have created one Java web-start plugin application in swing which is launched from PHP site at browser plugin.
    All things were working fine, but when we implemented SSL in our site it stopped working. And when we try to start the application from browser it thorws error like:
    Unable to launch Application.
    In Java console it puts following log:
    JNLP Ref (...): NULL !
    #### Java Web Start Error:
    #### null
    Following is my JNLP file:
    <jnlp spec="1.0+" codebase="https://<<server_domain>>/MyPlugin/">
      <information>
        <title>Test Plugin</title>
        <vendor>The Java(tm) Tutorial</vendor>
        <homepage href="null"/>
        <description>Test Plugin</description>
        <description kind="short">Test Plugin</description>
        <offline-allowed/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="timeout" policy="always"/>
      <resources>
        <java version="1.7+"/>
        <jar href="http://<<server_domain>>/MyPluginJar.jar" download="eager" main="false"/>
      </resources>
      <application-desc>
        <argument>test</argument>
        <argument>test</argument>
        <argument>test</argument>
        <argument>test</argument>
        <argument>test</argument>
      </application-desc>
    </jnlp>
    The issue started only after implementation of SSL in our site. Please provide any solution for this. Many thanks in advance.
    P.S. My Jar file is signed by third party authorized certificate.

    Have you tried using Rosetta?

  • SAP Web Service error text : The database returned a value containing an error , type  CX_SY_OPEN_SQL_DB

    Hello Guru's,
    we are creating sales order in SAP from a quote created in .NET,  through Web Service created in SAP, and consumed in .NET.
    When ever a order is created in SAP for a given quote, SAP returns the sales order number to .NET.
    Orders are getting created as expected, but once in a while we are getting the following error from webservice :
    Web service processing error; more details in the web service error log on provider side (UTC timestamp 20140609173429; Transaction ID 4DFCEFE33301F1EBB5CE00155D0B4530)
    But the problem is order is getting created in SAP for the perticular quote for which we are getting the above error and this order number is not getting returned to .NET.
    Upon analysis in TCODE  SRT_UTIL for the above transaction ID, has the following details , which are hardly help full to resolve the error.
    ----TYPE                                  CX_SY_OPEN_SQL_DB
    ----ERROR_TEXT                   The database returned a value containing an error
    ----CX_SY_NO_HANDLER
    -----CLASSNAME                     CX_SY_OPEN_SQL_DB
    This Exception raised by Web Service application
    Could you please help in resolving this issue or alteast provide an approach for the same.
    Thank you,
    Suresh.

    Thank you Bhaskar,
    How can we clarify whether the error is from SAP or Web part.
    I have checked ST22, but there is not entry for the perticular  exception transaction ID
    My exception time stamp is
    -------------------START-------------6/9/2014 1:34:33 PM
    Error :Web service processing error; more details in the web service error log on provider side (UTC timestamp 20140609173429; Transaction ID 4DFCEFE33301F1EBB5CE00155D0B4530)
    -------------------END-------------6/9/2014 1:34:33 PM
    In al11, i found the following for the perticular exception time stamp
    **** Trace file opened at 20140609 133431 Eastern Daylight Time, by disp+work
    **** Versions SAP-REL 720,0,500 RFC-VER U 3 1442251 MT-SL
    XRFC> Begin of user trace
    XRFC> ---------------------------------------------------------------------
    XRFC>                                                                     <
    XRFC> TRACE SOAP RUNTIME - header                                         <
    XRFC>                                                                     <
    XRFC> ------------------------------------------------------------------  <
    XRFC> REQ_SIZE   : 2685                                                   <
    XRFC> RESP_SIZE  : 0                                                      <
    XRFC> PARENT_ID  : ROOT_CALL_ID                                           <
    XRFC> TRC_KEY    : 40FCEFE3BD6EF184B5CE00155D0B4530                       <
    XRFC> REQ_BASED  :                                                        <
    XRFC> SESSION_ID : 0003925540FCEFE3BD6EF17DB5CE00155D0B4530               <
    XRFC> TS_CALL    : 20140609173408.2880000                                 <
    XRFC> SY_UNAME   :                                            <
    XRFC> HOSTNAME   :                                              <
    XRFC> SY_SID     : PRD                                                    <
    XRFC> SY_MANDT   : 300                                                    <
    XRFC> SYS_NR     : 19                                                     <
    XRFC> APPLSERVER :                                      <
    XRFC> ISPRESCHED : X                                                      <
    XRFC> DURATION   : 21810                                                  <
    XRFC> NETHDRTIME : 21810                                                  <
    XRFC> CALL_STATE : 2                                                      <
    XRFC> ERRORTYPE  : APPLFAIL                                               <
    XRFC> ERRORAREA  : APPL                                                   <
    XRFC> CTXDP_TYPE : SOAP_RUNTIME                                           <
    XRFC> SYNC_ASYNC : S                                                      <
    XRFC> LOCATION   : P                                                      <
    XRFC> DIRECTION  : I                                                      <
    XRFC> REQ_ID     : 91C57815916E421CA9F3D652FFACE9C7                       <
    XRFC> RESP_ID    : 00155D0B45301EE3BBFF89A0267EB5CE                       <
    XRFC> MSG_STATE  : 114                                                    <
    XRFC> IF_NAME_I  : ZSD_CS_CREATE_SALESORDER_SERVI                         <
    XRFC> IF_NS_E    : urn:sap-com:document:sap:soap:functions:mc-style       <
    XRFC> IF_NAME_E  : ZSD_CS_CREATE_SALESORDER_SERVI                         <
    XRFC> ISSHORTCUT :                                                        <
    XRFC> TRC_PATT   : WSTEST                                                 <
    XRFC> TRC_SSID   : PRD_19                                                 <
    XRFC> TRC_USER   :                                           <
    XRFC> TRC_TS     : 20140609173409                                         <
    XRFC> TRC_COUNT  : 99                                                     <
    XRFC> TRC_EXT    :                                                        <
    XRFC> COMPLETE   : OK                                                     <
    XRFC> CALLEDPROG : ZSD_CS_CREATE_SALESORDER_SERVI                         <
    XRFC> SOAP_APPLI : urn:sap-com:soap:runtime:application:rfc:710           <
    XRFC> CONF_ID    : 00155D0B45301EE3AEFDAD78756555CE                       <
    XRFC> BIND_ID    : 00155D0B45301EE3AEFDAD787565B5CE                       <
    XRFC> OP_NAME    : ZsdCsCreateSalesorder                                  <
    XRFC> COMM_PATRN : Method:ZsdCsCreateSalesorder                           <
    XRFC> OP_NS      : urn:sap-com:document:sap:soap:functions:mc-style       <
    XRFC> REMADDRESS : 172.16.11.43                                           <
    XRFC> DT_OBJ     : ZSD_CS_CREATE_SALESORDER_SERVI                         <
    XRFC> MEMCONSUMP : 296291                                                 <
    XRFC> WSHOST     :                                                        <
    XRFC> WSPORT     :                                                        <
    XRFC> WSPROT     :                                                        <
    XRFC> WSCLIENT   :                                                        <
    XRFC> WSPATH     :                                                        <
    XRFC> PXYHOST    :                                                        <
    XRFC> PXYPORT    :                                                        <
    XRFC> USEDRFCDES :                                                        <
    XRFC> BONAME     :                                                        <
    XRFC> PROCCOMP   :                                                        <
    XRFC> DEPLOYUNIT :                                                        <
    XRFC> ------------------------------------------------------------------  <
    XRFC>                                                                     <
    XRFC> TRACE SOAP RUNTIME - trace records                                  <
    XRFC>                                                                     <
    XRFC> ------------------------------------------------------------------  <
    XRFC> E SOAP_RUNTIME 20140609173429.7400000 : CL_SOAP_RUNTIME_SERVER      <
    XRFC> ->EXECUTE_PROCESSING Exception handling for IF "ZSD_CS_CREATE       <
    XRFC> _SALESORDER_SERVI" OP name "ZsdCsCreateSalesorder" MSG ID           <
    XRFC> "91C57815916E421CA9F3D652FFACE9C7" user "STULZWEBSERV"              <
    XRFC>                                                                     <
    XRFC>                                                                     <
    XRFC> E SOAP_RUNTIME 20140609173429.7240000 : CL_SOAP_RUNTIME_SERVER      <
    XRFC> ->EXECUTE_PROCESSING CX_SOAP_ROOT : An exception has occurred. |    <
    XRFC> program: CL_SOAP_RUNTIME_ROOT==========CP include: CL_SOAP          <
    XRFC> _RUNTIME_ROOT==========CM004 line: 120                              <
    XRFC>                                                                     <
    XRFC>                                                                     <
    XRFC> E SOAP_RUNTIME 20140609173429.7400000 : CL_SOAP_RUNTIME_SERVER      <
    XRFC> ->EXECUTE_PROCESSING CX_SY_NO_HANDLER : An exception with the type  <
    XRFC> CX_SY_OPEN_SQL_DB occurred, but was neither handled locally, nor    <
    XRFC> declared in a RAISING clause | program: SAPLSTXD include: LSTXDFDB  <
    XRFC> line: 200                                                           <
    XRFC>                                                                     <
    XRFC>                                                                     <
    XRFC> E SOAP_RUNTIME 20140609173429.7400000 : CL_SOAP_RUNTIME_SERVER      <
    XRFC> ->EXECUTE_PROCESSING CX_SY_OPEN_SQL_DB : The database returned a    <
    XRFC> value containing an error | program: SAPLSTXD include: LSTXDFDB     <
    XRFC> line: 227                                                           <
    XRFC>                                                                     <
    XRFC> ---------------------------------------------------------------------
    XRFC> End of user trace

Maybe you are looking for