Foros de discusión

Unregistering scheduler

Jan Tošovský, modificado hace 8 años.

Unregistering scheduler

Liferay Master Mensajes: 566 Fecha de incorporación: 22/07/10 Mensajes recientes
Dear All,

in my portlet I had two schedulers. They were replaced recently with another one so there is a single entry in the liferay-portlet.xml file. I expect that only that last one will be executed from now on, but in the log it can be tracked all of them are working (all my schedulers writes a info message into the log when started).

It is also strange as old scheduler classes are not present in my portlet any more. When inspecting content of my portlet in webapps folder, there is really most recent version of liferay-portlet.xml file.

The server itself was already restarted since the last portlet update.

I have no idea from WHAT those old schedulers are executed.

How can I unregister them?

Thanks, Jan

LR 6.2.2 CE
Jan Tošovský, modificado hace 8 años.

RE: Unregistering scheduler (Respuesta)

Liferay Master Mensajes: 566 Fecha de incorporación: 22/07/10 Mensajes recientes
Those missing classes turned out to be invoked from tomcat's temp directory.
So I undeployed that portlet completely (via App Manager) and deployed it again. That helped.