Hi All,
I've deployed a portal service and a KM scheduler task in the same DC but cannot see the scheduler task listed under System Admin -> System Config -> Knowledge Management -> Content Management -> Global Services -> Scheduler Tasks.
The service works correctly and performs its periodic processing once on initialisation of the service, and I can see the resulting log statements to make sure it has worked.
Both the service and the scheduler task are packed inside the same DC, which builds and deploys without any errors.
There are no errors in the log regarding the deployment of the DC, or the scheduler task.
There is a log statement about registering the classloader for the DC, which I assume is the statement in the IRFServiceWrapper init() that goes:
CrtClassLoaderRegistry.addClassLoader(this.getKey(), this.getClass().getClassLoader());
But I still dont see the task listed in Global Services -> Scheduler Tasks.
Does anyone know what might be causing this or how to diagnose the problem further?
Cheers,
Steve