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.
Please advise how this can be solved.
Tried to restart liferay tomcat with no luck.
Running below SQL in lportal database did the trick.
DELETE FROM BackgroundTask;
DELETE FROM Lock_;