You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "kamlakant (JIRA)" <ax...@ws.apache.org> on 2013/11/01 11:11:17 UTC

[jira] [Created] (AXIS-2897) Axis JAR Causing Null Pointer Exception

kamlakant created AXIS-2897:
-------------------------------

             Summary: Axis JAR Causing Null Pointer Exception
                 Key: AXIS-2897
                 URL: https://issues.apache.org/jira/browse/AXIS-2897
             Project: Axis
          Issue Type: Test
          Components: Deployment / Registries
    Affects Versions: 1.2.1
         Environment: TOMCAT/JAVA
            Reporter: kamlakant


We are using AXIS JAR (Implementation-Version: 1.2.1 1706 August 18 2009) in our application and application is deployed on tomcat6. We get below exception when server tries to load axis configuration:

[Loaded org.apache.axis.i18n.MessageBundle from file:/../../tomcat6/webapps/../WEB-INF/lib/axis.jar]
Oct 17, 2013 3:08:11 AM org.apache.axis.configuration.EngineConfigurationFactoryFinder newFactory
WARNING: Factory org.apache.axis.configuration.EngineConfigurationFactoryServlet Ignored: missing required method: public static EngineConfigurationFactory newFactory(Object).
Oct 17, 2013 3:08:11 AM org.apache.axis.configuration.EngineConfigurationFactoryFinder newFactory
WARNING: Factory org.apache.axis.configuration.EngineConfigurationFactoryDefault Ignored: missing required method: public static EngineConfigurationFactory newFactory(Object).
Oct 17, 2013 3:08:11 AM org.apache.axis.configuration.EngineConfigurationFactoryFinder$1 run
SEVERE: Unable to locate a valid EngineConfigurationFactory
[Loaded org.apache.log4j.spi.ThrowableInformation from file:/../jboss-ews-1.0/tomcat6/../log4j-1.2.15.jar]
[Loaded java.io.LineNumberReader from /opt/jdk1.6.0_23/jre/lib/rt.jar]
ERROR> com.......util.ProcessHelper[RADQuartzPoller_Worker-1]: java.lang.NullPointerException
java.lang.NullPointerException
                at org.apache.axis.client.Service.getEngineConfiguration(Service.java:812)
                at org.apache.axis.client.Service.getAxisClient(Service.java:103)
                at org.apache.axis.client.Service.<init>(Service.java:112)

We have included following libraries in WEB-INF/lib of our application:
•	ommons-discovery-0.2.jar
•	jaxrpc.jar
•	idapi.jar

Please let us know if you have noticed this issue possible resolution for the same. Appreciate a quick response from your team.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org