Hello,
 
I try to start the registry indirectly by an Ant task. I get

org.apache.hivemind.ApplicationRuntimeException: Unable to add method java.lang.Object writeReplace() to class $Runnable_105a45989b8: [source error] no such class: org.apache.hivemind.internal.ser.ServiceSerializationHelper

When I start the same registry using a test Java application it starts without problem.
The class resolver used to load the registry successfully loads the class org.apache.hivemind.internal.ser.ServiceSerializationHelper. (I tested this after creating the classresolver.)

I have problem only when starting with Ant but I couldn't figure out what the difference is between the two.
Any ideas?

Thanks in advance,
Norbi

Reply via email to