Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Refresh error

Hi Chris,

I get the below refresh error on rdt projects (both the classical kind and our new synchronized ones) with the latest HEAD and also latest CDT HEAD. 
If I undo the commit "Bug 133881 - Make refreshing after building optional". This error goes away. I saw that you marked this commit as "Work in progress.". In case you are aware of this error, please just ignore my email. I'm just writing in case you haven't seen that error and because of M7 being so close.

Roland

!MESSAGE An internal error occurred during: "Refreshing resources".
!STACK 0
java.lang.IllegalArgumentException: Attempted to beginRule: R/, does not match outer scope rule: MultiRule[P/r1]
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:136)
at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:335)
at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:85)
at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:286)
at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:118)
at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:2248)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2305)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2292)
at org.eclipse.ptp.internal.rdt.core.remotemake.ResourceRefreshJob.run(ResourceRefreshJob.java:55)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

--
ORNL/UT Center for Molecular Biophysics cmb.ornl.gov
865-241-1537, ORNL PO BOX 2008 MS6309

Back to the top