IllegalStateException when forwarding a request

I am getting the following exception
          java.lang.IllegalStateException: Cannot forward a response that is
          already commi
          tted
          when I try to forward a request from one JSP page to another. The code
          at which which the error occurs is
          context.getRequestDispatcher("/resource/resourceView.jsp").forward(request,response);
          --Vishal
          

Try this
          config.getServletContext().getRequestDispatcher("("/resource/resourceView.js
          p").forward(request, response);
          La
          Saravanakumar wrote in message <8is81g$fud$[email protected]>...
          >If the JSP page output is buffered (by using a page directive with the
          >default value or an explicit size set for buffer), the buffer is cleared
          >before the request is forwarded. If the page output is not buffered (by
          >using a page directive with buffer=none), and if anything has been written
          >to the buffer, an attempt to forward the request results in an
          >IllegalStateException.
          >
          >
          >Vishal Vishnoi <[email protected]> wrote in message
          >news:[email protected]..
          >> I am getting the following exception
          >>
          >> -------------------------------------------------------------------------
          >-----------
          >>
          >> java.lang.IllegalStateException: Cannot forward a response that is
          >> already commi
          >> tted
          >> -------------------------------------------------------------------------
          >-----------
          >>
          >> when I try to forward a request from one JSP page to another. The code
          >> at which which the error occurs is
          >>
          >>
          >context.getRequestDispatcher("/resource/resourceView.jsp").forward(request,
          r
          >esponse);
          >>
          >> --Vishal
          >>
          >
          >
          

Similar Messages

  • Request Dispatcher error when forwarding

    hi all,
    I am using tomcat 4.1.24 and jdk1.3.1. I am having one servlet and one jsp. Servlet handles the submitted form and then for presentation logic it sends request to jsp page. I have servlet mapping properly defined in the web.xml and servlet url is /servlet/UploadImage. In this servlet I have used Requestdispatcher for forwarding the request to the jsp page the jsp page url is /jsp/ScanMessage.jsp. But while request is getting forwarded its throwing the exception as follows. I have not written any statement called out.println() in the servlet, even I am not geting object of PrintStream or Writer.
    Please Help me.
    Regards
    vivek
    The exception is
    2003-09-16 10:32:50 ApplicationDispatcher[] Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
    at UploadImage.processRequest(UploadImage.java:91)
    at UploadImage.doPost(UploadImage.java:105)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:466)
    at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:585)
    at java.lang.Thread.run(Thread.java:479)
    ----- Root Cause -----
    javax.servlet.ServletException: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
    at org.apache.jsp.ScanMessage_jsp._jspService(ScanMessage_jsp.java:506)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
    at UploadImage.processRequest(UploadImage.java:91)
    at UploadImage.doPost(UploadImage.java:105)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:466)
    at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:585)
    at java.lang.Thread.run(Thread.java:479)

    * Servlet.java
    * Created on August 28, 2003, 11:09 AM
    import javax.servlet.*;
    import javax.servlet.http.*;
    import post.util.PropertyFile;
    import post.beans.ImageFiles;
    import java.io.File;
    import java.io.IOException;
    import com.oreilly.servlet.*;
    * @author vivek
    * @version
    public class UploadImage extends HttpServlet
    /** Initializes the servlet.
    public void init(ServletConfig config) throws ServletException
    super.init(config);
    /** Destroys the servlet.
    public void destroy()
    /** Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
    * @param request servlet request
    * @param response servlet response
    protected void processRequest(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, java.io.IOException
    try
    HttpSession session = request.getSession();
    String userId = (String)session.getAttribute("LoginID");
    String sessionId = (String)session.getId();
    String rootPath = PropertyFile.getProperty("RootDirectoryPath");
    String uploadDirectoryPath = PropertyFile.getProperty("MailUploadDirectory");
    String path = rootPath + "/" + uploadDirectoryPath + "/" + userId + "/" + sessionId + "/";
    File filePath = new File(path);
    RequestDispatcher dispatcher = getServletContext().getRequestDispatcher("/jsp/ScanMessage.jsp");
    if(!filePath.exists())
    filePath.mkdirs();
    MultipartRequest fileRequest=null;
    try
    System.out.println("Brfore file saving");
    fileRequest = new MultipartRequest(request,path.trim(),2*1024*1024);
    System.out.println("Brfore file saving");
    catch(IOException ioe)
    request.setAttribute("ReturnedValue","MaximumSizeReached");
    dispatcher.forward(request,response);
    java.util.Enumeration uploadedFiles = fileRequest.getFileNames();
    String file = fileRequest.getFilesystemName((String) uploadedFiles.nextElement());
    System.out.println(file);
    if(file != null)
    ImageFiles files = (ImageFiles)session.getAttribute("UploadedImages");
    if(files == null)
    files = new ImageFiles();
    files.setFilePath(path);
    files.add(file);
    if(session.getAttribute("UploadedImages") == null)
    session.setAttribute("UploadedImages",files);
    System.out.println("added UploadedImages to session");
    request.setAttribute("ReturnedValue","Done");
    dispatcher.forward(request,response); //here the exception is thrown
    catch(Exception e)
    e.printStackTrace();
    /** Handles the HTTP <code>POST</code> method.
    * @param request servlet request
    * @param response servlet response
    protected void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, java.io.IOException {
    processRequest(request, response);
    /** Returns a short description of the servlet.
    public String getServletInfo() {
    return "Short description";

  • Javax.servlet.ServletException: 55.0 when using Jakarta Request taglib in WL7.0 SP2

              Hi,
              We are converting our application from iPlanet (SunOne) to WL7.0.
              I get the following error when tag library is used in our jsp file.
              The tag library is jakarta Request library.
              Any suggestions on how to debug this ?
              Thank you,
              Robert
              Use of the tag lib:
              ==============
              <%@ taglib prefix="req" uri="/WEB-INF/tlds/taglibs-request.tld" %>
              <req:existsParameter name="nextPage">
              <req:setAttribute name="currentPage"><req:parameter name="nextPage"/></req:setAttribute>
              The error message.
              ==============
              javax.servlet.ServletException: 55.0
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:450)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:445)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
              at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:543)
              at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:369)
              at com.standardandpoors.framework.presentation.XslJspView.generateView(Unknown
              Source)
              at com.standardandpoors.framework.controller.PresentationControllerBean.process(Unknown
              Source)
              at com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              at com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost(CcrermfControllerServlet.java:298)
              at com.standardandpoors.framework.controller.SpControllerServlet.service(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.service(CcrermfControllerServlet.java:127)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              <Jul 11, 2003 12:31:46 PM EDT> <Info> <EJB> <010051> <EJB Exception during invocation
              from home: com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_HomeImpl@3e49a8
              threw exception: com.standardandpoors.SpException
              com.standardandpoors.SpException
              at com.standardandpoors.framework.controller.PresentationControllerBean.process(Unknown
              Source)
              at com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              at com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost(CcrermfControllerServlet.java:298)
              at com.standardandpoors.framework.controller.SpControllerServlet.service(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.service(CcrermfControllerServlet.java:127)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              >
              java.rmi.RemoteException: EJB Exception: ; nested exception is:
              com.standardandpoors.SpException
              com.standardandpoors.SpException
              at com.standardandpoors.framework.controller.PresentationControllerBean.process(Unknown
              Source)
              at com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              at com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost(CcrermfControllerServlet.java:298)
              at com.standardandpoors.framework.controller.SpControllerServlet.service(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.service(CcrermfControllerServlet.java:127)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              <Jul 11, 2003 12:31:46 PM EDT> <Info> <EJB> <010051> <EJB Exception during invocation
              from home: com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_HomeImpl@3e49a8
              threw exception: com.standardandpoors.SpException
              com.standardandpoors.SpException
              at com.standardandpoors.framework.controller.PresentationControllerBean.process(Unknown
              Source)
              at com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              at com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost(CcrermfControllerServlet.java:298)
              at com.standardandpoors.framework.controller.SpControllerServlet.service(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.service(CcrermfControllerServlet.java:127)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              >
              java.rmi.RemoteException: EJB Exception: ; nested exception is:
              com.standardandpoors.SpException
              com.standardandpoors.SpException
              at com.standardandpoors.framework.controller.PresentationControllerBean.process(Unknown
              Source)
              at com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              at com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost(CcrermfControllerServlet.java:298)
              at com.standardandpoors.framework.controller.SpControllerServlet.service(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.service(CcrermfControllerServlet.java:127)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              java.rmi.RemoteException: EJB Exception: ; nested exception is:
              com.standardandpoors.SpException
              com.standardandpoors.SpException
              at com.standardandpoors.framework.controller.PresentationControllerBean.process(Unknown
              Source)
              at com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              at com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost(CcrermfControllerServlet.java:298)
              at com.standardandpoors.framework.controller.SpControllerServlet.service(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.service(CcrermfControllerServlet.java:127)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              [11/Jul/2003 12:31:43:373] debug: |XslJspView|generateView|ExecuteThread: '12'
              for queue: 'default'|4|Dispatcher.include is executed.
              [11/Jul/2003 12:31:43:373] debug: |com.standardandpoors.framework.presentation.TransformEngine|transform|ExecuteThread:
              '12' for queue: 'default'|4|Entered transform()
              [11/Jul/2003 12:31:43:373] debug: |com.standardandpoors.framework.presentation.TransformEngine|transform|ExecuteThread:
              '12' for queue: 'default'|4|.====. 1
              [11/Jul/2003 12:31:43:373] debug: |com.standardandpoors.framework.presentation.TransformEngine|transform|ExecuteThread:
              '12' for queue: 'default'|4|.---. 2
              [11/Jul/2003 12:31:43:373] debug: |com.standardandpoors.framework.presentation.TransformEngine|transform|ExecuteThread:
              '12' for queue: 'default'|4|.. 3
              [11/Jul/2003 12:31:43:433] debug: |com.standardandpoors.framework.presentation.TransformEngine|transform|ExecuteThread:
              '12' for queue: 'default'|4|.. 4
              [11/Jul/2003 12:31:44:84] debug: |com.standardandpoors.framework.presentation.TransformEngine|transform|ExecuteThread:
              '12' for queue: 'default'|4|returning from transform()
              [11/Jul/2003 12:31:44:94] debug: |XslJspView|generateView|ExecuteThread: '12'
              for queue: 'default'|4|>>> Before including /loans/loansPostBody.jsp
              [11/Jul/2003 12:31:46:808] info: |XslJspView|generateView|ExecuteThread: '12'
              for queue: 'default'|3|javax.servlet.ServletException: 55.0
              [11/Jul/2003 12:31:46:838] info: |PresentationControllerBean|process|ExecuteThread:
              '12' for queue: 'default'|3|----exception handled due to Response Fail
              [11/Jul/2003 12:31:46:838] info: |PresentationControllerBean|process|ExecuteThread:
              '12' for queue: 'default'|3|----------Using error page =SevereError.jsp
              [11/Jul/2003 12:31:46:848] error: |PresentationControllerBean|process|ExecuteThread:
              '12' for queue: 'default'|1|java.lang.IllegalStateException: Cannot forward a
              response that is already committed
              at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:136)
              at com.standardandpoors.framework.controller.PresentationControllerBean.process(Unknown
              Source)
              at com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              at com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost(CcrermfControllerServlet.java:298)
              at com.standardandpoors.framework.controller.SpControllerServlet.service(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.service(CcrermfControllerServlet.java:127)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              [11/Jul/2003 12:31:46:848] info: |com.standardandpoors.framework.servlets.controller.SpControllerServlet|doPost|ExecuteThread:
              '12' for queue: 'default'|3|------------3
              [11/Jul/2003 12:31:46:848] info: |com.standardandpoors.framework.servlets.controller.SpControllerServlet|doPost|ExecuteThread:
              '12' for queue: 'default'|3|@@@@Notice: Exception was handled by displaying errorPagejava.rmi.RemoteException:
              EJB Exception: ; nested exception is:
              com.standardandpoors.SpException
              [11/Jul/2003 12:31:46:858] error: |com.standardandpoors.framework.servlets.controller.SpControllerServlet|doPost|ExecuteThread:
              '12' for queue: 'default'|1|java.rmi.RemoteException: EJB Exception: ; nested
              exception is:
              com.standardandpoors.SpException
              com.standardandpoors.SpException
              at com.standardandpoors.framework.controller.PresentationControllerBean.process(Unknown
              Source)
              at com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              at com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost(CcrermfControllerServlet.java:298)
              at com.standardandpoors.framework.controller.SpControllerServlet.service(Unknown
              Source)
              at com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.service(CcrermfControllerServlet.java:127)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              [11/Jul/2003 12:31:46:858] info: |com.standardandpoors.ccrermf.controller.CcrermfControllerServlet|doPost|ExecuteThread:
              '12' for queue: 'default'|3|mRequestNameString=ListAllLoans
              <Jul 11, 2003 12:32:21 PM EDT> <Info> <Management> <140009> <Configuration changes
              for domain saved to the repository.>
              

    Can you provide a little more detail about this exception? Can you post the
              jsp here so we could find the reason for the exception
              --Nagesh
              "Robert Zanzerkia" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Hi,
              > We are converting our application from iPlanet (SunOne) to WL7.0.
              > I get the following error when tag library is used in our jsp file.
              > The tag library is jakarta Request library.
              >
              > Any suggestions on how to debug this ?
              >
              > Thank you,
              > Robert
              > Use of the tag lib:
              > ==============
              >
              > <%@ taglib prefix="req" uri="/WEB-INF/tlds/taglibs-request.tld" %>
              >
              > <req:existsParameter name="nextPage">
              > <req:setAttribute name="currentPage"><req:parameter
              name="nextPage"/></req:setAttribute>
              >
              >
              > The error message.
              > ==============
              > javax.servlet.ServletException: 55.0
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :450)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :445)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :306)
              > at
              weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
              l.java:543)
              > at
              weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
              l.java:369)
              > at
              com.standardandpoors.framework.presentation.XslJspView.generateView(Unknown
              > Source)
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean.process
              (Unknown
              > Source)
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_
              EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost
              (CcrermfControllerServlet.java:298)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.service(Unknow
              n
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.servic
              e(CcrermfControllerServlet.java:127)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at
              weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
              tStubImpl.java:1058)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :401)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :306)
              > at
              weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
              ebAppServletContext.java:5445)
              > at
              weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
              r.java:780)
              > at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:3105)
              > at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :2588)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              > <Jul 11, 2003 12:31:46 PM EDT> <Info> <EJB> <010051> <EJB Exception during
              invocation
              > from home:
              com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_
              HomeImpl@3e49a8
              > threw exception: com.standardandpoors.SpException
              > com.standardandpoors.SpException
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean.process
              (Unknown
              > Source)
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_
              EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost
              (CcrermfControllerServlet.java:298)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.service(Unknow
              n
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.servic
              e(CcrermfControllerServlet.java:127)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at
              weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
              tStubImpl.java:1058)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :401)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :306)
              > at
              weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
              ebAppServletContext.java:5445)
              > at
              weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
              r.java:780)
              > at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:3105)
              > at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :2588)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              > >
              > java.rmi.RemoteException: EJB Exception: ; nested exception is:
              > com.standardandpoors.SpException
              > com.standardandpoors.SpException
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean.process
              (Unknown
              > Source)
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_
              EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost
              (CcrermfControllerServlet.java:298)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.service(Unknow
              n
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.servic
              e(CcrermfControllerServlet.java:127)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at
              weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
              tStubImpl.java:1058)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :401)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :306)
              > at
              weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
              ebAppServletContext.java:5445)
              > at
              weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
              r.java:780)
              > at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:3105)
              > at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :2588)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              > <Jul 11, 2003 12:31:46 PM EDT> <Info> <EJB> <010051> <EJB Exception during
              invocation
              > from home:
              com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_
              HomeImpl@3e49a8
              > threw exception: com.standardandpoors.SpException
              > com.standardandpoors.SpException
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean.process
              (Unknown
              > Source)
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_
              EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost
              (CcrermfControllerServlet.java:298)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.service(Unknow
              n
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.servic
              e(CcrermfControllerServlet.java:127)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at
              weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
              tStubImpl.java:1058)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :401)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :306)
              > at
              weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
              ebAppServletContext.java:5445)
              > at
              weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
              r.java:780)
              > at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:3105)
              > at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :2588)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              > >
              > java.rmi.RemoteException: EJB Exception: ; nested exception is:
              > com.standardandpoors.SpException
              > com.standardandpoors.SpException
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean.process
              (Unknown
              > Source)
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_
              EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost
              (CcrermfControllerServlet.java:298)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.service(Unknow
              n
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.servic
              e(CcrermfControllerServlet.java:127)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at
              weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
              tStubImpl.java:1058)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :401)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :306)
              > at
              weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
              ebAppServletContext.java:5445)
              > at
              weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
              r.java:780)
              > at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:3105)
              > at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :2588)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              > java.rmi.RemoteException: EJB Exception: ; nested exception is:
              > com.standardandpoors.SpException
              > com.standardandpoors.SpException
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean.process
              (Unknown
              > Source)
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_
              EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost
              (CcrermfControllerServlet.java:298)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.service(Unknow
              n
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.servic
              e(CcrermfControllerServlet.java:127)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at
              weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
              tStubImpl.java:1058)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :401)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :306)
              > at
              weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
              ebAppServletContext.java:5445)
              > at
              weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
              r.java:780)
              > at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:3105)
              > at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :2588)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              > [11/Jul/2003 12:31:43:373] debug: |XslJspView|generateView|ExecuteThread:
              '12'
              > for queue: 'default'|4|Dispatcher.include is executed.
              > [11/Jul/2003 12:31:43:373] debug:
              |com.standardandpoors.framework.presentation.TransformEngine|transform|Execu
              teThread:
              > '12' for queue: 'default'|4|Entered transform()
              > [11/Jul/2003 12:31:43:373] debug:
              |com.standardandpoors.framework.presentation.TransformEngine|transform|Execu
              teThread:
              > '12' for queue: 'default'|4|.====. 1
              > [11/Jul/2003 12:31:43:373] debug:
              |com.standardandpoors.framework.presentation.TransformEngine|transform|Execu
              teThread:
              > '12' for queue: 'default'|4|.---. 2
              > [11/Jul/2003 12:31:43:373] debug:
              |com.standardandpoors.framework.presentation.TransformEngine|transform|Execu
              teThread:
              > '12' for queue: 'default'|4|.. 3
              > [11/Jul/2003 12:31:43:433] debug:
              |com.standardandpoors.framework.presentation.TransformEngine|transform|Execu
              teThread:
              > '12' for queue: 'default'|4|.. 4
              > [11/Jul/2003 12:31:44:84] debug:
              |com.standardandpoors.framework.presentation.TransformEngine|transform|Execu
              teThread:
              > '12' for queue: 'default'|4|returning from transform()
              > [11/Jul/2003 12:31:44:94] debug: |XslJspView|generateView|ExecuteThread:
              '12'
              > for queue: 'default'|4|>>> Before including /loans/loansPostBody.jsp
              > [11/Jul/2003 12:31:46:808] info: |XslJspView|generateView|ExecuteThread:
              '12'
              > for queue: 'default'|3|javax.servlet.ServletException: 55.0
              > [11/Jul/2003 12:31:46:838] info:
              |PresentationControllerBean|process|ExecuteThread:
              > '12' for queue: 'default'|3|----exception handled due to Response Fail
              > [11/Jul/2003 12:31:46:838] info:
              |PresentationControllerBean|process|ExecuteThread:
              > '12' for queue: 'default'|3|----------Using error page =SevereError.jsp
              > [11/Jul/2003 12:31:46:848] error:
              |PresentationControllerBean|process|ExecuteThread:
              > '12' for queue: 'default'|1|java.lang.IllegalStateException: Cannot
              forward a
              > response that is already committed
              > at
              weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
              l.java:136)
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean.process
              (Unknown
              > Source)
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_
              EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost
              (CcrermfControllerServlet.java:298)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.service(Unknow
              n
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.servic
              e(CcrermfControllerServlet.java:127)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at
              weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
              tStubImpl.java:1058)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :401)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :306)
              > at
              weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
              ebAppServletContext.java:5445)
              > at
              weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
              r.java:780)
              > at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:3105)
              > at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :2588)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              >
              > [11/Jul/2003 12:31:46:848] info:
              |com.standardandpoors.framework.servlets.controller.SpControllerServlet|doPo
              st|ExecuteThread:
              > '12' for queue: 'default'|3|------------3
              > [11/Jul/2003 12:31:46:848] info:
              |com.standardandpoors.framework.servlets.controller.SpControllerServlet|doPo
              st|ExecuteThread:
              > '12' for queue: 'default'|3|@@@@Notice: Exception was handled by
              displaying errorPagejava.rmi.RemoteException:
              > EJB Exception: ; nested exception is:
              > com.standardandpoors.SpException
              > [11/Jul/2003 12:31:46:858] error:
              |com.standardandpoors.framework.servlets.controller.SpControllerServlet|doPo
              st|ExecuteThread:
              > '12' for queue: 'default'|1|java.rmi.RemoteException: EJB Exception: ;
              nested
              > exception is:
              > com.standardandpoors.SpException
              > com.standardandpoors.SpException
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean.process
              (Unknown
              > Source)
              > at
              com.standardandpoors.framework.controller.PresentationControllerBean_p9mhja_
              EOImpl.process(PresentationControllerBean_p9mhja_EOImpl.java:46)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.doPost(Unknown
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.doPost
              (CcrermfControllerServlet.java:298)
              > at
              com.standardandpoors.framework.controller.SpControllerServlet.service(Unknow
              n
              > Source)
              > at
              com.standardandpoors.apps.ccrermf.controller.CcrermfControllerServlet.servic
              e(CcrermfControllerServlet.java:127)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at
              weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
              tStubImpl.java:1058)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :401)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :306)
              > at
              weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
              ebAppServletContext.java:5445)
              > at
              weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
              r.java:780)
              > at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:3105)
              > at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :2588)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              >
              > [11/Jul/2003 12:31:46:858] info:
              |com.standardandpoors.ccrermf.controller.CcrermfControllerServlet|doPost|Exe
              cuteThread:
              > '12' for queue: 'default'|3|mRequestNameString=ListAllLoans
              > <Jul 11, 2003 12:32:21 PM EDT> <Info> <Management> <140009> <Configuration
              changes
              > for domain saved to the repository.>
              

  • Java.lang.IllegalStateException: Write attempted after request finished

    Hi
    Can anybody explin to me about java.lang.IllegalStateException: Write attempted after request finished.
    I am struggling with this problem. Please help me..
    Thanks in advance.

    try to open the inputStream when you want to read the incoming stream !
    see this for more details...

  • TS4002 When forwarding email to others from my inbox...any attachments are not included in the forwarded email even though it shows the attachment in the sent box file.

    Can't get attachments (of any type - pdf, doc, xls, etc) to go to recipient when forwarded email from my inbox.
    Help?
    TFP1         

    Hello Ramki
    DECISION_NOTE is a new element created in the standard decision task as of new releases (Note 1643764)
    Once the user fills in the comments, they are saved as SOFM Objectsin DECISION_NOTE (this too is multiline element). All we have to do is bind it back to the workflow container in _ATTACH_OBJECTS.
    Hi Ronen
    Thanks for the suggestion.....I was thinking on the same lines too....if at all we have to change the approach, I need to keep it least disruptive .
    Hi Rick
    Will test the FM SO_NEW_DOCUMENT_ATT_SEND_API1 ...let me check if I can redefine SENDTASKDESCRIPTION in a delegated subtype of SELFITEM and use this API ....(if at all I can)....
    For the wait step part.... the attachment is added to the mail step via the binding from the workflow...._ATTACH_OBJECTS from Workflow to _ATTACH_OBJECTS of the email task...not sure where you want me to set a wait step. Request you to please elaborate a bit more.
    Thank you all for your kind inputs!
    Will be back with my today's trials...
    Regards,
    Modak

  • OHS forwarding page request to WebLogic

    I have WebLogic v10.3.3.0 installed and up and running with Clustering. It has two managed servers, and each managed server is set up with SSL. I have an application deployed to the two managed servers and can bring up the application if typing in the URL to the application server directly via URLs like:
    https://nn.nn.nnn.nnn:7003/englink/login.seam (non-ssl on MS1)
    https://nn.nn.nnn.nnn:7004/englink/login.seam (ssl on MS1)
    https://nn.nn.nnn.nnn:7005/englink/login.seam (non-ssl on MS2)
    https://nn.nn.nnn.nnn:7006/englink/login.seam (ssl on MS2)
    I also have OHS installed and up and running. I am trying to get it to redirect to the WebLogic server. Right now I get this error in the mod_wl_ohs.log on the Oracle HTTP server log:
    Sun May 13 23:49:09 2012 <2667113369550681> INFO: Closing SSL context
    Sun May 13 23:49:09 2012 <2671213369673416> Sleeping for 2 seconds
    Sun May 13 23:49:11 2012 <2671213369673416> attempt #5 out of a max of 5
    Sun May 13 23:49:11 2012 <2671213369673416> Trying a pooled connection for 'nn.nn.nnn.nnn/7002/7002'
    Sun May 13 23:49:11 2012 <2671213369673416> getPooledConn: found a host and port/securePort match
    Sun May 13 23:49:11 2012 <2671213369673416> getPooledConn: No more connections in the pool for Host[nn.nn.nnn.nnn] Port[7002] SecurePort[7002]
    Sun May 13 23:49:11 2012 <2671213369673416> general list: trying connect to 'nn.nn.nnn.nnn'/7002/7002 at line 3188 for '/console'
    Sun May 13 23:49:11 2012 <2671213369673416> Connect failed: 111
    Sun May 13 23:49:11 2012 <2671213369673416> *******Exception type [NO_RESOURCES] (apr_socket_connect call failed ) raised at line 1918 of ../nsapi/URL.cpp
    Another thing I want to point out is if I modify the mod_wl_ohs.conf file to turn off WLProxySSL to OFF and SecureProxy to OFF and change all the secure ports
    to the unsecure ports, then restart all the OHS processes that the OHS server forwards the request just fine when I want to hit the application by HTTP...
    Edited by: we**** on May 14, 2012 10:23 AM
    Edited by: we**** on May 14, 2012 10:26 AM

    we**** wrote:
    Sun May 13 23:49:11 2012 <2671213369673416> Trying a pooled connection for 'nn.nn.nnn.nnn/7002/7002'Re-check your config. It appears you have mis-configured the host and port entries for your weblogic server. The port number shouldn't be repeated.

  • Java.lang.IllegalStateException: Cannot forward a response that is

              Hello,
              Went through the article
              http://dev2dev.bea.com/articles/platform7_feature.jsp
              I thought if you have a workaround for the following issue.
              Any help to solve this issue is much appreciated.
              thx,
              -Sujatha.
              I am using JATO framework and have developed JSP's.
              Running an application on top of weblogic 6.1 sp4 container.
              The OS is Solaris 5.8.
              Every time i access the jsp's, getting the following exception.
              java.lang.IllegalStateException: Cannot forward a response that is
              already committed
              at
              weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:132)
              at
              com.iplanet.jato.view.ViewBeanBase.forward(ViewBeanBase.java:346)
              at
              com.iplanet.jato.view.ViewBeanBase.forwardTo(ViewBeanBase.java:267)
              at
              com.iplanet.am.console.base.ConsoleServletBase.onUncaughtException(ConsoleServletBase.java:240)
              at
              com.iplanet.jato.ApplicationServletBase.fireUncaughtException(ApplicationServletBase.java:1023)
              at
              com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:469)
              at
              com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:324)
              at
              com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:294)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
              at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
              at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              

    thank you  dvohra21  the application is deployed in development .Its not session inactivity because this happen when l'm busy using the application ,reducing the application speed .

  • How to forward the request

    hi all,
    can somebody tell me how to forward the request from one context to another.
    thanks in adv.
    ritu

    Ritu, when you are talking about a different context are you talking about application, session and page contexts?? If yes, then I don't think you can forward a request to another context!
    If you are after a context (bean) from within your servlet, have you tried:
    mycontext = (MyContextClass)getServletContext().getAttribute("thenameofmycontext");HTH.

  • Logging of Forwarded HTTP Requests using RequestDispatcher in Weblogic

    Can anyone help me on this?
    Logging of Forwarded HTTP Requests using RequestDispatcher in Weblogic
    Access Log File:
    1. I have a servlet(S1) which decides which JSP to be published based on
    some logic. If I try to forward the request from a servlet to a JSP or to
    another servlet from within S1 using RequestDispatcher, it doesn't get
    logged in the access log, only the initial request to S1 gets logged, when I
    switch on HTTP logging by setting weblogic.httpd.enableLogFile to true. Is
    there any way of logging this forwarding of request in the access log?
    2. If there is no solution for (1), I woiuld like to make entries into the
    access log file of weblogic in the common log format, when I forward a
    request to a JSP or a servlet throught the RequestDispatcher, so that I can
    use standard tools to analyze the logfile.The two issues with this are (i)
    is there any weblogic service that gives a handle to the access log file
    like the LogServicesDef which gives a handle to the weblogic log file. (ii)
    Is there any utility class available that can format a URL pointing to a JSP
    to a string confirming to the common log format.

    The log4j:ERROR messages are not coming from Log4j 2 and are most likely from Log4j 1.x. Somehow Log4j 1.x must be getting the log4j2 configuration.

  • Forward the request to a window with specific parameters

    page0.asp->page1.jsp
    When the user click submit button in page0.asp, it will post the form
    request to page1.jsp.
    page0.asp and page1.jsp are in separate machines. In page1.jsp, based
    on the parameter
    interfaceName, it will forward to different jsp pages. However, we want
    to forward the request
    to a window with parameter like the following, without the menu bar and
    toolbar.
    The question is how to forward the request to a window like that?
    window.open("test2.jsp",null,
    "height=500,width=500,status=yes,toolbar=no,menubar=no,location=no");
    //page1.jsp
    <%
    String interfaceName = request.getParameter("interfaceName");
    if (interfaceName != null)
    {        if (interfaceName.equalsIgnoreCase("id1"))
    url="/id1.jsp";
    else if (interfaceName.equalsIgnoreCase("id2"))
    url="/id2.jsp";
    else if (interfaceName.equalsIgnoreCase("id3"))
    url="/id3.jsp";
    //etc...
    request.getRequestDispatcher(url).forward(request,response);
    %>
    Please help and advise. thanks!!

    The server cannot decide where to send its response to. It can only send
    it to where the request came from.More specifically... to the server, the browser itself makes the request. Where the browser wants to put the response is entirely up to the browser.
    Unfortunately, you can't really use ECMAScript (JavaScript) after the response is returned to redirect it. I suppose you could copy the DOM contents of the response page into another frame's document or something, but that's just ugly.
    and don't cross-post...

  • Forwarding a request with a EFFECT

    can anyone help me on how to forward a request to a jsp from a servlet. I wanna the jsp file name to be seen on the web address bar and not the servlet name.
    this is how i do the forwarding inside the servlet
    request.setAttribute("jCustomer", custBean);
    request.getRequestDispatcher("CreateAccount.jsp").forward(request, response);and this will appears on my address bar"http://localhost:8000/createAccountApp/JunYong'sServlet"
    but can i have something like this "http://localhost:8000/createAccountApp/CreateAccount.jsp"
    to make things clearly, when i clicks on Post New Question, i will be brought to this webaddress
    "http://forum.java.sun.com/post.jsp" then i put in my queries. After i finsihed writing and clicks on Preview button, I am brought to another webaddress
    "http://forum.java.sun.com/preview.jsp". Therefore, I as a user can see clearly where i am brought to and this is the effect i want to achieve.
    So anyone want to help me on this?
    Thanks sincerely

    i tried your method and it works, the jsp name is displayed on the web address. but i think you get me wrong perhaps i didn't elaborate well enough.
    1--> In simple words, the client first came to this jsp named "CreateAccount.jsp".
    2--> He/she then enters their particulars and later clicks on the submit button when they are done.
    3--> This jsp will follws the form action and came to this servlet.
    4--> The servlet will do some processing on the data and lastly passed the results back to the client on the same jsp, "CreateAccount.jsp".
    5--> Before sending, the servlet will set a javabean as an attribute req.setAttribute("jCustomer", custBean) and forwards it. req.getRequestDispatcher("CreateAccount.jsp").forward(req, res)6--> Back to the jsp, on the lower potion, the results are retrieved and displayed from that same javabean passed by the servlet.
    I did use this method as suggested by jackychow "res.sendRedirect("CreateAccount.jsp")". It works as the jsp name are displayed on the web address bar. However, the javabean, "jCustomer" were not set because HttpResponse have no setAttribute() like the HttpRequest. This causes the result not to be displayed on "CreateAccount.jsp".
    My ideal scenario is to dispaly the jsp name onto the webaddress bar and to retrieve information from the same javebean set by the servlet. Is is possible for this to be done on the same jsp???? :-]

  • Java.lang.IllegalStateException: Cannot forward. Response already committed

    i have deployed my application on Websphere application server 5.0. most of the time my jsp page works properly with any exception, but somtime it give me expeception and display page uncompletely rendered.
    Follwoing exception occure on particual page with particular record and same page works correctly with other reocrds....
    java.lang.IllegalStateException: Cannot forward. Response already committed. (Servlet 2.3, SRV 8.4)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:160)
         at com.mcb.cpms.presentation.controllers.CPMSController.dispatchRequest(CPMSController.java:918)
         at com.mcb.cpms.presentation.controllers.CPMSController.doGet(CPMSController.java:1278)
         at com.mcb.cpms.presentation.controllers.CPMSController.doPost(CPMSController.java:1308)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
         at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
         at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
         at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:530)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:201)
         at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
         at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:114)
         at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186)
         at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
         at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:431)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
    i will be thankfull if any one have any idea about it.....
    waiting for your immediate response

    Hi Junaid,
    Your code can be work correctly on different servers or with other records but it can not be handled with buffer or autoflush,
    I had same problem a few weeks ago. And lastly I had to control before printing any output. My application was working on WebSphere but not on Tomcat, so it is general problem.
    The only way if you have to put some output before sending redirect:
    When you want to redirect the page, write window.location = ... (javascript code).
    When page is loaded automatically will be redirected to the page you want. But of course it is a bit slow.
    Good Luck,
    isturk.

  • Forward meeting requests to delegates

    Why doesn't this work?
    I want my resources to automatically process meeting requests, but I have a group who wants to be notified when the resources are booked. Settings available indicate that this can work - set delegates and check the box to forward meeting requests to delegates.
    However, the requests aren't forwarded.
    This seems like such a simple, commonly desired action, is it just a programming oversight by MS or is there some obscure way to make it work?

    Actually, going back over your desired configuration, I have to take back my previous note - if you give a room delegates and set them to receive meeting requests, then make everyone able to schedule meetings in the room, only those users who are NOT on
    the list that is allowed to schedule the resource are going to send requests to the delegates.  The only way for the delegates to get ALL meeting requests is to make everyone require permission.  If you run Get-CalendarProcessing <resource
    name> | Fl *RequestInPolicy you will get a list of those who are allowed to book in policy, as well as whether you have set it so all can request in policy.  If you have set the latter, the former is not considered.

  • Javax.servlet.forward.request_uri request attribute

    Hi,
    I have declared a security-constraint on my web application, which redirects to a page with a form.
    I want to know the initial request. It usually can be retrieved in the javax.servlet.forward.request_uri request attribute, so by doing
    request.getAttribute("javax.servlet.forward.request_uri")
    But this always returns me null.
    If I test the same thing on Tomcat, it works fine.
    This attribute come with Servlet 2.4, and Weblogic 11g is JEE 5 compliant (so Servlet 2.5). So it should work.
    Is there a particularity for Weblogic ?
    Regards

    >
    This attribute come with Servlet 2.4, and Weblogic 11g is JEE 5 compliant (so Servlet 2.5). So it should work.
    Is there a particularity for Weblogic ?This attribute does exist and has to be filled when a forward is done. However there's no strict requirement that the j_security_check is handled internally by a forward. If it's not, then that request attribute wouldn't come into play.
    I've never used it, so caveat emptor, but there is a public class we have which does appear to have some methods that may be helpful to you.
    http://download.oracle.com/docs/cd/E17904_01/apirefs.1111/e13941/weblogic/servlet/security/ServletAuthentication.html
    ServletAuthentication allows both form-based authentication and programmatic authentication in servlets. It performs the authentication call through the Realm and sets the user information into the session.And the static getTargetURLFromFormAuthentication method:
    http://download.oracle.com/docs/cd/E17904_01/apirefs.1111/e13941/weblogic/servlet/security/ServletAuthentication.html#getTargetURLForFormAuthentication(HttpSession)
    -steve-

  • Error when processing your request

    Error when processing your request
    What has happened?
    The URL http://vinay:8000/sap/bc/webdynpro/sap/zfirst_web was not called due to an error.
    Note
         The following error text was processed in the system NSP : Die URL enthält keine vollständige Domainangabe (vinay statt vinay.).
         The error occurred on the application server vinay_NSP_00 and in the work process 0 .
         The termination type was: RABAX_STATE
         The ABAP call stack was:
    Method: CHECK of program CX_FQDN=======================CP
    Method: STARTUP_CHECKS of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    What can I do?
         If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system NSP in transaction ST22.
         If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server vinay_NSP_00 in transaction SM21.
         If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server vinay_NSP_00 . In some situations, you may also need to analyze the trace files of other work processes.
         If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 001 -u: BCUSER -l: E -s: NSP -i: vinay_NSP_00 -w: 0 -d: 20090622 -t: 074756 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    Hi Thomas,
    I realize this is a rather old discussion, but I wonder if you know whether running transaction SGEN to generate the loads for either all web dynpros or just a particular transport containing a custom web dynpro would resolve the slow response time and timeout. After a customer message with SAP, this was their suggestion, however our Basis team is skeptical that this will have the desired effect. We noticed the issue when moving from development to QA so we won't know if this is the solution until we try it in production upon go-live.
    Cheers,
    Amy

Maybe you are looking for

  • Game Center problems only on ipad not iphone

    So I never bothered to check game center on my ipad and i dont think i ever launched it. I have it working and running fine on my iphone and also rarely use it. I started playing Clash of Clans now and I want to sync it with game center on my ipad. P

  • LaserJet 1100 won't print in WordPerfect X4 unless manual button is pressed for each page.

    Hi - I'm using a Toshiba Satellite - Windows Vista 64 bit operating system.  When using WordPerfect X4, I can't get my HP LaserJet 1100 to print unless I manually push the button for each page.  I have no problems getting it to print automatically in

  • Reader 9 will not install with Elements 3.0

    Running Win XP Pro SP2 Have Reader 7 and Elements 3.0 installed and running. Have successfully downloaded Reader 9 to "My Documents" however clicking to run the install brings up Elements 3.0 Install Shield Wizard. Tried running this through and it a

  • Help me decide which Ipod...Please!!

    I'm trying to decide between the Nano or the 5Th Generation with video. One question, I notice that there are very few movies on Itunes...in fact I don't really see any...just the TV shows and a few shorts from Pizar. (and of course the movie trailer

  • Lion - startup fails first time, second time fine

    So here's a weird issue- it started a week ago, every time I shut my Mac down and start, the first time it tries to start fails. I have FileVault enabled, so I enter my password, the grey screen appears, the wheel under the Apple logo starts spinning