[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.ve] Internal Error: Setup Java Visual Editor
|
- From: Gakk Simian <gakksimian@xxxxxxxxx>
- Date: Tue, 16 Aug 2005 08:31:09 -0400
- Newsgroups: eclipse.tools.ve
- Organization: EclipseCorner
- User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
This is my first post, so please bear with me and point me to a
FAQ/guide if I'm not following procedure.
After upgrading (Fresh install), I am having trouble importing a
previously developed project. I suspect that VE is having trouble with
some of my 'tweeks' to the generated code, because I have no trouble
starting a new project, nor do I have trouble with any of my simpler
projects.
I'm not sure where in the code it's dying, though.
This is what is installed (from the Help>About>Config Details)
*** Features:
org.eclipse.emf (2.1.1.M200508110300) "Eclipse Modeling Framework (EMF)"
org.eclipse.gef (3.1.0) "Graphical Editing Framework"
org.eclipse.jdt (3.1.0) "Eclipse Java Development Tools"
org.eclipse.jdt.source (3.1.0) "Eclipse Java Development Tools SDK"
org.eclipse.jem (1.1.0) "Java EMF Model"
org.eclipse.jem.sdk (1.1.0) "Java EMF Model SDK"
org.eclipse.jem.source (1.1.0) "Java EMF Model Source"
org.eclipse.pde (3.1.0) "Eclipse Plug-in Development Environment"
org.eclipse.pde.source (3.1.0) "Eclipse Plug-in Development Environment
Developer Resources"
org.eclipse.platform (3.1.0) "Eclipse Platform"
org.eclipse.platform.source (3.1.0) "Eclipse Platform Plug-in Developer
Resources"
org.eclipse.rcp (3.1.0) "Eclipse RCP"
org.eclipse.rcp.source (3.1.0) "Eclipse RCP Plug-in Developer Resources"
org.eclipse.sdk (3.1.0) "Eclipse Project SDK"
org.eclipse.ve (1.1.0) "Visual Editor"
org.eclipse.ve.sdk (1.1.0) "Visual Editor SDK"
org.eclipse.ve.source (1.1.0) "Visual Editor Source"
I have info from the .log file, but it's 106K and I doubt you'd want to
see it all. Here's the first 25 lines:
!SESSION 2005-08-16 08:11:38.750
-----------------------------------------------
eclipse.buildId=I20050627-1435
java.version=1.5.0_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.ve.java.core 4 2 2005-08-16 08:12:07.781
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.ve.java.core".
!STACK 0
java.util.ConcurrentModificationException
at
org.eclipse.emf.common.util.BasicEList$EIterator.checkModCount(BasicEList.java:1252)
at
org.eclipse.emf.common.util.BasicEList$EIterator.next(BasicEList.java:1200)
at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:315)
at
org.eclipse.jem.internal.util.emf.workbench.ProjectResourceSetImpl.getResource(ProjectResourceSetImpl.java:262)
at
org.eclipse.jem.internal.beaninfo.adapters.BeaninfoNature$5.getResource(BeaninfoNature.java:230)
at
org.eclipse.jem.internal.util.emf.workbench.ProjectResourceSetImpl.getResourceFromHandlers(ProjectResourceSetImpl.java:108)
at ...