1. java.lang.illegalArgumentException icefaces.org |
2. Exception in thread "main" java.lang.IllegalArgumentException: Width (644) and height (0) cannot be icefaces.orgHi all I am getting below exception when i am converting pdf to tiff images for some of the pdf Please help me to resolve this issues Exception in thread "main" java.lang.IllegalArgumentException: Width (644) and height (0) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:999) at java.awt.image.BufferedImage. |
3. DataPaginator throwing IllegalArgumentException:-10 icefaces.org |
4. DataPaginator throwing IllegalArgumentException:-10 icefaces.orgI have been trying to bind a datatable and a datapaginator to display the data over a number of pages.But whenever i click on the the page number of data paginator,it throws java.lang.IllegalArgumentException: -10 at javax.faces.component.UIData.setFirst(UIData.java:275) at com.icesoft.faces.component.datapaginator.DataPaginator.broadcast(DataPaginator.java:160). Here is the component code I am using. |
5. DataPaginator throwing IllegalArgumentException:-10 icefaces.org |
6. DataPaginator throwing IllegalArgumentException:-10 icefaces.orgI have been trying to bind a datatable and a datapaginator to display the data over a number of pages.But whenever i click on the the page number of data paginator,it throws java.lang.IllegalArgumentException: -10 at javax.faces.component.UIData.setFirst(UIData.java:275) at com.icesoft.faces.component.datapaginator.DataPaginator.broadcast(DataPaginator.java:160). Here is the component code I am using. |
9. binding attribute with DataTable causes IllegalArgumentException icefaces.orgEnvironment: ICEfaces 1.62 with Tomcat 5.5 on Windows XP I've got a simple backing bean that's bound to an ICEfaces DataTable, and every time I refresh the page (or navigate to it for a second time), I get the following exception: Code: 18:17:45,046 ERROR [Blocking Servlet]:257 - Servlet.service() for servlet Blocking Servlet threw exception javax.faces.FacesException: Failed to execute JSP lifecycle. at ... |
10. meaning of an exception : java.lang.IllegalArgumentException icefaces.orgEtat HTTP 500 - type Rapport d'exception message description Le serveur a rencontr une erreur interne () qui l'a empch de satisfaire la requte. exception javax.faces.FacesException: Problem in renderResponse: /OrderBook.jspx @272,80 rendered="#{orderBook.expandedable}": Error getting property 'expandedable' from bean of type com.ulnet.memberarea.web.OrderBook.OrderBookBean: java.lang.IllegalArgumentException com.icesoft.faces.facelets.D2DFaceletViewHandler.renderResponse(D2DFaceletViewHandler.java:329) com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:153) com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107) com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:268) com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137) com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:26) com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:147) com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36) com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:31) com.icesoft.faces.webapp.http.core.MultiViewServer.service(MultiViewServer.java:54) com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50) com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19) com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19) com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:29) com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:110) com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35) com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52) com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29) com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:97) ... |
11. java.lang.IllegalArgumentException - selectOneListBox icefaces.orgHello. I would like to ask a question about error afore mentioned. So, in the page i display some values in the selectOneListBox, when i click on selected value, the application throw an exception: [code] sourceId=j_id8:SlctFileListBoxID[severity=(ERROR 2), summary=(java.lang.IllegalArgumentException: Cannot convert Readme.txt of type class java.lang.String to class [Ljava.lang.String;), detail=(java.lang.IllegalArgumentException: Cannot convert Readme.txt of type class java.lang.String to class [Ljava.lang.String;)] [/code] Here ... |