NullPointerException in FacesServlet.init

Using Oralce 10g app server 9.0.4.0.0
Using jsf 1.1
Works fine under Resin 3.0, but not oracle.
Added the listener lines to web.xml.
<listener>
<listener-class>com.sun.faces.config.ConfigListener</listener-class>
</listener>
The following jars are in my web-inf/lib
commons-beanutils
commons-collections
commons-dbcp
commons-digester
commons-logging
commons-pool
commons-validator
jsf-api
jsf-impl
I get a NullPointerException at app startup time, app works fine however, but why am I getting this at load time? How can I prevent this exception from happening (update for app server or fix - works fine under Resin 3.0.1)?
java.lang.NullPointerException
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)

The resolution was to remove the load on startup tag from web.xml for the FacesServlet. For some reason the app server can load the servlet at run time, but not a start up time.

Similar Messages

  • Java.lang.NullPointerException at javax.faces.webapp.FacesServlet.init(Face

    Using Oralce 10g app server 9.0.4.0.0
    Using jsf 1.1
    Works fine under Resin 3.0, but not oracle.
    Added the listener lines to web.xml.
    <listener>
    <listener-class>com.sun.faces.config.ConfigListener</listener-class>
    </listener>
    The following jars are in my web-inf/lib
    commons-beanutils
    commons-collections
    commons-dbcp
    commons-digester
    commons-logging
    commons-pool
    commons-validator
    jsf-api
    jsf-impl
    jstl
    jta
    Still get the NPE.
    java.lang.NullPointerException
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
    at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2094)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4523)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4617)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:765)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:497)
    at com.evermind.server.Application.getHttpApplication(Application.java:886)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:688)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:570)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:263)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:259)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:160)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2325)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1498)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    at java.lang.Thread.run(Thread.java:534)
    Any other suggestions?

    Eh... seems like I'm not alone here...
    Trying to run my application, but all I get is:
    Error Message:
    java.lang.NullPointerException
    Error details:
    java.lang.NullPointerException
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:757)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:130)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         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)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    This application is working on the other machine. I guess there is something wrong with my eclipse project setup and/or I am missing some libraries.
    Any syggestions? All help is appreciated. :)

  • OLAP Java API: NullPointerException at MdmMetadataProvider. init

    Hi there,
    I'm using a Oracle9i R2 (9.2.x) db server with OLAP extension and like to write a client application with the OLAPI. When following the programming instruction from the API guide and running a simple program, a connection can be established, but a NullPointerException occured when calling ExpressDataProvider.getDefaultMetadataProvider.
    Does anybody know more about this?
    By the way: Don't exist there any OLAP services with Release 2 anymore? I couldn't find any hint... Possibly, they are included in the db services?

    I am too having the same problem. Please, does anyone has a solution?? Here is my stack trace (well the important part of it anyways):
    Cannot create the MDM metadata provider. oracle.express.ExpressServerExceptionError class: Unknown Error
    Server error descriptions:
    INI: A system failure occurred., Generic at TxsOqConnection::getDefaultDatabase
    oracle.express.ExpressServerExceptionError class: Unknown Error
    Server error descriptions:
    INI: A system failure occurred., Generic at TxsOqConnection::getDefaultDatabase
         at oracle.express.olapi.data.full.ExpressDataProvider.getMetadataProviderInterface(ExpressDataProvider.java:1164)
         at oracle.olapi.metadata.MetadataFetcher.initialize(MetadataFetcher.java:79)
         at oracle.olapi.metadata.MetadataFetcher.<init>(MetadataFetcher.java:51)
         at oracle.olapi.metadata.BaseMetadataProvider.<init>(BaseMetadataProvider.java:59)
         at oracle.olapi.metadata.mdm.MdmMetadataProvider.<init>(MdmMetadataProvider.java:144)
         at oracle.express.olapi.data.full.ExpressDataProvider.getDefaultMetadataProvider(ExpressDataProvider.java:1125)

  • Nullpointerexception in SOAPElementSerializer.init on heavy load

    Hello,
    I'm running my webservices on a stand alone OC4J container.
    When i execute 1 service, everything works fine.
    When i use JMeter and execute twice the same service, in 1 thread i get a nullpointer exception on
    Project project = XMLProjectReader.read("MyProject.xml", this.getClass().getClassLoader());
    I defined my init method in my serializer as follows :
    public synchronized void init(Map prop) {
    try {
    Project project = XMLProjectReader.read("MyProject.xml",
    this.getClass().getClassLoader());
    XMLContext xmlContext = new XMLContext(project);
    unmarshaller = xmlContext.createUnmarshaller();
    marshaller = xmlContext.createMarshaller();
    soapFactory = SOAPFactory.newInstance();
    } catch (Throwable e) {
         LOGGER.logAlert(Severity.CRITICAL, Constants.FAIL.getStatusCode());
    I synchronized the method, so i would think that threads are not the problem here.
    Anyone any idea what is causing the nullpointer ?
    Chris.

    Hello Jan,
    Unfortunately not, as Oracle is leaving once again in the dark here....
    They catch the exceptinon themselves , and then throw another one of their great errors :
    2007-09-24 09:14:49.849 ERROR OWS-04046 Caught exception while handling request: java.lang.NullPointerException java.lang.NullPointerException
    My guess is that some code is not threadsafe , so the xml file is read simultaneous by different threads, probably trying to create some singlton object containing the xml data. But even when i synchronise the method, the problem still remains...
    Chris.

  • Web application deployment problem. FacesServlet exception.

    Hello.
    I used Jdeveloper 10.1.3.4 and deployed my web-app on OAS 10.1.3 (Windows) succesfully. But when I'm trying to access my application, I get in application.log following errors:
    11/02/08 14:29:18.213 test: Error initializing servlet
    java.lang.ClassCastException: oracle.jsp.runtimev2.JspServlet cannot be cast to com.evermind.server.http.JspInterface
         at com.evermind.server.http.JspServletInstanceInfo.initializeJsp(JspServletInstanceInfo.java:127)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2505)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5006)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
         at com.evermind.server.Application.getHttpApplication(Application.java:592)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1833)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:304)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:120)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:92)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:825)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:276)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:29:18.214 test: Error preloading servlet
    javax.servlet.ServletException: Error initializing servlet
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5033)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
         at com.evermind.server.Application.getHttpApplication(Application.java:592)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1833)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:304)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:120)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:92)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:825)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:276)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:29:18.285 test: Error initializing servlet
    java.lang.NullPointerException
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:165)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2528)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5006)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
         at com.evermind.server.Application.getHttpApplication(Application.java:592)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1833)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:304)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:120)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:92)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:825)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:276)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:29:18.286 test: Error preloading servlet
    javax.servlet.ServletException: Error initializing servlet
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5033)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
         at com.evermind.server.Application.getHttpApplication(Application.java:592)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1833)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:304)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:120)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:92)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:825)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:276)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:29:18.286 test: 10.1.3.5.0 Started
    11/02/08 14:32:29.511 test: Servlet error
    java.lang.NullPointerException
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.JspServletInstanceInfo.isJspPageExists(JspServletInstanceInfo.java:164)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2771)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:37:27.173 test: Servlet error
    java.lang.NullPointerException
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.JspServletInstanceInfo.isJspPageExists(JspServletInstanceInfo.java:164)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2771)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:40:07.383 test: Servlet error
    java.lang.NullPointerException
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.JspServletInstanceInfo.isJspPageExists(JspServletInstanceInfo.java:164)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2771)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    I've found solution for this error: it is necessary to add to web.xml following:
    <listener>
    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>
    I've added this, and now get a deployment error:
    [Feb 8, 2011 6:04:33 PM] Exception: NoClassDefFoundError: oracle/adf/view/faces/event/industrial/VirtualFunctionKeyActionEvent
    [Feb 8, 2011 6:04:34 PM] Operation failed with error: oracle/adf/view/faces/event/industrial/VirtualFunctionKeyActionEvent
    Need help to solve the problem!

    OK. You can call me stupid. I forgot to set the default web application for the
    specific server. Another Stupid User Eror Problem. Doh! Later...
    - Wayne
    "Wayne Lau" <[email protected]> wrote:
    >
    I'm having an issue where with an exploded directory web application
    deployment
    on a UNIX server. It doesn't seem that weblogic is finding the JSP.
    I'm getting
    Error 404.
    - porting from wls 5.1 to wls 6.1
    - got it ported on Windows 2000
    - iPlanet as the web server
    - wls 6.1 as the application server
    - all JSPs under
    /data/current/weblogic_files/applications/prodssl
    - for the WebApplication, I have the following settings:
    - Name = webap_prodssl
    - URI = prodssl
    - Path = /data/current/weblogic_files/applications
    - in the prod_access.log, I do see that weblogic gets the request
    Any ideas? I have not made any security changes. Basically, I installed
    wls
    6.1, created the servers, created the Web Apps and targeted the Web Apps.
    Thanks for any help. Later...
    - Wayne

  • FacesServlet initialisation

    Hi,
    I am deploying my enterprise application on Websphere 6.0.2.5.While starting the server I am getting a NullPointerException. I am pasting the details of my log.I am unable to fix it.
    SRVE0100E: Did not realize init() exception thrown by servlet Faces Servlet: java.lang.NullPointerException
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:274)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1398)
         at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:86)
         at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:763)
         at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:506)
         at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:395)
         at com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:115)
         at com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:128)
         at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:905)
         at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:858)
         at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:167)
         at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:391)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1228)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1067)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:547)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:751)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:892)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2003)
         at com.ibm.ws.runtime.component.ComponentImpl.runAsynchronousInitializer(ComponentImpl.java:159)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplications(ApplicationMgrImpl.java:745)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:524)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
         at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
         at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:406)
         at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:187)
         at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:133)
         at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:387)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:53)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
         at java.lang.Thread.run(Thread.java:570)
    [2/17/08 16:45:56:859 IST] 0000000a WebExtensionP E Error occured while preparing theservlet for initialization. Check the error logs for details.
    [2/17/08 16:45:56:875 IST] 0000000a WebExtensionP E SRVE0026E: [Servlet Error]-[javax.servlet.ServletException: SRVE0207E: Uncaught initialization exception thrown by servlet
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:328)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1398)
         at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:86)
         at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:763)
         at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:506)
         at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:395)
         at com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:115)
         at com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:128)
         at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:905)
         at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:858)
         at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:167)
         at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:391)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1228)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1067)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:547)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:751)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:892)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2003)
         at com.ibm.ws.runtime.component.ComponentImpl.runAsynchronousInitializer(ComponentImpl.java:159)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplications(ApplicationMgrImpl.java:745)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:524)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
         at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
         at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:406)
         at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:187)
         at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:133)
         at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:387)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:53)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
         at java.lang.Thread.run(Thread.java:570)
    ---- Begin backtrace for Nested Throwables
    java.lang.NullPointerException
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:274)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1398)
         at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:86)
         at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:763)
         at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:506)
         at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:395)
         at com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:115)
         at com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:128)
         at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:905)
         at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:858)
         at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:167)
         at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:391)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1228)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1067)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:547)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:751)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:892)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2003)
         at com.ibm.ws.runtime.component.ComponentImpl.runAsynchronousInitializer(ComponentImpl.java:159)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplications(ApplicationMgrImpl.java:745)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:524)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
         at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
         at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:406)
         at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:187)
         at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:133)
         at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:387)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:53)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
         at java.lang.Thread.run(Thread.java:570)
    ]: {1}
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging Level :NONE
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging File :C:/Temp/Logs/Accelerator.log
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging Debug true
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging Error true
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging Info false
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging Transaction false
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging XML false
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging Transaction Performance true
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging Low level Debug false
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging Warning false
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging Process true
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging Entitlement false
    [2/17/08 16:45:58:797 IST] 0000000a SystemOut O Logging Browser Client true
    [2/17/08 16:45:59:250 IST] 0000000a SystemOut O DEBUG - 2008/02/17 16:45:59.219: ServiceDelegator : DEBUG : Started preload data thread
    [2/17/08 16:45:59:266 IST] 0000002e SystemOut O ERROR - 2008/02/17 16:45:59.219: LDAP : ERROR : null
    [2/17/08 16:45:59:312 IST] 0000002e SystemOut O ERROR - 2008/02/17 16:45:59.312: LDAP : ERROR : null
    [2/17/08 16:45:59:328 IST] 0000002e SystemOut O ERROR - 2008/02/17 16:45:59.328: LDAP : ERROR : null
    [2/17/08 16:45:59:328 IST] 0000000a SystemOut O DEBUG - 2008/02/17 16:45:59.328: ServiceDelegator : DEBUG : Started preload data thread
    [2/17/08 16:45:59:438 IST] 0000002f SystemOut O ERROR - 2008/02/17 16:45:59.328: LDAP : ERROR : null
    [2/17/08 16:45:59:484 IST] 0000000a SystemOut O DEBUG - 2008/02/17 16:45:59.484: ServiceDelegator : DEBUG : Started preload data thread
    [2/17/08 16:45:59:484 IST] 00000030 SystemOut O ERROR - 2008/02/17 16:45:59.484: LDAP : ERROR : null
    [2/17/08 16:45:59:531 IST] 0000000a SystemOut O DEBUG - 2008/02/17 16:45:59.531: ServiceDelegator : DEBUG : Started preload data thread
    [2/17/08 16:45:59:531 IST] 00000031 SystemOut O ERROR - 2008/02/17 16:45:59.531: LDAP : ERROR : null
    [2/17/08 16:45:59:594 IST] 0000000a SystemOut O DEBUG - 2008/02/17 16:45:59.594: ServiceDelegator : DEBUG : Started preload data thread
    [2/17/08 16:45:59:594 IST] 00000032 SystemOut O ERROR - 2008/02/17 16:45:59.594: LDAP : ERROR : null
    [2/17/08 16:45:59:641 IST] 0000000a SystemOut O DEBUG - 2008/02/17 16:45:59.625: ServiceDelegator : DEBUG : Started preload data thread
    [2/17/08 16:45:59:641 IST] 00000033 SystemOut O ERROR - 2008/02/17 16:45:59.641: LDAP : ERROR : null
    [2/17/08 16:46:01:094 IST] 0000000a ServletWrappe A SRVE0242I: [cmaUnifiedEAR] [cma] [Initializer]: Initialization successful.
    [2/17/08 16:46:01:156 IST] 0000000a ServletWrappe A SRVE0242I: [cmaUnifiedEAR] [cma] [FileUploader]: Initialization successful.
    [2/17/08 16:46:01:172 IST] 0000000a ServletWrappe A SRVE0242I: [cmaUnifiedEAR] [cma] [UserAdmin]: Initialization successful.
    [2/17/08 16:46:01:250 IST] 0000000a ServletWrappe A SRVE0242I: [cmaUnifiedEAR] [cma] [ServletNotificationServer]: Initialization successful.
    [2/17/08 16:46:01:250 IST] 00000034 SystemOut O DEBUG - 2008/02/17 16:46:01.250: Service : DEBUG : Starting Listener Thread...
    [2/17/08 16:46:01:250 IST] 00000034 SystemOut O DEBUG - 2008/02/17 16:46:01.250: Service : DEBUG : Creating Server Socket on Port [9100]
    [2/17/08 16:46:01:266 IST] 00000034 SystemOut O DEBUG - 2008/02/17 16:46:01.266: Service : DEBUG : Waiting for response ...
    [2/17/08 16:46:01:297 IST] 0000000a VirtualHost I SRVE0250I: Web Module <null> has been bound to default_host[*:9080,*:80,*:9444].
    [2/17/08 16:46:01:500 IST] 0000000a ApplicationMg A WSVR0221I: Application started: cmaUnifiedEAR
    [2/17/08 16:46:01:719 IST] 0000000a TCPChannel A TCPC0001I: TCP Channel TCP_1 is listening on host * (IPv4) port 9060.
    [2/17/08 16:46:01:828 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundAdmin.
    [2/17/08 16:46:01:891 IST] 0000000a TCPChannel A TCPC0001I: TCP Channel TCP_2 is listening on host * (IPv4) port 9080.
    [2/17/08 16:46:01:891 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundDefault.
    [2/17/08 16:46:01:953 IST] 0000000a TCPChannel A TCPC0001I: TCP Channel TCP_3 is listening on host * (IPv4) port 9044.
    [2/17/08 16:46:02:016 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundAdminSecure.
    [2/17/08 16:46:02:047 IST] 0000000a TCPChannel A TCPC0001I: TCP Channel TCP_4 is listening on host * (IPv4) port 9444.
    [2/17/08 16:46:02:062 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundDefaultSecure.
    [2/17/08 16:46:02:109 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain1.
    [2/17/08 16:46:02:125 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain2.
    [2/17/08 16:46:02:188 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain3.
    [2/17/08 16:46:02:219 IST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain4.
    [2/17/08 16:46:02:250 IST] 00000036 SchedulerServ I SCHD0077I: The Scheduler Service is starting the Schedulers.
    [2/17/08 16:46:02:281 IST] 0000000a RMIConnectorC A ADMC0026I: The RMI Connector is available at port 2809
    [2/17/08 16:46:02:297 IST] 00000036 SchedulerServ I SCHD0078I: The Scheduler Service has completed starting the Schedulers.
    [2/17/08 16:46:02:516 IST] 00000027 WorkSpaceMana A WKSP0500I Workspace configuration consistency check is false.
    [2/17/08 16:46:03:844 IST] 0000000a WsServerImpl A WSVR0001I: Server server1 open for e-business
    [2/17/08 16:46:06:406 IST] 0000003a ServletWrappe A SRVE0242I: [filetransfer] [FileTransfer] [transfer]: Initialization successful.
    tionException: org.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R      at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532)
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R      at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R      at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:246)
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R      at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R      at com.sun.faces.config.ConfigureListener.<clinit>(ConfigureListener.java:192)
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R      ... 43 more
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R      at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:416)
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R      at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:525)
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R      ... 47 more
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R Caused by: org.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R      at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:412)
    [2/16/08 18:38:00:923 IST] 0000000a SystemErr R      ... 48 more
    [2/16/08 18:38:01:564 IST] 0000000a SystemErr R java.lang.NoClassDefFoundError: com/sun/faces/config/ConfigureListener
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:260)
         at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.<init>(JSPExtensionProcessor.java:169)
         at com.ibm.ws.jsp.webcontainerext.JSPExtensionFactory.createExtensionProcessor(JSPExtensionFactory.java:96)
         at com.ibm.ws.webcontainer.webapp.WebApp.initializeExtensionProcessors(WebApp.java:1086)
         at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:379)
         at com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:115)
         at com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:128)
         at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:905)
         at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:858)
         at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:167)
         at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:391)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1228)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1067)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:547)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:751)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:892)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2003)
         at com.ibm.ws.runtime.component.ComponentImpl.runAsynchronousInitializer(ComponentImpl.java:159)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplications(ApplicationMgrImpl.java:745)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:524)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
         at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
         at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:406)
         at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:187)
         at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:133)
         at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:387)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:53)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
         at java.lang.Thread.run(Thread.java:570)

    I am using JSF 1.1,Websphere 6.0.2.5.I am using RAD 6.0 and the application is running properly on Websphere 5.1.I just migrated it to Websphere 6.1.
    This happens to be my
    application.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" "http://java.sun.com/dtd/application_1_3.dtd">
    <application id="Application_ID">
         <display-name>cmaUnifiedEAR</display-name>
         <module id="EjbModule_1202886127619">
              <ejb>accelEJB.jar</ejb>
         </module>
         <module id="WebModule_1202886127635">
              <web>
                   <web-uri>cma.war</web-uri>
                   <context-root>cma</context-root>
              </web>
         </module>
         <module id="ConnectorModule_1202886127635">
              <connector>fscraextractConnector.rar</connector>
         </module>
         <module id="ConnectorModule_1202886127636">
              <connector>fscraipConnector.rar</connector>
         </module>
         <module id="ConnectorModule_1202886127637">
              <connector>fscravpmsConnector.rar</connector>
         </module>
         <module id="ConnectorModule_1202886127638">
              <connector>fscrawsConnector.rar</connector>
         </module>
    </application>

  • NPE on init - how to avoid ConfigureListener?

    Hi, I'm the main developer of the Jetty servlet container. JSF throws an NPE in init when started
    on Jetty. There is a published work-around (using ConfigureListener), but I would prefer to not
    have to special case the running of JSF in Jetty.
    Could any JSF developers listening have a look at the code around javax.faces.webapp.FacesServlet.init(FacesServlet.java:144) and perhaps email
    [email protected] with a short description of what is going wrong and how Jetty is
    acting differently to other web containers.
    Full stack trace is available at: http://sourceforge.net/tracker/index.php?func=detail&aid=1143911&group_id=7322&atid=107322

    I'm not a Jetty user.
    FacesServlet.init does
    (1) FactoryFinder.getFactory(FACES_CONTEXT_FACTORY)
    (2) FactoryFinder.getFactory(APPLICATION_FACTORY)
    (2-1) applicationFactory.getApplication()
    (3) FactoryFinder.getFactory(LIFECYCLE_FACTORY)
    (3-1) lifecycleFactory.getLifecycle()
    FactoryFinder.getFactory is a static method and returns null if it fails.
    So, NPE occurs at the step (2-1).
    This means that FactoryFinder can't find the application factory,
    typically when the jsf-impl.jar is not properly placed.

  • JSF Samples (jsf-guessNumber.war)is NOT Working in Tomcat

    Hello
    I have worked in struts a bit, but, I'm new to JSF world. I was trying to run small program in JSF, but, I am getting the error by all the way.
    I have downloaded the JSF from Sun web site, the version says, jsf1.1 Final. I have found, "jsf-guessNumber.war" file in the sample folder in the downloaded zip file. I have already working Tomcat 5.5 in my laptop, I have deployed jsf-guessNumber.war application in my Tomcat and deployed successfully. But, when try to access the application through http://localhost:8080/jsf-guessNumber/ , the below exception appears. I have changed nothing in the war file. I have tried to deploy all other war sample files in my tomcat, but, nothing is working :-(.
    Can anyone please help me to find out what's wrong with this ?. Many Thanks in advance!.
    The exception details are below
    Dec 13, 2007 12:18:54 AM org.apache.catalina.core.ApplicationContext log
    SEVERE: StandardWrapper.Throwable
    java.lang.NullPointerException
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
    at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:791)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:660)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:691)
    at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:661)
    at org.apache.jsp.index_jsp._jspService(index_jsp.java:97)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
    at java.lang.Thread.run(Thread.java:595)
    Dec 13, 2007 12:18:54 AM org.apache.catalina.core.ApplicationDispatcher invoke
    SEVERE: Allocate exception for servlet Faces Servlet
    java.lang.NullPointerException
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
    at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:791)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:660)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:691)
    at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:661)
    at org.apache.jsp.index_jsp._jspService(index_jsp.java:97)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
    at java.lang.Thread.run(Thread.java:595)
    Dec 13, 2007 12:18:54 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.NullPointerException
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
    at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:791)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:660)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:691)
    at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:661)
    at org.apache.jsp.index_jsp._jspService(index_jsp.java:97)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
    at java.lang.Thread.run(Thread.java:595)
    Thanks
    Sarav.

    Hi BalusC
    I have downloaded this now - https://javaserverfaces.dev.java.net/files/documents/1866/78307/jsf-1_2_07.zip and deployed samples in my Tomcat and added the libs. Restarted ny tomcat too thrice.
    I am getting the below exception while accessing this http://localhost:8080/jsf-guessNumber/
    Dec 13, 2007 12:53:12 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:267)
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:164)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:791)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:660)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:691)
    Can you please help to find out what is missing ?

  • Simple question about JSF configuration

    I am using Tomcat 5.0 in Windows XP SP2. When I create a web application with JSF and put it into {tomcat_home}\webapps\, everything works perfect. But when I add a context path in Tomcat's server.xml such like
    <Context docBase="C:\works\java_projects\jsf_test" path="/jsf_test" reloadable="true" debug="0"/>
    And then I put same web application into this context path and try the url like http://machinename:8080/jsf_test/test.faces, it gives me exception as follow
    I wonder if anyone knows about that? Thanks a lot!!
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Servlet.init() for servlet Faces Servlet threw exception
         org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         java.lang.Thread.run(Thread.java:595)
    root cause
    java.lang.NullPointerException
         javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
         org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         java.lang.Thread.run(Thread.java:595)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.
    :

    FacesServlet.init() processes only the followings:  facesContextFactory = FactoryFinder.getFactory(FACES_CONTEXT_FACTORY);
      applicationFactory = FactoryFinder.getFactory(APPLICATION_FACTORY);
      application = applicationFactory.getApplication();
      lifecycleFactory = FactoryFinder.getFactory(LIFECYCLE_FACTORY);
      lifecycle = lifecycleFactory.getLifecycle(lifecycleId);NPE occurrs at the third line when it can't find ApplicationFactory.
    Check how your container loads the class.

  • Exception thrown by servlet Faces Servlet in WAS ND 6.1.0.13

    Hi,<br>
    I'm using WebSphere Application Server Network Deployment (WAS ND) v. 6.1.0.13.<br><br>
    I'm getting this error when I try to launch my application:<br><br>
    [1/24/08 11:41:44:100 WET] 0000003c ServletWrappe E SRVE0100E: Did not realize init() exception thrown by servlet Faces Servlet: java.lang.NullPointerException<br>
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)<br>
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:190)<br>
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:317)<br>
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:346)<br>
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:464)<br>
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3276)<br>
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267)<br>
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)<br>
    at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455)<br>
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:113)<br>
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:454)<br>
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:383)<br>
    at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)<br>
    at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)<br>
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:556)<br>
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:606)<br>
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:979)<br>
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1064)<br>
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)<br>
    <br><br><br>
    After doing a search I tried this following steps:<br>
    � Delete the entry in web.xml:<br>
    <listener><br>
    <listener-class><br>
    com.sun.faces.config.ConfigureListener<br>
    </listener-class><br>
    </listener><br><br>
    � Update my log4j version<br><br>
    � Delete the commons-logging.jar from WEB-INF directory<br>
    These are the jar files included in WEB-INF directory:<br>
    commons-beanutils.jar<br>
    commons-collections.jar<br>
    commons-digester.jar<br>
    commons-javaflow-20060411.jar<br>
    commons-logging.jar<br>
    FglConnectorClient.jar<br>
    itext-1.4.2.jar<br>
    jasperreports-1.2.3.jar<br>
    jcommon-1.0.0.jar<br>
    jfreechart-1.0.1.jar<br>
    jsf-api.jar<br>
    jsf-ibm.jar<br>
    jsf-impl.jar<br>
    jstl.jar<br>
    log4j-1.2.14.jar<br>
    standard.jar<br>
    struts.jar<br>
    <br><br>
    <br>
    None of the suggestions worked.<br><br>
    Then I tried to deploy my application in another WAS ND 6.1.0.13 and it worked!!! <br>
    What can I do so solve this problem in my WAS ND 6.1.0.13? What could be the problem?<br><br>
    Thanks,<br>
    Nuno

    Did you find a solution to this problem
    please help
    Thanks & Regards
    Nasir

  • Exception when access JSF application deployed on apache tomcat

    Hi,
    hopefully u all will b fine.
    I am new in Java Web developement and working on JSF... I made my first hello application of JSF... but when i try to access that from browser, following exception is shown in the browser window... (I am using apache tomcat 5.5.17 and JSF 1.1)
    HTTP Status 500 �
    type Exception report
    message description: The server encountered an internal error () that prevented it from fulfilling this request.
    exception :
    org.apache.jasper.JasperException: Servlet.init() for servlet Faces Servlet threw exception
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause :
    javax.servlet.ServletException: Servlet.init() for servlet Faces Servlet threw exception
         org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:703)
         org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:670)
         org.apache.jsp.index_jsp._jspService(index_jsp.java:47)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause:
    java.lang.NullPointerException
         javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
         org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:703)
         org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:670)
         org.apache.jsp.index_jsp._jspService(index_jsp.java:47)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note: The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.
    Apache Tomcat/5.5.17
    I placed the jsp files in "apache-tomcat-5.5.17\webapps\MyProject\"
    and web.xml and faces-config file at "apache-tomcat-5.5.17\webapps\MyProject\WEB-INF\"
    library files of JSF ("jsf-api.jar", "jsf-impl.jar" and "jstl.jar") at "apache-tomcat-5.5.17\common\lib" also i tried by placing these at "apache-tomcat-5.5.17\webapps\MyProject\WEB-INF\lib"
    Please help me out here...
    Thanks
    Imran

    Maybe your web.xml is wrong. Doublecheck it.

  • Error in using the apache jars with jsf-ibm jars

    Hi,
    I am doing an application which needs apache jars for implementing the custom component(calendar).The WEB-INF/lib folder contain the jsf-api,jsf-impl jars along with the myfaces and tomahawk jars.When i tried to run the server i am getting the following error
    [03/10/07 12:16:53:544 BST] 0000003a ServletWrappe E SRVE0100E: Did not realize init() exception thrown by servlet Faces Servlet: java.lang.NullPointerException
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:444)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
    at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    [03/10/07 12:16:53:841 BST] 0000003a WebApp E SRVE0026E: [Servlet Error]-[Faces Servlet]: java.lang.NullPointerException
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:444)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
    at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    **Could u suggest a solution for using the apache jars**

    Hi,
    I am using RAD 6.0. When i tried to redeploy and publish the project i am getting the given error. Provided that i have added apache jars and jsf jars to the WEB-INF/lib directory.
    [04/10/07 09:29:36:911 BST] 00000032 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [04/10/07 09:29:38:161 BST] 00000032 SystemOut O null, false, 0
    [04/10/07 09:29:38:177 BST] 00000032 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [04/10/07 09:29:38:411 BST] 00000032 SystemOut O /C:/Program Files/IBM/Rational/SDP/6.0/runtimes/base_v6/properties/version.properties, false, 1174477509484
    [04/10/07 09:29:38:442 BST] 00000102 SystemOut O The tasks are: [com.ibm.ws.management.application.task.DeleteSIEntryTask, com.ibm.ws.management.application.task.DeleteAppConfigTask]
    [04/10/07 09:29:38:536 BST] 00000102 SystemOut O ADMA6018I: The node-server relationship for this application is {cells/W-GHO-043723Node01Cell/nodes/W-GHO-043723Node01=[cells/W-GHO-043723Node01Cell/nodes/W-GHO-043723Node01/servers/server1]}
    [04/10/07 09:29:38:567 BST] 00000102 SystemOut O ADMA6021I: Removing the serverindex entry for TestProjectEAR.ear/deployments/TestProjectEAR for server server1 on node W-GHO-043723Node01, and the return code is true
    [04/10/07 09:29:39:052 BST] 000000f1 SystemOut O /C:/Program Files/IBM/Rational/SDP/6.0/runtimes/base_v6/properties/version.properties, false, 1174477509484
    [04/10/07 09:29:39:052 BST] 00000105 SystemOut O ================== W-GHO-043723Node01Cell
    [04/10/07 09:29:39:114 BST] 00000105 SystemOut O ADMA6010I: The tasks are [com.ibm.ws.webservices.deploy.WSDeployTask, com.ibm.websphere.migration.common.ApplicationInstallTask, com.ibm.websphere.migration.common.ApplicationInstallServlet12Task, com.ibm.ws.management.application.task.ValidateAppTask, com.ibm.ws.management.application.task.ConfigureTask, com.ibm.ws.management.application.task.InstalledOptionalPackageTask, com.ibm.ws.management.application.task.MetadataTask, com.ibm.ws.management.application.task.BackupAppTask, com.ibm.ws.management.application.task.ConfigArchiveTask, com.ibm.ws.management.application.task.DeltaDataTask, com.ibm.ws.appprofile.AppProfileInstallTask, com.ibm.ws.security.authorize.JaccServerTask]
    [04/10/07 09:29:39:255 BST] 00000106 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is disabled.
    [04/10/07 09:29:39:302 BST] 00000105 SystemOut O App validation: 0
    [04/10/07 09:29:39:427 BST] 00000106 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is disabled.
    [04/10/07 09:29:39:473 BST] 00000105 SystemOut O ADMA6017I: The document C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR/deployment.xml is saved.
    [04/10/07 09:29:39:473 BST] 00000105 SystemOut O saved res: C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR/deployment.xml=== com.ibm.ws.sm.workspace.migration.WSResourceImpl@2cbcb698 uri='deployment.xml'
    [04/10/07 09:29:39:489 BST] 00000106 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is disabled.
    [04/10/07 09:29:39:505 BST] 00000105 SystemOut O ADMA6017I: The document C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR/variables.xml is saved.
    [04/10/07 09:29:39:505 BST] 00000105 SystemOut O saved res: C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR/variables.xml=== com.ibm.ws.sm.workspace.migration.WSResourceImpl@6be17698 uri='variables.xml'
    [04/10/07 09:29:39:567 BST] 00000105 SystemOut O ADMA6017I: The document C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR/resources.xml is saved.
    [04/10/07 09:29:39:567 BST] 00000105 SystemOut O saved res: C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR/resources.xml=== com.ibm.ws.sm.workspace.migration.WSResourceImpl@77d23698 uri='resources.xml'
    [04/10/07 09:29:39:567 BST] 00000105 SystemOut O ADMA6018I: The node-server relationship for this application is {cells/W-GHO-043723Node01Cell/nodes/W-GHO-043723Node01=[cells/W-GHO-043723Node01Cell/nodes/W-GHO-043723Node01/servers/server1]}
    [04/10/07 09:29:39:567 BST] 00000105 SystemOut O ADMA6020I: The system is adding the serverindex entry for cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deployments/TestProjectEAR for server server1 on node W-GHO-043723Node01
    [04/10/07 09:29:39:598 BST] 00000105 SystemOut O ADMA6017I: The document C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR\META-INF/.modulemaps is saved.
    [04/10/07 09:29:39:598 BST] 00000105 SystemOut O ADMA6016I: Add to workspace META-INF/.modulemaps
    [04/10/07 09:29:39:598 BST] 00000105 SystemOut O ADMA6017I: The document C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR\META-INF/application.xml is saved.
    [04/10/07 09:29:39:598 BST] 00000105 SystemOut O ADMA6016I: Add to workspace META-INF/application.xml
    [04/10/07 09:29:39:645 BST] 00000105 SystemOut O ADMA6017I: The document C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR\TestProject.war\META-INF/MANIFEST.MF is saved.
    [04/10/07 09:29:39:645 BST] 00000105 SystemOut O ADMA6016I: Add to workspace TestProject.war/META-INF/MANIFEST.MF
    [04/10/07 09:29:39:645 BST] 00000105 SystemOut O ADMA6017I: The document C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR\TestProject.war\WEB-INF/faces-config.xml is saved.
    [04/10/07 09:29:39:645 BST] 00000105 SystemOut O ADMA6016I: Add to workspace TestProject.war/WEB-INF/faces-config.xml
    [04/10/07 09:29:39:645 BST] 00000105 SystemOut O ADMA6017I: The document C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR\TestProject.war\WEB-INF/ibm-web-bnd.xmi is saved.
    [04/10/07 09:29:39:645 BST] 00000105 SystemOut O ADMA6016I: Add to workspace TestProject.war/WEB-INF/ibm-web-bnd.xmi
    [04/10/07 09:29:39:645 BST] 00000105 SystemOut O ADMA6017I: The document C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR\TestProject.war\WEB-INF/ibm-web-ext.xmi is saved.
    [04/10/07 09:29:39:645 BST] 00000105 SystemOut O ADMA6016I: Add to workspace TestProject.war/WEB-INF/ibm-web-ext.xmi
    [04/10/07 09:29:39:661 BST] 00000105 SystemOut O ADMA6017I: The document C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\deployments\TestProjectEAR\TestProject.war\WEB-INF/web.xml is saved.
    [04/10/07 09:29:39:661 BST] 00000105 SystemOut O ADMA6016I: Add to workspace TestProject.war/WEB-INF/web.xml
    [04/10/07 09:29:39:661 BST] 00000105 SystemOut O ADMA5037I: The system is starting to back up the application at C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear
    [04/10/07 09:29:41:598 BST] 00000105 SystemOut O ADMA5038I: The system Completed the backup of the application at C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear\TestProjectEAR.ear
    [04/10/07 09:29:42:130 BST] 00000106 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is disabled.
    [04/10/07 09:29:42:333 BST] 00000105 SystemOut O xmlDoc: [#document: null]
    [04/10/07 09:29:42:333 BST] 00000105 SystemOut O root element: [app-delta: null]
    [04/10/07 09:29:42:333 BST] 00000105 SystemOut O ****** delta file name: C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default\wstemp\1156a225e01\workspace\cells\W-GHO-043723Node01Cell\applications\TestProjectEAR.ear/deltas/TestProjectEAR.ear/delta-1191486582333
    [04/10/07 09:29:42:598 BST] 00000105 SystemOut O ADMA6011I: Deleting directory tree C:\DOCUME~1\i81322\LOCALS~1\Temp\app_1156a22616c
    [04/10/07 09:29:45:630 BST] 000000f1 ApplicationMg A WSVR0217I: Stopping application: TestProjectEAR
    [04/10/07 09:29:45:708 BST] 000000f1 ApplicationMg A WSVR0220I: Application stopped: TestProjectEAR
    [04/10/07 09:29:45:880 BST] 000000f1 SystemOut O ++++ Stopped : [WebSphere:platform=dynamicproxy,cell=W-GHO-043723Node01Cell,version=6.0.0.0,name=ApplicationManager,mbeanIdentifier=ApplicationManager,type=ApplicationManager,node=W-GHO-043723Node01,process=server1]
    [04/10/07 09:29:46:083 BST] 000000f1 SystemOut O ++++ Starting name=TestProjectEAR
    [04/10/07 09:29:46:145 BST] 000000f1 ApplicationMg A WSVR0200I: Starting application: TestProjectEAR
    [04/10/07 09:29:46:817 BST] 000000f1 ResourceMgrIm I WSVR0049I: Binding DefaultEJBTimerDataSource as jdbc/DefaultEJBTimerDataSource
    [04/10/07 09:29:46:833 BST] 000000f1 WebGroup A SRVE0169I: Loading Web Module: TestProject.
    [04/10/07 09:29:47:130 BST] 000000f1 WebApp E Extension processor failed to initialize in factory: com.ibm.ws.jsp.webcontainerext.JSPExtensionFactory@5e0e36db
    [04/10/07 09:29:47:161 BST] 000000f1 jsf E com.ibm.ws.jsf.util.FacesConfigUtil parseJSFApplicationConfig Can't parse configuration file:wsjar:file:/C:/i81322/ApacheTest/TestProject/WebContent/WEB-INF/lib/tomahawk-1.1.6.jar!/META-INF/faces-config.xml
    java.lang.NullPointerException
         at org.apache.xerces.impl.XMLEntityManager$RewindableInputStream.read(Unknown Source)
         at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
         at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
         at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)
         at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at javax.xml.parsers.SAXParser.parse(Unknown Source)
         at javax.xml.parsers.SAXParser.parse(Unknown Source)
         at com.ibm.ws.jsf.configuration.FacesConfigParser.parse(FacesConfigParser.java:279)
         at com.ibm.ws.jsf.configuration.FacesConfigParser.parse(FacesConfigParser.java:253)
         at com.ibm.ws.jsf.util.FacesConfigUtil.parseJSFApplicationConfig(FacesConfigUtil.java:202)
         at com.ibm.ws.jsf.util.FacesConfigUtil._parseJSFConfiguration(FacesConfigUtil.java:122)
         at com.ibm.ws.jsf.util.FacesConfigUtil.parseJSFConfiguration(FacesConfigUtil.java:82)
         at com.sun.faces.util.Util.verifyFactoriesAndInitDefaultRenderKit(Util.java:465)
         at com.ibm.ws.jsf.configuration.FacesConfig.initialize(FacesConfig.java:96)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:83)
         at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:1355)
         at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:371)
         at com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)
         at com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)
         at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)
         at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)
         at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)
         at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1161)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java(Compiled Code))
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java(Compiled Code))
         at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java(Compiled Code))
         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java(Inlined Compiled Code))
         at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java(Compiled Code))
         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java(Compiled Code))
         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java(Inlined Compiled Code))
         at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java(Compiled Code))
         at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java(Compiled Code))
         at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java(Compiled Code))
         at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java(Compiled Code))
         at com.ibm.ws.management.application.sync.StartDeploymentTask.startDeployment(StartDeploymentTask.java:196)
         at com.ibm.ws.management.application.sync.StartDeploymentTask.fullAppUpdate(StartDeploymentTask.java:92)
         at com.ibm.ws.management.application.sync.StartDeploymentTask.performTask(StartDeploymentTask.java:81)
         at com.ibm.ws.management.application.sync.AppBinaryProcessor$AppBinThread.run(AppBinaryProcessor.java:631)
         at com.ibm.ws.management.application.sync.AppBinaryProcessor.postProcess(AppBinaryProcessor.java:408)
         at com.ibm.ws.management.application.sync.AppBinaryProcessor._onChangeCompletion(AppBinaryProcessor.java:330)
         at com.ibm.ws.management.application.sync.AppBinaryProcessor$2.run(AppBinaryProcessor.java:302)
         at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.ibm.ws.management.application.sync.AppBinaryProcessor.onChangeCompletion(AppBinaryProcessor.java:296)
         at com.ibm.ws.management.repository.FileRepository.postNotify(FileRepository.java:1653)
         at com.ibm.ws.management.repository.FileRepository.update(FileRepository.java:1211)
         at com.ibm.ws.management.repository.client.LocalConfigRepositoryClient.update(LocalConfigRepositoryClient.java:189)
         at com.ibm.ws.sm.workspace.impl.WorkSpaceMasterRepositoryAdapter.update(WorkSpaceMasterRepositoryAdapter.java:482)
         at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.update(RepositoryContextImpl.java:1730)
         at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.synch(RepositoryContextImpl.java:1676)
         at com.ibm.ws.sm.workspace.impl.WorkSpaceImpl.synch(WorkSpaceImpl.java:455)
         at com.ibm.ws.management.application.task.ConfigRepoHelper.removeWorkSpace(ConfigRepoHelper.java:107)
         at com.ibm.ws.management.application.RedeploymentManager.doCleanup(RedeploymentManager.java:243)
         at com.ibm.ws.management.application.RedeploymentManager.appEventReceived(RedeploymentManager.java:187)
         at com.ibm.ws.management.application.RedeploymentManager.handleNotification(RedeploymentManager.java:210)
         at com.ibm.ws.management.event.ListenerInfo$1.run(ListenerInfo.java:125)
         at com.ibm.ws.security.auth.distContextManagerImpl.runAs(distContextManagerImpl.java:2504)
         at com.ibm.ws.security.auth.distContextManagerImpl.runAsSpecified(distContextManagerImpl.java:2398)
         at com.ibm.ws.management.event.ListenerInfo.handleNotification(ListenerInfo.java:143)
         at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java:346)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    [04/10/07 09:29:47:583 BST] 000000f1 WebApp E Can't parse configuration file:wsjar:file:/C:/i81322/ApacheTest/TestProject/WebContent/WEB-INF/lib/tomahawk-1.1.6.jar!/META-INF/faces-config.xml
    [04/10/07 09:29:47:598 BST] 000000f1 WebApp W No Extension Processor found for handling JSPs
    [04/10/07 09:29:47:630 BST] 000000f1 VirtualHost I SRVE0250I: Web Module TestProject has been bound to default_host[*:9080,*:80,*:9443].
    [04/10/07 09:29:47:661 BST] 000000f1 ApplicationMg A WSVR0221I: Application started: TestProjectEAR
    [04/10/07 09:29:47:708 BST] 000000f1 FileRepositor A ADMR0009I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deltas/TestProjectEAR.ear/delta-1191486582333 is created.
    [04/10/07 09:29:47:770 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deployments/TestProjectEAR/TestProject.war/META-INF/MANIFEST.MF is modified.
    [04/10/07 09:29:47:817 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deployments/TestProjectEAR/resources.xml is modified.
    [04/10/07 09:29:47:817 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/security.xml is modified.
    [04/10/07 09:29:47:833 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/TestProjectEAR.ear is modified.
    [04/10/07 09:29:47:864 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deployments/TestProjectEAR/TestProject.war/WEB-INF/ibm-web-bnd.xmi is modified.
    [04/10/07 09:29:47:864 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deployments/TestProjectEAR/deployment.xml is modified.
    [04/10/07 09:29:47:880 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deployments/TestProjectEAR/TestProject.war/WEB-INF/faces-config.xml is modified.
    [04/10/07 09:29:47:880 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deployments/TestProjectEAR/META-INF/application.xml is modified.
    [04/10/07 09:29:47:911 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deployments/TestProjectEAR/META-INF/.modulemaps is modified.
    [04/10/07 09:29:47:927 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deployments/TestProjectEAR/TestProject.war/WEB-INF/web.xml is modified.
    [04/10/07 09:29:47:927 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deployments/TestProjectEAR/TestProject.war/WEB-INF/ibm-web-ext.xmi is modified.
    [04/10/07 09:29:47:958 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/nodes/W-GHO-043723Node01/serverindex.xml is modified.
    [04/10/07 09:29:47:973 BST] 000000f1 FileRepositor A ADMR0010I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deployments/TestProjectEAR/variables.xml is modified.
    [04/10/07 09:29:47:973 BST] 000000f1 FileRepositor A ADMR0011I: Document cells/W-GHO-043723Node01Cell/applications/TestProjectEAR.ear/deltas/TestProjectEAR.ear/delta-1191411855841 is deleted.
    [04/10/07 09:29:47:130 BST] 000000f1 SystemErr R java.lang.LinkageError: LinkageError while defining class: org.apache.myfaces.webapp.StartupServletContextListener
    Could not be defined due to: org/apache/myfaces/webapp/StartupServletContextListener (Unsupported major.minor version 49.0)
    This is often caused by having a class defined at multiple
    locations within the classloader hierarchy. Other potential causes
    include compiling against an older or newer version of the class
    that has an incompatible method signature.
    Dumping the current context classloader hierarchy:
    ==> indicates defining classloader
    ==>[0]
    com.ibm.ws.classloader.CompoundClassLoader@3d37b6d4
    Local ClassPath: C:\i81322\ApacheTest\TestProject\WebContent\WEB-INF\classes;C:\i81322\ApacheTest\TestProject\WebContent\WEB-INF\lib\commons-beanutils-1.7.0.jar;C:\i81322\ApacheTest\TestProject\WebContent\WEB-INF\lib\commons-codec-1.3.jar;C:\i81322\ApacheTest\TestProject\WebContent\WEB-INF\lib\commons-collections-3.2.jar;C:\i81322\ApacheTest\TestProject\WebContent\WEB-INF\lib\commons-digester-1.8.jar;C:\i81322\ApacheTest\TestProject\WebContent\WEB-INF\lib\commons-discovery-0.4.jar;C:\i81322\ApacheTest\TestProject\WebContent\WEB-INF\lib\jsf-api.jar;C:\i81322\ApacheTest\TestProject\WebContent\WEB-INF\lib\jsf-ibm.jar;C:\i81322\ApacheTest\TestProject\WebContent\WEB-INF\lib\jstl.jar;C:\i81322\ApacheTest\TestProject\WebContent\WEB-INF\lib\myfaces-api-1.2.0.jar;C:\i81322\ApacheTest\TestProject\WebContent\WEB-INF\lib\myfaces-impl-1.2.0.jar;C:\i81322\ApacheTest\TestProject\WebContent\WEB-INF\lib\tomahawk-1.1.6.jar;C:\i81322\ApacheTest\TestProject\WebContent;
    Delegation Mode: PARENT_LAST
    [1] com.ibm.ws.classloader.ProtectionClassLoader@2b27f6d5
    [2] com.ibm.ws.bootstrap.ExtClassLoader@7ef236d6
    [3] sun.misc.Launcher$AppClassLoader@7ef876d6
    [4] sun.misc.Launcher$ExtClassLoader@7efc76d6
    ---Original exception---
    java.lang.UnsupportedClassVersionError: org/apache/myfaces/webapp/StartupServletContextListener (Unsupported major.minor version 49.0)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java(Compiled Code))
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java(Compiled Code))
         at com.ibm.ws.classloader.CompoundClassLoader._defineClass(CompoundClassLoader.java:576)
         at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java(Compiled Code))
         at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java(Compiled Code))
         at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java(Compiled Code))
         at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.<init>(JSPExtensionProcessor.java:158)
         at com.ibm.ws.jsp.webcontainerext.JSPExtensionFactory.createExtensionProcessor(JSPExtensionFactory.java:96)
         at com.ibm.ws.webcontainer.webapp.WebApp.initializeExtensionProcessors(WebApp.java:1068)
         at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:363)
         at com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)
         at com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)
         at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)
         at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)
         at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)
         at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1161)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java(Compiled Code))
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java(Compiled Code))
         at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java(Compiled Code))
         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java(Inlined Compiled Code))
         at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java(Compiled Code))
         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java(Compiled Code))
         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java(Inlined Compiled Code))
         at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java(Compiled Code))
         at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java(Compiled Code))
         at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java(Compiled Code))
         at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java(Compiled Code))
         at com.ibm.ws.management.application.sync.StartDeploymentTask.startDeployment(StartDeploymentTask.java:196)
         at com.ibm.ws.management.application.sync.StartDeploymentTask.fullAppUpdate(StartDeploymentTask.java:92)
         at com.ibm.ws.management.application.sync.StartDeploymentTask.performTask(StartDeploymentTask.java:81)
         at com.ibm.ws.management.application.sync.AppBinaryProcessor$AppBinThread.run(AppBinaryProcessor.java:631)
         at com.ibm.ws.management.application.sync.AppBinaryProcessor.postProcess(AppBinaryProcessor.java:408)
         at com.ibm.ws.management.application.sync.AppBinaryProcessor._onChangeCompletion(AppBinaryProcessor.java:330)
         at com.ibm.ws.management.application.sync.AppBinaryProcessor$2.run(AppBinaryProcessor.java:302)
         at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.ibm.ws.management.application.sync.AppBinaryProcessor.onChangeCompletion(AppBinaryProcessor.java:296)
         at com.ibm.ws.management.repository.FileRepository.postNotify(FileRepository.java:1653)
         at com.ibm.ws.management.repository.FileRepository.update(FileRepository.java:1211)
         at com.ibm.ws.management.repository.client.LocalConfigRepositoryClient.update(LocalConfigRepositoryClient.java:189)
         at com.ibm.ws.sm.workspace.impl.WorkSpaceMasterRepositoryAdapter.update(WorkSpaceMasterRepositoryAdapter.java:482)
         at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.update(RepositoryContextImpl.java:1730)
         at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.synch(RepositoryContextImpl.java:1676)
         at com.ibm.ws.sm.workspace.impl.WorkSpaceImpl.synch(WorkSpaceImpl.java:455)
         at com.ibm.ws.management.application.task.ConfigRepoHelper.removeWorkSpace(ConfigRepoHelper.java:107)
         at com.ibm.ws.management.application.RedeploymentManager.doCleanup(RedeploymentManager.java:243)
         at com.ibm.ws.management.application.RedeploymentManager.appEventReceived(RedeploymentManager.java:187)
         at com.ibm.ws.management.application.RedeploymentManager.handleNotification(RedeploymentManager.java:210)
         at com.ibm.ws.management.event.ListenerInfo$1.run(ListenerInfo.java:125)
         at com.ibm.ws.security.auth.distContextManagerImpl.runAs(distContextManagerImpl.java:2504)
         at com.ibm.ws.security.auth.distContextManagerImpl.runAsSpecified(distContextManagerImpl.java:2398)
         at com.ibm.ws.management.event.ListenerInfo.handleNotification(ListenerInfo.java:143)
         at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java:346)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    --- end Original exception----
         at com.ibm.ws.classloader.CompoundClassLoader._defineClass(CompoundClassLoader.java:621)
         at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java(Compiled Code))
         at com.ibm.ws.clas

  • Problem runnning 1.0B samples in WSAD 5.1

    Hi,
    I installed the jsf-guessNumber.war file from the JSF 1.0b release and I get the following error
    when I start my Websphere server
    java.lang.NullPointerException
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:143)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
    Anybody can help me?
    thank you !

    ... I as well am having the same problem after upgrading from JSF 1.0 to 1.1 on WSAD 5.1. Everything was working fine under JSF 1.0. I recall having similar difficulties when fist getting 1.0 to work, but I can't remeber what it was. I seem to remember something about the faces-config.xml file.
    [6/1/04 12:07:59:250 EDT] 7fc97fc9 WebGroup E SRVE0020E: [Servlet Error]-[Faces Servlet]: Failed to load servlet: java.lang.NullPointerException
         at java.lang.Throwable.<init>(Throwable.java)
         at java.lang.Throwable.<init>(Throwable.java:73)
         at java.lang.NullPointerException.<init>(NullPointerException.java:60)
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
         at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:870)
         at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224)
         at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:542)
         at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1277)
         at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:283)
         at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:387)
         at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:209)
         at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:987)
         at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:136)
         at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:356)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:418)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:787)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:354)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:575)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:271)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:249)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
         at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:125)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
         at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
         at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
         at java.lang.reflect.Method.invoke(Method.java:386)
         at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
         at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)

  • Tomcat deployment - help!

    Hi everybody,
    My application works perfectly on the bundled server but when I deploy it to Tomcat I get an error. I added the JSTL libraries as explained in the deployment example but I think the error comes from the code as there is a nullpointerexception! I am new to java please help me with some directions...
    The full error message is the following:
    type: Exception report
    message description: The server encountered an internal error () that prevented it from fulfilling this request.
    exception: javax.servlet.ServletException: Servlet.init() for servlet Faces Servlet threw exception
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
         org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
         java.lang.Thread.run(Unknown Source)
    root cause: java.lang.NullPointerException
         javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
         org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
         java.lang.Thread.run(Unknown Source)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.23 logs.
    Thanks a lot.
    Max
    PS: Is it not possible to install Tomcat in the IDE instead of the bundled server?

    I too am having a similar problem, when i build / dist to the server directley it works fine but if i put the war file in the webapps directory and explode it the application doesn't work.
    I looks like it is not referenceing the JSF libraries properly. Im currently tring to fix this problem i will let you know if i get i done.
    You may want to try installing the server you are tring to deploy to on your build machine and seeing if when you build straight on to it (like your bundled server) your probelem still persists, if not then it might be that you have the same problem as me with the exploding war files not being set-up how you want them to be.

  • Problems with the deployment to Oracle Application Server 9.0.2

    I am having a problem to deploy a simple JSC application to Oracle Application Server 9.0.2.
    I am getting an error:
    500 Internal Server Error
    java.lang.NullPointerException
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1687)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4020)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2218)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:585)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    However i don't have any problems to deploy my applications to new release of Oracle AS 10g (9.0.4).
    Unfortunately we still work with the old version (9.0.2)of the Oracle AS.
    Any help will be greatly appriciated
    Thanks
    Yuriy

    I try it but cant deploy in less than 10g.
    AFAIR is an JRE version issue.
    I lost at least 2 days trying.
    Regards.

Maybe you are looking for

  • IPhone 5 32GB echo voice during 3rd party call reject

    Dear all, Have anyone experience echoing voice especially for iPhone 32GB during 3rd party call reject? (Doesn't happen to 16GB and 64GB) During phone call if the other party rejects the call, you could hear echo background voice right after the busy

  • Water in iPod

    Hi, I, being the klutz that I am, left my iPod in a gym bag with a leaky water bottle. Not a good idea my friends. My iPod won't turn on. I read that I can't repair this under warranty. So...I'm assuming that I have to dry it out. But I would like to

  • Safari 4.0.3 update has problems, AVOID it

    I was browsing Lotus Talk (www.LotusTalk.com) specifically this thread of mine: http://www.lotustalk.com/forums/f100/hod-infineon-7-4-09-ouch-75545/index2.html When I used my Logitech scroll wheel I got the spinning beach ball after every scroll -- o

  • Stuck between "Recovery Mode" and "an error occurred while trying to update

    My iPod touch is stuck in Recovery Mode (meaning it has become a $500 paper weight) and when I plug it into iTunes and try to restore and update it the message is something like "an error occurred while trying to update your iPod (14)". Everything wa

  • How to disable 'find my upad' using icloud?

    MY ipad Air died today. Second one in tbree months. I had my cloud email open and was deleting some, when the screen froze and went black. Clicking on the top button did nothing, and I tried connecting it to itunes on my mac, but device wasn't recogn