Sorry, I forgot to write [Trinidad] in the title..
----- Mensagem encaminhada ---- De: Pedro Dionizio Filho <[email protected]> Para: [email protected] Enviadas: Quarta-feira, 28 de Abril de 2010 14:54:39 Assunto: Problem deploying in WebSphere 7 Hi! Recently I'm trying to migrate my application from WebSphere 6.1 to Websphere 7 but I'm facing a problem that I can't find the solution. While starting my server up there's an error in my SystemOut.log that says: "Initialization of the JSF runtime either failed or did not occurr. Review the server''s log for details. java.lang.InstantiationException: org.apache.myfaces.portlet.faces.context.FacesContextFactoryImpl" Debugging to try to find the problem, seems that for some reason while doing the reflection there's a no args constructor been called at the class FacesContextFactoryImpl... I don't know if I'm right .. you guys can tell me.. This class in inside the portlet-bridge-impl-1.0.0-beta-2.jar What might be wrong? why my app works fine in Websphere 6.1 but not in Webphere 7 ? Hope you guys can help me 'cause one project depends on this solution ... without this solution, there's no project at all! Here goes the full stack of the error: [4/28/10 14:32:46:057 BRT] 0000002f webapp E Initialization of the JSF runtime either failed or did not occurr. Review the server''s log for details. java.lang.InstantiationException: org.apache.myfaces.portlet.faces.context.FacesContextFactoryImpl at java.lang.J9VMInternals.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1325) at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:537) at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:394) at javax.faces.FactoryFinder.access$400(FactoryFinder.java:135) at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:717) at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:239) at javax.faces.webapp.FacesServlet.init(FacesServlet.java:164) at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:358) at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperImpl.java:168) at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1807) at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:98) at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:1008) at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:929) at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:608) at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinally(WebApp.java:426) at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:303) 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:1315) at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:619) at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:940) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:725) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2046) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:439) at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:382) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$300(CompositionUnitMgrImpl.java:110) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$CUInitializer.run(CompositionUnitMgrImpl.java:949) at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:349) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)
