Search code examples
liferayliferay-6

Liferay pages export stuck in queued state


I am using liferay 6.2 version. I tried to export pages with permission and the export process is stuck in queued state for a while now. Liferay is running and it does not pick the background-task queued.

enter image description here

Please advise how this can be solved.

Tried to restart liferay tomcat with no luck.


Solution

  • Running below SQL in lportal database did the trick.

    DELETE FROM BackgroundTask;
    DELETE FROM Lock_;