Strange startup message for Batch Processor

There is no application attached to current thread BatchProcess: midnight_module

Is the message returned, however it appears that the batch processor starts up normally, or at least I can see it listed in the clients area. Should I be concerned about this?

does your batch processor have UI ? (so a form )

i guess it tries to create that as a webclient, wicket components, and those need an wicket application, which isnt there.

There is a good chance of this, I’ll check that out.

That was it. Thanks!