Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » java.util.ConcurrentModificationException
java.util.ConcurrentModificationException [message #100094] Fri, 06 May 2005 14:27 Go to next message
Ben Sisson is currently offline Ben SissonFriend
Messages: 202
Registered: July 2009
Senior Member
I created the project "Top down Web Services supporting flexible
projects." under "Web Services tutorials using WTP 1.0 M4 driver". I am
usign Eclipse 3.1.0 M6, WTP 1.0 M4, and Tomcat 5.0.28. I create the
project fine. I import the .wsdl file just fine. I create teh Web
Service by right clicking on the WSDL file and following the
instrucitons. Everything looks great. I can click on the Java or J2EE
perspectives and everything looks fine. However, when I close Eclipse and
re-open Eclipse I can the following error message when i try to open the
J2EE perspective (I saw a mention of this as a known issue but it was
supposed to be resolved with EMF I200504141117 build - the bundle that I
downloaded was newer than that build so it should have incorporated the
fix):

Unable to create view: An unexpected exception was thrown.

Details:
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
at java.util.HashMap$ValueIterator.next(Unknown Source)
at java.util.Collections$1.next(Unknown Source)
at
org.eclipse.wst.common.navigator.internal.provisional.views. NavigatorActionService.restoreState(NavigatorActionService.j ava:336)
at
org.eclipse.wst.common.navigator.internal.provisional.views. CommonNavigatorManager.restoreState(CommonNavigatorManager.j ava:106)
at
org.eclipse.wst.common.navigator.internal.provisional.views. CommonNavigator.createPartControl(CommonNavigator.java:186)
at
org.eclipse.ui.internal.ViewFactory.busyRestoreViewHelper(Vi ewFactory.java:429)
at
org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFact ory.java:299)
at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:6 97)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory. java:694)
at
org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(Vi ewFactory.java:119)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:26 0)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:51 9)
at
org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePart.java:126)
at
org.eclipse.ui.internal.presentations.newapi.PresentablePart Folder.select(PresentablePartFolder.java:268)
at
org.eclipse.ui.internal.presentations.newapi.LeftToRightTabO rder.select(LeftToRightTabOrder.java:65)
at
org.eclipse.ui.internal.presentations.newapi.TabbedStackPres entation.selectPart(TabbedStackPresentation.java:391)
at
org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:1070)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.ja va:558)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.ja va:495)
at
org.eclipse.ui.internal.PartSashContainer.createControl(Part SashContainer.java:485)
at
org.eclipse.ui.internal.PerspectiveHelper.activate(Perspecti veHelper.java:230)
at org.eclipse.ui.internal.Perspective.onActivate(Perspective.j ava:781)
at
org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPa ge.java:2054)
at
org.eclipse.ui.internal.WorkbenchWindow$4.run(WorkbenchWindo w.java:2194)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.WorkbenchWindow.setActivePage(Workbe nchWindow.java:2180)
at
org.eclipse.ui.internal.WorkbenchWindow.restoreState(Workben chWindow.java:1702)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.jav a:1408)
at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:13 58)
at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1241 )
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1021)
at org.eclipse.core.runtime.Platform.run(Platform.java:757)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.jav a:1185)
at
org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(Wor kbenchConfigurer.java:173)
at
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:712)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:962)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1510)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:306)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:228)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:344)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:156)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
at org.eclipse.core.launcher.Main.run(Main.java:942)
at org.eclipse.core.launcher.Main.main(Main.java:926)
Re: java.util.ConcurrentModificationException [message #100194 is a reply to message #100094] Fri, 06 May 2005 15:32 Go to previous message
Ben Sisson is currently offline Ben SissonFriend
Messages: 202
Registered: July 2009
Senior Member
Interesting note:

If when I close Eclipse I switch to the Java perspective from the J2EE
perspective. When I open Eclipse again it will open the Java perspective
fine. I can also switch to the J2EE perspective without any error.

However, if I close Eclipse with the J2EE perspective open I still get
this same error message when I open Eclipse. I can switch to the Java
perspective without any message but when is switch back I still get this
same message.

This seems to be a bug.

TIA,
Ben
Previous Topic:Change context root
Next Topic:Bugzilla Bug 84843
Goto Forum:
  


Current Time: Wed Sep 04 21:25:09 GMT 2024

Powered by FUDForum. Page generated in 0.03076 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top