You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "SINGLETON, SHIRLEY " <sh...@fccj.edu> on 2005/12/05 19:42:35 UTC

Unable to locate a valid EngineConfigurationFactory

I'm getting the following error working on a uPortal project using Tomcat 5 when trying to load a portlet. This is a runtime error and everything seems to compile fine. I am new to this project and I see that the axis libraries have been placed several different places for class loading. Could that be a problem.
 
Thanks in advance
Shirley 
13:40:54,728 WARN [EngineConfigurationFactoryFinder] Factory org.apache.axis.configuration.EngineConfigurationFactoryServlet Ignored: missing required method: public static EngineConfigurationFactory newFactory(Object).

13:40:54,728 WARN [EngineConfigurationFactoryFinder] Factory org.apache.axis.configuration.EngineConfigurationFactoryDefault Ignored: missing required method: public static EngineConfigurationFactory newFactory(Object).

13:04:51,210 ERROR [EngineConfigurationFactoryFinder] Unable to locate a valid EngineConfigurationFactory

java.lang.NullPointerException

at org.apache.axis.client.Service.getEngineConfiguration(Service.java:801)

at org.apache.axis.client.Service.getAxisClient(Service.java:143)

at org.apache.axis.client.Service.<init>(Service.java:152)

at edu.fccj.student.enrollment.webservice.StudentFunctionsLocator.<init>(StudentFunctionsLocator.java:10)

at edu.fccj.student.enrollment.impl.EnrollmentMgrImpl.getEnrollmentStatus(EnrollmentMgrImpl.java:31)

at edu.fccj.student.custom.myEnrollment.MyEnrollment.getImageName(MyEnrollment.java:136)

at edu.fccj.student.custom.myEnrollment.MyEnrollment.getUserXML(MyEnrollment.java:66)

at edu.fccj.student.custom.myEnrollment.MyEnrollment.renderXML(MyEnrollment.java:277)

at org.jasig.portal.ChannelRenderer$Worker.run(ChannelRenderer.java:525)

at org.jasig.portal.utils.threading.Worker.run(Worker.java:88)