[jbosstools-issues] [JBoss JIRA] (JBIDE-16436) Resource tree is locked for modifications exception in o.j.t.jsf.ui.test

Vlado Pakan (JIRA) issues at jboss.org
Fri Feb 14 04:07:29 EST 2014


     [ https://issues.jboss.org/browse/JBIDE-16436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlado Pakan closed JBIDE-16436.
-------------------------------


    
> Resource tree is locked for modifications exception in o.j.t.jsf.ui.test 
> -------------------------------------------------------------------------
>
>                 Key: JBIDE-16436
>                 URL: https://issues.jboss.org/browse/JBIDE-16436
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: common/jst/core
>    Affects Versions: 4.2.0.Alpha2
>            Reporter: Denis Golovin
>            Assignee: Viacheslav Kabanovich
>             Fix For: 4.2.0.Alpha2
>
>
> {code}!ENTRY org.jboss.tools.common.model 4 0 2014-02-04 11:58:06.639
> !MESSAGE The resource tree is locked for modifications.
> !STACK 1
> org.eclipse.core.internal.resources.ResourceException: The resource tree is locked for modifications.
> 	at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:116)
> 	at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:2271)
> 	at org.eclipse.core.internal.resources.Project.setDescription(Project.java:1322)
> 	at org.eclipse.core.internal.resources.Project.setDescription(Project.java:1376)
> 	at org.jboss.tools.common.EclipseUtil.removeNatureFromProject(EclipseUtil.java:133)
> 	at org.jboss.tools.common.model.util.EclipseResourceUtil.getModelNature(EclipseResourceUtil.java:268)
> 	at org.jboss.tools.common.model.util.EclipseResourceUtil.createObjectForResource(EclipseResourceUtil.java:325)
> 	at org.jboss.tools.jst.web.model.helpers.InnerModelHelper.createXModel(InnerModelHelper.java:40)
> 	at org.jboss.tools.jst.web.kb.internal.scanner.ClassPathMonitor.init(ClassPathMonitor.java:60)
> 	at org.jboss.tools.jst.web.kb.internal.KbProject.setProject(KbProject.java:202)
> 	at org.eclipse.core.internal.resources.NatureManager.createNature(NatureManager.java:234)
> 	at org.eclipse.core.internal.resources.Project.getNature(Project.java:448)
> 	at org.jboss.tools.jst.web.kb.KbProjectFactory.getKbProject(KbProjectFactory.java:67)
> 	at org.jboss.tools.jst.web.kb.WebKbPlugin$RCL.resourceChanged(WebKbPlugin.java:172)
> 	at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> 	at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
> 	at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
> 	at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:398)
> 	at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1518)
> 	at org.eclipse.core.internal.resources.Project.open(Project.java:1167)
> 	at org.eclipse.core.internal.resources.Project.open(Project.java:1178)
> 	at org.jboss.tools.test.util.ResourcesUtils.importProjectIntoWorkspace(ResourcesUtils.java:275)
> 	at org.jboss.tools.test.util.ResourcesUtils.importProject(ResourcesUtils.java:87)
> 	at org.jboss.tools.test.util.ResourcesUtils.importProject(ResourcesUtils.java:70)
> 	at org.jboss.tools.test.util.ResourcesUtils.importProject(ResourcesUtils.java:61)
> 	at org.jboss.tools.test.util.ResourcesUtils.importProject(ResourcesUtils.java:213)
> 	at org.jboss.tools.test.util.ProjectImportTestSetup.importProjects(ProjectImportTestSetup.java:57)
> 	at org.jboss.tools.test.util.ProjectImportTestSetup.setUp(ProjectImportTestSetup.java:77)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:22)
> 	at junit.framework.TestResult.runProtected(TestResult.java:142)
> 	at junit.extensions.TestSetup.run(TestSetup.java:27)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:255)
> 	at junit.framework.TestSuite.run(TestSuite.java:250)
> 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
> 	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> 	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> 	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3746)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3394)
> 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1122)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1006)
> 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:146)
> 	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:615)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:566)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125)
> 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:109)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:80)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:226)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
> 	at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
> !SUBENTRY 1 org.eclipse.core.resources 4 380 2014-02-04 11:58:06.640
> !MESSAGE The resource tree is locked for modifications.{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list