There are lots of this in catalina log:
*12-Mar-2014 08:41:43.828 WARNING [http-nio-80-exec-28]
com.sun.faces.application.resource.ResourceHandlerImpl.logMissingResource
JSF1064: Unable to find or serve resource, primefaces.js, from library,
primefaces.*
*12-Mar-2014 08:41:43.829 WARNING [http-nio-80-exec-28]
com.sun.faces.application.resource.ResourceHandlerImpl.logMissingResource *
* org.apache.catalina.connector.ClientAbortException: java.io.IOException:
Connection reset by peer*

But these always appeared in my logs, I guess it happens when the client
cancel the page load.


I did found something strange in the access log. Applications crashed
around 2:20PM. I checked for primefaces.js at this time in the access log
and its all 200 status, but I noticed some very small response sizes in
some requests, which explains the JavaScripts errors on Chrome console.

Here are the log files and some print-screens:
https://dl.dropboxusercontent.com/u/66737052/logs-12-03-2014.tar.bz2


Nothing changed in the system. I started to use Tomcat 8.0.3 in production
on February 28th and the server is restarted daily to recycle PermGen space.

I'm using Mojarra 2.2.5.

This issue started to manifest at 10AM after a parallel deploy. At first
only the icons disappeared from the new deployed version, but it was
functional. Although new and old deployed versions had PrimeFaces 4.0.9, I
started to think that might be something wrong with it, so I deployed a new
version using 4.0.10. Problem was solved for some hours, but when it
returned the status was what I mentioned above. Tried to parallel deploy
with 4.0.8 but no success. After I restarted problem was solved, but in
case it's relevant, there was only one version of each application running.


Thanks again,
Phillip



2014-03-13 10:40 GMT-03:00 Howard W. Smith, Jr. <smithh032...@gmail.com>:

> On Thu, Mar 13, 2014 at 9:33 AM, burghard.britzke <
> b...@charmides.in-berlin.de> wrote:
>
> > may be restarting the context would even be sufficient? May be the
> > FacesServlet has an issue which implementation are you using? which
> > version? which version of PrimeFaces?
> >
> >
> earlier, in the thread, he provided the following:
>
> Chrome console output:
>
> > Resource interpreted as Stylesheet but transferred with MIME type
> > text/plain: "
> >
>
> http://spdata-apps.net/cliente/javax.faces.resource/theme.css.jsf?ln=primefaces-redmond
> ".
> > login.jsf:3
> > Resource interpreted as Script but transferred with MIME type text/plain:
> "
> >
>
> http://spdata-apps.net/cliente/javax.faces.resource/primefaces.js.jsf?ln=primefaces&v=4.0.9
> ".
> > login.jsf:3
> > Resource interpreted as Image but transferred with MIME type text/plain:
> "
> >
>
> http://spdata-apps.net/cliente/javax.faces.resource/loading26.gif.jsf?ln=image
> ".
> > login.jsf:22
> > GET
> >
>
> http://spdata-apps.net/cliente/javax.faces.resource/primefaces.css.jsf?ln=primefaces&v=4.0.9net::ERR_INVALID_CHUNKED_ENCODING
>  login.jsf:3
>
> primefaces&v=4.0.9
>
> PrimeFaces Elite 4.0.9
>
> Since I usually scour PrimeFaces forum topics, this is the first person
> that I have heard/seen using tomcat 8.0.x with PrimeFaces.
>

Reply via email to