Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » What does this error mean?
What does this error mean? [message #1727027] Fri, 18 March 2016 10:49 Go to next message
Vlad Dumitrescu is currently offline Vlad DumitrescuFriend
Messages: 431
Registered: July 2009
Location: Gothenburg
Senior Member
Caused by: java.io.IOException: The path '/C:/Users/vladdu/projects/prj/src-gen/prj/EscPackage.java' is unmapped
at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.createOutputStream(PlatformResourceURIHandlerImpl.java:501)
at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createOutputStream(ExtensibleURIConverterImpl.java:349)
at org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.createOutputStream(AbstractGeneratorAdapter.java:2388)
at org.eclipse.emf.mwe2.ecore.CvsIdFilteringGeneratorAdapterFactoryDescriptor$IdFilteringGenModelGeneratorAdapterFactory$IdFilteringGenPackageAdapter.createOutputStream(CvsIdFilteringGeneratorAdapterFactoryDescriptor.java:43)
at org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.generateJava(AbstractGeneratorAdapter.java:2084)
Re: What does this error mean? [message #1727323 is a reply to message #1727027] Tue, 22 March 2016 07:46 Go to previous messageGo to next message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 83
Registered: January 2016
Location: Kiel
Member

That error is caused by an bad platform:/resource URI. In your case it seems like for some unknown reason you have a URI of the following form:

platform:/resource/C:/Users/vladdu/projects/prj/src-gen/prj/EscPackage.java

It is really a follow up error. You need to figure out why and where this URI is created in the first place.
Re: What does this error mean? [message #1727324 is a reply to message #1727323] Tue, 22 March 2016 07:53 Go to previous message
Vlad Dumitrescu is currently offline Vlad DumitrescuFriend
Messages: 431
Registered: July 2009
Location: Gothenburg
Senior Member
Okay, thank you, I'll look into it.
/Vlad
Previous Topic:Using generated Xtext web editor as a RAP widget
Next Topic:EMF and Gradle
Goto Forum:
  


Current Time: Thu Apr 25 05:56:09 GMT 2024

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

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

Back to the top