JSP issue in weblogic

          We have A.jsp which on click of a button, points to B.jsp.
          This 2.jsp also has <@ include> which includes C.jsp
          The problem is the code works fine on our staging environmnet, but on our prod
          env when the button on A.jsp is clicked, the browser tries to load B.jsp but then
          gives a "page cannot be displayed error". In weblogic logs, we find the folowing
          error:
          got error: null
          java.security.PrivilegedActionException: java.security.PrivilegedActionException:
          weblogic.servlet.jsp.JspException: (line 480): scriptlet close brace '}' unbalanced
          at line 480 which breaks scope '_base_service_scope_'
               at weblogic.servlet.jsp.ScriptletScopeLexer.mCLOSE_BRACE(ScriptletScopeLexer.java:527)
               at weblogic.servlet.jsp.ScriptletScopeLexer.mTOKEN(ScriptletScopeLexer.java:232)
               at weblogic.servlet.jsp.ScriptletScopeLexer.nextToken(ScriptletScopeLexer.java:159)
               at weblogic.servlet.jsp.ScriptletScopeLexer.parse(ScriptletScopeLexer.java:119)
               at weblogic.servlet.jsp.JspLexer.mSCRIPT(JspLexer.java:3948)
               at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2042)
               at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1850)
               at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1732)
               at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:1015)
               at weblogic.servlet.jsp.JspParser.doit(JspParser.java:78)
               at weblogic.servlet.jsp.JspParser.parse(JspParser.java:181)
               at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
               at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:255)
               at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:325)
               at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
               at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
               at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:366)
               at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:240)
               at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:21)
               at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
               at com.netegrity.siteminder.weblogic.sixone.at.run([DashoPro-V1.2-120198])
               at javax.security.auth.Subject.doAs(Subject.java:113)
               at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.bl.c([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.bl.onAccessAccept([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.bj.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.bi.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a4.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a3.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a2.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a1.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a0.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.az.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ax.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ao.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.am.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
               at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
               at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2398)
               at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
               at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
               at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          javax.servlet.ServletException
               at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.bl.c([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.bl.onAccessAccept([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.bj.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.bi.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a4.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a3.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a2.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a1.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a0.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.az.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ax.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ao.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.am.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
               at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
               at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2398)
               at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
               at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
               at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          javax.servlet.ServletException
               at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.bl.c([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.bl.onAccessAccept([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.bj.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.bi.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a4.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a3.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a2.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a1.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.a0.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.servlet.az.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ax.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.ao.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.java.util.am.a([DashoPro-V1.2-120198])
               at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
               at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
               at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2398)
               at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
               at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
               at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          found internal error : null
          javax.servlet.ServletException
               at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
               at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
               at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2398)
               at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
               at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
               at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          <Jan 8, 2003 2:25:56 PM EST> <Error> <HTTP> <[WebAppServletContext(7173412,etollgate,/etollgate)]
          Servlet failed with Exception
          java.lang.IllegalStateException: response already committed
               at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:358)
               at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:349)
               at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
               at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
               at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2398)
               at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
               at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
               at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          >
          The same code works very well both in our staging and dev env, all of which have
          the same config. Any suggestions?
          

          Just an update: using wls 6.1 without any service packs
          "Vinay S" <[email protected]> wrote:
          >
          >We have A.jsp which on click of a button, points to B.jsp.
          >This 2.jsp also has <@ include> which includes C.jsp
          >The problem is the code works fine on our staging environmnet, but on
          >our prod
          >env when the button on A.jsp is clicked, the browser tries to load B.jsp
          >but then
          >gives a "page cannot be displayed error". In weblogic logs, we find the
          >folowing
          >error:
          >got error: null
          >java.security.PrivilegedActionException: java.security.PrivilegedActionException:
          >weblogic.servlet.jsp.JspException: (line 480): scriptlet close brace
          >'}' unbalanced
          >at line 480 which breaks scope '_base_service_scope_'
          >     at weblogic.servlet.jsp.ScriptletScopeLexer.mCLOSE_BRACE(ScriptletScopeLexer.java:527)
          >     at weblogic.servlet.jsp.ScriptletScopeLexer.mTOKEN(ScriptletScopeLexer.java:232)
          >     at weblogic.servlet.jsp.ScriptletScopeLexer.nextToken(ScriptletScopeLexer.java:159)
          >     at weblogic.servlet.jsp.ScriptletScopeLexer.parse(ScriptletScopeLexer.java:119)
          >     at weblogic.servlet.jsp.JspLexer.mSCRIPT(JspLexer.java:3948)
          >     at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2042)
          >     at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1850)
          >     at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1732)
          >     at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:1015)
          >     at weblogic.servlet.jsp.JspParser.doit(JspParser.java:78)
          >     at weblogic.servlet.jsp.JspParser.parse(JspParser.java:181)
          >     at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
          >     at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:255)
          >     at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:325)
          >     at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
          >     at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
          >     at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:366)
          >     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:240)
          >     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:21)
          >     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
          >     at com.netegrity.siteminder.weblogic.sixone.at.run([DashoPro-V1.2-120198])
          >     at javax.security.auth.Subject.doAs(Subject.java:113)
          >     at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.bl.c([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.bl.onAccessAccept([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.bj.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.bi.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a4.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a3.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a2.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a1.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a0.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.az.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ax.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ao.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.am.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
          >     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
          >     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2398)
          >     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
          >     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
          >     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          >javax.servlet.ServletException
          >     at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.bl.c([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.bl.onAccessAccept([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.bj.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.bi.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a4.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a3.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a2.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a1.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a0.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.az.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ax.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ao.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.am.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
          >     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
          >     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2398)
          >     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
          >     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
          >     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          >javax.servlet.ServletException
          >     at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.bl.c([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.bl.onAccessAccept([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.bj.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.bi.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a4.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a3.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a2.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a1.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.a0.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.servlet.az.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ay.b([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ax.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.ao.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.java.util.am.a([DashoPro-V1.2-120198])
          >     at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
          >     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
          >     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2398)
          >     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
          >     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
          >     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          >found internal error : null
          >javax.servlet.ServletException
          >     at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
          >     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
          >     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2398)
          >     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
          >     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
          >     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          ><Jan 8, 2003 2:25:56 PM EST> <Error> <HTTP> <[WebAppServletContext(7173412,etollgate,/etollgate)]
          >Servlet failed with Exception
          >java.lang.IllegalStateException: response already committed
          >     at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:358)
          >     at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:349)
          >     at com.netegrity.siteminder.weblogic.sixone.WLS61ServletFilter.doFilter([DashoPro-V1.2-120198])
          >     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
          >     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2398)
          >     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
          >     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
          >     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          >>
          >
          >
          >The same code works very well both in our staging and dev env, all of
          >which have
          >the same config. Any suggestions?
          

Similar Messages

  • JSP issue with WebLogic 9.1 but not with 8.1

    I am getting the following errors when i am trying to build an existing web application. I was able to build it successfully using weblogic 8.1.
              Below are the versions i am using
              Weblogic 9.1
              Ant1.6.2
              JDK 1.5.0_04
              ===================================================
              Results.jsp:596:63: The qualifier of this name is a package, which cannot contai
              n methods.
              onclick="PopupURLMenu('<%=ResultsUtil.getMyDoc(oDocs,cou
              nt).getUrl()%>',
              ^------^
              Results.jsp:598:28: No match was found for method getDisplayName() in type <erro
              r>.
              <%=ResultsUtil.getMyDoc(oDocs,count).getDisplayName()%>
              ^------------------------------------------------^
              Results.jsp:598:40: The qualifier of this name is a package, which cannot contai
              n methods.
              <%=ResultsUtil.getMyDoc(oDocs,count).getDisplayName()%>
              ^------^
              Results.jsp:606:55: No match was found for method getUrl() in type <error>.
              onclick="PopupURLMenu('<%=ResultsUtil.getMyDoc(oDocs
              ,count+1).getUrl()%>',
              ^-------------------------
              -----------------^
              Results.jsp:606:67: The qualifier of this name is a package, which cannot contai
              n methods.
              onclick="PopupURLMenu('<%=ResultsUtil.getMyDoc(oDocs
              ,count+1).getUrl()%>',
              ^------^
              Results.jsp:608:32: No match was found for method getDisplayName() in type <erro
              r>.
              <%=ResultsUtil.getMyDoc(oDocs,count+1).getDisplayNam
              e()%>
              ^------------------------------------------------
              --^
              Results.jsp:608:44: The qualifier of this name is a package, which cannot contai
              n methods.
              <%=ResultsUtil.getMyDoc(oDocs,count+1).getDisplayNam
              e()%>
              ^------^
              Results.jsp:638:21: No match was found for method getDisplayName() in type <erro
              r>.
              if (ResultsUtil.getMyDoc(oDocs,q).getDisplayName().equals("") )
              ^--------------------------------------------^
              Results.jsp:638:21: No match was found for method equals(java.lang.String) in ty
              pe <error>.
              if (ResultsUtil.getMyDoc(oDocs,q).getDisplayName().equals("") )
              ^-------------------------------------------------------^
              Results.jsp:638:33: The qualifier of this name is a package, which cannot contai
              n methods.
              if (ResultsUtil.getMyDoc(oDocs,q).getDisplayName().equals("") )
              ^------^
              at weblogic.servlet.jsp.jspc20.runBodyInternal(jspc20.java:424)
              at weblogic.servlet.jsp.jspc20.runJspc(jspc20.java:195)
              at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:239)
              at weblogic.application.compiler.AppcUtils.compileWAR(AppcUtils.java:348
              at weblogic.application.compiler.WARCompiler.compile(WARCompiler.java:74
              at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCo
              mpilerFlow.java:113)
              at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompile
              rFlow.java:43)
              at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
              ver.java:55)
              at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
              river.java:26)
              at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:24)
              at weblogic.application.compiler.Appc.runBody(Appc.java:151)
              at weblogic.utils.compiler.Tool.run(Tool.java:158)
              at weblogic.utils.compiler.Tool.run(Tool.java:115)
              at weblogic.application.compiler.Appc.main(Appc.java:162)
              at weblogic.appc.main(appc.java:14)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
              java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
              sorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:585)
              at weblogic.ant.taskdefs.j2ee.CompilerTask.invokeMain(CompilerTask.java:
              290)
              at weblogic.ant.taskdefs.j2ee.Appc.privateExecute(Appc.java:243)
              at weblogic.ant.taskdefs.j2ee.Appc.execute(Appc.java:154)
              at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
              at org.apache.tools.ant.Task.perform(Task.java:364)
              at org.apache.tools.ant.Target.execute(Target.java:341)
              at org.apache.tools.ant.Target.performTasks(Target.java:369)
              at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
              at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
              at org.apache.tools.ant.Main.runBuild(Main.java:673)
              at org.apache.tools.ant.Main.startAnt(Main.java:188)
              at org.apache.tools.ant.launch.Launcher.run(Launcher.java:196)
              at org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)
              ====================================
              Is this a problem with the classpath ?
              Thanks in advance,
              Bye

    I am also getting the same error. If you have solved this issue please share the solution.
              Thanks,
              Dikshit

  • Configuring JSP's in Weblogic server 7.0

    Hi,
    I'm trying to port my web application from weblogic server 6.1 to weblogic
    7.0. I'm having a little problem with jsp pages in weblogic 7.0. Some of the text
    box controls which are populated dynamically in my jsp pages are getting populated
    with
    "null" value in WL 7.0 e.g. in the following case
    <%
    String claim_id=null;
    %>
    <input type=text value=<%= claim_id %> >
    on weblogic 6.1 an empty string is printed but in wl 7.0 null is printed as the
    value for the text field.
    I used the domain configuration wizard in wl 7.0 to make a WLS Domain and then
    deployed my application. If I deploy the same application in one of the examples
    domain which is installed with Weblogic 7.0 then everything works fine. So its
    definity a configuration issue.
    Could someone please help me with this.
    Thanks,
    -Taqdees.

    As per the j2ee 1.2, jsp 1.2 specification mandates that the expressions
    default must be "null".
    We have introduced a new flag in weblogic.xml called printNulls which is
    true by default meaning that "null" will be the default.
    Setting this to false makes sure that expressions(<%=expr%> ) with "null"
    results are printed as "" (earlier behavior)
    Here is how to configure the printNulls from weblogic.xml :
    <weblogic-web-app>
    <jsp-param>
    <param-name>printNulls</param-name>
    <param-value>false</param-value>
    </jsp-param>
    </weblogic-web-app>
    Regards,
    Eric
    "taqdees malik" <[email protected]> wrote in message
    news:3daaff99$[email protected]..
    >
    Hi,
    I'm trying to port my web application from weblogic server 6.1 toweblogic
    7.0. I'm having a little problem with jsp pages in weblogic 7.0. Some ofthe text
    box controls which are populated dynamically in my jsp pages are gettingpopulated
    with
    "null" value in WL 7.0 e.g. in the following case
    <%
    String claim_id=null;
    %>
    <input type=text value=<%= claim_id %> >
    on weblogic 6.1 an empty string is printed but in wl 7.0 null is printedas the
    value for the text field.
    I used the domain configuration wizard in wl 7.0 to make a WLS Domain andthen
    deployed my application. If I deploy the same application in one of theexamples
    domain which is installed with Weblogic 7.0 then everything works fine. Soits
    definity a configuration issue.
    Could someone please help me with this.
    Thanks,
    -Taqdees.

  • How To Deploy Jsp project in Weblogic 8.1

    Plz help me
    How To Deploy Jsp project in Weblogic 8.1
    Give me steps.

    Plz help me
    How To Deploy Jsp project in Weblogic 8.1
    Give me steps.(1) Create a standard WAR file that contains your JSPs.
    (2) Deploy to WebLogic by any number of means (e.g., Ant tasks, putting WAR file in application directory for your WL domain, etc.)
    %

  • How to run JSP pages in weblogic 8.1 sp2

    hi frnzs,
    plese give me some idea about how to run JSP pages in weblogic server.

    enen i dont know hw to fly palne otherwise i can definitely give u sm guides abt that......

  • Issue in Weblogic Server - Server Stops abruptly

    Hi All,
    I am facing an issue with Weblogic server(8.1). One of the managed servers stops abruptly. Server run for some days. After 5 or 6 days it stops without giving any log message. Admin(mgt server) and this managed server are running in the same box(AIX Environment). Below is the only log I got. Any idea why it is happening?
    According to the BEA Message it may be due to network problem. Since both the servers are running in same box, i don't think it is network issue.
    Can anyone please help me on this? - thanks in advance
    Log Trace Message:
    ==================
    <AF[196]: Allocation Failure. need 528 bytes, 67173345 ms since last AF>
    <AF[196]: managing allocation failure, action=1 (0/1040390840) (32611304/33283912)>
    <GC(197): freeing class jsp_servlet._ofr._invoice._shipper._jsp.__exceptioninvoicelist(302453c8)>
    <GC(197): freeing class jsp_servlet._lcom._common._jsp.__page_navigation(3024ecc8)>
    <Dec 21, 2005 10:47:18 PM KST> <Warning> <Management> <BEA-141138> <Managed Server ofrserver is disconnected from the ad
    min server. This may be either due to a managed server getting temporarily partitioned or the managed server process exi
    ting.>
    <GC(197): freeing class jsp_servlet._ofr._filter._jsp.__filterdetails(30252718)>
    <GC(197): freeing class jsp_servlet._lcom._admin._jsp.__devtools(3040f898)>
    <GC(197): freeing class jsp_servlet._lcom._admin._util._jsp.__devtoolslogin(3040f260)>
    <GC(197): freeing class jsp_servlet._lcom._admin._util._jsp.__processdevtoolslogin(30411870)>
    <GC(197): freeing class jsp_servlet._ofr._admin._util._jsp.__xmlcommmanagerimport(30413e58)>
    <GC(197): freeing class jsp_servlet._ofr._admin._util._jsp.__processxmlcommmanagerimport(30414a88)>
    <GC(197): unloaded and freed 8 classes>
    <GC(197): GC cycle started Wed Dec 21 22:47:23 2005
    <GC(197): freed 721499624 bytes, 70% free (754110928/1073674752), in 263157 ms>
    <GC(197): mark: 248258 ms, sweep: 1857 ms, compact: 13042 ms>
    <GC(197): refs: soft 0 (age >= 32), weak 0, final 27363, phantom 0>
    <GC(197): moved 0 objects, 0 bytes, IC reason=14>
    <GC(197): stop threads time: 1356, start threads time: 19>
    <AF[196]: completed in 282883 ms>
    Thanks,
    Shanmuga perumal
    [email protected]

    I think you should be able to follow the same steps but whenever you come across Domain B in the instructions, just substitute the values for Domain A. Because it is the same domain you may not even have to go through some of the certificate steps. If you have questions I suggest you post them in the WLS Security forum.
    WebLogic Server - Security

  • Custom JSP Tags for Weblogic

    Hi,
              I have several questions regarding this topic:
              1) Does Weblogic 5.1 supports Custom Tags ? If so, are there any known
              problems ?
              2) Does Weblogic come with any tag libraries (for loops, if, etc) and where
              can I get them ?
              3) Are there any tag libraries out there (JRun, for example) that have been
              successfully run on Weblogic ?
              Any help would be much appreciated.
              Thanks,
              Jamie
              

    As there seems to be general interest, a link would probably be a great
              help.
              Regards
              Daniel Hoppe
              -----Original Message-----
              From: Michael Girdley [mailto:[email protected]]
              Posted At: Friday, August 25, 2000 8:03 AM
              Posted To: jsp
              Conversation: Custom JSP Tags for Weblogic
              Subject: Re: Custom JSP Tags for Weblogic
              Please see the documentation:
              http://www.weblogic.com/docs51/resources.html
              Michael Girdley
              BEA Systems Inc
              "Jamie" <[email protected]> wrote in message
              news:[email protected]...
              > Update
              > =======
              >
              > Weblogic Portal has some Tag libraries. I've downloaded the trial
              version
              > of
              > the Weblogic Commerce Server. How do I get the tag libraries and use
              them
              > on WL 5.1 ?
              >
              > Answers to original post still wanted
              >
              > Thanks,
              >
              > Jamie
              >
              > Jamie <[email protected]> wrote in message
              > news:[email protected]...
              > > Hi,
              > >
              > > I have several questions regarding this topic:
              > >
              > > 1) Does Weblogic 5.1 supports Custom Tags ? If so, are there any
              known
              > > problems ?
              > >
              > > 2) Does Weblogic come with any tag libraries (for loops, if, etc)
              and
              > where
              > > can I get them ?
              > >
              > > 3) Are there any tag libraries out there (JRun, for example) that
              have
              > been
              > > successfully run on Weblogic ?
              > >
              > >
              > > Any help would be much appreciated.
              > >
              > > Thanks,
              > >
              > > Jamie
              > >
              > >
              >
              >
              

  • Issue with Weblogic services in Linux OBIEE 11G

    Hello All,
    I have a OBI 11G set up on a linux OS.I am facing a issue with weblogic service.
    Whenever I am trying to start the Admin server from command line using its .sh , it is starting successfully.
    But whenever I am closing that Linux session or coming out of the Admin server log , this service is getting stopped on its own.
    OBI is working perfectly when that Linux session and Admin server log is intact, but as soon as i close either of them Admin server shut itself down.
    Please any help on this will be appreciated.
    Thanks,
    Bhavnesh

    Hi Bhavnesh.
    Try this way and let me know  the outcome.
    nohup ./startWeblogic.sh -Dweblogic.management.username=Username -Dweblogic.management.password=password & tail -f nohup.out
    Mark if helps,
    Thanks,

  • [URGENT] UTF-8 issue in weblogic SOAP implementation

    Guyz,
    I am finding an issue with **weblogic.xml.saaj.MessageFactoryImpl** SOAP message factory mplementation class of weblogic. When it creates SOAP from inputstream which includes portuguese characters it does not recognise those characters.
    Any idea how to solve this issue?
    Chinmoy

    Will this really be a problem? UTF-8 is a superset of US-ASCII, I believe,
              so there should be no incompatability. This is assuming that you will only
              be sending latin characters in the form, since the recieving end can only
              accept latin characters. If this is NOT true, then they need to use UTF-8.
              Otherwise, I would test it and see what happens.
              "Volker Mader" <[email protected]> wrote in message
              news:3d3326c4$[email protected]..
              >
              > Hi there,
              >
              > can anybody help me.
              > I have a webapp in wls 6.1 sp2. All of the web is utf-8 based, so i set
              the charset
              > in the page-directive and the html content type to utf-8. Also I set the
              <input-charset>
              > Tag in weblogic.xml to utf-8 for context "/".
              > Problem: I want to send a from out of this webapp to another server which
              serves
              > a iso-8859-1 based application.
              > How can I do that?
              >
              > Thanks for help
              > Volker
              

  • IBM JDK 6 32bit & 64bit Reflection Invoke issue on Weblogic 10.3

    We just found a issue on Weblogic 10.3 with IBM JDK 6 32bit, which calls different method during reflection invoke with that been processed under 64bit JDK, here is my source code:
    public class ButtonTag extends InputTag {
    private boolean checkNotNull = false;
    public void setCheckNotNull(Object checkNotNull) {
    public void setCheckNotNull(boolean checkNotNull) {
    this.checkNotNull = checkNotNull;
    this.setUserSetCheckNotNull(true);
    Under 64bit, reflection invoke will call setCheckNotNull(boolean checkNotNull), however under 32bit, it will call setCheckNotNull(Object checkNotNull), actually 32bit version is doing something wrong, we are not sure it is a issue of weblogic or IBM JDK, pls refer the information below for details, Thanks
    OS: AIX 5.3
    AIX@ /usr/java6/bin./java -version
    java version "1.6.0"
    Java(TM) SE Runtime Environment (build pap3260sr2-20080818_01(SR2))
    IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 AIX ppc-32 jvmap3260-20080816_22093 (JIT enabled, AOT enabled)
    J9VM - 20080816_022093_bHdSMr
    JIT - r9_20080721_1330ifx2
    GC - 20080724_AA)
    JCL - 20080808_02
    AIX@ /usr/java6_64/bin./java -version
    java version "1.6.0"
    Java(TM) SE Runtime Environment (build pap6460sr6-20090925_01(SR6))
    IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460sr6-20090923_42924 (JIT enabled, AOT enabled)
    J9VM - 20090923_042924
    JIT - r9_20090902_1330ifx1
    GC - 20090817_AA)
    JCL - 20090924_01
    AIX server107 3 5 00CE9E7B4C00

    The problem was the name of the Seam EJB module. Changing the jar to jboss-seam.jar, everything worked. This issue does not appear on JBoss 4.2.3.GA, where I also tested.
    Edited by: deadlock_gr on Jun 10, 2010 9:55 AM
    Edited by: deadlock_gr on Jun 10, 2010 9:56 AM

  • Help in executing jsp files using weblogic server 6.0.

              I have an operating system Windows2000, i have downloaded 30 day trial version of weblogic server 6.0.
              I have a file called hello.jsp.
              Where do i have to save hello.jsp file in weblogic server 6.0.
              How do i execute hello.jsp through browser using weblogic server6.0.
              As there is no properties file in weblogic server6.0.
              TO run it i started default server and when i started default console it got opened in the browser as http://127.0.0.1:7001/console/index.jsp
              Where do i have to save it and how do i open it in the browser.
              Any help will be greatly appreciated.
              Thanks,
              

              I started the Start default Server and opened the http://localhost:7001/ in the bowser and by default
              this loaded the index.html file
              and when i tried to change index.html to hello.jsp i got the same error message as before
              Error 404--Not Found
              From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              10.4.5 404 Not Found
              The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
              If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
              "mils" <[email protected]> wrote:
              >
              >There are quite a few reasons it couldn't be working, and things you can try...
              >
              >Ensure there are no errors on startup of the server in the console, especially that there is not an error about another web listener running on the same port.
              >
              >Try just http://localhost:7001 by default this should load the index.html file that comes with the WebLogic installation.
              >
              >If you are running on a corporate LAN, your browser settings may not be set correctly to find "localhost", ensure that your browser is not using a proxy server for local addresses, or put localhost:7001 in the list of exceptions for which the browser should not look at the proxy server.
              >
              >Hope this helps!
              >
              >"Red" <[email protected]> wrote:
              >>
              >>I created hello.jsp file under E:\weblogic\wlserver6.0\config\mydomain\applications\DefaultWebApp_myserver\hello.jsp
              >>and i started the Start Default Server and when i try to open
              >>http://localhost:7001/hello.jsp in the browser
              >>getting an error message as
              >>
              >>Error 404--Not Found
              >>From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              >>10.4.5 404 Not Found
              >>The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
              >>
              >>If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
              >>
              >>Any help?
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>"Mils" <[email protected]> wrote:
              >>>
              >>>In WebLogic 6.0, to run simple JSP pages with the default installation, the JSP files should be put in....
              >>>
              >>>C:\bea\wlserver6.0\config\DefaultWebApp_myserver
              >>>
              >>>...assuming you installation was on the C: drive.
              >>>
              >>>To access a file bar.jsp in this directory, go to http://localhost:7001/bar.jsp
              >>>
              >>>"Red" <[email protected]> wrote:
              >>>>
              >>>>I have an operating system Windows2000, i have downloaded 30 day trial version of weblogic server 6.0.
              >>>>I have a file called hello.jsp.
              >>>>Where do i have to save hello.jsp file in weblogic server 6.0.
              >>>>How do i execute hello.jsp through browser using weblogic server6.0.
              >>>>As there is no properties file in weblogic server6.0.
              >>>>
              >>>>TO run it i started default server and when i started default console it got opened in the browser as http://127.0.0.1:7001/console/index.jsp
              >>>>
              >>>>Where do i have to save it and how do i open it in the browser.
              >>>>
              >>>>Any help will be greatly appreciated.
              >>>>Thanks,
              >>>>
              >>>>
              >>>>
              >>>>
              >>>
              >>
              >
              

  • Connection Reset issue in Weblogic 8.1

    Hi,
    We have an application running on weblogic 8.1. Please let men explain the steps that we carried out:
    1. A new user was being enrolled through the applciation.
    2. To make the connection object the value of the properties DriverClass, ConnectionURL, UserId and Password was obtained from the config.xml.
    3. preparedStatement.executeUpdate() inserted data in the database.
    This works fine initially but when i leave the system idle for an hour or so and then try to access the application we get an error:
    java.sql.SQLException: Io exception: Connection reset
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)
    at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3675)
    at oracle.jdbc.ttc7.TTC7Protocol.open(TTC7Protocol.java:618)
    at oracle.jdbc.driver.OracleStatement.open(OracleStatement.java:575)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2803)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:608)
    at workout.security.weblogic.realm.rdbms.RDBMSDelegate.addGroupMember(RDBMSDelegate.java:757)
    at workout.security.weblogic.realm.rdbms.RDBMSRealm.addGroupMember(RDBMSRealm.java:446)
    at workout.security.weblogic.RDBMSSecurityRealm.add(RDBMSSecurityRealm.java:84)
    at workout.util.LDAPClientHelper.add(LDAPClientHelper.java:39)
    at workout.ejb.Enrollment.EnrollmentBean.enroll(Unknown Source)
    at workout.ejb.Enrollment.Enrollment_q1qync_EOImpl.enroll(Enrollment_q1qync_EOImpl.java:206)
    at workout.ejb.Enrollment.Enrollment_q1qync_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:166)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:284)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
    at workout.ejb.Enrollment.Enrollment_q1qync_EOImpl_812_WLStub.enroll(Unknown Source)
    at workout.beans.UserProfile.enroll(Unknown Source)
    at jsp_servlet._customer_service._consumer_enrollment.___processall._jspService(___processall.java:1524)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    After some more attempts the system appears to work fine.
    If anyone can advise then it will be of great help.
    Thanks & Regards
    Neeraj Kanodia

    For those interested, I have some updates on this subject and someone out there sent me a mail asking if I ever found anything out.
    Basically, when I encountered this issue the first time, I was working on a SP2 Portal. We were having numerous small bugs like this one with SP2 that centered around the back button or refresh button. BEA gave us a "super patch" back in July or so that when applied to our SP2 project, fixed our issue. I have sense moved onto SP3, and I did not see the compression issue (so I think SP3 must have the patches correctly setup...like I would assume it would).

  • OWASP + FCKEditor issue in Weblogic 10.3

    Hi,
    I am using FCKEditor in the Weblogic 0.3 successfully. We recently added OWASP CSRFGuardFilter (this is a security enhancing app) to the existing application. But when we included this app, we started getting the following error in the FCKEditor.
    ####<Jul 22, 2010 11:33:31 PM MST> <Error> <HTTP> <pd-pt-u-rh-4> <catapp01> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1279866811803> <BEA-101020> <[weblogic.servlet.internal.WebAppServletContext@4b083e0 - appName: 'cat', name: 'cat', context-path: '/cat'] Servlet failed with Exception
    java.lang.IllegalStateException: java.io.IOException: response already committed
    at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:157)
    at jsp_servlet._js._fckeditor._editor._filemanager._connectors._jsp.__upload._jspService(__upload.java:100)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:394)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:309)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.pearson.cat.web.session.SessionFilter.doFilter(SessionFilter.java:176)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at org.owasp.csrfguard.CSRFGuardFilter.doFilter(CSRFGuardFilter.java:70)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    This occurs when we invoke a JSP (that passes thru the OWASP filter) that in turn calls a servlet through <jsp:forward> tag.
    The same setup works correctly on JBoss 4.2. Is this issue related to the Servlet spec supported by 10.3? Is there a way to change (downgrade) the servlet spec in 10.3 for a particlular webapp alone?
    Thanks,
    Shankar.

    Hi. The issue is complicated. First, it seems that you are using a DataSource that has not been
    deployed to the cluster, so you are doing JDBC from one WLS server to another before going
    to the DBMS. That is slow and problematic. You should deploy the DataSource to the cluster
    so every WLS instance has it locally.
    The second problem is about your code's cast to an oracle.jdbc.OracleConnection... Are you
    sure that code worked in WLS 10.0?

  • JSTL 1.1 issue with Weblogic 9.2

    I am having tough time to make JSTL 1.1 work with Weblogic 9.2.Here the issue goes
    When i user JSTL core tags like out,forEach weblogic is unable to understand the EL and throwing a compile time exception saying can't read request time values.
    However the same page worked fine when i rolled back to JSTL 1.0 and weblogic 8.1.
    I couldnt able to understand why JSTL 1.1 is not working in Weblogic 9.2.I assume weblogic 9.2 comes with servlet 2.4 and JSP 1.2.So JSTL 1.2 should work fine.
    Am i ignoring anything involved with new JSP specs and JSTL
    OR
    Is this a bug with Weblogic 9.2 ?
    Any comments highly appreciated.
    Thanks,
    Mallik

    hey check the servlet spec version you're using in your web.xml. I think you want 2.3 not 2.4.

  • JSP Issue in 9.1 but not 8.1

    I am building a Web application and packaging it into an EAR file then deploying it into 9.1 WebLogic server. I have an issue that is happening when I activate the changes at deployment time but this one is when it's trying to compile the JSP code, as follows:
              -- cut --
              Substituted for the exception weblogic.servlet.jsp.CompilationException which lacks a String contructor, original message - wi_marital_status_coapp_us_en.inc.jsp:53:2: This tag is not recognized. <jsp:usebean id="userBean" ^---------^ wi_marital_status_coapp_us_en.inc.jsp:61:2: This tag is not recognized. ><jsp:usebean id="errorBean" ^---------^ wi_marital_status_coapp_us_en.inc.jsp:69:2: This tag is not recognized. ><jsp:usebean id="creditAppBean" ^---------^ wi_marital_status_coapp_us_en.inc.jsp:79:35: The qualifier of this name is a package, which cannot contain methods. ><util:If predicate="<%= !userBean.isAuthenticated() %>" > ^-------------^ wi_marital_status_coapp_us_en.inc.jsp:87:25: No match was found for method size() in type <error>. <util:If predicate="<%= creditAppBean.getData().size() == 0 %>"> ^----------------------------^ wi_marital_status_coapp_us_en.inc.jsp:87:39: The qualifier of this name is a package, which cannot contain methods. <util:If predicate="<%= creditAppBean.getData().size() == 0 %>"> ^-----^ wi_marital_status_coapp_us_en.inc.jsp:95:32: The qualifier of this name is a package, which cannot contain methods. <% Set errorFields = errorBean.getMessageFields(); %> ^--------------^
              -- cut --
              It seems to be complaining about it in 9.1 but not in 8.1.
              Please advise.
              Thanks,
              Sami

    I am getting the following errors when i am trying to build an existing web application. I was able to build it successfully using weblogic 8.1.
              Below are the versions i am using
              Weblogic 9.1
              Ant1.6.2
              JDK 1.5.0_04
              ===================================================
              Results.jsp:596:63: The qualifier of this name is a package, which cannot contai
              n methods.
              onclick="PopupURLMenu('<%=ResultsUtil.getMyDoc(oDocs,cou
              nt).getUrl()%>',
              ^------^
              Results.jsp:598:28: No match was found for method getDisplayName() in type <erro
              r>.
              <%=ResultsUtil.getMyDoc(oDocs,count).getDisplayName()%>
              ^------------------------------------------------^
              Results.jsp:598:40: The qualifier of this name is a package, which cannot contai
              n methods.
              <%=ResultsUtil.getMyDoc(oDocs,count).getDisplayName()%>
              ^------^
              Results.jsp:606:55: No match was found for method getUrl() in type <error>.
              onclick="PopupURLMenu('<%=ResultsUtil.getMyDoc(oDocs
              ,count+1).getUrl()%>',
              ^-------------------------
              -----------------^
              Results.jsp:606:67: The qualifier of this name is a package, which cannot contai
              n methods.
              onclick="PopupURLMenu('<%=ResultsUtil.getMyDoc(oDocs
              ,count+1).getUrl()%>',
              ^------^
              Results.jsp:608:32: No match was found for method getDisplayName() in type <erro
              r>.
              <%=ResultsUtil.getMyDoc(oDocs,count+1).getDisplayNam
              e()%>
              ^------------------------------------------------
              --^
              Results.jsp:608:44: The qualifier of this name is a package, which cannot contai
              n methods.
              <%=ResultsUtil.getMyDoc(oDocs,count+1).getDisplayNam
              e()%>
              ^------^
              Results.jsp:638:21: No match was found for method getDisplayName() in type <erro
              r>.
              if (ResultsUtil.getMyDoc(oDocs,q).getDisplayName().equals("") )
              ^--------------------------------------------^
              Results.jsp:638:21: No match was found for method equals(java.lang.String) in ty
              pe <error>.
              if (ResultsUtil.getMyDoc(oDocs,q).getDisplayName().equals("") )
              ^-------------------------------------------------------^
              Results.jsp:638:33: The qualifier of this name is a package, which cannot contai
              n methods.
              if (ResultsUtil.getMyDoc(oDocs,q).getDisplayName().equals("") )
              ^------^
              at weblogic.servlet.jsp.jspc20.runBodyInternal(jspc20.java:424)
              at weblogic.servlet.jsp.jspc20.runJspc(jspc20.java:195)
              at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:239)
              at weblogic.application.compiler.AppcUtils.compileWAR(AppcUtils.java:348
              at weblogic.application.compiler.WARCompiler.compile(WARCompiler.java:74
              at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCo
              mpilerFlow.java:113)
              at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompile
              rFlow.java:43)
              at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
              ver.java:55)
              at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
              river.java:26)
              at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:24)
              at weblogic.application.compiler.Appc.runBody(Appc.java:151)
              at weblogic.utils.compiler.Tool.run(Tool.java:158)
              at weblogic.utils.compiler.Tool.run(Tool.java:115)
              at weblogic.application.compiler.Appc.main(Appc.java:162)
              at weblogic.appc.main(appc.java:14)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
              java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
              sorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:585)
              at weblogic.ant.taskdefs.j2ee.CompilerTask.invokeMain(CompilerTask.java:
              290)
              at weblogic.ant.taskdefs.j2ee.Appc.privateExecute(Appc.java:243)
              at weblogic.ant.taskdefs.j2ee.Appc.execute(Appc.java:154)
              at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
              at org.apache.tools.ant.Task.perform(Task.java:364)
              at org.apache.tools.ant.Target.execute(Target.java:341)
              at org.apache.tools.ant.Target.performTasks(Target.java:369)
              at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
              at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
              at org.apache.tools.ant.Main.runBuild(Main.java:673)
              at org.apache.tools.ant.Main.startAnt(Main.java:188)
              at org.apache.tools.ant.launch.Launcher.run(Launcher.java:196)
              at org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)
              ====================================
              Is this a problem with the classpath ?
              Thanks in advance,
              Bye

Maybe you are looking for

  • Ssl_error_internal_error_alert

    I can't get to ff or mozilla support or forums for help with this: ssl_error_internal_error_alert Now I can't get to my Amazon cart. This has been happening for 3 days. Please help! What can I do? The happens only on my pc firefox. Thanks

  • APEX 3.1.2 upgrade Question IBM  AIX

    Hi All, Currently we have APEX Application Express 3.0.0.00.20 on IBM/AIX RISC System/6000: Version 10.2.0.4.0 . Is it ok to install (fresh installation) APEX ver 3.1.2 on the same database? Is there any place where I can verify oracle supports for I

  • Officejet 8620 wireless installation issue

    Hi, a few weeks ago i brough an officejet 8620 and have been able to use it over usb just fine. I have since installed wifi and wish to use the printer over the wireless network; however the print will not install. The driver package finds the printe

  • Setting  a White Point and Black Point

    I would like to suggest for future versions of lIghtroom to have an ability to set the white point and black points similar to levels and curves in Photoshop. This would be in addition to setting middle grey in the white balance settings currently in

  • CFGRID with bind to CFC for an incorrect JAVAScript

    Hi, I am using CF11 with SQL server 2012 & IIS8.0 on windows server 2012. When I am using a CFGRID bind to a CFC and passing 2 or more than 2 parameters from a FORM, it fails for an incorrect JavaScript. Using the below code: <cfgrid attributeCollect