Hi,

I suspect that this has got something to do with the classloader somehow not being the same when Axis tried to obtain its environment. You can try by adding the "engineclassloader.enabled" filter init parameter to the RIFE filter and setting it to "false".

Hope this helps you.

Take care,

Geert

On 11 Jan 2007, at 22:24, DSL wrote:

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

--
Geert Bevin
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to