Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes JSF and the fly likes StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces Servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces Servlet" Watch "StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces Servlet" New topic
Author

StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces Servlet

massimo tarantelli
Ranch Hand

Joined: Jun 19, 2012
Posts: 35

Hello to everybody,
I have this error when I click on some p:commandButton (I'm using primefaces) in my web application.
I don't understain what I have to check, where the servlet engine find the Null, because i don't understaind what does it appen afther I click.
Here the error stack.



thanks
Massimo

IDE: NetBeans 7.1 - Java:1.7.0_2 - JSF 2.0/2.1 - Mojarra 2.1.3 - Primefaces 3.2 - GlassFish 3.1.2
massimo tarantelli
Ranch Hand

Joined: Jun 19, 2012
Posts: 35

solved,
It was related to a p:dataTable, in particular the "selectionMode" attribute.
thanks
Massimo
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces Servlet
 
Similar Threads
iceface does not work after migrate from glassfish 3.0.1 to 3.1.1
deploying to Glassfish V3 failed because of HTTPSessionListener
Filter execution threw an exception
Problem in updating data to Oracle database in servlets
Problem in Login using Servlets