- This topic has 6 replies, 2 voices, and was last updated 18 years, 11 months ago by ron mccamish.
-
AuthorPosts
-
ron mccamishMemberLike others, I get the Generating Artifacts error when trying to create a hibernate config file. I’m using
4.1GA.ron….
Error:
Error 2006-02-02 11:26:47.668 An internal error occurred during: “Generating Artifacts”.
java.lang.IncompatibleClassChangeError
at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:109)
at com.genuitec.eclipse.hibernate.wizards.GenerateArtifactsJob.buildConfiguration(GenerateArtifactsJob.java:374)
at com.genuitec.eclipse.hibernate.wizards.GenerateArtifactsJob.run(GenerateArtifactsJob.java:255)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)Config:
*** Date: Thu Feb 02 11:27:39 EST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.4.2_04*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.0 GA
Build id: 20060122-4.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.1
Build id: M20050929-0840Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse Java Development Tools
Version: 3.1.1
Build id: M20050929-0840Eclipse Graphical Editing Framework
Version: 3.1
Build id: 200509301327Eclipse RCP
Version: 3.1.1
Build id: M20050929-0840Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: M20050929-0840Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse-new\eclipse311\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
cac_30
-data
C:\dev\rmccamish_CrewComm.R3\workspace
-vm
C:\bea\jdk142_04\bin\javaw.exe
Riyad KallaMemberRon,
When you upgraded MyEclipse did you happen to install 4.1 ontop of 4.0?
ron mccamishMemberYes, I did.
Riyad KallaMemberThat’s the problem, what you will need to do is shutdown MyEclipse, uninstall MyEclipse and manually erase your old MyEclipse directory, then re-run the installer and add -clean to your command line arguments and restart. No settings should be lost, you might get a notice about “Unable to restore layout”, that is harmless. After starting back up, try and regenerate the mappings.
ron mccamishMemberI’ll gave that a try. Was this in the GA release notes?
Riyad KallaMember3rd paragraph:
————-
Please refer to the special instructions if upgrading from a previous MyEclipse release. Also note that you must download Eclipse 3.1.1 to use with the latest release. Make sure that you have JDK 1.5 installed to use the UML Modeler on Linux and 1.4.2_05+ or JDK 1.5 for Windows. Unfortunately, due to an Eclipse bug, our Mac users will not be able to access the UML capabilities.
————-
ron mccamishMemberThis worked. Thanks!
-
AuthorPosts