I am having problem deploying a jsf ear file on WAS 5.1.2. I am trying to load a simple JSF application but for some unknown reason I am getting the following error message on start up:
ApplicationMg A WSVR0200I: Starting application: hilo2_war WebContainer A SRVE0169I: Loading Web Module: hilo2.war. WebGroup E SRVE0054E: An error occurred while loading Web application DeployedAppli W WSVR0206E: Module, hilo2.war, of application, hilo2_war.ear/deployments/hilo2_war, failed to start ApplicationMg W WSVR0101W: An error occurred starting, hilo2_war ApplicationMg A WSVR0217I: Stopping application: hilo2_war ApplicationMg A WSVR0220I: Application stopped: hilo2_war
I can deploy and run it in WSAD 5.1.2 and I can also run the war file in tomcat. There are no other error messages so I am finding it very hard to determine what the problem is. Can anyone give me any ideas on how to proceed in debugging this problem.