- This topic has 1 reply, 2 voices, and was last updated 14 years, 8 months ago by support-shalini.
-
AuthorPosts
-
BarbierMemberHi
I installed version 8.0 last week and i started DB developement today.
I searched for issues regarding DB & JPA development with the following message:
An internal error occurred during: “Generating Artifacts”.
java.util.NoSuchElementException
the log is:
java.util.NoSuchElementException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:796)
at java.util.HashMap$ValueIterator.next(HashMap.java:822)
at com.genuitec.eclipse.hibernate.tool.MESingleClassExporter.doStart(MESingleClassExporter.java:59)
at com.genuitec.eclipse.hibernate.tool.hbm2x.VAbstractExporter.start(VAbstractExporter.java:97)
at com.genuitec.eclipse.hibernate.wizards.GenerateArtifactsJob$3.execute(GenerateArtifactsJob.java:582)
at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:64)
at org.hibernate.console.ConsoleConfiguration.execute(ConsoleConfiguration.java:95)
at com.genuitec.eclipse.hibernate.wizards.GenerateArtifactsJob.run(GenerateArtifactsJob.java:417)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Could you please let me know what’s wrong in my set up (I suspect some definitions are missing but which one?)
Thank you very much in advance
Didier
support-shaliniMemberDidier,
Can you give some more information?
1. Can you copy paste your installation details from MyEcilpse > Installation Summary > Installation Details?
2. What is the database that you are working with and what are the driver jar files that you are using?I would recommend you to go through the following links also –
1. https://www.genuitec.com/forums/topic/hibernate-reverse-engineering-won-t-generate-classes/
2. https://www.genuitec.com/forums/topic/can-not-do-jpa-hibernate-reverse-engineering-with-mysql/ -
AuthorPosts