RE: Error in Scheduled Jobs list

thumbnail
Jamie Sammons, modified 2 Years ago. Junior Member Posts: 73 Join Date: 7/6/10 Recent Posts

Hi all, we are working on liferay-ce-portal-7.4-ga33 and I receive a jsp error when I move to "Job Scheduler" -> "Scheduled Jobs" tab (from control panel). I get first page correctly, but when I try to paginate to 2nd page I get a NPException like:

java.lang.NullPointerException: null
    at org.apache.jsp.view_005fscheduler_005fresponse_jsp._jspService(view_005fscheduler_005fresponse_jsp.java:388) ~[?:?]

I've looked for "view_005fscheduler_005fresponse_jsp.java" in $LIFERAY\tomcat-9.0.56\work\ but I didnt' find it. 

Have you idea about error cause or where Liferay stores that jsp file?

Thx in advance.

Enrico

 

thumbnail
Jamie Sammons, modified 2 Years ago. Liferay Legend Posts: 14933 Join Date: 9/2/06 Recent Posts

For modules, that would be in the ${LIFERAY_HOME}/work directory somewhere, not in tomcat's work directory.

thumbnail
Jamie Sammons, modified 2 Years ago. Junior Member Posts: 73 Join Date: 7/6/10 Recent Posts

Hi David, I've listed that dir, but I see:

drwxr-x--- 3 liferay liferay 17 Feb 16 10:05 com.liferay.blogs.web-6.0.53
drwxr-xr-x 3 liferay liferay 17 Nov 10 16:36 com.liferay.frontend.taglib.clay-9.3.0
drwxr-x--- 3 liferay liferay 17 Nov 29 16:54 com.liferay.sharing.document.library-3.0.12

I don't find "com.liferay.dispatch.web" directory where jsp(s) for this module should be compiled and stored.

Enrico