You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2007/09/28 18:13:51 UTC

[jira] Commented: (MYFACES-1310) IllegalStateException:Strict Servlet api:cannot call getOutputSteam() after getWriter() on Weblogic 8.1 sp 5

    [ https://issues.apache.org/jira/browse/MYFACES-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531074 ] 

Matthias Weßendorf commented on MYFACES-1310:
---------------------------------------------

have you tested on weblogic ?

> IllegalStateException:Strict Servlet api:cannot call getOutputSteam() after getWriter() on Weblogic 8.1 sp 5
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1310
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1310
>             Project: MyFaces Core
>          Issue Type: Bug
>         Environment: Weblogic 8.1 sp 5
>            Reporter: Bruno
>            Assignee: Martin Marinschek
>            Priority: Critical
>             Fix For: 1.1.6
>
>
> i am migrating my website based on jsf myfaces from JOnAS to WebLogic 8.1 sp 5 and i have still this issue :
> i have downloaded  the latest snapshot
> myfaces-core-1.1.4-snapshot
> tomahawk-1.1.3-snapshot
> java.lang.IllegalStateException: strict servlet API: cannot call getOutputStream() after getWriter()
>         at weblogic.servlet.internal.ServletResponseImpl.getOutputStream(ServletResponseImpl.java:162)
>         at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:176)
>         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
>         at simpa.web.utils.AuthorizationFilter.doFilter(AuthorizationFilter.java:58)
>         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
>         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6987)
>         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
>         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
>         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
>         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
>         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
>         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
> it is critical for us as the experimentation should start next week
> thanks in advance
> Bruno

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.