You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Werner Punz (JIRA)" <de...@myfaces.apache.org> on 2006/12/20 23:18:21 UTC

[jira] Created: (TOMAHAWK-828) Extension Filter incompatibility with the RI

Extension Filter incompatibility with the RI
--------------------------------------------

                 Key: TOMAHAWK-828
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-828
             Project: MyFaces Tomahawk
          Issue Type: Bug
    Affects Versions: 1.1.1
         Environment: 1.1 RI + tomahawk and sandbox trunk
            Reporter: Werner Punz
         Assigned To: Mario Ivankovits


While testing some components for promotion I ran into an issue with the extension filter
I am not sure about the root of the problem but the symptoms are like following:

The RI in combination with the sandbox runs into a severe resource loading problem at subsequent resource loads, the affected testable component is the fisheye component which relies mostly on 
javascript only.

The error issued in the runtime system is:

Error while serving resource: dojo.DojoResourceLoader/dojo.js, message : null
ClientAbortException:  java.net.SocketException: Connection reset by peer: socket write error
	at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:366)
	at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:403)
	at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:314)
	at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:278)
	at org.apache.catalina.connector.CoyoteOutputStream.close(CoyoteOutputStream.java:103)
	at org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java:194)
	at org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java:167)
	at org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:606)
	at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:128)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
	at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
	at java.lang.Thread.run(Thread.java:595)


I assume some bug regarding the combination ri and tomahawk in this case because the error is not issued once the ri is replaced by myfaces.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (TOMAHAWK-828) Extension Filter incompatibility with the RI

Posted by "Luca Conte (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509813 ] 

Luca Conte commented on TOMAHAWK-828:
-------------------------------------

I'm working on a dojoScheduler and I found this problem! I've no RI but Myfaces implementation. 

In my case the problem occours ONLY with Internet Explorer and NOT with FF.

This:
http://www.nabble.com/Tomahawk-input-calendar-exception-t3966300.html

seem the same problem!

> Extension Filter incompatibility with the RI
> --------------------------------------------
>
>                 Key: TOMAHAWK-828
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-828
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>         Environment: 1.1 RI + tomahawk and sandbox trunk
>            Reporter: Werner Punz
>            Assignee: Mario Ivankovits
>
> While testing some components for promotion I ran into an issue with the extension filter
> I am not sure about the root of the problem but the symptoms are like following:
> The RI in combination with the sandbox runs into a severe resource loading problem at subsequent resource loads, the affected testable component is the fisheye component which relies mostly on 
> javascript only.
> The error issued in the runtime system is:
> Error while serving resource: dojo.DojoResourceLoader/dojo.js, message : null
> ClientAbortException:  java.net.SocketException: Connection reset by peer: socket write error
> 	at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:366)
> 	at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:403)
> 	at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:314)
> 	at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:278)
> 	at org.apache.catalina.connector.CoyoteOutputStream.close(CoyoteOutputStream.java:103)
> 	at org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java:194)
> 	at org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java:167)
> 	at org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:606)
> 	at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:128)
> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
> 	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
> 	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
> 	at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
> 	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
> 	at java.lang.Thread.run(Thread.java:595)
> I assume some bug regarding the combination ri and tomahawk in this case because the error is not issued once the ri is replaced by myfaces.

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