- This topic has 3 replies, 2 voices, and was last updated 20 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
Jeremy DavisMemberThe problem I’m having is that I can only start the server once without exiting and restarting Eclipse.
I’m running WindowsXP Professional
Eclipse 2.1.2
MyEclipse Enterprise Workbench 2.7.0
Eclipse was freshly installed.
JBossIDE is also installed.
I’m using j2sdk1.4.1_01 to run Eclipse and launch the server
I deploy an app, start the server, call the action I am testing, stop the server, redeploy the app and try to start the server.
I’m using JBoss 3.2.2
.metadata/log:!ENTRY com.genuitec.eclipse.ast.deploy.core 1 1 Apr 13, 2004 13:48:50.588
!MESSAGE Unable to set deployment errorMarker
!STACK 1
org.eclipse.core.internal.resources.ResourceException: The resource tree is locked for modifications.
at org.eclipse.core.internal.resources.Workspace.beginOperation(Workspace.java:144)
at org.eclipse.core.internal.resources.Resource.createMarker(Resource.java:586)
at com.genuitec.eclipse.ast.deploy.core.Deployment.addErrorMarker(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.ModuleDeployment.addErrorMarker(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.undeploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.ModuleDeployment.undeploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.undeploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.resourceDeleted(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.ModuleDeployment.resourceDeleted(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.DeployedResourceEventProcessor.resourceChanged(Unknown Source)
at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:137)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:152)
at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:124)
at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:170)
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:636)
at org.eclipse.core.internal.resources.Project.delete(Project.java:288)
at org.eclipse.ui.actions.DeleteResourceAction.delete(DeleteResourceAction.java:306)
at org.eclipse.ui.actions.DeleteResourceAction.delete(DeleteResourceAction.java:293)
at org.eclipse.ui.actions.DeleteResourceAction$2.execute(DeleteResourceAction.java:385)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
!ENTRY org.eclipse.core.resources 4 380 Apr 13, 2004 13:48:50.588
!MESSAGE The resource tree is locked for modifications.Help is much appreciated.
Sincerely,
Jeremy Davis
Riyad KallaMemberJeremy,
This seems to be an Eclipse bug, see here: https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=tree+is+locked&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=You could try upgrading to Eclipse 2.1.3 and MyEclipse 2.7.1 and see if that helps… it also couldn’t hurt to upgrade to 1.4.2_04 while you were at it, but that is up to you.
Jeremy DavisMemberThank you for your help. This appears to be fixed.
Sincerely,
Jeremy Davis
Riyad KallaMemberI’m glad that helped, happy coding.
-
AuthorPosts