Exception « IceFaces « JSF Q&A





1. Exception with ICEFaces    stackoverflow.com

I'm using ICEFaces. I have datatable with multiple columns. One I load the page I get the following exception; however, the page still loads and contiues correctly but after I start ...

2. JSF Tag exception caused by f:setPropertyActionListener: Parent is not of type ActionSource    stackoverflow.com

I have a web application written in plain old JSF that I want partially migrate to ICEfaces to use some of its components, namely confirmation panel for now. To use it, ...

3. Woodstock / Icefaces: Exception using VisualWeb ICEfaces framework in JSF project    forums.netbeans.org

Search: NetBeans Forums FAQ Search Memberlist Register Profile Log in to check your private messages Log in ...

7. Icefaces Exception    icefaces.org

8. Ice faces exception    icefaces.org





10. Could not stop/reploy/update ICEfaces 1.7.2 application in IBM WAS 6.0.27 after exception thrown.    icefaces.org

ICEfaces WAS Test javax.faces.STATE_SAVING_METHOD server javax.faces.DEFAULT_SUFFIX .jspx com.icesoft.faces.compressResources true com.icesoft.faces.synchronousUpdate false com.icesoft.faces.concurrentDOMViews true com.icesoft.faces.heartbeatInterval 20000 com.icesoft.faces.heartbeatTimeout 60000 com.icesoft.faces.heartbeatRetries 50 com.icesoft.faces.connectionTimeout 3600000 Faces Servlet javax.faces.webapp.FacesServlet 1 Blocking Servlet com.icesoft.faces.webapp.xmlhttp.BlockingServlet 1 Persistent Faces ...

12. Exception at loading time    icefaces.org

14. ProcessValidationPhase Exception    icefaces.org





17. isVisibleOnUserRole exception version 1.0    icefaces.org

I've been successfully using ICE Faces beta (0.3.0 and 0.3.1 with Eclipse and JDK 5 deploying to JBoss 4.0.2. With the release of v1.0 of the community edition I updated the relevant jar files as before (e.g., same process as when I switched from 0.3.0 to 0.3.1) and am now getting the following exception: javax.servlet.ServletException: Can't parse stream for /login.jspx com.icesoft.faces.component.ext.taglib.Util.isVisibleOnUserRole(Ljavax/faces/component/UIComponent;)Z ...

18. exception at class load    icefaces.org

20. Exception during running the sample application    icefaces.org

Guys, I wanted to try the sample application auctionMonitor and have the following installed, Tomcat 5.5, JDK 1.6 and when I ran my application, got the following error. No clue as to what it is. Any help? HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception ...

21. deserialize exception    icefaces.org

22. different exceptions    icefaces.org

24. MessagePipeline.publish() Exception with ICEfaces Push Server 1.8.2    icefaces.org

The Push Server and your application are using HTTP to try and communicate (rather than JMS) and there seems to be a problem with the URI. Can you turn on debug level logging? The HttpAdapter.publish() method does have some logging statements that might shed some light on the problem. ICEfaces attempts to detect and set the localAddress and localPort values automatically. ...

25. MessagePipeline exception 1.8.2    icefaces.org

27. inputFile: How to suppress exception stacktraces if uploadMaxFilesize is exceeded?    icefaces.org

Hello, i'm using with an to show up file upload errors. Everything works fine, but everytime an upload exceeds the allowed filesize, the Tomcat logs are cluttered with exception stacktraces. Is there a way to suppress this? Here's a bit of the stacktrace: java.io.IOException: Stream closed at org.apache.catalina.connector.InputBuffer.read(InputBuffer.java:325) at org.apache.catalina.connector.CoyoteInputStream.read(CoyoteInputStream.java:193) .... java.lang.IllegalStateException at org.apache.coyote.Response.reset(Response.java:297) at org.apache.catalina.connector.Response.reset(Response.java:658) .... ...

28. Exception in ice:selectInputDate    icefaces.org

29. Exception finding JSF1.2 saveView method on delegate    icefaces.org

I am new user of ICEFaces and IcePDF and I am trying to execute IcePDF Demo Application in JBoss 4.2.2. When I call http://localhost:8080/icepdf the following error occurs: ERROR [ViewRootStateManagerImpl] Exception finding JSF1.2 saveView method on delegate java.lang.NoSuchMethodException: com.sun.faces.application.StateManagerImpl.saveView(javax.faces.context.FacesContext) Obs.: I put all lib dependencies according to developers guide (ICEfacesDevelopersGuide.pdf - pg. 112 and also /ICEpdf-3.1.0-bin/icepdf/docsDevelopersGuide.pdf - pg. 7). Does anyone ...

30. File not found exception not returning to container (can duplicate on icefaces.org)    icefaces.org

I'm having a odd problem with URLs that end with something like this: /view.xhtml;jssessonid=123456 For some reason, whenever a ";" becomes part of the URL ICEfaces will throw its own exception and print a file not found error rather than return it to the container for the container to decided how to handle a 404 error. I'm noticing the error on ...

32. exception implicit object    icefaces.org

34. Exception generating bar chart    icefaces.org

39. How to handle exception in ice:datatable    icefaces.org

Hi all. I am using IceFaces 2.0.0.B1 with JSF 2.0.3. A. In my application, I am using with to display the data in a tabular form. Since I want lazy load to be enabled, I am using javax.faces.model.DataModel class. so, my xhtml code goes as: (here, bean.getData() method returns the DataModel implementation class.) B. Further, I ...

41. Catching Exceptions - Ice 1.8.2    icefaces.org

I'm going to answer my own question here for the sake of the community. I've been making a fundamental JSF mistake for the last several years - that mistake is the difference between using actionListeners and actions on my components. Up until today, I have been using only actionListeners, and those actionListerners have been processing business logic.. including logic that may ...

42. Exception running Ice 2.0 with Liferay 6.0    icefaces.org

Followed the chat example to create my own portlet, but when I run it get this error: 18:22:18,234 ERROR [ExternalContextImpl:1051] Unable to call portletResponse.setProperty(String, String) for portletResponse=[com.liferay.portlet.RenderResponseImpl] because it is not a ResourceResponse. 18:22:18,250 ERROR [jsp:154] java.lang.NullPointerException at com.sun.faces.lifecycle.RestoreViewPhase.notifyAfter(RestoreViewPhase.java:297) at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:110) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:114) at org.portletfaces.bridge.BridgeImpl.doFacesRequest(BridgeImpl.java:232) at org.portletfaces.bridge.GenericFacesPortlet.doView(GenericFacesPortlet.java:194) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:328) at javax.portlet.GenericPortlet.render(GenericPortlet.java:233) at com.liferay.portlet.FilterChainImpl.doFilter(FilterChainImpl.java:101) at com.liferay.portal.kernel.portlet.PortletFilterUtil.doFilter(PortletFilterUtil.java:64) at com.liferay.portal.kernel.servlet.PortletServlet.service(PortletServlet.java:92) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) ...

43. Exceptions during deployment of app using icefaces 2.0.    icefaces.org

Hi, I am using icefaces for the first time and in the process of a POC.Intend to roll over this usage to the development team. I am trying since morning to solve this issue and still stuck. I get ConfigureListener failed error caused by "nosuchmethoderror in UINamingContainer.getSeparatorChar.why is it looking for this method. please help , am i missing anything...

44. Getting Exception while logout my iceface application    icefaces.org

Hello Icefaces expert! I have a problem with my iceface application,I have an old iceface application that is running fine on netweaver 7.0 and jboss5.1 server, now i migrated this app to new netweaver 7.2 server, it is running sucessfully, but when i login to the app and view some data and then logout it throws an exception as below 500 ...

46. com.ibm.ws.webcontainer.webapp.WebApp notifyServletContextCreated SRVE0283E: Exception caught while    icefaces.org

Hi! I'm working on application based on Icefaces on WebSphere 7.0. When I start my server, I got this error : com.ibm.ws.webcontainer.webapp.WebApp notifyServletContextCreated SRVE0283E: Exception caught while initializing context: {0} java.lang.VerifyError: javax/servlet/jsp/JspApplicationContext.addELResolver(Ljavax/el/ELResolver;)V at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1600) at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:419) at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:1681) at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:374) at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:299) at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:100) at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:166) at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:731) at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:616) at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:376) at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:668) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1122) at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1319) at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:609) at ...

47. SessionHasExpired Exception    icefaces.org

48. Exception, where no should be    icefaces.org

49. Validator exceptions in editableTableBean is screaming all over the page!    icefaces.org

I have two editableTables under the same tag on the same page. They have each separate validators for their columns. If one of the validators throws a ValidatorException then BOTH tables shows that message on the bottom of its table, but at the same time the affected table actually points out, in red, the column where the error really are. ...

52. Exception    icefaces.org

53. Server Throws Exception    icefaces.org

54. Exception    icefaces.org

55. "update queue exceeded" exception    icefaces.org

Using Seam 1.1.0.CR1, ICEfaces 1.5.1, and JBoss 4.0.5.GA. My application starts off fine, but after using it for 20 or 30 page transitions, I get the following exception and the "User Session Expired" window pops up. 15:43:14,718 INFO [STDOUT] SendUpdates D 15:43:14,718 INFO [STDOUT] SendUpdates Exception 1 java.lang.RuntimeException: viewNumber 1 update queue exceeded 16 15:43:14,734 ERROR [STDERR] java.lang.RuntimeException: viewNumber 1 update ...

56. BlockingServlet hides exceptions    icefaces.org

peter Joined: 14/11/2006 00:00:00 Messages: 10 Offline I'm currently building an icefaces1.5.1 / facelets/ seam 1.1CR2 application. The application works, but only if I exclude the menu component. When I add the Menu component to the page, the page will load, but clicking on any action in the page results with the log outputting: Code: 2006-12-05 12:17:56,312 TRACE [com.icesoft.faces.webapp.xmlhttp.BlockingServlet] User session ...

58. Session already invalidated (Exception)    icefaces.org

2007-02-15 10:18:00,290 ERROR([Blocking Servlet]) - Servlet.service() for servlet Blocking Servlet threw exception java.lang.IllegalStateException: getLastAccessedTime: Session already invalidated at org.apache.catalina.session.StandardSession.getLastAccessedTime(StandardSession.java:426) at org.apache.catalina.session.StandardSessionFacade.getLastAccessedTime(StandardSessionFacade.java:83) at com.icesoft.faces.webapp.xmlhttp.BlockingResponseState.remainingMillis(BlockingResponseState.java:169) at com.icesoft.faces.webapp.xmlhttp.BlockingResponseState.block(BlockingResponseState.java:117) at com.icesoft.faces.webapp.xmlhttp.BlockingServlet.executeRequest(BlockingServlet.java:288) at com.icesoft.faces.webapp.xmlhttp.BlockingServlet.service(BlockingServlet.java:189) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) ...

60. Samples got 'ICEfaces could not initialize JavaServer Faces' Exception    icefaces.org

I'm deploying the samples (component-showcase) on my Websphere AS. I keep getting Null Pointer Exception for the servlets when deploying. Please refer to the attachment for the error log. The log said 'FacesConfigParser parse Failed to parse Faces config document '. Is there anything I should edit from the faces-config.xml file? I've also noticed that it said 'PersistentFacesCommonlet init ICEfaces could ...

61. Exception Handling in ICEfaces 1.6    icefaces.org

errorHandling javax.faces.STATE_SAVING_METHOD server com.icesoft.faces.util.event.servlet.ContextEventRepeater Faces Servlet javax.faces.webapp.FacesServlet 1 Persistent Faces Servlet com.icesoft.faces.webapp.xmlhttp.PersistentFacesServlet 1 Blocking Servlet com.icesoft.faces.webapp.xmlhttp.BlockingServlet 1 Persistent Faces Servlet /xmlhttp/* Persistent Faces Servlet *.iface Blocking Servlet /block/* ...

63. Client abort Exception    icefaces.org

64. RenderMan Exception...    icefaces.org

65. Problem with reloading entire page after handling exceptions    icefaces.org

Hi, In my application I have a sidebar which contains different links to load different pages. In one of mypages if any exception occurs then iam displaying the error page, but when I tried to open the same page again from the sidebar by clicking the link, it still showing the same error page, which I do not want, Since that ...

66. Exception    icefaces.org

68. exception while deploying project    icefaces.org

Hello, I'm new to Icefaces. I have a simple application. I'm trying to deploy it but it is giving me some exception--- [FacesConfigurator] failed to configure class org.apache.myfaces.custom.aliasbean.AliasBeanRenderer java.lang.ClassCastException: org.apache.myfaces.custom.aliasbean.AliasBeanRenderer I've not pasted complete error message. These are the jars that I have in my lib folder. ajax4jsf.jar commons-collections.jar commons-discovery.jar commons-logging.jar backport-util-concurrent.jar commons-fileupload.jar commons-el.jar commons-fileupload.jar el-api.jar el-ri.jar icefaces.jar icefaces-comps.jar jsf-facelets.jar jstl.jar ...

69. ClassNotFound Exception    icefaces.org

I have developed a sample application using myeclipseIDE. when i deploy it to tomcat 6, I found following error given below: Nov 26, 2007 3:18:52 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Error configuring application listener of class com.icesoft.faces.util.event.servlet.ContextEventRepeater java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at com.icesoft.faces.util.event.servlet.ContextEventRepeater.(ContextEventRepeater.java:103) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3774) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) ...

70. exception handling in icefaces component(Urgent)    icefaces.org

Hi All, I am using ICEFaces and seam in my application.I have one layout.xhtml which divides the page into two parts. one of the part will have tree and calendar will get renderd in other part. If the application gets an exception in part of the page(i.e in tree or calender) the pages is getting redirected to error.xhtml. Instead i need ...

71. session invalidation-exception 1.7 DR2    icefaces.org

Hi, I am trying to implement logout option by invalidating the session. I found out from the forums there was a known issue with the session invalidation and it was fixed in 1.6.1. But I am getting the following exception when I add the IceFaces 1.6.1 library using MyEclipse IceFaces plugin. at com.icesoft.faces.application.D2DViewHandler.delegateView(D2DViewHandler.java:796) at com.icesoft.faces.application.D2DViewHandler.createView(D2DViewHandler.java:173) at com.sun.faces.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:162) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:109) at javax.faces.component.UICommand.broadcast(UICommand.java:332) ...

72. ActionListener with gives MethodNotFound Exception    icefaces.org

Hi, I am a newbie to IceFaces and have some trouble calling the actionListener method from my jspx. Have been through most of the dynamic-tree generation demos and forums, but am not able to find an answer to my question. Will be glad if some one can suggest a solution to this asap. Below are the codes : My jspx page ...

74. calling a page multiple times throws an exception    icefaces.org

Hi, I do use Iceface Facelets and I generate dynamically (by javascript) a couple of iframes which all have as resource the same JSF page but with different parameters in the url. Generating 1 iframe is working fine but if I generate more then 1 iframe I get different exception. The generation of the iframe is done in loop so there ...

75. Any component throw exception when id have spaces    icefaces.org

Hi. In any component, when my id have spaces, like Code: I get this error: Code: java.lang.IllegalArgumentException: a c at javax.faces.component.UIComponentBase.validateId(UIComponentBase.java:488) at javax.faces.component.UIComponentBase.setId(UIComponentBase.java:299) at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:147) at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:295) at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:165) at com.sun.facelets.tag.ui.DefineHandler.apply(DefineHandler.java:58) at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:128) at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:306) at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:279) at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68) at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:295) at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:165) at com.sun.facelets.tag.jsf.core.FacetHandler.apply(FacetHandler.java:73) at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:295) at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:165) at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:295) ...

78. panelPopup Exception    icefaces.org

80. broken pipe exception    icefaces.org

Hi, I'm trying to implement a database backed tree, results are quite promising so far. But I do get an broken pipe exception. I'm using jboss seam 2.0.2 icefaces 1.7, mac 0X 10.4, Java version: 1.5.0_13, first I tried 1.6.1 and 2.0.1 for icefaces and seam respectively but that give same error. I really have the impression though that the problem ...

82. Nullpointer exceptions    icefaces.org

83. ice:selectInputDate throws exception    icefaces.org

85. changes i've made to deal with ice:inputFile's exceptions    icefaces.org

public void upload( FileItemStream stream, String uploadDirectory, boolean uploadDirectoryAbsolute, long maxSize, BridgeFacesContext bfc, ServletContext servletContext, String sessionId) throws IOException { ... try { ... if (fileName != null && fileName.trim().matches(namePattern)) { ... status = SAVED; fileInfo.setPhysicalPath(file.getAbsolutePath()); fileInfo.setSize(fileLength); updateFileValueBinding(bfc); notifyDone(bfc); } else { ... } } catch (FileUploadBase.FileUploadIOException uploadException) { ... } }