Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Active/Inactive Jobs views empty

When I try to run a job on Forge using the target system configuration "edu.illinois.ncsa.forge.pbs.interactive.openmpi", I don't see any jobs listed in either the Active Jobs view or the Inactive Jobs view (no filtering) in the System Monitoring Perspective. I'm running PTP from Eclipse 4.2 M7 using the latest from Master on Ubuntu. In my console view, I see an log message that says:

!ENTRY org.eclipse.ptp.rm.lml.core 4 4 2012-05-18 10:22:08.763
!MESSAGE No table found for gid "org.eclipse.ptp.rm.lml.ui.ActiveJobsView"!

This message seems to originate in TableHandler.class. Looking at the result from getTables(), I see a TableType object with id "joblistrun" which has row/column data, "jobslistwait" with row and column data, but when it comes to "org.eclipse.ptp.rm.lml.ui.ActiveJobsView" and "org.eclipse.ptp.rm.lml.ui.InactiveJobsView" the row and column data are null. When stepping through it, I've seen instances where getTables only has "joblistrun" and "joblistwait", which is when I see the log message above (maybe this is expected and not really an issue), but it's suspicious that when I do see TableType's with id "org.eclipse.ptp.rm.lml.ui.ActiveJobsView" the row and column data are null.

Is anyone else seeing this behavior where Active and Inactive Jobs views are both empty?

Thanks,
Chris



Back to the top