Hello,

I am using Drone from codehaus.org which uses rife. I added a webservice.
The webservice will start without issues when the following line
is commented out:

<filter>
<filter-name>RIFE</filter-name>
<filter-class>com.uwyn.rife.servlet.RifeFilter</filter-class>
<init-param>
<param-name>rep.path</param-name>
<param-value>rep/participants.xml</param-value>
</init-param>
</filter>

When the code above is in, the bot starts but the webservice fails with
this:

16:13:19,218 WARN [EngineConfigurationFactoryFinder] Factory
org.apache.axis.configuration.EngineConfigurationFactoryServlet Ignored:
missing required method: public static EngineConfigurationFactory
newFactory(Object).
16:13:19,220 WARN [EngineConfigurationFactoryFinder] Factory
org.apache.axis.configuration.EngineConfigurationFactoryDefault Ignored:
missing required method: public static EngineConfigurationFactory
newFactory(Object).
16:13:19,221 ERROR [EngineConfigurationFactoryFinder] Unable to locate a
valid EngineConfigurationFactory
16:13:19,222 ERROR [0]] StandardWrapper.Throwable
java.lang.NullPointerException
at org.apache.axis.transport.http.AxisServletBase.getEngineEnvironment(
AxisServletBase.java:273)
at org.apache.axis.transport.http.AxisServletBase.getEngine(
AxisServletBase.java:172)
at org.apache.axis.transport.http.AxisServletBase.getOption(
AxisServletBase.java:396)
at org.apache.axis.transport.http.AxisServletBase.init(AxisServletBase.java
:112)
at javax.servlet.GenericServlet.init(GenericServlet.java:211)

.....

.....


Has anyone seen this error before in deployment?
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to