Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » [xText] Error indexin EPackages from registry
[xText] Error indexin EPackages from registry [message #55363] Fri, 03 July 2009 12:50 Go to next message
Eclipse UserFriend
Originally posted by: anders.hessellund.gmail.com

Hi,

I've created a little grammar and generated an editor. It works fine
although I noticed a strange error message in the Error Log. Is this
something that I should worry about?

org.eclipse.emf.common.util.WrappedException:
java.lang.ClassNotFoundException:
com.sun.java.xml.ns.persistence.orm.OrmPackage
at
org.eclipse.emf.ecore.plugin.RegistryReader$EPackageDescript or.getEPackage(RegistryReader.java:279)
at
org.eclipse.emf.ecore.impl.EPackageRegistryImpl.getEPackage( EPackageRegistryImpl.java:133)
at
org.eclipse.emf.index.ecore.impl.EcoreIndexFeederImpl.feedEP ackagesFromRegistry(EcoreIndexFeederImpl.java:72)
at
org.eclipse.emf.index.ui.builder.IndexStartupInitializer.ear lyStartup(IndexStartupInitializer.java:58)
at
org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup (EarlyStartupRunnable.java:87)
at
org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartu pRunnable.java:66)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2192 )
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.lang.ClassNotFoundException:
com.sun.java.xml.ns.persistence.orm.OrmPackage
at
org.eclipse.osgi.internal.loader.BundleLoader.findClassInter nal(BundleLoader.java:489)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(Bund leLoader.java:405)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(Bund leLoader.java:393)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:105)
at java.lang.ClassLoader.loadClass(Unknown Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.loadClass(Bund leLoader.java:321)
at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:231)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.load Class(AbstractBundle.java:1193)
at
org.eclipse.emf.ecore.plugin.RegistryReader$EPackageDescript or.getEPackage(RegistryReader.java:272)
.... 8 more
Re: [xText] Error indexin EPackages from registry [message #55392 is a reply to message #55363] Fri, 03 July 2009 12:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: anders.hessellund.gmail.com

Ups, perhaps I should mention that I'm running on the new Galileo
package "Eclipse Modeling Tools (includes Incubating components)" with
xText 0.7.
Re: [xText] Error indexin EPackages from registry [message #55445 is a reply to message #55392] Fri, 03 July 2009 13:51 Go to previous messageGo to next message
Sebastian Zarnekow is currently offline Sebastian ZarnekowFriend
Messages: 3118
Registered: July 2009
Senior Member
Hi Anders,

this is a bug in the Xtext 0.7.0 release, that is shiped with the EPP
build. You may want to try the itemis distro from
http://xtext.itemis.com which contains several other bugfixes and a more
complete documentation.

Sorry for inconvenience,
Sebastian

Am 03.07.2009 14:52 Uhr, schrieb Anders Hessellund:
> Ups, perhaps I should mention that I'm running on the new Galileo
> package "Eclipse Modeling Tools (includes Incubating components)" with
> xText 0.7.
Re: [xText] Error indexin EPackages from registry [message #55472 is a reply to message #55392] Fri, 03 July 2009 13:52 Go to previous messageGo to next message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 1823
Registered: July 2009
Senior Member
This has already been fixed.
But unfortunately didn't make into the Galileo build.
For the time being you can just ignore it.

Sven

Anders Hessellund schrieb:
> Ups, perhaps I should mention that I'm running on the new Galileo
> package "Eclipse Modeling Tools (includes Incubating components)" with
> xText 0.7.
Re: [xText] Error indexin EPackages from registry [message #55498 is a reply to message #55445] Fri, 03 July 2009 14:00 Go to previous message
Eclipse UserFriend
Originally posted by: anders.hessellund.gmail.com

Sebastian Zarnekow wrote:
> Hi Anders,
>
> this is a bug in the Xtext 0.7.0 release, that is shiped with the EPP
> build. You may want to try the itemis distro from
> http://xtext.itemis.com which contains several other bugfixes and a more
> complete documentation.
>
> Sorry for inconvenience,
> Sebastian
>
> Am 03.07.2009 14:52 Uhr, schrieb Anders Hessellund:
>> Ups, perhaps I should mention that I'm running on the new Galileo
>> package "Eclipse Modeling Tools (includes Incubating components)" with
>> xText 0.7.
>

Ok, thanks for the reply
Previous Topic:example grammars
Next Topic:Deployment of generator plugins
Goto Forum:
  


Current Time: Fri Jul 12 11:23:33 GMT 2024

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

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

Back to the top