Servlet Reader time out - Safari specific

I have a jsp that allows users to upload files via a secure form and the standard html <input type=�file� � > tag.
For complex reasons I need to get the contents of the HttpServletRequest into a character array. Basically my code looks like this:
BufferedReader reader = request.getReader();
char[] ba = (char[]) Array.newInstance(char.class, MAX_FILE_SIZE);
int total = 0;
int charsRead =0;
while ((charsRead = reader.read(ba, total, 1024)) > -1)
          total += charsRead;
     }When the request is submitted by a Safari browser, approximately 70% of the time, the very first reader.read does not return a result. After about 2 minutes, I get a SocketTimeoutException. On the client side, Safari shows a �loading �.� Message and after 5 minutes reverts to a blank screen � unsurprisingly since the server never serves up a response.
By way of comparison, when the transaction is successful, the process takes less than 1 second.
java.net.SocketTimeoutException: Read timed out
     at java.net.SocketInputStream.socketRead0(Native Method)
     at java.net.SocketInputStream.read(SocketInputStream.java(Compiled Code))
     at com.ibm.ws.io.Stream.read(Stream.java(Compiled Code))
     at com.ibm.ws.io.ReadStream.read(ReadStream.java(Compiled Code))
     at com.ibm.ws.http.ContentLengthInputStream.read(ContentLengthInputStream.java(Compiled Code))
     at com.ibm.ws.io.ReadStream.read(ReadStream.java(Compiled Code))
     at com.ibm.ws.webcontainer.http.HttpConnection.read(HttpConnection.java:342)
     at com.ibm.ws.webcontainer.srp.SRPConnection.read(SRPConnection.java:200)
     at com.ibm.ws.webcontainer.srt.SRTInputStream.read(SRTInputStream.java:80)
     at com.ibm.ws.webcontainer.srt.http.HttpInputStream.read(HttpInputStream.java:312)
     at java.io.InputStream.read(InputStream.java(Compiled Code))
     at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java(Compiled Code))
     at sun.nio.cs.StreamDecoder.read(StreamDecoder.java(Compiled Code))
     at java.io.InputStreamReader.read(InputStreamReader.java(Compiled Code))
     at java.io.BufferedReader.fill(BufferedReader.java(Compiled Code))
     at java.io.BufferedReader.read1(BufferedReader.java(Compiled Code))
     at java.io.BufferedReader.read(BufferedReader.java(Compiled Code))
�This problem occurs regardless of file size and even if Safari is told to report itself as firefox. This problem has not once occurred with any of IE 5,6 or 7 or Firefox 1.* and 2.*
I have not been able to test this with Safari 3 Beta for Mac or Windows.
Environment:
Client is Mac OS-X 10.4.10 with Safari: 2.0.4
Server is Websphere 5.1
Can anyone suggest a solution to this problem?

As I said, it depends on what a request looks like. You have to know.
whether the stream is emptyThat's not the same thing as getting the end of the request. Bits of the request can be arbitrary delayed for all sorts of reasons.
You have to parse the request. Or send it after a length word. Or use a self-describing protocol like serialization, or writeUTF(), or XML,...

Similar Messages

  • ServletInputStream.read() causes read time out error

    this part of the jsp page
    <jsp:useBean id="testServlet" scope="page" class="testServlet" />
    <%
    testServlet.doUpload(request);
    %>
    this is part of the servlet
    public void doUpload(HttpServletRequest request) throws IOException
    BufferedInputStream br = new BufferedInputStream(request.getInputStream());
    /* error here! */
    int i = br.read();
    it will produce an read time out error when i reach the error line
    btw..... i am using tomcat as server and parsing the form :
    <form name="form1" enctype="multipart/form-data" method="get" action="converter.jsp">
    <input type="file" name="filename">
    </form>
    thnx in advance!

    I'd think for the request to have an input stream, the request method on the form would need to be post, not get. Other than that, I don't know why you've created a Servlet - seems like you could have just created a simple class that takes a HttpServletRequest object (doesn't have to be a servlet). Your jsp page is the real servlet that's being called.

  • About Sun Fire E25K I2c read time out error

    Hi,
    Can anybody give me a breif explaination about the following errors
    which capatured by Sun Fire E25K System Controller:
    Nov 7 08:16:36 2006 E25K-ORADR-sc0 hwad[11914]: [1123
    20621355893934396 ERR I2cComm.cc 410] I2c read time out - bus: 10,
    address: 21
    Nov 7 08:16:36 2006 E25K-ORADR-sc0 hwad[11914]: [1128
    20621356152372741 ERR SelectPll.cc 292] Reading bus failed in address
    0, ecode=1123
    Nov 7 18:45:40 2006 E25K-ORADR-sc0 hwad[11914]: [1123
    20659099583593289 ERR I2cComm.cc 410] I2c read time out - bus: 10,
    address: 21
    Nov 7 18:45:40 2006 E25K-ORADR-sc0 hwad[11914]: [1128
    20659099584735868 ERR SelectPll.cc 138] Reading bus failed in address
    0, ecode=1123
    Nov 8 02:15:01 2006 E25K-ORADR-sc0 hwad[11914]: [1124
    20686060070434628 ERR I2cComm.cc 1095] I2c write time out - bus: 10,
    address: 21
    Nov 8 02:15:01 2006 E25K-ORADR-sc0 hwad[11914]: [1129
    20686060083304777 ERR SelectPll.cc 181] Writing bus failed in address
    0, ecode=1124
    What is the reason to cause "I2c read time out" ?
    TIA.
    Rgds,
    Simon

    Hello Simon,
    these forums are user-to-user. The Fire E25K is definetely beyond the scope of these forums (too expensive, too critical for your business, too complex).
    This system should be under Spectrum coverage (Platinum/Gold).
    Open a service case !
    Let's if you get any response to your posting on the Sun Managers mailing list.
    Michael
    Message was edited by:
    MAALATFT

  • ERM 5.3 Error - READ TIME OUT

    Hello GRC Community,
    <br><br>
    I'm running into an issue in GRC 5.3 SP10 for the ERM Module.  When we're building a role and get to the risk analysis step, the analysis runs (at the transaction or object level) for a very long time before it kicks back the following error:
    <br><br>
    <b>Risk analysis failed; Service call exception; nested exception is: java.net.SocketTimeoutException: Read timed out</b>
    <br><br>
    Here are the system Logs, can someone offer any suggestions as to why we're getting this error?
    <br><br>
    2010-04-05 15:48:12,548 [SAPEngine_Application_Thread[impl:3]_11] ERROR com.virsa.re.role.actions.RiskAnalysisAction
    java.lang.Throwable: Service call exception; nested exception is:
         java.net.SocketTimeoutException: Read timed out<br>
         at com.virsa.re.bo.impl.RiskAnalysisBO.performTranLvlRiskAnalysis(RiskAnalysisBO.java:584)<br>
         at com.virsa.re.bo.impl.RiskAnalysisBO.performRiskAnalysisOnSystemFromRiskAnalysisPage<br><br>(RiskAnalysisBO.java:167)<br>
         at com.virsa.re.role.actions.RiskAnalysisAction.performAndShowRiskAnalysis(RiskAnalysisAction.java:1657)<br>
         at com.virsa.re.role.actions.RiskAnalysisAction.execute(RiskAnalysisAction.java:105)<br>
         at com.virsa.framework.NavigationEngine.execute(NavigationEngine.java:273)<br>
         at com.virsa.framework.servlet.VFrameworkServlet.service(VFrameworkServlet.java:230)<br>
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br>
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)<br>
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)<br>
         at com.virsa.comp.history.filter.HistoryFilter.doFilter(HistoryFilter.java:43)<br>
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)<br>
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384)<br>
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)<br>
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)<br>
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)<br>
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)<br>
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)<br>
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)<br>
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)<br>
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process<br><br>(ApplicationSessionMessageListener.java:33)<br>
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)<br>
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)<br>
         at java.security.AccessController.doPrivileged(Native Method)<br>
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)<br>
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)<br>
    Edited by: suggsda on Apr 5, 2010 10:28 PM

    Yes, my connectors were established per the configuration guide. The issue with this error was a result of the new connector being established in both ERM & RAR. I neglected to run the proper background jobs in RAR for this connector, so when ERM tried to leverage RAR for the risk analysis the results would time out because there was no data on the RAR side for it to return. Unfortunately this was an oversite on my part as we were migrating from sandbox to development.

  • ERROR while saving the runtime systems(read time out exception)

    Hi e xperts
    I am configuring NWDI and assigned asll the permissions and roles to the CMS user.I created Domain,in landscape configurater
    created track and saved.
    while saving the rumtime systems the error thrown is
    com.sap.cms.util.exception.conf.CMSCCBSCommunicationException: CBS (URL http://dtlepdev:54400/tc.CBS.Appl/archiveapi2/) communication exception: Read timed out (Service call exception; nested exception is:
    java.net.SocketTimeoutException: Read timed out)
    at com.sap.cms.pcs.conf.communicator.CBSConfCommunicator.removeBuildspace(CBSConfCommunicator.java:382)
    at com.sap.cms.pcs.conf.communicator.CBSConfCommunicator.deleteCreateBuildspace(CBSConfCommunicator.java:338)
    at com.sap.cms.pcs.conf.communicator.CBSConfCommunicator.editBuildspace(CBSConfCommunicator.java:277)
    at com.sap.cms.pcs.conf.communicator.CBSConfCommunicator.createBuildspace(CBSConfCommunicator.java:168)
    at com.sap.cms.pcs.conf.core.services.SystemManagerObject.saveSystem(SystemManagerObject.java:261)
    at com.sap.cms.pcs.conf.core.plugin.DefaultTrack.newTrack(DefaultTrack.java:292)
    at com.sap.cms.pcs.conf.core.TrackManager.editTrack(TrackManager.java:208)
    at com.sap.cms.pcs.conf.manager.CmsConfManager.editTrackConfiguration(CmsConfManager.java:1002)
    at com.sap.cms.pcs.conf.manager.proxy.CmsConfProxyBean.editTrackConfiguration(CmsConfProxyBean.java:489)
    at com.sap.cms.pcs.conf.manager.proxy.LocalCmsConfProxyLocalObjectImpl0_0.editTrackConfigurationand also ..
    Unable to instantiate a Build Space administrator!
    Build Space "DTL_ETRACK_C" [bsID: 27, version: 0] [in-queue: on (privileged), out-queue: "on", processing: off]
    <null>
    [EXCEPTION]
    Buildspace DTL_ETRACK_C does not own the workspace ws/ETRACK/dtl.com_DEFAULTIME/cons/inactive/ .  It is currently not owned by any other buildspace
    at com.sap.tc.cbs.server.rt.bs._BuildSpaceValidator.checkWorkspace(_BuildSpaceValidator.java:120)
    at com.sap.tc.cbs.server.rt.bs._BuildSpaceValidator.validateWSs(_BuildSpaceValidator.java:74)
    at com.sap.tc.cbs.server.rt.bs.BSAdmin.validate(BSAdmin.java:192)
    at com.sap.tc.cbs.server.rt.bs.BSAdmin.updateState(BSAdmin.java:260)
    at com.sap.tc.cbs.server.rt.bs.BSAdminOrc.determineChanges(BSAdminOrc.java:439)
    at com.sap.tc.cbs.server.rt.bs.BSAdminOrc.validateBuildSpaceData(BSAdminOrc.java:219)
    at com.sap.tc.cbs.server.rt.bs.BSAdminOrc.act(BSAdminOrc.java:341)
    at com.sap.tc.cbs.server.rt.impl.CourteousTimer.run(CourteousTimer.java:139)
    at java.lang.Thread.run(Thread.java:534
    In cbs i checked the parametrs they are open and on..
    please suggest me on this ASAP..since 2 days i have been struggling and searched in forums..no perfect solution
    help me out
    perfect soln is immediately awarded...
    I
    THanks
    Mayu

    Hi Mayu,
    here apparently the CMS cannot communicate to CBS properly and then when CMS tries to talk to CBS using a webservice, it times out due to various reasons, see below.
    Strange, I always had this error when the CMS was on a different release like CBS and this caused the communication problem.
    Don't you have an entry in your cms log like this?
    com.sap.cms.util.exception.CMSUnexpectedException                          
    at com.sap.cms.pcs.conf.manager.CmsConfManager.newTrackConfiguration(CmsConfManager.java:666)                                                    
    Caused by: java.lang.IncompatibleClassChangeError
    at com.sap.cms.pcs.conf.communicator.CBSConfCommunicator.openConnection(CBSConfCommunicator.java:84)                                             
    Please provide me the version of the DI_CMS, DI_CBS (and DI_DTR for the sake of completeness).
    You can find this info on the ComponentInfo page.
    On 640/700 this is http://<host>:<port>/sap/monitoring/ComponentInfo
    as of 710 you find this on the "Components" tab of http://<host>:<port>/nwa/sysinfo
    I also think that this is not due to the runtime systems. I guess you have the same problem if you try to create the track without runtime systems, right?
    (The "Unable to instantiate a Build Space administrator!" is not necessarily an error, see the note:
    #1175019 - Unable to instantiate a Build Space administrator!)
    Thank you!
    Best Regards,
    Ervin

  • Read Time Out Exception while generating PDF Document

    Hi,
    We are working on Netweaver 04,Patch SP 16 and trying to generate a Non Interactive PDF on ADS Version SP 14 for printing purpose (Eg.Invoice). This extracts data using EJBs. We used Interactive Form UI element which has various sub elements like static image, etc.
    We are using Acrobat Reader 7.0 for generating PDF.
    The form fetches the records and prints perfectly in the Development System, While creates a 'java.net.SocketTimeoutException: Read timed
    out ' Exception in Production.
    Time Out period for web service container is set to 180 sec in both Dev and Prod.
    Default trace in the production is continously throwing following  error."com.adobe.document.XMLFormService#com.adobe/AdobeDocumentServices#com.adobe.document.XMLFormService
    Thread[XMLForm.exe Error Reader,5,SAPEngine_Application_Thread[impl:3]
    _Group]##0#0#Error##Plain###Service XMLFormService: Native process
    (PID=0) /usr/sap/NWP/JC00/j2ee/os_libs/adssap/XMLFormService/bin/XMLForm.exe terminated abnormally with error code 127# "
    We are running following services in both Prod and Dev for using ADS.
    1. IIOP Provider
    2. Data Manager Service
    3. Data Font Manager Service
    4. XML Module
    5. Document Services Configuration
    6. Document Services License Support Service
    Could some one please  let us know what could be the problem?
    Thanks And Regards,
    Apeksha.

    Hi Markus,
    Thanks for the prompt reply. However, SAP notes 867502
    and 811342 speak about PDF manipulation services, which we are not using in our application. We need to create non interactive form which simply reads the data from the DB and displays it to the users for printing.
    The other 2 notes-826419 and  849851 talk about SP 10,11 and 12, while we are using SP14 for Adobe Services and SP 16 for Netweaver Java Stack.
    The application works perfectly on the Development Server, but not on Production Server. Though all the configurations are same on both the servers, still can you suggest what all things need to be considered ?
    Thanks and Regards,
    Apeksha

  • BI Java SDK in BI 7.0: Read Time out when executing MDX Statements

    Hi all,
    we´ve implemented some functions with the BI JAVA SDK which gets informations out of our BI via the SOAP / XMLA  Service. For some Queries this is not working and the following exception occurs on Java Side:
    --- snip ---     
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
         java.net.SocketTimeoutException: Read timed out
    --- snip ---
    The same query works on our Test Enviroment (which has longer execution times) so the difference has to be in some parameters set on the BI System. So the question is:
    Which parameters affect the queries sent via the SOAP / XMLA Service ?
    Any clues ?
    Thank for your help.
    Marco

    Hi Shan,
    that was also my first idea - but it didn´t help. It also does not explain, why the same codings works against the testsystem. Thats why i think the problem is related to some type of (profile-?) parameters on the BI Server itself. But its just a guess ....
    Marco

  • Read Time out Exception - Pls Help

    Hi all,
    I am using Axis Web Services in order to connect to a .Net application hosted on IIS Server. Ours is a Struts application on J2SE technologies and Oracle as database. When I try to invoke the API of the .Net Application, it works fine and logs me in. But through application , it isnt able to create a new session. I have attached the trace log below,
    Thanks in advance for your help.
    In the Axis fault exception of catch method.... not able to invoke call to sched session,
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: org.apache.commons.httpclient.HttpRecoverableException: java.net.SocketTimeo
    utException: Read timed out
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}stackTrace: org.apache.commons.httpclient.HttpRecover
    ableException: java.net.SocketTimeoutException: Read timed out
    at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1
    933)
    at org.apache.commons.httpclient.HttpMethodBase.processRequest(HttpMethodBase.java
    :2627)
    at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1061)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:643)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:497)
    at org.apache.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSender.java:
    173)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
    at org.apache.axis.client.Call.invoke(Call.java:2553)
    at org.prss.cd.scheduall.SchedSession.invokeCall(SchedSession.java:229)
    at org.prss.cd.scheduall.SchedSession.login(SchedSession.java:124)
    at org.prss.cd.scheduall.SchedSession.init(SchedSession.java:101)
    at org.prss.cd.scheduall.SchedSessionBroker$SAPool.createSession(SchedSessionBroke
    r.java:478)
    at org.prss.cd.scheduall.SchedSessionBroker$SAPool.addSession(SchedSessionBroker.j
    ava:462)
    at org.prss.cd.scheduall.SchedSessionBroker$SAPool.checkOut(SchedSessionBroker.jav
    a:372)
    at org.prss.cd.scheduall.SchedSessionBroker.executeCall(SchedSessionBroker.java:11
    5)
    at org.prss.cd.ws.scheduall.ScheduAllClient.executeCall(ScheduAllClient.java:651)
    at org.prss.cd.ws.scheduall.ScheduAllClient.executeCall(ScheduAllClient.java:663)
    at org.prss.cd.ws.scheduall.ScheduAllClient.create(ScheduAllClient.java:1258)
    at org.prss.cd.services.program.ProgramManager.addProgram(ProgramManager.java:965)
    at org.prss.cd.services.program.ProgramServicesBean.addProgram(ProgramServicesBean
    .java:119)
    at org.prss.cd.services.program.ProgramServices_jupje8_EOImpl.addProgram(ProgramSe
    rvices_jupje8_EOImpl.java:417)
    at org.prss.cd.services.program.ProgramServices_jupje8_EOImpl_CBV.addProgram(Unkno
    wn Source)
    at cd.ManageProgram.Program.ProgramController.updateProgram(ProgramController.jpf:
    1146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja
    va:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.netui.pageflow.FlowController.invokeActionMethod(FlowController.jav
    a:1510)
    at com.bea.wlw.netui.pageflow.FlowController.getActionMethodForward(FlowController
    .java:1445)
    at com.bea.wlw.netui.pageflow.FlowController.internalExecute(FlowController.java:7
    76)
    at com.bea.wlw.netui.pageflow.PageFlowController.internalExecute(PageFlowControlle
    r.java:211)
    at com.bea.wlw.netui.pageflow.FlowController.execute(FlowController.java:606)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor
    .java:484)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFl
    owRequestProcessor.java:1468)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProc
    essor.java:670)
    at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterAction
    Servlet.java:527)
    at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.
    java:152)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at com.bea.wlw.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1694)
    at com.bea.wlw.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1714)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(
    ScopedContentCommonSupport.java:561)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionI
    nternal(ScopedContentCommonSupport.java:121)
    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowSt
    ubImpl.java:98)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiCo
    ntent.java:149)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiCo
    ntent.java:108)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiC
    ontent.java:223)
    at com.bea.netuix.nf.ControlLifecycle$3.visit(ControlLifecycle.java:171)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:298)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:127)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:106)
    at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:173)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:137)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:321)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:184)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:767)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:138)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletSt
    ubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:41
    9)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebA
    ppServletContext.java:6724)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.j
    ava:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletConte
    xt.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:26
    44)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    org.apache.commons.httpclient.HttpRecoverableException: java.net.SocketTimeoutException: R
    ead timed out
    at org.apache.axis.AxisFault.makeFault(AxisFault.java:129)
    at org.apache.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSender.java:
    261)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
    at org.apache.axis.client.Call.invoke(Call.java:2553)
    at org.prss.cd.scheduall.SchedSession.invokeCall(SchedSession.java:229)
    at org.prss.cd.scheduall.SchedSession.login(SchedSession.java:124)
    at org.prss.cd.scheduall.SchedSession.init(SchedSession.java:101)
    at org.prss.cd.scheduall.SchedSessionBroker$SAPool.createSession(SchedSessionBroke
    r.java:478)
    at org.prss.cd.scheduall.SchedSessionBroker$SAPool.addSession(SchedSessionBroker.j
    ava:462)
    at org.prss.cd.scheduall.SchedSessionBroker$SAPool.checkOut(SchedSessionBroker.jav
    a:372)
    at org.prss.cd.scheduall.SchedSessionBroker.executeCall(SchedSessionBroker.java:11
    5)
    at org.prss.cd.ws.scheduall.ScheduAllClient.executeCall(ScheduAllClient.java:651)
    at org.prss.cd.ws.scheduall.ScheduAllClient.executeCall(ScheduAllClient.java:663)
    at org.prss.cd.ws.scheduall.ScheduAllClient.create(ScheduAllClient.java:1258)
    at org.prss.cd.services.program.ProgramManager.addProgram(ProgramManager.java:965)
    at org.prss.cd.services.program.ProgramServicesBean.addProgram(ProgramServicesBean
    .java:119)
    at org.prss.cd.services.program.ProgramServices_jupje8_EOImpl.addProgram(ProgramSe
    rvices_jupje8_EOImpl.java:417)
    at org.prss.cd.services.program.ProgramServices_jupje8_EOImpl_CBV.addProgram(Unkno
    wn Source)
    at cd.ManageProgram.Program.ProgramController.updateProgram(ProgramController.jpf:
    1146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja
    va:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.netui.pageflow.FlowController.invokeActionMethod(FlowController.jav
    a:1510)
    at com.bea.wlw.netui.pageflow.FlowController.getActionMethodForward(FlowController
    .java:1445)
    at com.bea.wlw.netui.pageflow.FlowController.internalExecute(FlowController.java:7
    76)
    at com.bea.wlw.netui.pageflow.PageFlowController.internalExecute(PageFlowControlle
    r.java:211)
    at com.bea.wlw.netui.pageflow.FlowController.execute(FlowController.java:606)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor
    .java:484)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFl
    owRequestProcessor.java:1468)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProc
    essor.java:670)
    at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterAction
    Servlet.java:527)
    at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.
    java:152)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at com.bea.wlw.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1694)
    at com.bea.wlw.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1714)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(
    ScopedContentCommonSupport.java:561)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionI
    nternal(ScopedContentCommonSupport.java:121)
    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowSt
    ubImpl.java:98)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiCo
    ntent.java:149)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiCo
    ntent.java:108)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiC
    ontent.java:223)
    at com.bea.netuix.nf.ControlLifecycle$3.visit(ControlLifecycle.java:171)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:298)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:127)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:106)
    at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:173)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:137)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:321)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:184)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:767)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:138)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletSt
    ubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:41
    9)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebA
    ppServletContext.java:6724)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.j
    ava:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletConte
    xt.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:26
    44)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: org.apache.commons.httpclient.HttpRecoverableException: java.net.SocketTimeoutE
    xception: Read timed out
    at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1
    933)
    at org.apache.commons.httpclient.HttpMethodBase.processRequest(HttpMethodBase.java
    :2627)
    at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1061)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:643)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:497)
    at org.apache.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSender.java:
    173)
    ... 91 more
    org.prss.cd.common.exception.SystemException: org.apache.commons.httpclient.HttpRecoverabl
    eException: java.net.SocketTimeoutException: Read timed out
    at org.prss.cd.scheduall.SchedSession.invokeCall(SchedSession.java:241)
    at org.prss.cd.scheduall.SchedSession.login(SchedSession.java:124)
    at org.prss.cd.scheduall.SchedSession.init(SchedSession.java:101)
    at org.prss.cd.scheduall.SchedSessionBroker$SAPool.createSession(SchedSessionBroke
    r.java:478)
    at org.prss.cd.scheduall.SchedSessionBroker$SAPool.addSession(SchedSessionBroker.j
    ava:462)
    at org.prss.cd.scheduall.SchedSessionBroker$SAPool.checkOut(SchedSessionBroker.jav
    a:372)
    at org.prss.cd.scheduall.SchedSessionBroker.executeCall(SchedSessionBroker.java:11
    5)
    at org.prss.cd.ws.scheduall.ScheduAllClient.executeCall(ScheduAllClient.java:651)
    at org.prss.cd.ws.scheduall.ScheduAllClient.executeCall(ScheduAllClient.java:663)
    at org.prss.cd.ws.scheduall.ScheduAllClient.create(ScheduAllClient.java:1258)
    at org.prss.cd.services.program.ProgramManager.addProgram(ProgramManager.java:965)
    at org.prss.cd.services.program.ProgramServicesBean.addProgram(ProgramServicesBean
    .java:119)
    at org.prss.cd.services.program.ProgramServices_jupje8_EOImpl.addProgram(ProgramSe
    rvices_jupje8_EOImpl.java:417)
    at org.prss.cd.services.program.ProgramServices_jupje8_EOImpl_CBV.addProgram(Unkno
    wn Source)
    at cd.ManageProgram.Program.ProgramController.updateProgram(ProgramController.jpf:
    1146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja
    va:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.netui.pageflow.FlowController.invokeActionMethod(FlowController.jav
    a:1510)
    at com.bea.wlw.netui.pageflow.FlowController.getActionMethodForward(FlowController
    .java:1445)
    at com.bea.wlw.netui.pageflow.FlowController.internalExecute(FlowController.java:7
    76)
    at com.bea.wlw.netui.pageflow.PageFlowController.internalExecute(PageFlowControlle
    r.java:211)
    at com.bea.wlw.netui.pageflow.FlowController.execute(FlowController.java:606)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor
    .java:484)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFl
    owRequestProcessor.java:1468)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProc
    essor.java:670)
    at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterAction
    Servlet.java:527)
    at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.
    java:152)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at com.bea.wlw.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1694)
    at com.bea.wlw.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1714)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(
    ScopedContentCommonSupport.java:561)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionI
    nternal(ScopedContentCommonSupport.java:121)
    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowSt
    ubImpl.java:98)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiCo
    ntent.java:149)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiCo
    ntent.java:108)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiC
    ontent.java:223)
    at com.bea.netuix.nf.ControlLifecycle$3.visit(ControlLifecycle.java:171)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:298)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:308)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:127)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:106)
    at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:173)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:137)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:321)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:184)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:767)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:138)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletSt
    ubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:41
    9)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebA
    ppServletContext.java:6724)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.j
    ava:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletConte
    xt.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:26
    44)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Unable to initialize session, set is not added to the pool
    org.prss.cd.ws.scheduall.exception.DataSynchException: Unable to initialize session, sessi
    on not added to pool.
    at org.prss.cd.scheduall.SchedSessionBroker$SAPool.addSession(SchedSessionBroker.j
    ava:467)
    at org.prss.cd.scheduall.SchedSessionBroker$SAPool.checkOut(SchedSessionBroker.jav
    a:372)
    at org.prss.cd.scheduall.SchedSessionBroker.executeCall(SchedSessionBroker.java:11
    5)
    at org.prss.cd.ws.scheduall.ScheduAllClient.executeCall(ScheduAllClient.java:651)
    at org.prss.cd.ws.scheduall.ScheduAllClient.executeCall(ScheduAllClient.java:663)
    at org.prss.cd.ws.scheduall.ScheduAllClient.create(ScheduAllClient.java:1258)
    at org.prss.cd.services.program.ProgramManager.addProgram(ProgramManager.java:965)
    at org.prss.cd.services.program.ProgramServicesBean.addProgram(ProgramServicesBean
    .java:119)
    at org.prss.cd.services.program.ProgramServices_jupje8_EOImpl.addProgram(ProgramSe
    rvices_jupje8_EOImpl.java:417)
    at org.prss.cd.services.program.ProgramServices_jupje8_EOImpl_CBV.addProgram(Unkno
    wn Source)
    at cd.ManageProgram.Program.ProgramController.updateProgram(ProgramController.jpf:
    1146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja
    va:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.netui.pageflow.FlowController.invokeActionMethod(FlowController.jav
    a:1510)
    at com.bea.wlw.netui.pageflow.FlowController.getActionMethodForward(FlowController
    .java:1445)
    at com.bea.wlw.netui.pageflow.FlowController.internalExecute(FlowController.java:7
    76)
    at com.bea.wlw.netui.pageflow.PageFlowController.internalExecute(PageFlowControlle
    r.java:211)
    at com.bea.wlw.netui.pageflow.FlowController.execute(FlowController.java:606)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor
    .java:484)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFl
    owRequestProcessor.java:1468)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProc
    essor.java:670)
    at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterAction
    Servlet.java:527)
    at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.
    java:152)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at com.bea.wlw.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1694)
    at com.bea.wlw.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1714)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(
    ScopedContentCommonSupport.java:561)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommo

    Hi Markus,
    Thanks for the prompt reply. However, SAP notes 867502
    and 811342 speak about PDF manipulation services, which we are not using in our application. We need to create non interactive form which simply reads the data from the DB and displays it to the users for printing.
    The other 2 notes-826419 and  849851 talk about SP 10,11 and 12, while we are using SP14 for Adobe Services and SP 16 for Netweaver Java Stack.
    The application works perfectly on the Development Server, but not on Production Server. Though all the configurations are same on both the servers, still can you suggest what all things need to be considered ?
    Thanks and Regards,
    Apeksha

  • Jaxrpc client  (how to set connection and read time out)

    I have a jaxrpc client using a web service. how to set a connection or a readtime out on the client side so that I can terminatate the service if it does not respond on some time.

    SteveHibox wrote:
    When we tried to send messages to [email protected] ,the debug log on MTA shows that if the first mail server(123.1.1.1) failed , the MTA tried to connect the second server(123.1.1.2) automatically. And it took about 3 minutes until the connection to the first server timed out.
    The OS level timeout (tcp_ip_abort_cinterval on Solaris) is applicable to this situation. It is set to "180000" (3 minutes) by default e.g.
    bash-3.00# ndd -get /dev/tcp tcp_ip_abort_cinterval
    180000
    Is there any way to shorten the default time out ?( I mean to connect the second server faster if the first one failed.)Try changing the OS level parameter.
    If there is only a particular IP address causing the problem, you may want to make use the IP_ACCESS mapping table and the $I flag to skip over this IP address:
    http://docs.sun.com/app/docs/doc/819-4428/gekyh?a=view
    Regards,
    Shane.

  • XI 3.1 Webservices API: Read time out during getDocumentInformation()

    Hi,
    my client is moving vom BO 6.5 to BO XI 3.1. The client uses BO to create mass reports for indivual subscribers in a batch mode fashion. We are currently evaluating the Webservices API, dealing with Desktop Intelligence reports.
    I have implemented a load test prototype using the Webservices API with the help of the examples found here.
    Retrieving a single report works fine, but when I try to put some load on the server and request reports with several parallel threads, I get the "Read timeout error" when calling getDocumentInformation(repID, null, actions, null, boRetrieveData). The actions array just contains the FillPrompts instance.
    2008-12-05 11:05:07,448 INFO  (test-5    ) [HTTPSender                    ]   Unable to sendViaPost to url[http://bojv01:8080/dswsbobje/services/ReportEngine]
    java.net.SocketTimeoutException: Read timed out
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
         at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:77)
         at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:105)
         at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1115)
         at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1373)
         at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1832)
         at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1590)
         at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:995)
         at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397)
         at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
         at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
         at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
         at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:520)
         at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:191)
         at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
         at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:327)
         at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:206)
         at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:396)
         at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:374)
         at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
         at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
         at com.businessobjects.dsws.reportengine.ReportEngine.getDocumentInformation(Unknown Source)
    BTW, the threads use different logins and in consequence different connections/sessions.
    The timeout occurs after 30secs, so simple reports with no prompts are created without error. Increasing the timeout on the connection as suggested in other postings did not help.
    I think the issue is related to Axis2. I don't know how to set the timeout on the Axis client via the BO API. Trying to recreate the client API from the WSDL did not work. Is there any example how to do this correctly? Having the source of the Axis client, one would have the chance to set the timeout on the client programmatically ...
    Any help would be greatly appreciated,
    con

    I found a workaround for the issue by patching and compiling the Axis2 kernel library. You need to download it form Apache, install Maven 2.0.7, set the default timeout in .../client/Options.java to a value that suits your needs (for me: 20min), and compile the whole thing using mvn clean install.
    But this is obviously not the solution one wants. So, is there anybody with a REAL answer to the problem?
    Regards,
    con

  • Socket read time out

    Hi,
    A java class I use is connecting to another system via socket.
    This always works fine when using Java 1.3. However my database installation forces me to use Java 1.2.1 where the same code fails.
    Does anybody know of a workaround to this problem?
    I use Solaris.
    When using Java 1.2.1 I get
    Read timed out
    java.io.InterruptedIOException: Read timed out
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.socketRead(Compiled Code)
    at java.net.SocketInputStream.read(Compiled Code)
    at java.net.SocketInputStream.read(Compiled Code)
    at java.io.InputStreamReader.fill(Compiled Code)
    at java.io.InputStreamReader.read(Compiled Code)
    at java.io.InputStreamReader.read(Compiled Code)
    at java.io.StreamTokenizer.read(Compiled Code)
    at java.io.StreamTokenizer.nextToken(Compiled Code)
    at com.posten.autent.AutentClient.receive(Compiled Code)
    at com.posten.autent.AutentClient.connect(AutentClient.java:265)
    Here is the code
    // Attempt to connect to server.
    try {
    socket = new Socket( host, port );
    in = new InputStreamReader( socket.getInputStream() ) ;
    input = new StreamTokenizer( in );
    output = new PrintStream( socket.getOutputStream() );
    input.resetSyntax();
    input.wordChars( '\u0021', '\uffff' );
    input.whitespaceChars( '\u0010', '\u0020' );
    input.whitespaceChars( '=', '=' );
    input.quoteChar( 39 );
    socket.setSoTimeout( timeout );
    catch( Exception e ) { ...
    The timeout is 10000 (10 seconds) which is far much more than necessary.
    Regards,
    Erika Biesse

    Well now, I've found a way around the problem myself.
    The java bug is Bug Id 4150737 and it was corrected in Java 1.2.2.
    The reason why I must stick to java 1.2.1 is that I call the java code from stored procedures in Oracle 8.1.7, which is JDK 1.2.1 compliant only. (If you the other way around call the OracleDB from java, you can use any java version.)
    Here is the WO:
    Before the very first input.nextToken I send an empty command, an extra
    newline.
    After each 'real' command I send, I call input.nextoken until TT_EOF or TT_EOL
    because the other system answers 'Error' on the empty command.
    Then I send another empty command, and then input.nextoken can read the answer
    of the 'real' command.
    Ugly, but it works!

  • Read Time out error while posting XML file

    Hi
    While posting the XML file from .NET application to XI I am getting following error :
    com.sap.engine.services.httpserver.exceptions.HttpIOException: Read timeout. The client has disconnected or a synchronization error has occurred. Read 62127 bytes. Expected 75283.
                at com.sap.engine.services.httpserver.server.io.HttpInputStream.read(HttpInputStream.java:186)
                at java.io.FilterInputStream.read(FilterInputStream.java:111)
                at java.io.PushbackInputStream.read(PushbackInputStream.java:161)
                at java.io.FilterInputStream.read(FilterInputStream.java:90)
                at com.sap.aii.messaging.net.MIMEInputSource$MIMEReader.readContent(MIMEInputSource.java:683)
                at com.sap.aii.messaging.net.MIMEInputSource.readBody(MIMEInputSource.java:342)
                at com.sap.aii.messaging.net.MIMEServletInputSource.parse(MIMEServletInputSource.java:58)
                at com.sap.aii.af.mp.soap.web.MessageServlet.doPost(MessageServlet.java:358)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:391)
                at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:265)
                at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
                at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
                at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
                at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
                at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
                at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
                at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
                at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
                at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                at java.security.AccessController.doPrivileged(Native Method)
                at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
                at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Earlier I incresed the PROCTIME as 600 secs ( OSS Note 824554 ) -->
    icm/server_port_0 = PROT=HTTP,PORT=1080,TIMEOUT=600,PROCTIMEOUT=600
    In this case do I need to increase this parameter value again & what should be the optimal value which will not effect the performance of the system too.
    Best Regards
    Lalit Chaudhary

    hi Lalit,
      Check the OSS note(807000) and see if it helps you....
    Re: Calls to Webservice published by XI getting lost
    hope it helps,
    regards,
    Anu

  • Setting Connection and Read time outs for SOAPConnection

    Below is the code I am using to connect to a web service. I need to set connection timeout and read timeout for the SOAP Connection. I have the solution with using system properties. But my project demands the solution without using system properties. I have gone through google and found the below page
    http://forums.sun.com/thread.jspa?threadID=5117465&messageID=9404850
    which is useful but I am confused to implement. So help me out in solving this issue.
    protected SOAPMessage sendSOAPRequest(SOAPMessage message, String recipient) throws Exception {
    URL urlEndpoint = new URL(recipient);
    SOAPConnectionFactory scf = SOAPConnectionFactory.newInstance();
    SOAPConnection con = scf.createConnection();
    SOAPMessage replyMessage = con.call(message, urlEndpoint);
    return replyMessage;
    }

    I have the same problem for a few days now. Most sites open quickly but any new pages take ages to load. I usually give up if refresh wont help ?

  • Exception Error while validating the repository object at repository BODS: Read time out

    Hi Team,
    While creating BO data service Source system in RSA1 we are facing
    attached error . I could not found any relevant notes or forum discussion
    on that particular error.
    RFC is working fine with registered program ID .
    Can you please suggest what could be the reason for such error.
    I have followed the same steps mentioned on http://scn.sap.com/docs/DOC-45514 .
    Current SAP BW version is 7.31 SP07 .
    Thanks and Regards
    Abhimanyu

    Hi Abhimanyu Singh Rathore,
    This seems to be a strange error.
    Normally error occurs at Program ID., Gateway and all.
    But from your message, I understand that the RFC check (Source system check/SM59) is successful.
    Could you be kind enough to tell me exactly at which step is this error occurring and are you getting any other error messages/error codes at any stages...
    BR
    Prabhith

  • Time Out Settings in OSB

    Hi All,
    I have a service which calls DB via DB adapter. For the webservice call, I have an option of read time out settings in the business service, so that it will get time out after the configured time period.
    But for the DB call I dont have this option in the business service and we are getting stuck thread exceptions when the legacy is taking more time to respond back. We have a requirement that all the services realted to DB call have to get time out when the legacy takes more time.
    Kindly help me in doing this.
    Thanks and Regards,
    Prabhu

    Hi Anuj,
    I did a sample stored procedure which will wait for number of seconds which we send as input and will send the success repose after the number of seconds.
    StoredProcedure:
    create or replace
    procedure sleep (seconds in number,response out varchar2) as testdata number;
    begin
    testdata := seconds;
    dbms_lock.sleep(testdata);
    response := 'SUCCESS';
    end;
    Business Service XML:
    <?xml version="1.0" encoding="UTF-8"?>
    <xml-fragment xmlns:ser="http://www.bea.com/wli/sb/services" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:env="http://www.bea.com/wli/config/env" xmlns:jca="http://www.bea.com/wli/sb/transports/jca" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ser:coreEntry isProxy="false" isEnabled="true">
    <ser:binding type="SOAP" isSoap12="false" xsi:type="con:SoapBindingType" xmlns:con="http://www.bea.com/wli/sb/services/bindings/config">
    <con:wsdl ref="Sleep2/Sleep_dbBS"/>
    <con:binding>
    <con:name>Sleep_ptt-binding</con:name>
    <con:namespace>http://xmlns.oracle.com/pcbpel/adapter/db/Application1/Project2/Sleep</con:namespace>
    </con:binding>
    </ser:binding>
    <ser:monitoring isEnabled="false">
    <ser:aggregationInterval>10</ser:aggregationInterval>
    <ser:pipelineMonitoringLevel>Pipeline</ser:pipelineMonitoringLevel>
    </ser:monitoring>
    <ser:reporting>true</ser:reporting>
    <ser:sla-alerting isEnabled="true">
    <ser:alertLevel>normal</ser:alertLevel>
    </ser:sla-alerting>
    <ser:ws-policy>
    <ser:binding-mode>wsdl-policy-attachments</ser:binding-mode>
    </ser:ws-policy>
    </ser:coreEntry>
    <ser:endpointConfig>
    <tran:provider-id>jca</tran:provider-id>
    <tran:inbound>false</tran:inbound>
    <tran:URI>
    <env:value>jca://eis/DB/SleepConnection1</env:value>
    </tran:URI>
    <tran:outbound-properties>
    <tran:load-balancing-algorithm>round-robin</tran:load-balancing-algorithm>
    <tran:retry-count>0</tran:retry-count>
    <tran:retry-interval>30</tran:retry-interval>
    <tran:retry-application-errors>true</tran:retry-application-errors>
    </tran:outbound-properties>
    <tran:all-headers>false</tran:all-headers>
    <tran:provider-specific>
    <jca:jca-file ref="Sleep2/Sleep_db"/>
    <jca:adapter-name>Sleep</jca:adapter-name>
    <jca:adapter-type>DATABASE</jca:adapter-type>
    <jca:always-use-wsdl>true</jca:always-use-wsdl>
    <jca:connection-mode>managed</jca:connection-mode>
    <jca:outbound-properties>
    <jca:operation-properties>
    <jca:operation-name>Sleep</jca:operation-name>
    <jca:spec-properties>
    <jca:property>
    <jca:name>ProcedureName</jca:name>
    <jca:value>SLEEP</jca:value>
    </jca:property>
    <jca:property>
    <jca:name>QueryTimeout</jca:name>
    <jca:value>2</jca:value>
    </jca:property>
    <jca:property>
    <jca:name>GetActiveUnitOfWork</jca:name>
    <jca:value>false</jca:value>
    </jca:property>
    </jca:spec-properties>
    </jca:operation-properties>
    </jca:outbound-properties>
    </tran:provider-specific>
    </ser:endpointConfig>
    </xml-fragment>
    When I run this from the business service, if I give the input as 10, we are getting error only after 10 seconds not in the query time out seconds. But the thing is we are getting error. If we set the time as 11 seconds we are getting success response. But our requirement is the procedure has to time out in the specified seconds. Kindly correct me if I am wrong.
    Regards,
    Prabhu

Maybe you are looking for