You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Mali123 <ma...@yahoo.com> on 2008/10/28 11:02:07 UTC

Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

hi,
  i'm using the my-faces-tomahawk-1.3,I've got this stack trace repeatedly
in my jsf aplication logs. I use the tomahawk calendar component. I couldn't
find the solution anywhere. Could you please help me to solve it? Here is
the stack trace: 

008-10-28 14:06:52,730 ERROR
[org.apache.myfaces.renderkit.html.util.DefaultAddResource] Error while
serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null
ClientAbortException:  javax.net.ssl.SSLException: Connection has been
shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection
reset
        at
org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
        at
org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
        at
org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:309)
        at
org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:273)
        at
org.apache.catalina.connector.CoyoteOutputStream.close(CoyoteOutputStream.java:104)
        at
org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java:172)
        at
org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java:151)
        at
org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:558)
        at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
        at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
        at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
        at
org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
        at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
        at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:619)
Caused by: javax.net.ssl.SSLException: Connection has been shutdown:
javax.net.ssl.SSLException: java.net.SocketException: Connection reset
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1239)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1251)
        at
com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:43)
        at
org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
        at
org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
        at
org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:570)
        at org.apache.coyote.Response.doWrite(Response.java:560)
        at
org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
        ... 28 more
Caused by: javax.net.ssl.SSLException: java.net.SocketException: Connection
reset
        at
com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1554)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1518)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1463)
        at
com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64)
        at
org.apache.coyote.http11.InternalOutputBuffer.commit(InternalOutputBuffer.java:595)
        at
org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:936)
        at org.apache.coyote.Response.action(Response.java:183)
        at org.apache.coyote.Response.sendHeaders(Response.java:379)
        at
org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:305)
        ... 26 more
Caused by: java.net.SocketException: Connection reset
        at
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
        at
com.sun.net.ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java:295)
        at
com.sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java:284)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java:734)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:722)
        at
com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
        ... 31 more
2008-10-28 14:06:52,736 ERROR
[org.apache.myfaces.webapp.filter.ExtensionsFilter] Exception wile
retrieving addResource
java.lang.IllegalStateException
        at
org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:421)
        at
org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:583)
        at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
        at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
        at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
        at
org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
        at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
        at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:619)
2008-10-28 14:06:52,738 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/bp].[default]]
Servlet.service() for servlet default threw exception
java.lang.IllegalStateException
        at
org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:421)
        at
org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:583)
        at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
        at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
        at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
        at
org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
        at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
        at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:619)
-- 
View this message in context: http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20204266.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Mali123 <ma...@yahoo.com>.
Hi 
   I'm using  Tomahawk-1.1.3  calendar component, when i click the calender
button in the IE6 browser i'm getting  security information alert "Page
Contains Secure / Non-Secure Items" i want to fix this issue without
changing the internet options,is there  any way to get rid of this please
help me,

following is the code im using to display the calender
  <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>...
	<t:div styleClass="stepComp">
		<t:inputDate value="#{akAppActivityTile.startTime}"
			popupCalendar="true" type="date" ampm="true"
			timeZone="#{akAppActivityTile.timeZoneId}" styleClass="appAcctivitytest"
/>
	</t:div>

regards
mali.






Mali123 wrote:
> 
> hi
>  I'm using  Tomahawk-1.1.3  calendar component not the Trinidad one,
> following is the code segment i used to displace the 
> calender please advice me to how to fix this issue,
> 
> <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>...
> 	<t:div styleClass="stepComp">
> 		<t:inputDate value="#{akAppActivityTile.startTime}"
> 			popupCalendar="true" type="date" ampm="true"
> 			timeZone="#{akAppActivityTile.timeZoneId}"
> styleClass="appAcctivitytest" />
> 	</t:div>
> 
> 
> regards
> mali
> 
> 
> 
> 
> Simon Kitching wrote:
>> 
>> When a patch just affects one or two classes, it is sometimes easier to
>> just put copies of those specific classes in your own project. As long
>> as those classes come first on the classpath, the "patched" copies will
>> override the original (buggy) ones.
>> 
>> But you would still need to check out the source and apply the patch as
>> Scott describes.
>> 
>> You should say *which* calendar component you are talking about. Is it
>> the one from Tomahawk or the one from Trinidad?
>> 
>> Regards,
>> Simon
>> 
>> Scott O'Bryan schrieb:
>>> Grab the source and the patch.  From windows, the easiest way to apply
>>> the patch is to use Tortois SVN.  It has an apply patch option.  From
>>> Linux, just type "patch -p0 < patchfile" (probably) from the source
>>> root.  The patch may need some fenagling when used with the patch
>>> command.
>>>
>>> Then build.
>>>
>>> Sent from my iPhone
>>>
>>> On Oct 28, 2008, at 10:25 PM, Mali123 <ma...@yahoo.com> wrote:
>>>
>>>>
>>>> Hi
>>>>  thz for da reply,i can't go for the second option because we have to
>>>> inform every user to change there browser setting,so i have left only
>>>> one
>>>> option using the patch,it will be more helpful to me if you can tell
>>>> how to
>>>> apply this patch,i'm using the my-faces-tomahawk-1.3,please help,
>>>>
>>>> thx
>>>> mali
>>>>
>>>>
>>>>
>>>> Richard Yee-3 wrote:
>>>>>
>>>>> See the Trinidad-1091 issue in Jira.
>>>>>
>>>>> -Richard
>>>>>
>>>>>
>>>>> On Tue, Oct 28, 2008 at 10:53 AM, Richard Yee
>>>>> <ri...@gmail.com>
>>>>> wrote:
>>>>>> There is a Jira issue filed for the  secure/insecure problem you
>>>>>> describe. I
>>>>>> think there is also a patch available. Another workaround is to
>>>>>> have the
>>>>>> user change the browser settings to allow mixed content.
>>>>>>
>>>>>> -R
>>>>>>
>>>>>> Sent from my iPhone
>>>>>>
>>>>>> On Oct 28, 2008, at 3:40 AM, Mali123 <ma...@yahoo.com> wrote:
>>>>>>
>>>>>>>
>>>>>>> Hi
>>>>>>> thz for the quick reply, im using IE,  when i click the calender
>>>>>>> button
>>>>>>> i'm getting this stack trace and security information alert "Page
>>>>>>> Contains
>>>>>>> Secure / Non-Secure Items",i can ignore the stack trace as u
>>>>>>> mention way
>>>>>>> but
>>>>>>> how can get rid of that alert,is there any possble way to stop that
>>>>>>> alert
>>>>>>> when clicking the claender button, my client using the IE so he
>>>>>>> need to
>>>>>>> disable this alert, pls help
>>>>>>>
>>>>>>> Mali
>>>>>>>
>>>
>> 
>> 
>> -- 
>> -- Emails in "mixed" posting style will be ignored
>> -- (http://en.wikipedia.org/wiki/Posting_style)
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20241161.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Mali123 <ma...@yahoo.com>.
hi
 I'm using  Tomahawk-1.1.3  calendar component not the Trinidad one,
following is the code segment i used to displace the 
calender please advice me to how to fix this issue,

<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>...
	<t:div styleClass="stepComp">
		<t:inputDate value="#{akAppActivityTile.startTime}"
			popupCalendar="true" type="date" ampm="true"
			timeZone="#{akAppActivityTile.timeZoneId}" styleClass="appAcctivitytest"
/>
	</t:div>


regards
mali




Simon Kitching wrote:
> 
> When a patch just affects one or two classes, it is sometimes easier to
> just put copies of those specific classes in your own project. As long
> as those classes come first on the classpath, the "patched" copies will
> override the original (buggy) ones.
> 
> But you would still need to check out the source and apply the patch as
> Scott describes.
> 
> You should say *which* calendar component you are talking about. Is it
> the one from Tomahawk or the one from Trinidad?
> 
> Regards,
> Simon
> 
> Scott O'Bryan schrieb:
>> Grab the source and the patch.  From windows, the easiest way to apply
>> the patch is to use Tortois SVN.  It has an apply patch option.  From
>> Linux, just type "patch -p0 < patchfile" (probably) from the source
>> root.  The patch may need some fenagling when used with the patch
>> command.
>>
>> Then build.
>>
>> Sent from my iPhone
>>
>> On Oct 28, 2008, at 10:25 PM, Mali123 <ma...@yahoo.com> wrote:
>>
>>>
>>> Hi
>>>  thz for da reply,i can't go for the second option because we have to
>>> inform every user to change there browser setting,so i have left only
>>> one
>>> option using the patch,it will be more helpful to me if you can tell
>>> how to
>>> apply this patch,i'm using the my-faces-tomahawk-1.3,please help,
>>>
>>> thx
>>> mali
>>>
>>>
>>>
>>> Richard Yee-3 wrote:
>>>>
>>>> See the Trinidad-1091 issue in Jira.
>>>>
>>>> -Richard
>>>>
>>>>
>>>> On Tue, Oct 28, 2008 at 10:53 AM, Richard Yee <ri...@gmail.com>
>>>> wrote:
>>>>> There is a Jira issue filed for the  secure/insecure problem you
>>>>> describe. I
>>>>> think there is also a patch available. Another workaround is to
>>>>> have the
>>>>> user change the browser settings to allow mixed content.
>>>>>
>>>>> -R
>>>>>
>>>>> Sent from my iPhone
>>>>>
>>>>> On Oct 28, 2008, at 3:40 AM, Mali123 <ma...@yahoo.com> wrote:
>>>>>
>>>>>>
>>>>>> Hi
>>>>>> thz for the quick reply, im using IE,  when i click the calender
>>>>>> button
>>>>>> i'm getting this stack trace and security information alert "Page
>>>>>> Contains
>>>>>> Secure / Non-Secure Items",i can ignore the stack trace as u
>>>>>> mention way
>>>>>> but
>>>>>> how can get rid of that alert,is there any possble way to stop that
>>>>>> alert
>>>>>> when clicking the claender button, my client using the IE so he
>>>>>> need to
>>>>>> disable this alert, pls help
>>>>>>
>>>>>> Mali
>>>>>>
>>
> 
> 
> -- 
> -- Emails in "mixed" posting style will be ignored
> -- (http://en.wikipedia.org/wiki/Posting_style)
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20223162.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Simon Kitching <sk...@apache.org>.
When a patch just affects one or two classes, it is sometimes easier to
just put copies of those specific classes in your own project. As long
as those classes come first on the classpath, the "patched" copies will
override the original (buggy) ones.

But you would still need to check out the source and apply the patch as
Scott describes.

You should say *which* calendar component you are talking about. Is it
the one from Tomahawk or the one from Trinidad?

Regards,
Simon

Scott O'Bryan schrieb:
> Grab the source and the patch.  From windows, the easiest way to apply
> the patch is to use Tortois SVN.  It has an apply patch option.  From
> Linux, just type "patch -p0 < patchfile" (probably) from the source
> root.  The patch may need some fenagling when used with the patch
> command.
>
> Then build.
>
> Sent from my iPhone
>
> On Oct 28, 2008, at 10:25 PM, Mali123 <ma...@yahoo.com> wrote:
>
>>
>> Hi
>>  thz for da reply,i can't go for the second option because we have to
>> inform every user to change there browser setting,so i have left only
>> one
>> option using the patch,it will be more helpful to me if you can tell
>> how to
>> apply this patch,i'm using the my-faces-tomahawk-1.3,please help,
>>
>> thx
>> mali
>>
>>
>>
>> Richard Yee-3 wrote:
>>>
>>> See the Trinidad-1091 issue in Jira.
>>>
>>> -Richard
>>>
>>>
>>> On Tue, Oct 28, 2008 at 10:53 AM, Richard Yee <ri...@gmail.com>
>>> wrote:
>>>> There is a Jira issue filed for the  secure/insecure problem you
>>>> describe. I
>>>> think there is also a patch available. Another workaround is to
>>>> have the
>>>> user change the browser settings to allow mixed content.
>>>>
>>>> -R
>>>>
>>>> Sent from my iPhone
>>>>
>>>> On Oct 28, 2008, at 3:40 AM, Mali123 <ma...@yahoo.com> wrote:
>>>>
>>>>>
>>>>> Hi
>>>>> thz for the quick reply, im using IE,  when i click the calender
>>>>> button
>>>>> i'm getting this stack trace and security information alert "Page
>>>>> Contains
>>>>> Secure / Non-Secure Items",i can ignore the stack trace as u
>>>>> mention way
>>>>> but
>>>>> how can get rid of that alert,is there any possble way to stop that
>>>>> alert
>>>>> when clicking the claender button, my client using the IE so he
>>>>> need to
>>>>> disable this alert, pls help
>>>>>
>>>>> Mali
>>>>>
>


-- 
-- Emails in "mixed" posting style will be ignored
-- (http://en.wikipedia.org/wiki/Posting_style)


Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Scott O'Bryan <da...@gmail.com>.
Grab the source and the patch.  From windows, the easiest way to apply  
the patch is to use Tortois SVN.  It has an apply patch option.  From  
Linux, just type "patch -p0 < patchfile" (probably) from the source  
root.  The patch may need some fenagling when used with the patch  
command.

Then build.

Sent from my iPhone

On Oct 28, 2008, at 10:25 PM, Mali123 <ma...@yahoo.com> wrote:

>
> Hi
>  thz for da reply,i can't go for the second option because we have to
> inform every user to change there browser setting,so i have left  
> only one
> option using the patch,it will be more helpful to me if you can tell  
> how to
> apply this patch,i'm using the my-faces-tomahawk-1.3,please help,
>
> thx
> mali
>
>
>
> Richard Yee-3 wrote:
>>
>> See the Trinidad-1091 issue in Jira.
>>
>> -Richard
>>
>>
>> On Tue, Oct 28, 2008 at 10:53 AM, Richard Yee <richard.k.yee@gmail.com 
>> >
>> wrote:
>>> There is a Jira issue filed for the  secure/insecure problem you
>>> describe. I
>>> think there is also a patch available. Another workaround is to  
>>> have the
>>> user change the browser settings to allow mixed content.
>>>
>>> -R
>>>
>>> Sent from my iPhone
>>>
>>> On Oct 28, 2008, at 3:40 AM, Mali123 <ma...@yahoo.com> wrote:
>>>
>>>>
>>>> Hi
>>>> thz for the quick reply, im using IE,  when i click the calender  
>>>> button
>>>> i'm getting this stack trace and security information alert "Page
>>>> Contains
>>>> Secure / Non-Secure Items",i can ignore the stack trace as u  
>>>> mention way
>>>> but
>>>> how can get rid of that alert,is there any possble way to stop that
>>>> alert
>>>> when clicking the claender button, my client using the IE so he  
>>>> need to
>>>> disable this alert, pls help
>>>>
>>>> Mali
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Simon Kitching wrote:
>>>>>
>>>>> Are you using Internet Explorer as the client?
>>>>>
>>>>> I found that IE has the very ugly habit when dealing with a page  
>>>>> that
>>>>> references the same resource multiple times. When a page has:
>>>>> foo.gif
>>>>> foo.gif
>>>>> then ie sends two requests to the server concurrently (stupid,  
>>>>> stupid).
>>>>> Worse, when one of the requests completes, then it just closes the
>>>>> other
>>>>> socket immediately. This is completely wrong behaviour; with  
>>>>> http, only
>>>>> the server should close the socket.
>>>>>
>>>>> So the server is writing the response out the socket, and suddenly
>>>>> finds
>>>>> that the socket has been closed by the other end. It rightly  
>>>>> complains
>>>>> because the other end should not be doing that.
>>>>>
>>>>> The real solution is to use a sane browser. Otherwise, just  
>>>>> configure
>>>>> your logging to ignore ERROR messages from category
>>>>> "org.apache.myfaces.renderkit.html.util.DefaultAddResource". It  
>>>>> doesn't
>>>>> actually cause any serious problems on the server.
>>>>>
>>>>> Regards,
>>>>> Simon
>>>>>
>>>>> Mali123 schrieb:
>>>>>>
>>>>>> hi,
>>>>>> i'm using the my-faces-tomahawk-1.3,I've got this stack trace
>>>>>> repeatedly
>>>>>> in my jsf aplication logs. I use the tomahawk calendar  
>>>>>> component. I
>>>>>> couldn't
>>>>>> find the solution anywhere. Could you please help me to solve  
>>>>>> it? Here
>>>>>> is
>>>>>> the stack trace:
>>>>>>
>>>>>> 008-10-28 14:06:52,730 ERROR
>>>>>> [org.apache.myfaces.renderkit.html.util.DefaultAddResource] Error
>>>>>> while
>>>>>> serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif,  
>>>>>> message
>>>>>> :
>>>>>> null
>>>>>> ClientAbortException:  javax.net.ssl.SSLException: Connection  
>>>>>> has been
>>>>>> shutdown: javax.net.ssl.SSLException: java.net.SocketException:
>>>>>> Connection
>>>>>> reset
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
>>>>>>      at
>>>>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java: 
>>>>>> 434)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:309)
>>>>>>      at
>>>>>> org. 
>>>>>> apache.catalina.connector.OutputBuffer.close(OutputBuffer.java: 
>>>>>> 273)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> connector.CoyoteOutputStream.close(CoyoteOutputStream.java:104)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> myfaces. 
>>>>>> renderkit. 
>>>>>> html. 
>>>>>> util. 
>>>>>> MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java: 
>>>>>> 172)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> myfaces. 
>>>>>> renderkit. 
>>>>>> html. 
>>>>>> util. 
>>>>>> MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java: 
>>>>>> 151)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> myfaces. 
>>>>>> renderkit. 
>>>>>> html. 
>>>>>> util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>> 558)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> myfaces. 
>>>>>> webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>> 125)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core. 
>>>>>> ApplicationFilterChain. 
>>>>>> internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core. 
>>>>>> ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> jboss. 
>>>>>> web. 
>>>>>> tomcat. 
>>>>>> filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core. 
>>>>>> ApplicationFilterChain. 
>>>>>> internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core. 
>>>>>> ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> jboss. 
>>>>>> web. 
>>>>>> tomcat. 
>>>>>> security. 
>>>>>> SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>> 179)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>> 433)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> jboss. 
>>>>>> web. 
>>>>>> tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>> 128)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>> 104)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>      at
>>>>>>
>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>      at
>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>> Caused by: javax.net.ssl.SSLException: Connection has been  
>>>>>> shutdown:
>>>>>> javax.net.ssl.SSLException: java.net.SocketException:  
>>>>>> Connection reset
>>>>>>      at
>>>>>>
>>>>>> com. 
>>>>>> sun. 
>>>>>> net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java: 
>>>>>> 1239)
>>>>>>      at
>>>>>>
>>>>>> com. 
>>>>>> sun. 
>>>>>> net. 
>>>>>> ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java: 
>>>>>> 1251)
>>>>>>      at
>>>>>>
>>>>>> com. 
>>>>>> sun. 
>>>>>> net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java: 
>>>>>> 43)
>>>>>>      at
>>>>>>
>>>>>> org.apache.coyote.http11.InternalOutputBuffer 
>>>>>> $OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> coyote. 
>>>>>> http11. 
>>>>>> filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java: 
>>>>>> 118)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> coyote. 
>>>>>> http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java: 
>>>>>> 570)
>>>>>>      at org.apache.coyote.Response.doWrite(Response.java:560)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
>>>>>>      ... 28 more
>>>>>> Caused by: javax.net.ssl.SSLException: java.net.SocketException:
>>>>>> Connection
>>>>>> reset
>>>>>>      at
>>>>>> com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java: 
>>>>>> 190)
>>>>>>      at
>>>>>>
>>>>>> com. 
>>>>>> sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java: 
>>>>>> 1591)
>>>>>>      at
>>>>>>
>>>>>> com. 
>>>>>> sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java: 
>>>>>> 1554)
>>>>>>      at
>>>>>>
>>>>>> com. 
>>>>>> sun. 
>>>>>> net. 
>>>>>> ssl. 
>>>>>> internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java: 
>>>>>> 1518)
>>>>>>      at
>>>>>>
>>>>>> com. 
>>>>>> sun. 
>>>>>> net. 
>>>>>> ssl. 
>>>>>> internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java: 
>>>>>> 1463)
>>>>>>      at
>>>>>>
>>>>>> com. 
>>>>>> sun. 
>>>>>> net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java: 
>>>>>> 64)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> coyote. 
>>>>>> http11.InternalOutputBuffer.commit(InternalOutputBuffer.java:595)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> coyote.http11.Http11Processor.action(Http11Processor.java:936)
>>>>>>      at org.apache.coyote.Response.action(Response.java:183)
>>>>>>      at org.apache.coyote.Response.sendHeaders(Response.java:379)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:305)
>>>>>>      ... 26 more
>>>>>> Caused by: java.net.SocketException: Connection reset
>>>>>>      at
>>>>>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java: 
>>>>>> 96)
>>>>>>      at
>>>>>> java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>>>>>>      at
>>>>>>
>>>>>> com. 
>>>>>> sun. 
>>>>>> net.ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java: 
>>>>>> 295)
>>>>>>      at
>>>>>> com. 
>>>>>> sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java: 
>>>>>> 284)
>>>>>>      at
>>>>>>
>>>>>> com. 
>>>>>> sun. 
>>>>>> net. 
>>>>>> ssl. 
>>>>>> internal. 
>>>>>> ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java:734)
>>>>>>      at
>>>>>>
>>>>>> com. 
>>>>>> sun. 
>>>>>> net. 
>>>>>> ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java: 
>>>>>> 722)
>>>>>>      at
>>>>>>
>>>>>> com. 
>>>>>> sun. 
>>>>>> net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java: 
>>>>>> 59)
>>>>>>      ... 31 more
>>>>>> 2008-10-28 14:06:52,736 ERROR
>>>>>> [org.apache.myfaces.webapp.filter.ExtensionsFilter] Exception  
>>>>>> wile
>>>>>> retrieving addResource
>>>>>> java.lang.IllegalStateException
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.connector.ResponseFacade.sendError(ResponseFacade.java: 
>>>>>> 421)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> myfaces. 
>>>>>> renderkit. 
>>>>>> html. 
>>>>>> util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>> 583)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> myfaces. 
>>>>>> webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>> 125)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core. 
>>>>>> ApplicationFilterChain. 
>>>>>> internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core. 
>>>>>> ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> jboss. 
>>>>>> web. 
>>>>>> tomcat. 
>>>>>> filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core. 
>>>>>> ApplicationFilterChain. 
>>>>>> internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core. 
>>>>>> ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> jboss. 
>>>>>> web. 
>>>>>> tomcat. 
>>>>>> security. 
>>>>>> SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>> 179)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>> 433)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> jboss. 
>>>>>> web. 
>>>>>> tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>> 128)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>> 104)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>      at
>>>>>>
>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>      at
>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>> 2008-10-28 14:06:52,738 ERROR
>>>>>>
>>>>>> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]. 
>>>>>> [/bp].[default]]
>>>>>> Servlet.service() for servlet default threw exception
>>>>>> java.lang.IllegalStateException
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.connector.ResponseFacade.sendError(ResponseFacade.java: 
>>>>>> 421)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> myfaces. 
>>>>>> renderkit. 
>>>>>> html. 
>>>>>> util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>> 583)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> myfaces. 
>>>>>> webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>> 125)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core. 
>>>>>> ApplicationFilterChain. 
>>>>>> internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core. 
>>>>>> ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> jboss. 
>>>>>> web. 
>>>>>> tomcat. 
>>>>>> filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core. 
>>>>>> ApplicationFilterChain. 
>>>>>> internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core. 
>>>>>> ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> jboss. 
>>>>>> web. 
>>>>>> tomcat. 
>>>>>> security. 
>>>>>> SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>> 179)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>> 433)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> jboss. 
>>>>>> web. 
>>>>>> tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>> 128)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>> 104)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina. 
>>>>>> core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>      at
>>>>>>
>>>>>> org. 
>>>>>> apache. 
>>>>>> coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>      at
>>>>>>
>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>      at
>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> -- Emails in "mixed" posting style will be ignored
>>>>> -- (http://en.wikipedia.org/wiki/Posting_style)
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20204804.html
>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>
>>>
>>
>>
>
> -- 
> View this message in context: http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20220774.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>

Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Omar Elprince <ge...@gmail.com>.
Mali,

I sent you email yesterday but it did not pass through for some  
reason. sorry for that
bellow is my reply.


Mali,

It looks like that issue have been fixed in the new releases 1.1.3- 
SNAPSHOT
https://issues.apache.org/jira/browse/TOMAHAWK-402

pull the latest from SVN :)

The problem that the ifram.src does not have a value when you try to  
access the calender component
one work arround is to use a global blank.html to the tomahawks  
resources. You could also consider opening the package and locate  
popcalendar.js and try to set the ifram src into "javascript:false".

good luck.

Thanks
--Omar



On Oct 31, 2008, at 8:07 AM, Mali123 wrote:

>
> Hi
>  Any help on this issue,please help...
>
>
>
> Mali123 wrote:
>>
>> Hi Omar,
>> First i want to thank you for helping me,but  I'm using   
>> Tomahawk-1.1.3
>> calendar component not the Trinidad one, following is the code  
>> segment i
>> used to displace the
>> calender please advice me to how to fix this issue,
>>
>> <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>...
>>        <t:div styleClass="stepComp">
>>                <t:inputDate value="#{akAppActivityTile.startTime}"
>>                        popupCalendar="true" type="date" ampm="true"
>>                        timeZone="#{akAppActivityTile.timeZoneId}"
>> styleClass="appAcctivitytest" />
>>        </t:div>
>>
>> Is there any patch for this, please help me,hope to get reply asap,
>>
>> Thank you,
>> Mali
>>
>>
>>
>>
>>
>> general.equal.700 wrote:
>>>
>>> Hi Mali,
>>> I am facing the same problem.
>>>
>>> here is my attempt to apply the patch:
>>> open the trinidad-impl package. and locate a file called
>>> PopupDialog.js under
>>> /src/main/javascript/META-INF/adf/jsLibs
>>>
>>> add the following in line 7
>>> iframe.src = "javascript:false";
>>>
>>> after line 6
>>> iframe.className = page.getStyleClass("af!dialog::content");
>>>
>>> in the package it will like that
>>>
>>> function TrPopupDialog()
>>> {
>>> var a0=TrPage.getInstance();
>>> var a1=document.createElement("div");
>>> a1.style.cssText="visibility:hidden; position: absolute;";
>>> a1.className=a0.getStyleClass("af|dialog::container");
>>> a1.iframe.src = "javascript:false";
>>> var a2=document.createElement("div");
>>>
>>>
>>> Thanks,
>>> --Omar
>>>
>>>
>>>
>>> On Oct 29, 2008, at 12:25 AM, Mali123 wrote:
>>>
>>>>
>>>> Hi
>>>> thz for da reply,i can't go for the second option because we have  
>>>> to
>>>> inform every user to change there browser setting,so i have left
>>>> only one
>>>> option using the patch,it will be more helpful to me if you can  
>>>> tell
>>>> how to
>>>> apply this patch,i'm using the my-faces-tomahawk-1.3,please help,
>>>>
>>>> thx
>>>> mali
>>>>
>>>>
>>>>
>>>> Richard Yee-3 wrote:
>>>>>
>>>>> See the Trinidad-1091 issue in Jira.
>>>>>
>>>>> -Richard
>>>>>
>>>>>
>>>>> On Tue, Oct 28, 2008 at 10:53 AM, Richard Yee <richard.k.yee@gmail.com
>>>>>>
>>>>> wrote:
>>>>>> There is a Jira issue filed for the  secure/insecure problem you
>>>>>> describe. I
>>>>>> think there is also a patch available. Another workaround is to
>>>>>> have the
>>>>>> user change the browser settings to allow mixed content.
>>>>>>
>>>>>> -R
>>>>>>
>>>>>> Sent from my iPhone
>>>>>>
>>>>>> On Oct 28, 2008, at 3:40 AM, Mali123 <ma...@yahoo.com> wrote:
>>>>>>
>>>>>>>
>>>>>>> Hi
>>>>>>> thz for the quick reply, im using IE,  when i click the calender
>>>>>>> button
>>>>>>> i'm getting this stack trace and security information alert  
>>>>>>> "Page
>>>>>>> Contains
>>>>>>> Secure / Non-Secure Items",i can ignore the stack trace as u
>>>>>>> mention way
>>>>>>> but
>>>>>>> how can get rid of that alert,is there any possble way to stop  
>>>>>>> that
>>>>>>> alert
>>>>>>> when clicking the claender button, my client using the IE so he
>>>>>>> need to
>>>>>>> disable this alert, pls help
>>>>>>>
>>>>>>> Mali
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Simon Kitching wrote:
>>>>>>>>
>>>>>>>> Are you using Internet Explorer as the client?
>>>>>>>>
>>>>>>>> I found that IE has the very ugly habit when dealing with a  
>>>>>>>> page
>>>>>>>> that
>>>>>>>> references the same resource multiple times. When a page has:
>>>>>>>> foo.gif
>>>>>>>> foo.gif
>>>>>>>> then ie sends two requests to the server concurrently (stupid,
>>>>>>>> stupid).
>>>>>>>> Worse, when one of the requests completes, then it just  
>>>>>>>> closes the
>>>>>>>> other
>>>>>>>> socket immediately. This is completely wrong behaviour; with
>>>>>>>> http, only
>>>>>>>> the server should close the socket.
>>>>>>>>
>>>>>>>> So the server is writing the response out the socket, and  
>>>>>>>> suddenly
>>>>>>>> finds
>>>>>>>> that the socket has been closed by the other end. It rightly
>>>>>>>> complains
>>>>>>>> because the other end should not be doing that.
>>>>>>>>
>>>>>>>> The real solution is to use a sane browser. Otherwise, just
>>>>>>>> configure
>>>>>>>> your logging to ignore ERROR messages from category
>>>>>>>> "org.apache.myfaces.renderkit.html.util.DefaultAddResource". It
>>>>>>>> doesn't
>>>>>>>> actually cause any serious problems on the server.
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> Simon
>>>>>>>>
>>>>>>>> Mali123 schrieb:
>>>>>>>>>
>>>>>>>>> hi,
>>>>>>>>> i'm using the my-faces-tomahawk-1.3,I've got this stack trace
>>>>>>>>> repeatedly
>>>>>>>>> in my jsf aplication logs. I use the tomahawk calendar
>>>>>>>>> component. I
>>>>>>>>> couldn't
>>>>>>>>> find the solution anywhere. Could you please help me to solve
>>>>>>>>> it? Here
>>>>>>>>> is
>>>>>>>>> the stack trace:
>>>>>>>>>
>>>>>>>>> 008-10-28 14:06:52,730 ERROR
>>>>>>>>> [org.apache.myfaces.renderkit.html.util.DefaultAddResource]  
>>>>>>>>> Error
>>>>>>>>> while
>>>>>>>>> serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif,
>>>>>>>>> message
>>>>>>>>> :
>>>>>>>>> null
>>>>>>>>> ClientAbortException:  javax.net.ssl.SSLException: Connection
>>>>>>>>> has been
>>>>>>>>> shutdown: javax.net.ssl.SSLException:  
>>>>>>>>> java.net.SocketException:
>>>>>>>>> Connection
>>>>>>>>> reset
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
>>>>>>>>>     at
>>>>>>>>> org 
>>>>>>>>> .apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:
>>>>>>>>> 434)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina.connector.OutputBuffer.doFlush(OutputBuffer.java: 
>>>>>>>>> 309)
>>>>>>>>>     at
>>>>>>>>> org
>>>>>>>>> .apache 
>>>>>>>>> .catalina.connector.OutputBuffer.close(OutputBuffer.java:
>>>>>>>>> 273)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .connector.CoyoteOutputStream.close(CoyoteOutputStream.java: 
>>>>>>>>> 104)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .myfaces
>>>>>>>>> .renderkit
>>>>>>>>> .html
>>>>>>>>> .util
>>>>>>>>> .MyFacesResourceLoader 
>>>>>>>>> .writeResource(MyFacesResourceLoader.java:
>>>>>>>>> 172)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .myfaces
>>>>>>>>> .renderkit
>>>>>>>>> .html
>>>>>>>>> .util
>>>>>>>>> .MyFacesResourceLoader 
>>>>>>>>> .serveResource(MyFacesResourceLoader.java:
>>>>>>>>> 151)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .myfaces
>>>>>>>>> .renderkit
>>>>>>>>> .html
>>>>>>>>> .util 
>>>>>>>>> .DefaultAddResource.serveResource(DefaultAddResource.java:
>>>>>>>>> 558)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .myfaces
>>>>>>>>> .webapp 
>>>>>>>>> .filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:
>>>>>>>>> 125)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core
>>>>>>>>> .ApplicationFilterChain
>>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core
>>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>>>>>>>>> 206)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .jboss
>>>>>>>>> .web
>>>>>>>>> .tomcat
>>>>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core
>>>>>>>>> .ApplicationFilterChain
>>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core
>>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>>>>>>>>> 206)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java: 
>>>>>>>>> 230)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java: 
>>>>>>>>> 175)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .jboss
>>>>>>>>> .web
>>>>>>>>> .tomcat
>>>>>>>>> .security
>>>>>>>>> .SecurityAssociationValve 
>>>>>>>>> .invoke(SecurityAssociationValve.java:
>>>>>>>>> 179)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .authenticator 
>>>>>>>>> .AuthenticatorBase.invoke(AuthenticatorBase.java:
>>>>>>>>> 433)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .jboss
>>>>>>>>> .web
>>>>>>>>> .tomcat 
>>>>>>>>> .security.JaccContextValve.invoke(JaccContextValve.java:
>>>>>>>>> 84)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina 
>>>>>>>>> .core.StandardHostValve.invoke(StandardHostValve.java:
>>>>>>>>> 128)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina 
>>>>>>>>> .valves.ErrorReportValve.invoke(ErrorReportValve.java:
>>>>>>>>> 104)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:
>>>>>>>>> 420)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java: 
>>>>>>>>> 543)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: 
>>>>>>>>> 241)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java: 
>>>>>>>>> 844)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org.apache.coyote.http11.Http11Protocol
>>>>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>>>>     at
>>>>>>>>> org.apache.tomcat.util.net.JIoEndpoint
>>>>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>>>>     at java.lang.Thread.run(Thread.java:619)
>>>>>>>>> Caused by: javax.net.ssl.SSLException: Connection has been
>>>>>>>>> shutdown:
>>>>>>>>> javax.net.ssl.SSLException: java.net.SocketException:
>>>>>>>>> Connection reset
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> com
>>>>>>>>> .sun
>>>>>>>>> .net 
>>>>>>>>> .ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:
>>>>>>>>> 1239)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> com
>>>>>>>>> .sun
>>>>>>>>> .net
>>>>>>>>> .ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:
>>>>>>>>> 1251)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> com
>>>>>>>>> .sun
>>>>>>>>> .net
>>>>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java: 
>>>>>>>>> 43)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org.apache.coyote.http11.InternalOutputBuffer
>>>>>>>>> $OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java: 
>>>>>>>>> 764)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .coyote
>>>>>>>>> .http11
>>>>>>>>> .filters 
>>>>>>>>> .IdentityOutputFilter.doWrite(IdentityOutputFilter.java:
>>>>>>>>> 118)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .coyote
>>>>>>>>> .http11 
>>>>>>>>> .InternalOutputBuffer.doWrite(InternalOutputBuffer.java:
>>>>>>>>> 570)
>>>>>>>>>     at org.apache.coyote.Response.doWrite(Response.java:560)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
>>>>>>>>>     ... 28 more
>>>>>>>>> Caused by: javax.net.ssl.SSLException:  
>>>>>>>>> java.net.SocketException:
>>>>>>>>> Connection
>>>>>>>>> reset
>>>>>>>>>     at
>>>>>>>>> com 
>>>>>>>>> .sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:
>>>>>>>>> 190)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> com
>>>>>>>>> .sun
>>>>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:
>>>>>>>>> 1591)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> com
>>>>>>>>> .sun
>>>>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:
>>>>>>>>> 1554)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> com
>>>>>>>>> .sun
>>>>>>>>> .net
>>>>>>>>> .ssl
>>>>>>>>> .internal 
>>>>>>>>> .ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:
>>>>>>>>> 1518)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> com
>>>>>>>>> .sun
>>>>>>>>> .net
>>>>>>>>> .ssl
>>>>>>>>> .internal 
>>>>>>>>> .ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:
>>>>>>>>> 1463)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> com
>>>>>>>>> .sun
>>>>>>>>> .net
>>>>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java: 
>>>>>>>>> 64)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .coyote
>>>>>>>>> .http11.InternalOutputBuffer.commit(InternalOutputBuffer.java:
>>>>>>>>> 595)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .coyote.http11.Http11Processor.action(Http11Processor.java: 
>>>>>>>>> 936)
>>>>>>>>>     at org.apache.coyote.Response.action(Response.java:183)
>>>>>>>>>     at org.apache.coyote.Response.sendHeaders(Response.java: 
>>>>>>>>> 379)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina.connector.OutputBuffer.doFlush(OutputBuffer.java: 
>>>>>>>>> 305)
>>>>>>>>>     ... 26 more
>>>>>>>>> Caused by: java.net.SocketException: Connection reset
>>>>>>>>>     at
>>>>>>>>> java 
>>>>>>>>> .net.SocketOutputStream.socketWrite(SocketOutputStream.java:
>>>>>>>>> 96)
>>>>>>>>>     at
>>>>>>>>> java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> com
>>>>>>>>> .sun
>>>>>>>>> .net
>>>>>>>>> .ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java: 
>>>>>>>>> 295)
>>>>>>>>>     at
>>>>>>>>> com
>>>>>>>>> .sun 
>>>>>>>>> .net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java:
>>>>>>>>> 284)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> com
>>>>>>>>> .sun
>>>>>>>>> .net
>>>>>>>>> .ssl
>>>>>>>>> .internal
>>>>>>>>> .ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java:734)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> com
>>>>>>>>> .sun
>>>>>>>>> .net
>>>>>>>>> .ssl 
>>>>>>>>> .internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:
>>>>>>>>> 722)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> com
>>>>>>>>> .sun
>>>>>>>>> .net
>>>>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java: 
>>>>>>>>> 59)
>>>>>>>>>     ... 31 more
>>>>>>>>> 2008-10-28 14:06:52,736 ERROR
>>>>>>>>> [org.apache.myfaces.webapp.filter.ExtensionsFilter] Exception
>>>>>>>>> wile
>>>>>>>>> retrieving addResource
>>>>>>>>> java.lang.IllegalStateException
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .myfaces
>>>>>>>>> .renderkit
>>>>>>>>> .html
>>>>>>>>> .util 
>>>>>>>>> .DefaultAddResource.serveResource(DefaultAddResource.java:
>>>>>>>>> 583)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .myfaces
>>>>>>>>> .webapp 
>>>>>>>>> .filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:
>>>>>>>>> 125)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core
>>>>>>>>> .ApplicationFilterChain
>>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core
>>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>>>>>>>>> 206)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .jboss
>>>>>>>>> .web
>>>>>>>>> .tomcat
>>>>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core
>>>>>>>>> .ApplicationFilterChain
>>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core
>>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>>>>>>>>> 206)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java: 
>>>>>>>>> 230)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java: 
>>>>>>>>> 175)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .jboss
>>>>>>>>> .web
>>>>>>>>> .tomcat
>>>>>>>>> .security
>>>>>>>>> .SecurityAssociationValve 
>>>>>>>>> .invoke(SecurityAssociationValve.java:
>>>>>>>>> 179)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .authenticator 
>>>>>>>>> .AuthenticatorBase.invoke(AuthenticatorBase.java:
>>>>>>>>> 433)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .jboss
>>>>>>>>> .web
>>>>>>>>> .tomcat 
>>>>>>>>> .security.JaccContextValve.invoke(JaccContextValve.java:
>>>>>>>>> 84)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina 
>>>>>>>>> .core.StandardHostValve.invoke(StandardHostValve.java:
>>>>>>>>> 128)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina 
>>>>>>>>> .valves.ErrorReportValve.invoke(ErrorReportValve.java:
>>>>>>>>> 104)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:
>>>>>>>>> 420)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java: 
>>>>>>>>> 543)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: 
>>>>>>>>> 241)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java: 
>>>>>>>>> 844)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org.apache.coyote.http11.Http11Protocol
>>>>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>>>>     at
>>>>>>>>> org.apache.tomcat.util.net.JIoEndpoint
>>>>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>>>>     at java.lang.Thread.run(Thread.java:619)
>>>>>>>>> 2008-10-28 14:06:52,738 ERROR
>>>>>>>>>
>>>>>>>>> [org.apache.catalina.core.ContainerBase.[jboss.web]. 
>>>>>>>>> [localhost].
>>>>>>>>> [/bp].[default]]
>>>>>>>>> Servlet.service() for servlet default threw exception
>>>>>>>>> java.lang.IllegalStateException
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .myfaces
>>>>>>>>> .renderkit
>>>>>>>>> .html
>>>>>>>>> .util 
>>>>>>>>> .DefaultAddResource.serveResource(DefaultAddResource.java:
>>>>>>>>> 583)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .myfaces
>>>>>>>>> .webapp 
>>>>>>>>> .filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:
>>>>>>>>> 125)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core
>>>>>>>>> .ApplicationFilterChain
>>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core
>>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>>>>>>>>> 206)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .jboss
>>>>>>>>> .web
>>>>>>>>> .tomcat
>>>>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core
>>>>>>>>> .ApplicationFilterChain
>>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core
>>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>>>>>>>>> 206)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java: 
>>>>>>>>> 230)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java: 
>>>>>>>>> 175)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .jboss
>>>>>>>>> .web
>>>>>>>>> .tomcat
>>>>>>>>> .security
>>>>>>>>> .SecurityAssociationValve 
>>>>>>>>> .invoke(SecurityAssociationValve.java:
>>>>>>>>> 179)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .authenticator 
>>>>>>>>> .AuthenticatorBase.invoke(AuthenticatorBase.java:
>>>>>>>>> 433)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .jboss
>>>>>>>>> .web
>>>>>>>>> .tomcat 
>>>>>>>>> .security.JaccContextValve.invoke(JaccContextValve.java:
>>>>>>>>> 84)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina 
>>>>>>>>> .core.StandardHostValve.invoke(StandardHostValve.java:
>>>>>>>>> 128)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina 
>>>>>>>>> .valves.ErrorReportValve.invoke(ErrorReportValve.java:
>>>>>>>>> 104)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:
>>>>>>>>> 420)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java: 
>>>>>>>>> 543)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina
>>>>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: 
>>>>>>>>> 241)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org
>>>>>>>>> .apache
>>>>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java: 
>>>>>>>>> 844)
>>>>>>>>>     at
>>>>>>>>>
>>>>>>>>> org.apache.coyote.http11.Http11Protocol
>>>>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>>>>     at
>>>>>>>>> org.apache.tomcat.util.net.JIoEndpoint
>>>>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>>>>     at java.lang.Thread.run(Thread.java:619)
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> -- Emails in "mixed" posting style will be ignored
>>>>>>>> -- (http://en.wikipedia.org/wiki/Posting_style)
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20204804.html
>>>>>>> Sent from the MyFaces - Users mailing list archive at  
>>>>>>> Nabble.com.
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>> -- 
>>>> View this message in context:
>>>> http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20220774.html
>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>
>>>
>>>
>>>
>>
>>
>
> -- 
> View this message in context: http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20264603.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>


Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Simon Kitching <sk...@apache.org>.
You have posted this request several times already; repeating it will
achieve nothing except annoying people.

It seems that no-one knows the answer to this, or has sufficient
interest to investigate. Therefore, you need to either
(a) download the tomahawk source and start debugging it, or
(b) pay someone else to do that for you.

If you are willing to pay for support, I would suggest contacting
irian.co.at who do commercial work related to JSF, and are active in the
myfaces project. Of course this is open-source, so there may be other
people who are also experienced in this area and available for hire but
I don't know of anyone else specifically.

Regards,
Simon

Mali123 schrieb:
> Hi
>   Any help on this issue,please help...
>
>
>
> Mali123 wrote:
>   
>> Hi Omar,
>> First i want to thank you for helping me,but  I'm using  Tomahawk-1.1.3 
>> calendar component not the Trinidad one, following is the code segment i
>> used to displace the
>> calender please advice me to how to fix this issue,
>>
>> <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>...
>>         <t:div styleClass="stepComp">
>>                 <t:inputDate value="#{akAppActivityTile.startTime}"
>>                         popupCalendar="true" type="date" ampm="true"
>>                         timeZone="#{akAppActivityTile.timeZoneId}"
>> styleClass="appAcctivitytest" />
>>         </t:div>
>>
>> Is there any patch for this, please help me,hope to get reply asap,
>>
>> Thank you,
>> Mali
>>
>>
>>
>>
>>
>> general.equal.700 wrote:
>>     
>>> Hi Mali,
>>> I am facing the same problem.
>>>
>>> here is my attempt to apply the patch:
>>> open the trinidad-impl package. and locate a file called  
>>> PopupDialog.js under
>>> /src/main/javascript/META-INF/adf/jsLibs
>>>
>>> add the following in line 7
>>> iframe.src = "javascript:false";
>>>
>>> after line 6
>>> iframe.className = page.getStyleClass("af!dialog::content");
>>>
>>> in the package it will like that
>>>
>>> function TrPopupDialog()
>>> {
>>> var a0=TrPage.getInstance();
>>> var a1=document.createElement("div");
>>> a1.style.cssText="visibility:hidden; position: absolute;";
>>> a1.className=a0.getStyleClass("af|dialog::container");
>>> a1.iframe.src = "javascript:false";
>>> var a2=document.createElement("div");
>>>
>>>
>>> Thanks,
>>> --Omar
>>>
>>>
>>>
>>> On Oct 29, 2008, at 12:25 AM, Mali123 wrote:
>>>
>>>       
>>>> Hi
>>>>  thz for da reply,i can't go for the second option because we have to
>>>> inform every user to change there browser setting,so i have left  
>>>> only one
>>>> option using the patch,it will be more helpful to me if you can tell  
>>>> how to
>>>> apply this patch,i'm using the my-faces-tomahawk-1.3,please help,
>>>>
>>>> thx
>>>> mali
>>>>
>>>>
>>>>
>>>> Richard Yee-3 wrote:
>>>>         
>>>>> See the Trinidad-1091 issue in Jira.
>>>>>
>>>>> -Richard
>>>>>
>>>>>
>>>>> On Tue, Oct 28, 2008 at 10:53 AM, Richard Yee <richard.k.yee@gmail.com 
>>>>>           
>>>>> wrote:
>>>>>           
>>>>>> There is a Jira issue filed for the  secure/insecure problem you
>>>>>> describe. I
>>>>>> think there is also a patch available. Another workaround is to  
>>>>>> have the
>>>>>> user change the browser settings to allow mixed content.
>>>>>>
>>>>>> -R
>>>>>>
>>>>>> Sent from my iPhone
>>>>>>
>>>>>> On Oct 28, 2008, at 3:40 AM, Mali123 <ma...@yahoo.com> wrote:
>>>>>>
>>>>>>             
>>>>>>> Hi
>>>>>>> thz for the quick reply, im using IE,  when i click the calender  
>>>>>>> button
>>>>>>> i'm getting this stack trace and security information alert "Page
>>>>>>> Contains
>>>>>>> Secure / Non-Secure Items",i can ignore the stack trace as u  
>>>>>>> mention way
>>>>>>> but
>>>>>>> how can get rid of that alert,is there any possble way to stop that
>>>>>>> alert
>>>>>>> when clicking the claender button, my client using the IE so he  
>>>>>>> need to
>>>>>>> disable this alert, pls help
>>>>>>>
>>>>>>> Mali
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Simon Kitching wrote:
>>>>>>>               
>>>>>>>> Are you using Internet Explorer as the client?
>>>>>>>>
>>>>>>>> I found that IE has the very ugly habit when dealing with a page  
>>>>>>>> that
>>>>>>>> references the same resource multiple times. When a page has:
>>>>>>>> foo.gif
>>>>>>>> foo.gif
>>>>>>>> then ie sends two requests to the server concurrently (stupid,  
>>>>>>>> stupid).
>>>>>>>> Worse, when one of the requests completes, then it just closes the
>>>>>>>> other
>>>>>>>> socket immediately. This is completely wrong behaviour; with  
>>>>>>>> http, only
>>>>>>>> the server should close the socket.
>>>>>>>>
>>>>>>>> So the server is writing the response out the socket, and suddenly
>>>>>>>> finds
>>>>>>>> that the socket has been closed by the other end. It rightly  
>>>>>>>> complains
>>>>>>>> because the other end should not be doing that.
>>>>>>>>
>>>>>>>> The real solution is to use a sane browser. Otherwise, just  
>>>>>>>> configure
>>>>>>>> your logging to ignore ERROR messages from category
>>>>>>>> "org.apache.myfaces.renderkit.html.util.DefaultAddResource". It  
>>>>>>>> doesn't
>>>>>>>> actually cause any serious problems on the server.
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> Simon
>>>>>>>>
>>>>>>>> Mali123 schrieb:
>>>>>>>>                 
>>>>>>>>> hi,
>>>>>>>>> i'm using the my-faces-tomahawk-1.3,I've got this stack trace
>>>>>>>>> repeatedly
>>>>>>>>> in my jsf aplication logs. I use the tomahawk calendar  
>>>>>>>>> component. I
>>>>>>>>> couldn't
>>>>>>>>> find the solution anywhere. Could you please help me to solve  
>>>>>>>>> it? Here
>>>>>>>>> is
>>>>>>>>> the stack trace:
>>>>>>>>>
>>>>>>>>> 008-10-28 14:06:52,730 ERROR
>>>>>>>>> [org.apache.myfaces.renderkit.html.util.DefaultAddResource] Error
>>>>>>>>> while
>>>>>>>>> serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif,  
>>>>>>>>> message
>>>>>>>>> :
>>>>>>>>> null
>>>>>>>>> ClientAbortException:  javax.net.ssl.SSLException: Connection  
>>>>>>>>> has been
>>>>>>>>> shutdown: javax.net.ssl.SSLException: java.net.SocketException:
>>>>>>>>> Connection
>>>>>>>>> reset
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
>>>>>>>>>      at
>>>>>>>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java: 
>>>>>>>>> 434)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:309)
>>>>>>>>>      at
>>>>>>>>> org 
>>>>>>>>> .apache.catalina.connector.OutputBuffer.close(OutputBuffer.java: 
>>>>>>>>> 273)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .connector.CoyoteOutputStream.close(CoyoteOutputStream.java:104)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .myfaces 
>>>>>>>>> .renderkit 
>>>>>>>>> .html 
>>>>>>>>> .util 
>>>>>>>>> .MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java: 
>>>>>>>>> 172)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .myfaces 
>>>>>>>>> .renderkit 
>>>>>>>>> .html 
>>>>>>>>> .util 
>>>>>>>>> .MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java: 
>>>>>>>>> 151)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .myfaces 
>>>>>>>>> .renderkit 
>>>>>>>>> .html 
>>>>>>>>> .util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>>>>> 558)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .myfaces 
>>>>>>>>> .webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>>>>> 125)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core 
>>>>>>>>> .ApplicationFilterChain 
>>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core 
>>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .jboss 
>>>>>>>>> .web 
>>>>>>>>> .tomcat 
>>>>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core 
>>>>>>>>> .ApplicationFilterChain 
>>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core 
>>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .jboss 
>>>>>>>>> .web 
>>>>>>>>> .tomcat 
>>>>>>>>> .security 
>>>>>>>>> .SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>>>>> 179)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>>>>> 433)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .jboss 
>>>>>>>>> .web 
>>>>>>>>> .tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>>>>>>>> 84)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>>>>> 128)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>>>>> 104)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java: 
>>>>>>>>> 420)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>>>>      at
>>>>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>>>>> Caused by: javax.net.ssl.SSLException: Connection has been  
>>>>>>>>> shutdown:
>>>>>>>>> javax.net.ssl.SSLException: java.net.SocketException:  
>>>>>>>>> Connection reset
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> com 
>>>>>>>>> .sun 
>>>>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java: 
>>>>>>>>> 1239)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> com 
>>>>>>>>> .sun 
>>>>>>>>> .net 
>>>>>>>>> .ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java: 
>>>>>>>>> 1251)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> com 
>>>>>>>>> .sun 
>>>>>>>>> .net 
>>>>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:43)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org.apache.coyote.http11.InternalOutputBuffer 
>>>>>>>>> $OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .coyote 
>>>>>>>>> .http11 
>>>>>>>>> .filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java: 
>>>>>>>>> 118)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .coyote 
>>>>>>>>> .http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java: 
>>>>>>>>> 570)
>>>>>>>>>      at org.apache.coyote.Response.doWrite(Response.java:560)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
>>>>>>>>>      ... 28 more
>>>>>>>>> Caused by: javax.net.ssl.SSLException: java.net.SocketException:
>>>>>>>>> Connection
>>>>>>>>> reset
>>>>>>>>>      at
>>>>>>>>> com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java: 
>>>>>>>>> 190)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> com 
>>>>>>>>> .sun 
>>>>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java: 
>>>>>>>>> 1591)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> com 
>>>>>>>>> .sun 
>>>>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java: 
>>>>>>>>> 1554)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> com 
>>>>>>>>> .sun 
>>>>>>>>> .net 
>>>>>>>>> .ssl 
>>>>>>>>> .internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java: 
>>>>>>>>> 1518)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> com 
>>>>>>>>> .sun 
>>>>>>>>> .net 
>>>>>>>>> .ssl 
>>>>>>>>> .internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java: 
>>>>>>>>> 1463)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> com 
>>>>>>>>> .sun 
>>>>>>>>> .net 
>>>>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .coyote 
>>>>>>>>> .http11.InternalOutputBuffer.commit(InternalOutputBuffer.java: 
>>>>>>>>> 595)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .coyote.http11.Http11Processor.action(Http11Processor.java:936)
>>>>>>>>>      at org.apache.coyote.Response.action(Response.java:183)
>>>>>>>>>      at org.apache.coyote.Response.sendHeaders(Response.java:379)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:305)
>>>>>>>>>      ... 26 more
>>>>>>>>> Caused by: java.net.SocketException: Connection reset
>>>>>>>>>      at
>>>>>>>>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java: 
>>>>>>>>> 96)
>>>>>>>>>      at
>>>>>>>>> java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> com 
>>>>>>>>> .sun 
>>>>>>>>> .net 
>>>>>>>>> .ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java:295)
>>>>>>>>>      at
>>>>>>>>> com 
>>>>>>>>> .sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java: 
>>>>>>>>> 284)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> com 
>>>>>>>>> .sun 
>>>>>>>>> .net 
>>>>>>>>> .ssl 
>>>>>>>>> .internal 
>>>>>>>>> .ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java:734)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> com 
>>>>>>>>> .sun 
>>>>>>>>> .net 
>>>>>>>>> .ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java: 
>>>>>>>>> 722)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> com 
>>>>>>>>> .sun 
>>>>>>>>> .net 
>>>>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
>>>>>>>>>      ... 31 more
>>>>>>>>> 2008-10-28 14:06:52,736 ERROR
>>>>>>>>> [org.apache.myfaces.webapp.filter.ExtensionsFilter] Exception  
>>>>>>>>> wile
>>>>>>>>> retrieving addResource
>>>>>>>>> java.lang.IllegalStateException
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .myfaces 
>>>>>>>>> .renderkit 
>>>>>>>>> .html 
>>>>>>>>> .util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>>>>> 583)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .myfaces 
>>>>>>>>> .webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>>>>> 125)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core 
>>>>>>>>> .ApplicationFilterChain 
>>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core 
>>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .jboss 
>>>>>>>>> .web 
>>>>>>>>> .tomcat 
>>>>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core 
>>>>>>>>> .ApplicationFilterChain 
>>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core 
>>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .jboss 
>>>>>>>>> .web 
>>>>>>>>> .tomcat 
>>>>>>>>> .security 
>>>>>>>>> .SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>>>>> 179)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>>>>> 433)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .jboss 
>>>>>>>>> .web 
>>>>>>>>> .tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>>>>>>>> 84)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>>>>> 128)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>>>>> 104)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java: 
>>>>>>>>> 420)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>>>>      at
>>>>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>>>>> 2008-10-28 14:06:52,738 ERROR
>>>>>>>>>
>>>>>>>>> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]. 
>>>>>>>>> [/bp].[default]]
>>>>>>>>> Servlet.service() for servlet default threw exception
>>>>>>>>> java.lang.IllegalStateException
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .myfaces 
>>>>>>>>> .renderkit 
>>>>>>>>> .html 
>>>>>>>>> .util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>>>>> 583)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .myfaces 
>>>>>>>>> .webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>>>>> 125)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core 
>>>>>>>>> .ApplicationFilterChain 
>>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core 
>>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .jboss 
>>>>>>>>> .web 
>>>>>>>>> .tomcat 
>>>>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core 
>>>>>>>>> .ApplicationFilterChain 
>>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core 
>>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .jboss 
>>>>>>>>> .web 
>>>>>>>>> .tomcat 
>>>>>>>>> .security 
>>>>>>>>> .SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>>>>> 179)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>>>>> 433)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .jboss 
>>>>>>>>> .web 
>>>>>>>>> .tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>>>>>>>> 84)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>>>>> 128)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>>>>> 104)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java: 
>>>>>>>>> 420)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina 
>>>>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org 
>>>>>>>>> .apache 
>>>>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>>>>      at
>>>>>>>>>
>>>>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>>>>      at
>>>>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>>>>>                   
>


-- 
-- Emails in "mixed" posting style will be ignored
-- (http://en.wikipedia.org/wiki/Posting_style)


Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Mali123 <ma...@yahoo.com>.
Hi
  Any help on this issue,please help...



Mali123 wrote:
> 
> Hi Omar,
> First i want to thank you for helping me,but  I'm using  Tomahawk-1.1.3 
> calendar component not the Trinidad one, following is the code segment i
> used to displace the
> calender please advice me to how to fix this issue,
> 
> <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>...
>         <t:div styleClass="stepComp">
>                 <t:inputDate value="#{akAppActivityTile.startTime}"
>                         popupCalendar="true" type="date" ampm="true"
>                         timeZone="#{akAppActivityTile.timeZoneId}"
> styleClass="appAcctivitytest" />
>         </t:div>
> 
> Is there any patch for this, please help me,hope to get reply asap,
> 
> Thank you,
> Mali
> 
> 
> 
> 
> 
> general.equal.700 wrote:
>> 
>> Hi Mali,
>> I am facing the same problem.
>> 
>> here is my attempt to apply the patch:
>> open the trinidad-impl package. and locate a file called  
>> PopupDialog.js under
>> /src/main/javascript/META-INF/adf/jsLibs
>> 
>> add the following in line 7
>> iframe.src = "javascript:false";
>> 
>> after line 6
>> iframe.className = page.getStyleClass("af!dialog::content");
>> 
>> in the package it will like that
>> 
>> function TrPopupDialog()
>> {
>> var a0=TrPage.getInstance();
>> var a1=document.createElement("div");
>> a1.style.cssText="visibility:hidden; position: absolute;";
>> a1.className=a0.getStyleClass("af|dialog::container");
>> a1.iframe.src = "javascript:false";
>> var a2=document.createElement("div");
>> 
>> 
>> Thanks,
>> --Omar
>> 
>> 
>> 
>> On Oct 29, 2008, at 12:25 AM, Mali123 wrote:
>> 
>>>
>>> Hi
>>>  thz for da reply,i can't go for the second option because we have to
>>> inform every user to change there browser setting,so i have left  
>>> only one
>>> option using the patch,it will be more helpful to me if you can tell  
>>> how to
>>> apply this patch,i'm using the my-faces-tomahawk-1.3,please help,
>>>
>>> thx
>>> mali
>>>
>>>
>>>
>>> Richard Yee-3 wrote:
>>>>
>>>> See the Trinidad-1091 issue in Jira.
>>>>
>>>> -Richard
>>>>
>>>>
>>>> On Tue, Oct 28, 2008 at 10:53 AM, Richard Yee <richard.k.yee@gmail.com 
>>>> >
>>>> wrote:
>>>>> There is a Jira issue filed for the  secure/insecure problem you
>>>>> describe. I
>>>>> think there is also a patch available. Another workaround is to  
>>>>> have the
>>>>> user change the browser settings to allow mixed content.
>>>>>
>>>>> -R
>>>>>
>>>>> Sent from my iPhone
>>>>>
>>>>> On Oct 28, 2008, at 3:40 AM, Mali123 <ma...@yahoo.com> wrote:
>>>>>
>>>>>>
>>>>>> Hi
>>>>>> thz for the quick reply, im using IE,  when i click the calender  
>>>>>> button
>>>>>> i'm getting this stack trace and security information alert "Page
>>>>>> Contains
>>>>>> Secure / Non-Secure Items",i can ignore the stack trace as u  
>>>>>> mention way
>>>>>> but
>>>>>> how can get rid of that alert,is there any possble way to stop that
>>>>>> alert
>>>>>> when clicking the claender button, my client using the IE so he  
>>>>>> need to
>>>>>> disable this alert, pls help
>>>>>>
>>>>>> Mali
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Simon Kitching wrote:
>>>>>>>
>>>>>>> Are you using Internet Explorer as the client?
>>>>>>>
>>>>>>> I found that IE has the very ugly habit when dealing with a page  
>>>>>>> that
>>>>>>> references the same resource multiple times. When a page has:
>>>>>>> foo.gif
>>>>>>> foo.gif
>>>>>>> then ie sends two requests to the server concurrently (stupid,  
>>>>>>> stupid).
>>>>>>> Worse, when one of the requests completes, then it just closes the
>>>>>>> other
>>>>>>> socket immediately. This is completely wrong behaviour; with  
>>>>>>> http, only
>>>>>>> the server should close the socket.
>>>>>>>
>>>>>>> So the server is writing the response out the socket, and suddenly
>>>>>>> finds
>>>>>>> that the socket has been closed by the other end. It rightly  
>>>>>>> complains
>>>>>>> because the other end should not be doing that.
>>>>>>>
>>>>>>> The real solution is to use a sane browser. Otherwise, just  
>>>>>>> configure
>>>>>>> your logging to ignore ERROR messages from category
>>>>>>> "org.apache.myfaces.renderkit.html.util.DefaultAddResource". It  
>>>>>>> doesn't
>>>>>>> actually cause any serious problems on the server.
>>>>>>>
>>>>>>> Regards,
>>>>>>> Simon
>>>>>>>
>>>>>>> Mali123 schrieb:
>>>>>>>>
>>>>>>>> hi,
>>>>>>>> i'm using the my-faces-tomahawk-1.3,I've got this stack trace
>>>>>>>> repeatedly
>>>>>>>> in my jsf aplication logs. I use the tomahawk calendar  
>>>>>>>> component. I
>>>>>>>> couldn't
>>>>>>>> find the solution anywhere. Could you please help me to solve  
>>>>>>>> it? Here
>>>>>>>> is
>>>>>>>> the stack trace:
>>>>>>>>
>>>>>>>> 008-10-28 14:06:52,730 ERROR
>>>>>>>> [org.apache.myfaces.renderkit.html.util.DefaultAddResource] Error
>>>>>>>> while
>>>>>>>> serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif,  
>>>>>>>> message
>>>>>>>> :
>>>>>>>> null
>>>>>>>> ClientAbortException:  javax.net.ssl.SSLException: Connection  
>>>>>>>> has been
>>>>>>>> shutdown: javax.net.ssl.SSLException: java.net.SocketException:
>>>>>>>> Connection
>>>>>>>> reset
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
>>>>>>>>      at
>>>>>>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java: 
>>>>>>>> 434)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:309)
>>>>>>>>      at
>>>>>>>> org 
>>>>>>>> .apache.catalina.connector.OutputBuffer.close(OutputBuffer.java: 
>>>>>>>> 273)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .connector.CoyoteOutputStream.close(CoyoteOutputStream.java:104)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .myfaces 
>>>>>>>> .renderkit 
>>>>>>>> .html 
>>>>>>>> .util 
>>>>>>>> .MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java: 
>>>>>>>> 172)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .myfaces 
>>>>>>>> .renderkit 
>>>>>>>> .html 
>>>>>>>> .util 
>>>>>>>> .MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java: 
>>>>>>>> 151)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .myfaces 
>>>>>>>> .renderkit 
>>>>>>>> .html 
>>>>>>>> .util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>>>> 558)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .myfaces 
>>>>>>>> .webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>>>> 125)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core 
>>>>>>>> .ApplicationFilterChain 
>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core 
>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .jboss 
>>>>>>>> .web 
>>>>>>>> .tomcat 
>>>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core 
>>>>>>>> .ApplicationFilterChain 
>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core 
>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .jboss 
>>>>>>>> .web 
>>>>>>>> .tomcat 
>>>>>>>> .security 
>>>>>>>> .SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>>>> 179)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>>>> 433)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .jboss 
>>>>>>>> .web 
>>>>>>>> .tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>>>>>>> 84)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>>>> 128)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>>>> 104)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java: 
>>>>>>>> 420)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>>>      at
>>>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>>>> Caused by: javax.net.ssl.SSLException: Connection has been  
>>>>>>>> shutdown:
>>>>>>>> javax.net.ssl.SSLException: java.net.SocketException:  
>>>>>>>> Connection reset
>>>>>>>>      at
>>>>>>>>
>>>>>>>> com 
>>>>>>>> .sun 
>>>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java: 
>>>>>>>> 1239)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> com 
>>>>>>>> .sun 
>>>>>>>> .net 
>>>>>>>> .ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java: 
>>>>>>>> 1251)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> com 
>>>>>>>> .sun 
>>>>>>>> .net 
>>>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:43)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org.apache.coyote.http11.InternalOutputBuffer 
>>>>>>>> $OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .coyote 
>>>>>>>> .http11 
>>>>>>>> .filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java: 
>>>>>>>> 118)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .coyote 
>>>>>>>> .http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java: 
>>>>>>>> 570)
>>>>>>>>      at org.apache.coyote.Response.doWrite(Response.java:560)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
>>>>>>>>      ... 28 more
>>>>>>>> Caused by: javax.net.ssl.SSLException: java.net.SocketException:
>>>>>>>> Connection
>>>>>>>> reset
>>>>>>>>      at
>>>>>>>> com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java: 
>>>>>>>> 190)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> com 
>>>>>>>> .sun 
>>>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java: 
>>>>>>>> 1591)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> com 
>>>>>>>> .sun 
>>>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java: 
>>>>>>>> 1554)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> com 
>>>>>>>> .sun 
>>>>>>>> .net 
>>>>>>>> .ssl 
>>>>>>>> .internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java: 
>>>>>>>> 1518)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> com 
>>>>>>>> .sun 
>>>>>>>> .net 
>>>>>>>> .ssl 
>>>>>>>> .internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java: 
>>>>>>>> 1463)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> com 
>>>>>>>> .sun 
>>>>>>>> .net 
>>>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .coyote 
>>>>>>>> .http11.InternalOutputBuffer.commit(InternalOutputBuffer.java: 
>>>>>>>> 595)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .coyote.http11.Http11Processor.action(Http11Processor.java:936)
>>>>>>>>      at org.apache.coyote.Response.action(Response.java:183)
>>>>>>>>      at org.apache.coyote.Response.sendHeaders(Response.java:379)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:305)
>>>>>>>>      ... 26 more
>>>>>>>> Caused by: java.net.SocketException: Connection reset
>>>>>>>>      at
>>>>>>>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java: 
>>>>>>>> 96)
>>>>>>>>      at
>>>>>>>> java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> com 
>>>>>>>> .sun 
>>>>>>>> .net 
>>>>>>>> .ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java:295)
>>>>>>>>      at
>>>>>>>> com 
>>>>>>>> .sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java: 
>>>>>>>> 284)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> com 
>>>>>>>> .sun 
>>>>>>>> .net 
>>>>>>>> .ssl 
>>>>>>>> .internal 
>>>>>>>> .ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java:734)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> com 
>>>>>>>> .sun 
>>>>>>>> .net 
>>>>>>>> .ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java: 
>>>>>>>> 722)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> com 
>>>>>>>> .sun 
>>>>>>>> .net 
>>>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
>>>>>>>>      ... 31 more
>>>>>>>> 2008-10-28 14:06:52,736 ERROR
>>>>>>>> [org.apache.myfaces.webapp.filter.ExtensionsFilter] Exception  
>>>>>>>> wile
>>>>>>>> retrieving addResource
>>>>>>>> java.lang.IllegalStateException
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .myfaces 
>>>>>>>> .renderkit 
>>>>>>>> .html 
>>>>>>>> .util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>>>> 583)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .myfaces 
>>>>>>>> .webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>>>> 125)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core 
>>>>>>>> .ApplicationFilterChain 
>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core 
>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .jboss 
>>>>>>>> .web 
>>>>>>>> .tomcat 
>>>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core 
>>>>>>>> .ApplicationFilterChain 
>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core 
>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .jboss 
>>>>>>>> .web 
>>>>>>>> .tomcat 
>>>>>>>> .security 
>>>>>>>> .SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>>>> 179)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>>>> 433)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .jboss 
>>>>>>>> .web 
>>>>>>>> .tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>>>>>>> 84)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>>>> 128)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>>>> 104)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java: 
>>>>>>>> 420)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>>>      at
>>>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>>>> 2008-10-28 14:06:52,738 ERROR
>>>>>>>>
>>>>>>>> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]. 
>>>>>>>> [/bp].[default]]
>>>>>>>> Servlet.service() for servlet default threw exception
>>>>>>>> java.lang.IllegalStateException
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .myfaces 
>>>>>>>> .renderkit 
>>>>>>>> .html 
>>>>>>>> .util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>>>> 583)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .myfaces 
>>>>>>>> .webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>>>> 125)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core 
>>>>>>>> .ApplicationFilterChain 
>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core 
>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .jboss 
>>>>>>>> .web 
>>>>>>>> .tomcat 
>>>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core 
>>>>>>>> .ApplicationFilterChain 
>>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core 
>>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .jboss 
>>>>>>>> .web 
>>>>>>>> .tomcat 
>>>>>>>> .security 
>>>>>>>> .SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>>>> 179)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>>>> 433)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .jboss 
>>>>>>>> .web 
>>>>>>>> .tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>>>>>>> 84)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>>>> 128)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>>>> 104)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java: 
>>>>>>>> 420)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina 
>>>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org 
>>>>>>>> .apache 
>>>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>>>      at
>>>>>>>>
>>>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>>>      at
>>>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> -- Emails in "mixed" posting style will be ignored
>>>>>>> -- (http://en.wikipedia.org/wiki/Posting_style)
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20204804.html
>>>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>>>
>>>>>
>>>>
>>>>
>>>
>>> -- 
>>> View this message in context:
>>> http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20220774.html
>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20264603.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Mali123 <ma...@yahoo.com>.
Hi Omar,
First i want to thank you for helping me,but  I'm using  Tomahawk-1.1.3 
calendar component not the Trinidad one, following is the code segment i
used to displace the
calender please advice me to how to fix this issue,

<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>...
        <t:div styleClass="stepComp">
                <t:inputDate value="#{akAppActivityTile.startTime}"
                        popupCalendar="true" type="date" ampm="true"
                        timeZone="#{akAppActivityTile.timeZoneId}"
styleClass="appAcctivitytest" />
        </t:div>

Is there any patch for this, please help me,hope to get reply asap,

Thank you,
Mali





general.equal.700 wrote:
> 
> Hi Mali,
> I am facing the same problem.
> 
> here is my attempt to apply the patch:
> open the trinidad-impl package. and locate a file called  
> PopupDialog.js under
> /src/main/javascript/META-INF/adf/jsLibs
> 
> add the following in line 7
> iframe.src = "javascript:false";
> 
> after line 6
> iframe.className = page.getStyleClass("af!dialog::content");
> 
> in the package it will like that
> 
> function TrPopupDialog()
> {
> var a0=TrPage.getInstance();
> var a1=document.createElement("div");
> a1.style.cssText="visibility:hidden; position: absolute;";
> a1.className=a0.getStyleClass("af|dialog::container");
> a1.iframe.src = "javascript:false";
> var a2=document.createElement("div");
> 
> 
> Thanks,
> --Omar
> 
> 
> 
> On Oct 29, 2008, at 12:25 AM, Mali123 wrote:
> 
>>
>> Hi
>>  thz for da reply,i can't go for the second option because we have to
>> inform every user to change there browser setting,so i have left  
>> only one
>> option using the patch,it will be more helpful to me if you can tell  
>> how to
>> apply this patch,i'm using the my-faces-tomahawk-1.3,please help,
>>
>> thx
>> mali
>>
>>
>>
>> Richard Yee-3 wrote:
>>>
>>> See the Trinidad-1091 issue in Jira.
>>>
>>> -Richard
>>>
>>>
>>> On Tue, Oct 28, 2008 at 10:53 AM, Richard Yee <richard.k.yee@gmail.com 
>>> >
>>> wrote:
>>>> There is a Jira issue filed for the  secure/insecure problem you
>>>> describe. I
>>>> think there is also a patch available. Another workaround is to  
>>>> have the
>>>> user change the browser settings to allow mixed content.
>>>>
>>>> -R
>>>>
>>>> Sent from my iPhone
>>>>
>>>> On Oct 28, 2008, at 3:40 AM, Mali123 <ma...@yahoo.com> wrote:
>>>>
>>>>>
>>>>> Hi
>>>>> thz for the quick reply, im using IE,  when i click the calender  
>>>>> button
>>>>> i'm getting this stack trace and security information alert "Page
>>>>> Contains
>>>>> Secure / Non-Secure Items",i can ignore the stack trace as u  
>>>>> mention way
>>>>> but
>>>>> how can get rid of that alert,is there any possble way to stop that
>>>>> alert
>>>>> when clicking the claender button, my client using the IE so he  
>>>>> need to
>>>>> disable this alert, pls help
>>>>>
>>>>> Mali
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Simon Kitching wrote:
>>>>>>
>>>>>> Are you using Internet Explorer as the client?
>>>>>>
>>>>>> I found that IE has the very ugly habit when dealing with a page  
>>>>>> that
>>>>>> references the same resource multiple times. When a page has:
>>>>>> foo.gif
>>>>>> foo.gif
>>>>>> then ie sends two requests to the server concurrently (stupid,  
>>>>>> stupid).
>>>>>> Worse, when one of the requests completes, then it just closes the
>>>>>> other
>>>>>> socket immediately. This is completely wrong behaviour; with  
>>>>>> http, only
>>>>>> the server should close the socket.
>>>>>>
>>>>>> So the server is writing the response out the socket, and suddenly
>>>>>> finds
>>>>>> that the socket has been closed by the other end. It rightly  
>>>>>> complains
>>>>>> because the other end should not be doing that.
>>>>>>
>>>>>> The real solution is to use a sane browser. Otherwise, just  
>>>>>> configure
>>>>>> your logging to ignore ERROR messages from category
>>>>>> "org.apache.myfaces.renderkit.html.util.DefaultAddResource". It  
>>>>>> doesn't
>>>>>> actually cause any serious problems on the server.
>>>>>>
>>>>>> Regards,
>>>>>> Simon
>>>>>>
>>>>>> Mali123 schrieb:
>>>>>>>
>>>>>>> hi,
>>>>>>> i'm using the my-faces-tomahawk-1.3,I've got this stack trace
>>>>>>> repeatedly
>>>>>>> in my jsf aplication logs. I use the tomahawk calendar  
>>>>>>> component. I
>>>>>>> couldn't
>>>>>>> find the solution anywhere. Could you please help me to solve  
>>>>>>> it? Here
>>>>>>> is
>>>>>>> the stack trace:
>>>>>>>
>>>>>>> 008-10-28 14:06:52,730 ERROR
>>>>>>> [org.apache.myfaces.renderkit.html.util.DefaultAddResource] Error
>>>>>>> while
>>>>>>> serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif,  
>>>>>>> message
>>>>>>> :
>>>>>>> null
>>>>>>> ClientAbortException:  javax.net.ssl.SSLException: Connection  
>>>>>>> has been
>>>>>>> shutdown: javax.net.ssl.SSLException: java.net.SocketException:
>>>>>>> Connection
>>>>>>> reset
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
>>>>>>>      at
>>>>>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java: 
>>>>>>> 434)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:309)
>>>>>>>      at
>>>>>>> org 
>>>>>>> .apache.catalina.connector.OutputBuffer.close(OutputBuffer.java: 
>>>>>>> 273)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .connector.CoyoteOutputStream.close(CoyoteOutputStream.java:104)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .myfaces 
>>>>>>> .renderkit 
>>>>>>> .html 
>>>>>>> .util 
>>>>>>> .MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java: 
>>>>>>> 172)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .myfaces 
>>>>>>> .renderkit 
>>>>>>> .html 
>>>>>>> .util 
>>>>>>> .MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java: 
>>>>>>> 151)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .myfaces 
>>>>>>> .renderkit 
>>>>>>> .html 
>>>>>>> .util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>>> 558)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .myfaces 
>>>>>>> .webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>>> 125)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core 
>>>>>>> .ApplicationFilterChain 
>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core 
>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .jboss 
>>>>>>> .web 
>>>>>>> .tomcat 
>>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core 
>>>>>>> .ApplicationFilterChain 
>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core 
>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .jboss 
>>>>>>> .web 
>>>>>>> .tomcat 
>>>>>>> .security 
>>>>>>> .SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>>> 179)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>>> 433)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .jboss 
>>>>>>> .web 
>>>>>>> .tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>>>>>> 84)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>>> 128)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>>> 104)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java: 
>>>>>>> 420)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>>      at
>>>>>>>
>>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>>      at
>>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>>> Caused by: javax.net.ssl.SSLException: Connection has been  
>>>>>>> shutdown:
>>>>>>> javax.net.ssl.SSLException: java.net.SocketException:  
>>>>>>> Connection reset
>>>>>>>      at
>>>>>>>
>>>>>>> com 
>>>>>>> .sun 
>>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java: 
>>>>>>> 1239)
>>>>>>>      at
>>>>>>>
>>>>>>> com 
>>>>>>> .sun 
>>>>>>> .net 
>>>>>>> .ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java: 
>>>>>>> 1251)
>>>>>>>      at
>>>>>>>
>>>>>>> com 
>>>>>>> .sun 
>>>>>>> .net 
>>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:43)
>>>>>>>      at
>>>>>>>
>>>>>>> org.apache.coyote.http11.InternalOutputBuffer 
>>>>>>> $OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .coyote 
>>>>>>> .http11 
>>>>>>> .filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java: 
>>>>>>> 118)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .coyote 
>>>>>>> .http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java: 
>>>>>>> 570)
>>>>>>>      at org.apache.coyote.Response.doWrite(Response.java:560)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
>>>>>>>      ... 28 more
>>>>>>> Caused by: javax.net.ssl.SSLException: java.net.SocketException:
>>>>>>> Connection
>>>>>>> reset
>>>>>>>      at
>>>>>>> com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java: 
>>>>>>> 190)
>>>>>>>      at
>>>>>>>
>>>>>>> com 
>>>>>>> .sun 
>>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java: 
>>>>>>> 1591)
>>>>>>>      at
>>>>>>>
>>>>>>> com 
>>>>>>> .sun 
>>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java: 
>>>>>>> 1554)
>>>>>>>      at
>>>>>>>
>>>>>>> com 
>>>>>>> .sun 
>>>>>>> .net 
>>>>>>> .ssl 
>>>>>>> .internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java: 
>>>>>>> 1518)
>>>>>>>      at
>>>>>>>
>>>>>>> com 
>>>>>>> .sun 
>>>>>>> .net 
>>>>>>> .ssl 
>>>>>>> .internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java: 
>>>>>>> 1463)
>>>>>>>      at
>>>>>>>
>>>>>>> com 
>>>>>>> .sun 
>>>>>>> .net 
>>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .coyote 
>>>>>>> .http11.InternalOutputBuffer.commit(InternalOutputBuffer.java: 
>>>>>>> 595)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .coyote.http11.Http11Processor.action(Http11Processor.java:936)
>>>>>>>      at org.apache.coyote.Response.action(Response.java:183)
>>>>>>>      at org.apache.coyote.Response.sendHeaders(Response.java:379)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:305)
>>>>>>>      ... 26 more
>>>>>>> Caused by: java.net.SocketException: Connection reset
>>>>>>>      at
>>>>>>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java: 
>>>>>>> 96)
>>>>>>>      at
>>>>>>> java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>>>>>>>      at
>>>>>>>
>>>>>>> com 
>>>>>>> .sun 
>>>>>>> .net 
>>>>>>> .ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java:295)
>>>>>>>      at
>>>>>>> com 
>>>>>>> .sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java: 
>>>>>>> 284)
>>>>>>>      at
>>>>>>>
>>>>>>> com 
>>>>>>> .sun 
>>>>>>> .net 
>>>>>>> .ssl 
>>>>>>> .internal 
>>>>>>> .ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java:734)
>>>>>>>      at
>>>>>>>
>>>>>>> com 
>>>>>>> .sun 
>>>>>>> .net 
>>>>>>> .ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java: 
>>>>>>> 722)
>>>>>>>      at
>>>>>>>
>>>>>>> com 
>>>>>>> .sun 
>>>>>>> .net 
>>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
>>>>>>>      ... 31 more
>>>>>>> 2008-10-28 14:06:52,736 ERROR
>>>>>>> [org.apache.myfaces.webapp.filter.ExtensionsFilter] Exception  
>>>>>>> wile
>>>>>>> retrieving addResource
>>>>>>> java.lang.IllegalStateException
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .myfaces 
>>>>>>> .renderkit 
>>>>>>> .html 
>>>>>>> .util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>>> 583)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .myfaces 
>>>>>>> .webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>>> 125)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core 
>>>>>>> .ApplicationFilterChain 
>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core 
>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .jboss 
>>>>>>> .web 
>>>>>>> .tomcat 
>>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core 
>>>>>>> .ApplicationFilterChain 
>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core 
>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .jboss 
>>>>>>> .web 
>>>>>>> .tomcat 
>>>>>>> .security 
>>>>>>> .SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>>> 179)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>>> 433)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .jboss 
>>>>>>> .web 
>>>>>>> .tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>>>>>> 84)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>>> 128)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>>> 104)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java: 
>>>>>>> 420)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>>      at
>>>>>>>
>>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>>      at
>>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>>> 2008-10-28 14:06:52,738 ERROR
>>>>>>>
>>>>>>> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]. 
>>>>>>> [/bp].[default]]
>>>>>>> Servlet.service() for servlet default threw exception
>>>>>>> java.lang.IllegalStateException
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .myfaces 
>>>>>>> .renderkit 
>>>>>>> .html 
>>>>>>> .util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>>> 583)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .myfaces 
>>>>>>> .webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>>> 125)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core 
>>>>>>> .ApplicationFilterChain 
>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core 
>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .jboss 
>>>>>>> .web 
>>>>>>> .tomcat 
>>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core 
>>>>>>> .ApplicationFilterChain 
>>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core 
>>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .jboss 
>>>>>>> .web 
>>>>>>> .tomcat 
>>>>>>> .security 
>>>>>>> .SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>>> 179)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>>> 433)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .jboss 
>>>>>>> .web 
>>>>>>> .tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>>>>>> 84)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>>> 128)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>>> 104)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java: 
>>>>>>> 420)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina 
>>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>>      at
>>>>>>>
>>>>>>> org 
>>>>>>> .apache 
>>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>>      at
>>>>>>>
>>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>>      at
>>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> -- Emails in "mixed" posting style will be ignored
>>>>>> -- (http://en.wikipedia.org/wiki/Posting_style)
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20204804.html
>>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>>
>>>>
>>>
>>>
>>
>> -- 
>> View this message in context:
>> http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20220774.html
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20240855.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Omar Elprince <ge...@gmail.com>.
Hi Mali,
I am facing the same problem.

here is my attempt to apply the patch:
open the trinidad-impl package. and locate a file called  
PopupDialog.js under
/src/main/javascript/META-INF/adf/jsLibs

add the following in line 7
iframe.src = "javascript:false";

after line 6
iframe.className = page.getStyleClass("af!dialog::content");

in the package it will like that

function TrPopupDialog()
{
var a0=TrPage.getInstance();
var a1=document.createElement("div");
a1.style.cssText="visibility:hidden; position: absolute;";
a1.className=a0.getStyleClass("af|dialog::container");
a1.iframe.src = "javascript:false";
var a2=document.createElement("div");


Thanks,
--Omar



On Oct 29, 2008, at 12:25 AM, Mali123 wrote:

>
> Hi
>  thz for da reply,i can't go for the second option because we have to
> inform every user to change there browser setting,so i have left  
> only one
> option using the patch,it will be more helpful to me if you can tell  
> how to
> apply this patch,i'm using the my-faces-tomahawk-1.3,please help,
>
> thx
> mali
>
>
>
> Richard Yee-3 wrote:
>>
>> See the Trinidad-1091 issue in Jira.
>>
>> -Richard
>>
>>
>> On Tue, Oct 28, 2008 at 10:53 AM, Richard Yee <richard.k.yee@gmail.com 
>> >
>> wrote:
>>> There is a Jira issue filed for the  secure/insecure problem you
>>> describe. I
>>> think there is also a patch available. Another workaround is to  
>>> have the
>>> user change the browser settings to allow mixed content.
>>>
>>> -R
>>>
>>> Sent from my iPhone
>>>
>>> On Oct 28, 2008, at 3:40 AM, Mali123 <ma...@yahoo.com> wrote:
>>>
>>>>
>>>> Hi
>>>> thz for the quick reply, im using IE,  when i click the calender  
>>>> button
>>>> i'm getting this stack trace and security information alert "Page
>>>> Contains
>>>> Secure / Non-Secure Items",i can ignore the stack trace as u  
>>>> mention way
>>>> but
>>>> how can get rid of that alert,is there any possble way to stop that
>>>> alert
>>>> when clicking the claender button, my client using the IE so he  
>>>> need to
>>>> disable this alert, pls help
>>>>
>>>> Mali
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Simon Kitching wrote:
>>>>>
>>>>> Are you using Internet Explorer as the client?
>>>>>
>>>>> I found that IE has the very ugly habit when dealing with a page  
>>>>> that
>>>>> references the same resource multiple times. When a page has:
>>>>> foo.gif
>>>>> foo.gif
>>>>> then ie sends two requests to the server concurrently (stupid,  
>>>>> stupid).
>>>>> Worse, when one of the requests completes, then it just closes the
>>>>> other
>>>>> socket immediately. This is completely wrong behaviour; with  
>>>>> http, only
>>>>> the server should close the socket.
>>>>>
>>>>> So the server is writing the response out the socket, and suddenly
>>>>> finds
>>>>> that the socket has been closed by the other end. It rightly  
>>>>> complains
>>>>> because the other end should not be doing that.
>>>>>
>>>>> The real solution is to use a sane browser. Otherwise, just  
>>>>> configure
>>>>> your logging to ignore ERROR messages from category
>>>>> "org.apache.myfaces.renderkit.html.util.DefaultAddResource". It  
>>>>> doesn't
>>>>> actually cause any serious problems on the server.
>>>>>
>>>>> Regards,
>>>>> Simon
>>>>>
>>>>> Mali123 schrieb:
>>>>>>
>>>>>> hi,
>>>>>> i'm using the my-faces-tomahawk-1.3,I've got this stack trace
>>>>>> repeatedly
>>>>>> in my jsf aplication logs. I use the tomahawk calendar  
>>>>>> component. I
>>>>>> couldn't
>>>>>> find the solution anywhere. Could you please help me to solve  
>>>>>> it? Here
>>>>>> is
>>>>>> the stack trace:
>>>>>>
>>>>>> 008-10-28 14:06:52,730 ERROR
>>>>>> [org.apache.myfaces.renderkit.html.util.DefaultAddResource] Error
>>>>>> while
>>>>>> serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif,  
>>>>>> message
>>>>>> :
>>>>>> null
>>>>>> ClientAbortException:  javax.net.ssl.SSLException: Connection  
>>>>>> has been
>>>>>> shutdown: javax.net.ssl.SSLException: java.net.SocketException:
>>>>>> Connection
>>>>>> reset
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
>>>>>>      at
>>>>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java: 
>>>>>> 434)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:309)
>>>>>>      at
>>>>>> org 
>>>>>> .apache.catalina.connector.OutputBuffer.close(OutputBuffer.java: 
>>>>>> 273)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .connector.CoyoteOutputStream.close(CoyoteOutputStream.java:104)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .myfaces 
>>>>>> .renderkit 
>>>>>> .html 
>>>>>> .util 
>>>>>> .MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java: 
>>>>>> 172)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .myfaces 
>>>>>> .renderkit 
>>>>>> .html 
>>>>>> .util 
>>>>>> .MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java: 
>>>>>> 151)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .myfaces 
>>>>>> .renderkit 
>>>>>> .html 
>>>>>> .util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>> 558)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .myfaces 
>>>>>> .webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>> 125)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core 
>>>>>> .ApplicationFilterChain 
>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core 
>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .jboss 
>>>>>> .web 
>>>>>> .tomcat 
>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core 
>>>>>> .ApplicationFilterChain 
>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core 
>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .jboss 
>>>>>> .web 
>>>>>> .tomcat 
>>>>>> .security 
>>>>>> .SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>> 179)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>> 433)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .jboss 
>>>>>> .web 
>>>>>> .tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>>>>> 84)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>> 128)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>> 104)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java: 
>>>>>> 420)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>      at
>>>>>>
>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>      at
>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>> Caused by: javax.net.ssl.SSLException: Connection has been  
>>>>>> shutdown:
>>>>>> javax.net.ssl.SSLException: java.net.SocketException:  
>>>>>> Connection reset
>>>>>>      at
>>>>>>
>>>>>> com 
>>>>>> .sun 
>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java: 
>>>>>> 1239)
>>>>>>      at
>>>>>>
>>>>>> com 
>>>>>> .sun 
>>>>>> .net 
>>>>>> .ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java: 
>>>>>> 1251)
>>>>>>      at
>>>>>>
>>>>>> com 
>>>>>> .sun 
>>>>>> .net 
>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:43)
>>>>>>      at
>>>>>>
>>>>>> org.apache.coyote.http11.InternalOutputBuffer 
>>>>>> $OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .coyote 
>>>>>> .http11 
>>>>>> .filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java: 
>>>>>> 118)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .coyote 
>>>>>> .http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java: 
>>>>>> 570)
>>>>>>      at org.apache.coyote.Response.doWrite(Response.java:560)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
>>>>>>      ... 28 more
>>>>>> Caused by: javax.net.ssl.SSLException: java.net.SocketException:
>>>>>> Connection
>>>>>> reset
>>>>>>      at
>>>>>> com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java: 
>>>>>> 190)
>>>>>>      at
>>>>>>
>>>>>> com 
>>>>>> .sun 
>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java: 
>>>>>> 1591)
>>>>>>      at
>>>>>>
>>>>>> com 
>>>>>> .sun 
>>>>>> .net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java: 
>>>>>> 1554)
>>>>>>      at
>>>>>>
>>>>>> com 
>>>>>> .sun 
>>>>>> .net 
>>>>>> .ssl 
>>>>>> .internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java: 
>>>>>> 1518)
>>>>>>      at
>>>>>>
>>>>>> com 
>>>>>> .sun 
>>>>>> .net 
>>>>>> .ssl 
>>>>>> .internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java: 
>>>>>> 1463)
>>>>>>      at
>>>>>>
>>>>>> com 
>>>>>> .sun 
>>>>>> .net 
>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .coyote 
>>>>>> .http11.InternalOutputBuffer.commit(InternalOutputBuffer.java: 
>>>>>> 595)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .coyote.http11.Http11Processor.action(Http11Processor.java:936)
>>>>>>      at org.apache.coyote.Response.action(Response.java:183)
>>>>>>      at org.apache.coyote.Response.sendHeaders(Response.java:379)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:305)
>>>>>>      ... 26 more
>>>>>> Caused by: java.net.SocketException: Connection reset
>>>>>>      at
>>>>>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java: 
>>>>>> 96)
>>>>>>      at
>>>>>> java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>>>>>>      at
>>>>>>
>>>>>> com 
>>>>>> .sun 
>>>>>> .net 
>>>>>> .ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java:295)
>>>>>>      at
>>>>>> com 
>>>>>> .sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java: 
>>>>>> 284)
>>>>>>      at
>>>>>>
>>>>>> com 
>>>>>> .sun 
>>>>>> .net 
>>>>>> .ssl 
>>>>>> .internal 
>>>>>> .ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java:734)
>>>>>>      at
>>>>>>
>>>>>> com 
>>>>>> .sun 
>>>>>> .net 
>>>>>> .ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java: 
>>>>>> 722)
>>>>>>      at
>>>>>>
>>>>>> com 
>>>>>> .sun 
>>>>>> .net 
>>>>>> .ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
>>>>>>      ... 31 more
>>>>>> 2008-10-28 14:06:52,736 ERROR
>>>>>> [org.apache.myfaces.webapp.filter.ExtensionsFilter] Exception  
>>>>>> wile
>>>>>> retrieving addResource
>>>>>> java.lang.IllegalStateException
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .myfaces 
>>>>>> .renderkit 
>>>>>> .html 
>>>>>> .util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>> 583)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .myfaces 
>>>>>> .webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>> 125)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core 
>>>>>> .ApplicationFilterChain 
>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core 
>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .jboss 
>>>>>> .web 
>>>>>> .tomcat 
>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core 
>>>>>> .ApplicationFilterChain 
>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core 
>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .jboss 
>>>>>> .web 
>>>>>> .tomcat 
>>>>>> .security 
>>>>>> .SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>> 179)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>> 433)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .jboss 
>>>>>> .web 
>>>>>> .tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>>>>> 84)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>> 128)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>> 104)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java: 
>>>>>> 420)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>      at
>>>>>>
>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>      at
>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>> 2008-10-28 14:06:52,738 ERROR
>>>>>>
>>>>>> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]. 
>>>>>> [/bp].[default]]
>>>>>> Servlet.service() for servlet default threw exception
>>>>>> java.lang.IllegalStateException
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .myfaces 
>>>>>> .renderkit 
>>>>>> .html 
>>>>>> .util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>>>>> 583)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .myfaces 
>>>>>> .webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java: 
>>>>>> 125)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core 
>>>>>> .ApplicationFilterChain 
>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core 
>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .jboss 
>>>>>> .web 
>>>>>> .tomcat 
>>>>>> .filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core 
>>>>>> .ApplicationFilterChain 
>>>>>> .internalDoFilter(ApplicationFilterChain.java:235)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core 
>>>>>> .ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .jboss 
>>>>>> .web 
>>>>>> .tomcat 
>>>>>> .security 
>>>>>> .SecurityAssociationValve.invoke(SecurityAssociationValve.java: 
>>>>>> 179)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: 
>>>>>> 433)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .jboss 
>>>>>> .web 
>>>>>> .tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>>>>> 84)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
>>>>>> 128)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
>>>>>> 104)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java: 
>>>>>> 420)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina 
>>>>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>>      at
>>>>>>
>>>>>> org 
>>>>>> .apache 
>>>>>> .coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>>      at
>>>>>>
>>>>>> org.apache.coyote.http11.Http11Protocol 
>>>>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>>      at
>>>>>> org.apache.tomcat.util.net.JIoEndpoint 
>>>>>> $Worker.run(JIoEndpoint.java:447)
>>>>>>      at java.lang.Thread.run(Thread.java:619)
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> -- Emails in "mixed" posting style will be ignored
>>>>> -- (http://en.wikipedia.org/wiki/Posting_style)
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20204804.html
>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>
>>>
>>
>>
>
> -- 
> View this message in context: http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20220774.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>


Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Mali123 <ma...@yahoo.com>.
Hi
  thz for da reply,i can't go for the second option because we have to
inform every user to change there browser setting,so i have left only one
option using the patch,it will be more helpful to me if you can tell how to
apply this patch,i'm using the my-faces-tomahawk-1.3,please help,

thx
mali 



Richard Yee-3 wrote:
> 
> See the Trinidad-1091 issue in Jira.
> 
> -Richard
> 
> 
> On Tue, Oct 28, 2008 at 10:53 AM, Richard Yee <ri...@gmail.com>
> wrote:
>> There is a Jira issue filed for the  secure/insecure problem you
>> describe. I
>> think there is also a patch available. Another workaround is to have the
>> user change the browser settings to allow mixed content.
>>
>> -R
>>
>> Sent from my iPhone
>>
>> On Oct 28, 2008, at 3:40 AM, Mali123 <ma...@yahoo.com> wrote:
>>
>>>
>>> Hi
>>>  thz for the quick reply, im using IE,  when i click the calender button
>>> i'm getting this stack trace and security information alert "Page
>>> Contains
>>> Secure / Non-Secure Items",i can ignore the stack trace as u mention way
>>> but
>>> how can get rid of that alert,is there any possble way to stop that
>>> alert
>>> when clicking the claender button, my client using the IE so he need to
>>> disable this alert, pls help
>>>
>>> Mali
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Simon Kitching wrote:
>>>>
>>>> Are you using Internet Explorer as the client?
>>>>
>>>> I found that IE has the very ugly habit when dealing with a page that
>>>> references the same resource multiple times. When a page has:
>>>>  foo.gif
>>>>  foo.gif
>>>> then ie sends two requests to the server concurrently (stupid, stupid).
>>>> Worse, when one of the requests completes, then it just closes the
>>>> other
>>>> socket immediately. This is completely wrong behaviour; with http, only
>>>> the server should close the socket.
>>>>
>>>> So the server is writing the response out the socket, and suddenly
>>>> finds
>>>> that the socket has been closed by the other end. It rightly complains
>>>> because the other end should not be doing that.
>>>>
>>>> The real solution is to use a sane browser. Otherwise, just configure
>>>> your logging to ignore ERROR messages from category
>>>> "org.apache.myfaces.renderkit.html.util.DefaultAddResource". It doesn't
>>>> actually cause any serious problems on the server.
>>>>
>>>> Regards,
>>>> Simon
>>>>
>>>> Mali123 schrieb:
>>>>>
>>>>> hi,
>>>>>  i'm using the my-faces-tomahawk-1.3,I've got this stack trace
>>>>> repeatedly
>>>>> in my jsf aplication logs. I use the tomahawk calendar component. I
>>>>> couldn't
>>>>> find the solution anywhere. Could you please help me to solve it? Here
>>>>> is
>>>>> the stack trace:
>>>>>
>>>>> 008-10-28 14:06:52,730 ERROR
>>>>> [org.apache.myfaces.renderkit.html.util.DefaultAddResource] Error
>>>>> while
>>>>> serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message
>>>>> :
>>>>> null
>>>>> ClientAbortException:  javax.net.ssl.SSLException: Connection has been
>>>>> shutdown: javax.net.ssl.SSLException: java.net.SocketException:
>>>>> Connection
>>>>> reset
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
>>>>>       at
>>>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:309)
>>>>>       at
>>>>> org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:273)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.CoyoteOutputStream.close(CoyoteOutputStream.java:104)
>>>>>       at
>>>>>
>>>>> org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java:172)
>>>>>       at
>>>>>
>>>>> org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java:151)
>>>>>       at
>>>>>
>>>>> org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:558)
>>>>>       at
>>>>>
>>>>> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>       at
>>>>>
>>>>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>       at
>>>>>
>>>>> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>>>>       at
>>>>>
>>>>> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>       at
>>>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>>>>       at java.lang.Thread.run(Thread.java:619)
>>>>> Caused by: javax.net.ssl.SSLException: Connection has been shutdown:
>>>>> javax.net.ssl.SSLException: java.net.SocketException: Connection reset
>>>>>       at
>>>>>
>>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1239)
>>>>>       at
>>>>>
>>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1251)
>>>>>       at
>>>>>
>>>>> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:43)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:570)
>>>>>       at org.apache.coyote.Response.doWrite(Response.java:560)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
>>>>>       ... 28 more
>>>>> Caused by: javax.net.ssl.SSLException: java.net.SocketException:
>>>>> Connection
>>>>> reset
>>>>>       at
>>>>> com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)
>>>>>       at
>>>>>
>>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591)
>>>>>       at
>>>>>
>>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1554)
>>>>>       at
>>>>>
>>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1518)
>>>>>       at
>>>>>
>>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1463)
>>>>>       at
>>>>>
>>>>> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.InternalOutputBuffer.commit(InternalOutputBuffer.java:595)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:936)
>>>>>       at org.apache.coyote.Response.action(Response.java:183)
>>>>>       at org.apache.coyote.Response.sendHeaders(Response.java:379)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:305)
>>>>>       ... 26 more
>>>>> Caused by: java.net.SocketException: Connection reset
>>>>>       at
>>>>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96)
>>>>>       at
>>>>> java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>>>>>       at
>>>>>
>>>>> com.sun.net.ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java:295)
>>>>>       at
>>>>> com.sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java:284)
>>>>>       at
>>>>>
>>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java:734)
>>>>>       at
>>>>>
>>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:722)
>>>>>       at
>>>>>
>>>>> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
>>>>>       ... 31 more
>>>>> 2008-10-28 14:06:52,736 ERROR
>>>>> [org.apache.myfaces.webapp.filter.ExtensionsFilter] Exception wile
>>>>> retrieving addResource
>>>>> java.lang.IllegalStateException
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>>       at
>>>>>
>>>>> org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:583)
>>>>>       at
>>>>>
>>>>> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>       at
>>>>>
>>>>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>       at
>>>>>
>>>>> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>>>>       at
>>>>>
>>>>> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>       at
>>>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>>>>       at java.lang.Thread.run(Thread.java:619)
>>>>> 2008-10-28 14:06:52,738 ERROR
>>>>>
>>>>> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/bp].[default]]
>>>>> Servlet.service() for servlet default threw exception
>>>>> java.lang.IllegalStateException
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>>       at
>>>>>
>>>>> org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:583)
>>>>>       at
>>>>>
>>>>> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>       at
>>>>>
>>>>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>>       at
>>>>>
>>>>> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>>>>       at
>>>>>
>>>>> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>>       at
>>>>>
>>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>>       at
>>>>>
>>>>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>>       at
>>>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>>>>       at java.lang.Thread.run(Thread.java:619)
>>>>>
>>>>
>>>>
>>>> --
>>>> -- Emails in "mixed" posting style will be ignored
>>>> -- (http://en.wikipedia.org/wiki/Posting_style)
>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20204804.html
>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20220774.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Richard Yee <ri...@gmail.com>.
See the Trinidad-1091 issue in Jira.

-Richard


On Tue, Oct 28, 2008 at 10:53 AM, Richard Yee <ri...@gmail.com> wrote:
> There is a Jira issue filed for the  secure/insecure problem you describe. I
> think there is also a patch available. Another workaround is to have the
> user change the browser settings to allow mixed content.
>
> -R
>
> Sent from my iPhone
>
> On Oct 28, 2008, at 3:40 AM, Mali123 <ma...@yahoo.com> wrote:
>
>>
>> Hi
>>  thz for the quick reply, im using IE,  when i click the calender button
>> i'm getting this stack trace and security information alert "Page Contains
>> Secure / Non-Secure Items",i can ignore the stack trace as u mention way
>> but
>> how can get rid of that alert,is there any possble way to stop that alert
>> when clicking the claender button, my client using the IE so he need to
>> disable this alert, pls help
>>
>> Mali
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Simon Kitching wrote:
>>>
>>> Are you using Internet Explorer as the client?
>>>
>>> I found that IE has the very ugly habit when dealing with a page that
>>> references the same resource multiple times. When a page has:
>>>  foo.gif
>>>  foo.gif
>>> then ie sends two requests to the server concurrently (stupid, stupid).
>>> Worse, when one of the requests completes, then it just closes the other
>>> socket immediately. This is completely wrong behaviour; with http, only
>>> the server should close the socket.
>>>
>>> So the server is writing the response out the socket, and suddenly finds
>>> that the socket has been closed by the other end. It rightly complains
>>> because the other end should not be doing that.
>>>
>>> The real solution is to use a sane browser. Otherwise, just configure
>>> your logging to ignore ERROR messages from category
>>> "org.apache.myfaces.renderkit.html.util.DefaultAddResource". It doesn't
>>> actually cause any serious problems on the server.
>>>
>>> Regards,
>>> Simon
>>>
>>> Mali123 schrieb:
>>>>
>>>> hi,
>>>>  i'm using the my-faces-tomahawk-1.3,I've got this stack trace
>>>> repeatedly
>>>> in my jsf aplication logs. I use the tomahawk calendar component. I
>>>> couldn't
>>>> find the solution anywhere. Could you please help me to solve it? Here
>>>> is
>>>> the stack trace:
>>>>
>>>> 008-10-28 14:06:52,730 ERROR
>>>> [org.apache.myfaces.renderkit.html.util.DefaultAddResource] Error while
>>>> serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message :
>>>> null
>>>> ClientAbortException:  javax.net.ssl.SSLException: Connection has been
>>>> shutdown: javax.net.ssl.SSLException: java.net.SocketException:
>>>> Connection
>>>> reset
>>>>       at
>>>>
>>>> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
>>>>       at
>>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
>>>>       at
>>>>
>>>> org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:309)
>>>>       at
>>>> org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:273)
>>>>       at
>>>>
>>>> org.apache.catalina.connector.CoyoteOutputStream.close(CoyoteOutputStream.java:104)
>>>>       at
>>>>
>>>> org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java:172)
>>>>       at
>>>>
>>>> org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java:151)
>>>>       at
>>>>
>>>> org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:558)
>>>>       at
>>>>
>>>> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>       at
>>>>
>>>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>       at
>>>>
>>>> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>>>>       at
>>>>
>>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>>>       at
>>>>
>>>> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>>       at
>>>>
>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>>>>       at
>>>>
>>>> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>>>       at
>>>>
>>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>       at
>>>>
>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>       at
>>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>>>       at java.lang.Thread.run(Thread.java:619)
>>>> Caused by: javax.net.ssl.SSLException: Connection has been shutdown:
>>>> javax.net.ssl.SSLException: java.net.SocketException: Connection reset
>>>>       at
>>>>
>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1239)
>>>>       at
>>>>
>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1251)
>>>>       at
>>>>
>>>> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:43)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:570)
>>>>       at org.apache.coyote.Response.doWrite(Response.java:560)
>>>>       at
>>>>
>>>> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
>>>>       ... 28 more
>>>> Caused by: javax.net.ssl.SSLException: java.net.SocketException:
>>>> Connection
>>>> reset
>>>>       at
>>>> com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)
>>>>       at
>>>>
>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591)
>>>>       at
>>>>
>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1554)
>>>>       at
>>>>
>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1518)
>>>>       at
>>>>
>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1463)
>>>>       at
>>>>
>>>> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.InternalOutputBuffer.commit(InternalOutputBuffer.java:595)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:936)
>>>>       at org.apache.coyote.Response.action(Response.java:183)
>>>>       at org.apache.coyote.Response.sendHeaders(Response.java:379)
>>>>       at
>>>>
>>>> org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:305)
>>>>       ... 26 more
>>>> Caused by: java.net.SocketException: Connection reset
>>>>       at
>>>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96)
>>>>       at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>>>>       at
>>>>
>>>> com.sun.net.ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java:295)
>>>>       at
>>>> com.sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java:284)
>>>>       at
>>>>
>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java:734)
>>>>       at
>>>>
>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:722)
>>>>       at
>>>>
>>>> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
>>>>       ... 31 more
>>>> 2008-10-28 14:06:52,736 ERROR
>>>> [org.apache.myfaces.webapp.filter.ExtensionsFilter] Exception wile
>>>> retrieving addResource
>>>> java.lang.IllegalStateException
>>>>       at
>>>>
>>>> org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>       at
>>>>
>>>> org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:583)
>>>>       at
>>>>
>>>> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>       at
>>>>
>>>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>       at
>>>>
>>>> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>>>>       at
>>>>
>>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>>>       at
>>>>
>>>> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>>       at
>>>>
>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>>>>       at
>>>>
>>>> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>>>       at
>>>>
>>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>       at
>>>>
>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>       at
>>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>>>       at java.lang.Thread.run(Thread.java:619)
>>>> 2008-10-28 14:06:52,738 ERROR
>>>>
>>>> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/bp].[default]]
>>>> Servlet.service() for servlet default threw exception
>>>> java.lang.IllegalStateException
>>>>       at
>>>>
>>>> org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>>       at
>>>>
>>>> org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:583)
>>>>       at
>>>>
>>>> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>       at
>>>>
>>>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>>       at
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>       at
>>>>
>>>> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>>>>       at
>>>>
>>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>>>       at
>>>>
>>>> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>>       at
>>>>
>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>>>>       at
>>>>
>>>> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>>>       at
>>>>
>>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>>>       at
>>>>
>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>       at
>>>>
>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>       at
>>>>
>>>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>>       at
>>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>>>       at java.lang.Thread.run(Thread.java:619)
>>>>
>>>
>>>
>>> --
>>> -- Emails in "mixed" posting style will be ignored
>>> -- (http://en.wikipedia.org/wiki/Posting_style)
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20204804.html
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>

Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Richard Yee <ri...@gmail.com>.
There is a Jira issue filed for the  secure/insecure problem you  
describe. I think there is also a patch available. Another workaround  
is to have the user change the browser settings to allow mixed content.

-R

Sent from my iPhone

On Oct 28, 2008, at 3:40 AM, Mali123 <ma...@yahoo.com> wrote:

>
> Hi
>  thz for the quick reply, im using IE,  when i click the calender  
> button
> i'm getting this stack trace and security information alert "Page  
> Contains
> Secure / Non-Secure Items",i can ignore the stack trace as u mention  
> way but
> how can get rid of that alert,is there any possble way to stop that  
> alert
> when clicking the claender button, my client using the IE so he need  
> to
> disable this alert, pls help
>
> Mali
>
>
>
>
>
>
>
>
>
> Simon Kitching wrote:
>>
>> Are you using Internet Explorer as the client?
>>
>> I found that IE has the very ugly habit when dealing with a page that
>> references the same resource multiple times. When a page has:
>>  foo.gif
>>  foo.gif
>> then ie sends two requests to the server concurrently (stupid,  
>> stupid).
>> Worse, when one of the requests completes, then it just closes the  
>> other
>> socket immediately. This is completely wrong behaviour; with http,  
>> only
>> the server should close the socket.
>>
>> So the server is writing the response out the socket, and suddenly  
>> finds
>> that the socket has been closed by the other end. It rightly  
>> complains
>> because the other end should not be doing that.
>>
>> The real solution is to use a sane browser. Otherwise, just configure
>> your logging to ignore ERROR messages from category
>> "org.apache.myfaces.renderkit.html.util.DefaultAddResource". It  
>> doesn't
>> actually cause any serious problems on the server.
>>
>> Regards,
>> Simon
>>
>> Mali123 schrieb:
>>> hi,
>>>  i'm using the my-faces-tomahawk-1.3,I've got this stack trace
>>> repeatedly
>>> in my jsf aplication logs. I use the tomahawk calendar component. I
>>> couldn't
>>> find the solution anywhere. Could you please help me to solve it?  
>>> Here is
>>> the stack trace:
>>>
>>> 008-10-28 14:06:52,730 ERROR
>>> [org.apache.myfaces.renderkit.html.util.DefaultAddResource] Error  
>>> while
>>> serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif,  
>>> message :
>>> null
>>> ClientAbortException:  javax.net.ssl.SSLException: Connection has  
>>> been
>>> shutdown: javax.net.ssl.SSLException: java.net.SocketException:
>>> Connection
>>> reset
>>>        at
>>> org. 
>>> apache. 
>>> catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java: 
>>> 358)
>>>        at
>>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
>>>        at
>>> org. 
>>> apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java: 
>>> 309)
>>>        at
>>> org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java: 
>>> 273)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> connector.CoyoteOutputStream.close(CoyoteOutputStream.java:104)
>>>        at
>>> org. 
>>> apache. 
>>> myfaces. 
>>> renderkit. 
>>> html. 
>>> util. 
>>> MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java:172)
>>>        at
>>> org. 
>>> apache. 
>>> myfaces. 
>>> renderkit. 
>>> html. 
>>> util. 
>>> MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java:151)
>>>        at
>>> org. 
>>> apache. 
>>> myfaces. 
>>> renderkit. 
>>> html.util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>> 558)
>>>        at
>>> org. 
>>> apache. 
>>> myfaces. 
>>> webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core. 
>>> ApplicationFilterChain. 
>>> internalDoFilter(ApplicationFilterChain.java:235)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>>> 206)
>>>        at
>>> org. 
>>> jboss. 
>>> web. 
>>> tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core. 
>>> ApplicationFilterChain. 
>>> internalDoFilter(ApplicationFilterChain.java:235)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>>> 206)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>        at
>>> org. 
>>> jboss. 
>>> web. 
>>> tomcat. 
>>> security. 
>>> SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>>        at
>>> org. 
>>> jboss. 
>>> web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>> 84)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>>        at
>>> org. 
>>> apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java: 
>>> 543)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.core.StandardEngineValve.invoke(StandardEngineValve.java: 
>>> 109)
>>>        at
>>> org. 
>>> apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: 
>>> 241)
>>>        at
>>> org. 
>>> apache.coyote.http11.Http11Processor.process(Http11Processor.java: 
>>> 844)
>>>        at
>>> org.apache.coyote.http11.Http11Protocol 
>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>        at
>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java: 
>>> 447)
>>>        at java.lang.Thread.run(Thread.java:619)
>>> Caused by: javax.net.ssl.SSLException: Connection has been shutdown:
>>> javax.net.ssl.SSLException: java.net.SocketException: Connection  
>>> reset
>>>        at
>>> com. 
>>> sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java: 
>>> 1239)
>>>        at
>>> com. 
>>> sun. 
>>> net.ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java: 
>>> 1251)
>>>        at
>>> com. 
>>> sun. 
>>> net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:43)
>>>        at
>>> org.apache.coyote.http11.InternalOutputBuffer 
>>> $OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
>>>        at
>>> org. 
>>> apache. 
>>> coyote. 
>>> http11. 
>>> filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
>>>        at
>>> org. 
>>> apache. 
>>> coyote. 
>>> http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:570)
>>>        at org.apache.coyote.Response.doWrite(Response.java:560)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java: 
>>> 353)
>>>        ... 28 more
>>> Caused by: javax.net.ssl.SSLException: java.net.SocketException:
>>> Connection
>>> reset
>>>        at
>>> com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)
>>>        at
>>> com. 
>>> sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java: 
>>> 1591)
>>>        at
>>> com. 
>>> sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java: 
>>> 1554)
>>>        at
>>> com. 
>>> sun. 
>>> net. 
>>> ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java: 
>>> 1518)
>>>        at
>>> com. 
>>> sun. 
>>> net. 
>>> ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java: 
>>> 1463)
>>>        at
>>> com. 
>>> sun. 
>>> net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64)
>>>        at
>>> org. 
>>> apache. 
>>> coyote. 
>>> http11.InternalOutputBuffer.commit(InternalOutputBuffer.java:595)
>>>        at
>>> org. 
>>> apache.coyote.http11.Http11Processor.action(Http11Processor.java: 
>>> 936)
>>>        at org.apache.coyote.Response.action(Response.java:183)
>>>        at org.apache.coyote.Response.sendHeaders(Response.java:379)
>>>        at
>>> org. 
>>> apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java: 
>>> 305)
>>>        ... 26 more
>>> Caused by: java.net.SocketException: Connection reset
>>>        at
>>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96)
>>>        at  
>>> java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>>>        at
>>> com. 
>>> sun. 
>>> net.ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java:295)
>>>        at
>>> com.sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java: 
>>> 284)
>>>        at
>>> com. 
>>> sun. 
>>> net. 
>>> ssl. 
>>> internal.ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java: 
>>> 734)
>>>        at
>>> com. 
>>> sun. 
>>> net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java: 
>>> 722)
>>>        at
>>> com. 
>>> sun. 
>>> net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
>>>        ... 31 more
>>> 2008-10-28 14:06:52,736 ERROR
>>> [org.apache.myfaces.webapp.filter.ExtensionsFilter] Exception wile
>>> retrieving addResource
>>> java.lang.IllegalStateException
>>>        at
>>> org. 
>>> apache. 
>>> catalina.connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>        at
>>> org. 
>>> apache. 
>>> myfaces. 
>>> renderkit. 
>>> html.util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>> 583)
>>>        at
>>> org. 
>>> apache. 
>>> myfaces. 
>>> webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core. 
>>> ApplicationFilterChain. 
>>> internalDoFilter(ApplicationFilterChain.java:235)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>>> 206)
>>>        at
>>> org. 
>>> jboss. 
>>> web. 
>>> tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core. 
>>> ApplicationFilterChain. 
>>> internalDoFilter(ApplicationFilterChain.java:235)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>>> 206)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>        at
>>> org. 
>>> jboss. 
>>> web. 
>>> tomcat. 
>>> security. 
>>> SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>>        at
>>> org. 
>>> jboss. 
>>> web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>> 84)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>>        at
>>> org. 
>>> apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java: 
>>> 543)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.core.StandardEngineValve.invoke(StandardEngineValve.java: 
>>> 109)
>>>        at
>>> org. 
>>> apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: 
>>> 241)
>>>        at
>>> org. 
>>> apache.coyote.http11.Http11Processor.process(Http11Processor.java: 
>>> 844)
>>>        at
>>> org.apache.coyote.http11.Http11Protocol 
>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>        at
>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java: 
>>> 447)
>>>        at java.lang.Thread.run(Thread.java:619)
>>> 2008-10-28 14:06:52,738 ERROR
>>> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/ 
>>> bp].[default]]
>>> Servlet.service() for servlet default threw exception
>>> java.lang.IllegalStateException
>>>        at
>>> org. 
>>> apache. 
>>> catalina.connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>>        at
>>> org. 
>>> apache. 
>>> myfaces. 
>>> renderkit. 
>>> html.util.DefaultAddResource.serveResource(DefaultAddResource.java: 
>>> 583)
>>>        at
>>> org. 
>>> apache. 
>>> myfaces. 
>>> webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core. 
>>> ApplicationFilterChain. 
>>> internalDoFilter(ApplicationFilterChain.java:235)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>>> 206)
>>>        at
>>> org. 
>>> jboss. 
>>> web. 
>>> tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core. 
>>> ApplicationFilterChain. 
>>> internalDoFilter(ApplicationFilterChain.java:235)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>>> 206)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>        at
>>> org. 
>>> jboss. 
>>> web. 
>>> tomcat. 
>>> security. 
>>> SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>>>        at
>>> org. 
>>> apache. 
>>> catalina. 
>>> authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>>        at
>>> org. 
>>> jboss. 
>>> web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java: 
>>> 84)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>>        at
>>> org. 
>>> apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java: 
>>> 543)
>>>        at
>>> org. 
>>> apache. 
>>> catalina.core.StandardEngineValve.invoke(StandardEngineValve.java: 
>>> 109)
>>>        at
>>> org. 
>>> apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: 
>>> 241)
>>>        at
>>> org. 
>>> apache.coyote.http11.Http11Processor.process(Http11Processor.java: 
>>> 844)
>>>        at
>>> org.apache.coyote.http11.Http11Protocol 
>>> $Http11ConnectionHandler.process(Http11Protocol.java:580)
>>>        at
>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java: 
>>> 447)
>>>        at java.lang.Thread.run(Thread.java:619)
>>>
>>
>>
>> -- 
>> -- Emails in "mixed" posting style will be ignored
>> -- (http://en.wikipedia.org/wiki/Posting_style)
>>
>>
>>
>
> -- 
> View this message in context: http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20204804.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>

Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Mali123 <ma...@yahoo.com>.
Hi
  thz for the quick reply, im using IE,  when i click the calender button
i'm getting this stack trace and security information alert "Page Contains
Secure / Non-Secure Items",i can ignore the stack trace as u mention way but
how can get rid of that alert,is there any possble way to stop that alert
when clicking the claender button, my client using the IE so he need to
disable this alert, pls help

Mali









Simon Kitching wrote:
> 
> Are you using Internet Explorer as the client?
> 
> I found that IE has the very ugly habit when dealing with a page that
> references the same resource multiple times. When a page has:
>   foo.gif 
>   foo.gif 
> then ie sends two requests to the server concurrently (stupid, stupid).
> Worse, when one of the requests completes, then it just closes the other
> socket immediately. This is completely wrong behaviour; with http, only
> the server should close the socket.
> 
> So the server is writing the response out the socket, and suddenly finds
> that the socket has been closed by the other end. It rightly complains
> because the other end should not be doing that.
> 
> The real solution is to use a sane browser. Otherwise, just configure
> your logging to ignore ERROR messages from category
> "org.apache.myfaces.renderkit.html.util.DefaultAddResource". It doesn't
> actually cause any serious problems on the server.
> 
> Regards,
> Simon
> 
> Mali123 schrieb:
>> hi,
>>   i'm using the my-faces-tomahawk-1.3,I've got this stack trace
>> repeatedly
>> in my jsf aplication logs. I use the tomahawk calendar component. I
>> couldn't
>> find the solution anywhere. Could you please help me to solve it? Here is
>> the stack trace: 
>>
>> 008-10-28 14:06:52,730 ERROR
>> [org.apache.myfaces.renderkit.html.util.DefaultAddResource] Error while
>> serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message :
>> null
>> ClientAbortException:  javax.net.ssl.SSLException: Connection has been
>> shutdown: javax.net.ssl.SSLException: java.net.SocketException:
>> Connection
>> reset
>>         at
>> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
>>         at
>> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
>>         at
>> org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:309)
>>         at
>> org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:273)
>>         at
>> org.apache.catalina.connector.CoyoteOutputStream.close(CoyoteOutputStream.java:104)
>>         at
>> org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java:172)
>>         at
>> org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java:151)
>>         at
>> org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:558)
>>         at
>> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>>         at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>         at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>         at
>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>         at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>         at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>         at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>         at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>         at
>> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>>         at
>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>         at
>> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>>         at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>         at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>>         at
>> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>         at
>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>         at
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>         at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>         at
>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>         at
>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
>>         at
>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>         at java.lang.Thread.run(Thread.java:619)
>> Caused by: javax.net.ssl.SSLException: Connection has been shutdown:
>> javax.net.ssl.SSLException: java.net.SocketException: Connection reset
>>         at
>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1239)
>>         at
>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1251)
>>         at
>> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:43)
>>         at
>> org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
>>         at
>> org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
>>         at
>> org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:570)
>>         at org.apache.coyote.Response.doWrite(Response.java:560)
>>         at
>> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
>>         ... 28 more
>> Caused by: javax.net.ssl.SSLException: java.net.SocketException:
>> Connection
>> reset
>>         at
>> com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)
>>         at
>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591)
>>         at
>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1554)
>>         at
>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1518)
>>         at
>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1463)
>>         at
>> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64)
>>         at
>> org.apache.coyote.http11.InternalOutputBuffer.commit(InternalOutputBuffer.java:595)
>>         at
>> org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:936)
>>         at org.apache.coyote.Response.action(Response.java:183)
>>         at org.apache.coyote.Response.sendHeaders(Response.java:379)
>>         at
>> org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:305)
>>         ... 26 more
>> Caused by: java.net.SocketException: Connection reset
>>         at
>> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96)
>>         at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>>         at
>> com.sun.net.ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java:295)
>>         at
>> com.sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java:284)
>>         at
>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java:734)
>>         at
>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:722)
>>         at
>> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
>>         ... 31 more
>> 2008-10-28 14:06:52,736 ERROR
>> [org.apache.myfaces.webapp.filter.ExtensionsFilter] Exception wile
>> retrieving addResource
>> java.lang.IllegalStateException
>>         at
>> org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>         at
>> org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:583)
>>         at
>> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>>         at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>         at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>         at
>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>         at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>         at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>         at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>         at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>         at
>> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>>         at
>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>         at
>> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>>         at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>         at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>>         at
>> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>         at
>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>         at
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>         at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>         at
>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>         at
>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
>>         at
>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>         at java.lang.Thread.run(Thread.java:619)
>> 2008-10-28 14:06:52,738 ERROR
>> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/bp].[default]]
>> Servlet.service() for servlet default threw exception
>> java.lang.IllegalStateException
>>         at
>> org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:421)
>>         at
>> org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:583)
>>         at
>> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>>         at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>         at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>         at
>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>>         at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>         at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>         at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>>         at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>         at
>> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>>         at
>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>         at
>> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>>         at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>         at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>>         at
>> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>>         at
>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>>         at
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>         at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>>         at
>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>         at
>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
>>         at
>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>         at java.lang.Thread.run(Thread.java:619)
>>   
> 
> 
> -- 
> -- Emails in "mixed" posting style will be ignored
> -- (http://en.wikipedia.org/wiki/Posting_style)
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Urgent-help-Need-%3A--Error-while-serving-resource%3A-calendar.HtmlCalendarRenderer-DB-drop1.gif%2C-message-%3A-null-tp20204266p20204804.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

Posted by Simon Kitching <sk...@apache.org>.
Are you using Internet Explorer as the client?

I found that IE has the very ugly habit when dealing with a page that
references the same resource multiple times. When a page has:
 <img src="foo.gif">
 <img src="foo.gif">
then ie sends two requests to the server concurrently (stupid, stupid).
Worse, when one of the requests completes, then it just closes the other
socket immediately. This is completely wrong behaviour; with http, only
the server should close the socket.

So the server is writing the response out the socket, and suddenly finds
that the socket has been closed by the other end. It rightly complains
because the other end should not be doing that.

The real solution is to use a sane browser. Otherwise, just configure
your logging to ignore ERROR messages from category
"org.apache.myfaces.renderkit.html.util.DefaultAddResource". It doesn't
actually cause any serious problems on the server.

Regards,
Simon

Mali123 schrieb:
> hi,
>   i'm using the my-faces-tomahawk-1.3,I've got this stack trace repeatedly
> in my jsf aplication logs. I use the tomahawk calendar component. I couldn't
> find the solution anywhere. Could you please help me to solve it? Here is
> the stack trace: 
>
> 008-10-28 14:06:52,730 ERROR
> [org.apache.myfaces.renderkit.html.util.DefaultAddResource] Error while
> serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null
> ClientAbortException:  javax.net.ssl.SSLException: Connection has been
> shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection
> reset
>         at
> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
>         at
> org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
>         at
> org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:309)
>         at
> org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:273)
>         at
> org.apache.catalina.connector.CoyoteOutputStream.close(CoyoteOutputStream.java:104)
>         at
> org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.writeResource(MyFacesResourceLoader.java:172)
>         at
> org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader.serveResource(MyFacesResourceLoader.java:151)
>         at
> org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:558)
>         at
> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>         at
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>         at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>         at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>         at
> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>         at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>         at
> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>         at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>         at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>         at
> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>         at
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>         at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>         at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>         at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>         at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
>         at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>         at java.lang.Thread.run(Thread.java:619)
> Caused by: javax.net.ssl.SSLException: Connection has been shutdown:
> javax.net.ssl.SSLException: java.net.SocketException: Connection reset
>         at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1239)
>         at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1251)
>         at
> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:43)
>         at
> org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
>         at
> org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
>         at
> org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:570)
>         at org.apache.coyote.Response.doWrite(Response.java:560)
>         at
> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
>         ... 28 more
> Caused by: javax.net.ssl.SSLException: java.net.SocketException: Connection
> reset
>         at
> com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)
>         at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591)
>         at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1554)
>         at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1518)
>         at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1463)
>         at
> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64)
>         at
> org.apache.coyote.http11.InternalOutputBuffer.commit(InternalOutputBuffer.java:595)
>         at
> org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:936)
>         at org.apache.coyote.Response.action(Response.java:183)
>         at org.apache.coyote.Response.sendHeaders(Response.java:379)
>         at
> org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:305)
>         ... 26 more
> Caused by: java.net.SocketException: Connection reset
>         at
> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96)
>         at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>         at
> com.sun.net.ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java:295)
>         at
> com.sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java:284)
>         at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java:734)
>         at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:722)
>         at
> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
>         ... 31 more
> 2008-10-28 14:06:52,736 ERROR
> [org.apache.myfaces.webapp.filter.ExtensionsFilter] Exception wile
> retrieving addResource
> java.lang.IllegalStateException
>         at
> org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:421)
>         at
> org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:583)
>         at
> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>         at
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>         at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>         at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>         at
> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>         at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>         at
> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>         at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>         at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>         at
> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>         at
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>         at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>         at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>         at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>         at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
>         at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>         at java.lang.Thread.run(Thread.java:619)
> 2008-10-28 14:06:52,738 ERROR
> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/bp].[default]]
> Servlet.service() for servlet default threw exception
> java.lang.IllegalStateException
>         at
> org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:421)
>         at
> org.apache.myfaces.renderkit.html.util.DefaultAddResource.serveResource(DefaultAddResource.java:583)
>         at
> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:125)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>         at
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>         at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>         at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>         at
> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>         at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>         at
> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>         at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>         at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
>         at
> org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
>         at
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)
>         at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>         at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
>         at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>         at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
>         at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>         at java.lang.Thread.run(Thread.java:619)
>   


-- 
-- Emails in "mixed" posting style will be ignored
-- (http://en.wikipedia.org/wiki/Posting_style)