Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
I’m currently in the middle of migrating an app from in WAS 6.1 using MyFaces 1.2.6 with JRE 1.5 compliance to WAS 8.5 using MyFaces 2.0.0 with JRE 1.6 compliance.
The app installs ok but the home screen never loads. The log shows that the global constants are loaded but no other activity or error is visible. The node shows some errors:
[14/05/20 01:58:35:815 COT] 00000044 webapp E com.ibm.ws.webcontainer.webapp.WebApp notifyServletContextDestroyed SRVE0285E: Exception caught while destroying context: {0}
org.apache.commons.discovery.DiscoveryException: Class com.ibm.ws.jsf.config.annotation.WebSphereLifecycleProviderFactory does not implement org.apache.myfaces.config.annotation.LifecycleProviderFactory
[14/05/20 21:44:01:807 COT] 000000e8 webapp E com.ibm.ws.webcontainer.webapp.WebApp notifyServletContextDestroyed SRVE0285E: Exception caught while destroying context: {0}
org.apache.commons.discovery.DiscoveryException: Class com.ibm.ws.jsf.config.annotation.WebSphereLifecycleProviderFactory does not implement org.apache.myfaces.config.annotation.LifecycleProviderFactory
[14/05/20 22:15:47:946 COT] 000000e1 ApplicationMg A WSVR0204I: Application: GAA_ADM_DES Application build level: Unknown
[14/05/20 22:15:48:123 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.OutputFormatTag
[14/05/20 22:15:48:128 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.CommandButtonTag
[14/05/20 22:15:48:133 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.InputTextTag
[14/05/20 22:15:48:137 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.FormTag
[14/05/20 22:15:48:139 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.ActionListenerTag
[14/05/20 22:15:48:147 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.MessageTag
[14/05/20 22:15:48:150 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.alignet.sps.action.ServiceValidatorAction
[14/05/20 22:15:48:153 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.GraphicImageTag
[14/05/20 22:15:48:158 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.ValidateDoubleRangeTag
[14/05/20 22:15:48:161 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.InputSecretTag
[14/05/20 22:15:48:164 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.ConvertDateTimeTag
[14/05/20 22:15:48:166 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.OutputLabelTag
[14/05/20 22:15:48:168 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.SelectOneListboxTag
[14/05/20 22:15:48:171 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.SelectManyCheckboxTag
[14/05/20 22:15:48:174 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.SelectItemsTag
[14/05/20 22:15:48:176 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.ColumnTag
[14/05/20 22:15:48:179 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.ValidateLengthTag
[14/05/20 22:15:48:183 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.ConvertNumberTag
[14/05/20 22:15:48:187 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.SelectItemTag
[14/05/20 22:15:48:191 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.ViewTag
[14/05/20 22:15:48:194 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.SubviewTag
[14/05/20 22:15:48:200 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.SelectOneRadioTag
[14/05/20 22:15:48:205 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.ValueChangeListenerTag
[14/05/20 22:15:48:212 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.alignet.sps.action.vf.FilevfeAction
[14/05/20 22:15:48:214 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.CommandLinkTag
[14/05/20 22:15:48:218 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener
[14/05/20 22:15:48:220 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.MessagesTag
[14/05/20 22:15:48:224 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.ValidateLongRangeTag
[14/05/20 22:15:48:227 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.PanelGroupTag
[14/05/20 22:15:48:230 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.SelectManyMenuTag
[14/05/20 22:15:48:232 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.SelectOneMenuTag
[14/05/20 22:15:48:235 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.VerbatimTag
[14/05/20 22:15:48:243 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.SelectBooleanCheckboxTag
[14/05/20 22:15:48:247 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.DataTableTag
[14/05/20 22:15:48:249 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.OutputTextTag
[14/05/20 22:15:48:255 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.SelectManyListboxTag
[14/05/20 22:15:48:257 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.LoadBundleTag
[14/05/20 22:15:48:260 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.ParameterTag
[14/05/20 22:15:48:263 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.OutputLinkTag
[14/05/20 22:15:48:265 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.PanelGridTag
[14/05/20 22:15:48:268 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.InputTextareaTag
[14/05/20 22:15:48:274 COT] 000000e1 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning.
java.lang.ClassNotFoundException: com.sun.faces.taglib.html_basic.InputHiddenTag
[14/05/20 22:15:49:684 COT] 000000e1 jsp E com.ibm.ws.jsp.taglib.TldParser logParseErrorMessage Failed to parse Tag Library [/WEB-INF/html_basic.tld]: JSPG0236E: The JSP container failed to load the TagLibraryValidator class [com.sun.faces.taglib.html_basic.HtmlBasicValidator]
[14/05/20 22:15:49:690 COT] 000000e1 jsp E com.ibm.ws.jsp.taglib.TldParser logParseErrorMessage Failed to parse Tag Library [/WEB-INF/jsf_core.tld]: JSPG0236E: The JSP container failed to load the TagLibraryValidator class [com.sun.faces.taglib.jsf_core.CoreValidator]
–
–
–
–
–
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.