Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Error while running Xtext File cause by Eclipse
Error while running Xtext File cause by Eclipse [message #1387025] Mon, 23 June 2014 14:44 Go to next message
Félix SILINOU KAMDEM is currently offline Félix SILINOU KAMDEMFriend
Messages: 96
Registered: April 2013
Member
Hi,

I have a problem with Eclipse. I have a project who was working perfectly but for no reason I cannot running it. Error is comming from "mf.mwe2.launch.runtime.Mwe2Launcher - Problems instantiating module parseXtextFile.GenerateMyDsl".

I have tried some trick but it doesn't work. Even when I am creating a new Xtext project, I got the same error.

Does anyone have a clue (I dont want to use another workspace).

Regards,
Felix
Re: Error while running Xtext File cause by Eclipse [message #1387044 is a reply to message #1387025] Mon, 23 June 2014 16:56 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
Hi,

can you please post the complete error message


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Error while running Xtext File cause by Eclipse [message #1387051 is a reply to message #1387044] Mon, 23 June 2014 18:18 Go to previous messageGo to next message
Félix SILINOU KAMDEM is currently offline Félix SILINOU KAMDEMFriend
Messages: 96
Registered: April 2013
Member
Yes of course.

.mw2 file
var fileExtensions = "rdsl"
var projectName = "org.ramses.mydsl"
var runtimeProject = "../${projectName}"
var generateXtendStub = true
var encoding = "UTF-8"

Workflow {
    bean = StandaloneSetup {
    	scanClassPath = true
    	platformUri = "${runtimeProject}/.."
    	// The following two lines can be removed, if Xbase is not used.
    	registerGeneratedEPackage = "org.eclipse.xtext.xbase.XbasePackage"
    	registerGenModelFile = "platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel"
    }


error:
0    [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Registering platform uri 'C:\Users\silin_000\Dropbox\Projet\workspace\ramses'
[Fatal Error] :1:2: Le balisage du document précédant l'élément racine doit avoir un format correct.
804  [main] ERROR mf.mwe2.launch.runtime.Mwe2Launcher  - Problems instantiating module org.ramses.mydsl.GenerateRamsesDsl: java.lang.reflect.InvocationTargetException
java.lang.RuntimeException: Problems instantiating module org.ramses.mydsl.GenerateRamsesDsl: java.lang.reflect.InvocationTargetException
	at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:95)
	at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:62)
	at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:52)
	at org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.run(Mwe2Launcher.java:74)


In .mw2 file when I am doing this :
var runtimeProject = "./${projectName}"
I can instantiate module but I got a new error
1    [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Registering platform uri 'C:\Users\silin_000\Dropbox\Projet\workspace\ramses\org.ramses.mydsl'
270  [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Adding generated EPackage 'org.eclipse.xtext.xbase.XbasePackage'
692  [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
698  [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
729  [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
730  [main] INFO  clipse.emf.mwe.utils.GenModelHelper  - Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'

*ATTENTION*
It is recommended to use the ANTLR 3 parser generator (BSD licence - http://www.antlr.org/license.html).
Do you agree to download it (size 1MB) from 'http://download.itemis.com/antlr-generator-3.2.0.jar'? (type 'y' or 'n' and hit enter)y
10046 [main] INFO  erator.parser.antlr.AntlrToolFacade  - downloading file from 'http://download.itemis.com/antlr-generator-3.2.0.jar' ...
Downloading ANTLR parser generator failed: download.itemis.com
Please install the feature 'Xtext Antlr SDK' manually using the external updatesite:

		'http://download.itemis.com/updates/'.

(see http://www.eclipse.org/Xtext/download.html for details)

*ATTENTION*
It is recommended to use the ANTLR 3 parser generator (BSD licence - http://www.antlr.org/license.html).
Do you agree to download it (size 1MB) from 'http://download.itemis.com/antlr-generator-3.2.0.jar'? (type 'y' or 'n' and hit enter)
*ATTENTION*
It is recommended to use the ANTLR 3 parser generator (BSD licence - http://www.antlr.org/license.html).
Do you agree to download it (size 1MB) from 'http://download.itemis.com/antlr-generator-3.2.0.jar'? (type 'y' or 'n' and hit enter)
*ATTENTION*
It is recommended to use the ANTLR 3 parser generator (BSD licence - http://www.antlr.org/license.html).
Do you agree to download it (size 1MB) from 'http://download.itemis.com/antlr-generator-3.2.0.jar'? (type 'y' or 'n' and hit enter)y
18468 [main] INFO  erator.parser.antlr.AntlrToolFacade  - downloading file from 'http://download.itemis.com/antlr-generator-3.2.0.jar' ...
Downloading ANTLR parser generator failed: download.itemis.com
Please install the feature 'Xtext Antlr SDK' manually using the external updatesite:

		'http://download.itemis.com/updates/'.

(see http://www.eclipse.org/Xtext/download.html for details)
18474 [main] ERROR mf.mwe2.launch.runtime.Mwe2Launcher  - Problems running workflow org.ramses.mydsl.GenerateRamsesDsl: 
[ERROR]: 

*ATTENTION*
It is highly recommended to use ANTLR's parser generator (get it from 'http://xtext.itemis.com/'). 
As an alternative to ANTLR you could also use the alternative implementation shipped with Xtext.
To do so use the generator fragment 'org.eclipse.xtext.generator.parser.packrat.PackratParserFragment' in your mwe2 file instead.(Element: -UNKNOWN-; Reported by: -UNKNOWN-)
[ERROR]: 

*ATTENTION*
It is highly recommended to use ANTLR's parser generator (get it from 'http://xtext.itemis.com/'). 
As an alternative to ANTLR you could also use the alternative implementation shipped with Xtext.
To do so use the generator fragment 'org.eclipse.xtext.generator.parser.packrat.PackratParserFragment' in your mwe2 file instead.(Element: -UNKNOWN-; Reported by: -UNKNOWN-)
java.lang.RuntimeException: Problems running workflow org.ramses.mydsl.GenerateRamsesDsl: 
[ERROR]: 

*ATTENTION*
It is highly recommended to use ANTLR's parser generator (get it from 'http://xtext.itemis.com/'). 
As an alternative to ANTLR you could also use the alternative implementation shipped with Xtext.
To do so use the generator fragment 'org.eclipse.xtext.generator.parser.packrat.PackratParserFragment' in your mwe2 file instead.(Element: -UNKNOWN-; Reported by: -UNKNOWN-)
[ERROR]: 

*ATTENTION*
It is highly recommended to use ANTLR's parser generator (get it from 'http://xtext.itemis.com/'). 
As an alternative to ANTLR you could also use the alternative implementation shipped with Xtext.
To do so use the generator fragment 'org.eclipse.xtext.generator.parser.packrat.PackratParserFragment' in your mwe2 file instead.(Element: -UNKNOWN-; Reported by: -UNKNOWN-)
	at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:104)
	at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:62)
	at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:52)
	at org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.run(Mwe2Launcher.java:74)
	at org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main(Mwe2Launcher.java:35)
Caused by: java.lang.RuntimeException: 
[ERROR]: 

*ATTENTION*
It is highly recommended to use ANTLR's parser generator (get it from 'http://xtext.itemis.com/'). 
As an alternative to ANTLR you could also use the alternative implementation shipped with Xtext.
To do so use the generator fragment 'org.eclipse.xtext.generator.parser.packrat.PackratParserFragment' in your mwe2 file instead.(Element: -UNKNOWN-; Reported by: -UNKNOWN-)
[ERROR]: 

*ATTENTION*
It is highly recommended to use ANTLR's parser generator (get it from 'http://xtext.itemis.com/'). 
As an alternative to ANTLR you could also use the alternative implementation shipped with Xtext.
To do so use the generator fragment 'org.eclipse.xtext.generator.parser.packrat.PackratParserFragment' in your mwe2 file instead.(Element: -UNKNOWN-; Reported by: -UNKNOWN-)
	at org.eclipse.emf.mwe.core.lib.Mwe2Bridge.handleIssues(Mwe2Bridge.java:56)
	at org.eclipse.emf.mwe.core.lib.Mwe2Bridge.preInvoke(Mwe2Bridge.java:66)
	at org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent.preInvoke(AbstractWorkflowComponent.java:197)
	at org.eclipse.emf.mwe2.runtime.workflow.AbstractCompositeWorkflowComponent.preInvoke(AbstractCompositeWorkflowComponent.java:29)
	at org.eclipse.emf.mwe2.runtime.workflow.Workflow.run(Workflow.java:18)
	at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:102)
	... 4 more

Re: Error while running Xtext File cause by Eclipse [message #1387052 is a reply to message #1387051] Mon, 23 June 2014 18:32 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
hi,

make sure you install the antlr version as suggested.(pressing y when asked.
alterbatively you can install it via update site http://download.itemis.com/updates/


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Error while running Xtext File cause by Eclipse [message #1387053 is a reply to message #1387052] Mon, 23 June 2014 18:59 Go to previous messageGo to next message
Félix SILINOU KAMDEM is currently offline Félix SILINOU KAMDEMFriend
Messages: 96
Registered: April 2013
Member
Hi,

I forgot to tell you, I have tried that too using
.antlr-generator-3.2.0
but with
var runtimeProject = "../${projectName}"
in .mw2 file, it does not works but it is the right way to difine path.

Error :
0    [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Registering platform uri 'C:\Users\silin_000\Dropbox\Projet\workspace\ramses'
[Fatal Error] :1:2: Le balisage du document précédant l'élément racine doit avoir un format correct.
441  [main] ERROR mf.mwe2.launch.runtime.Mwe2Launcher  - Problems instantiating module org.ramses.mydsl.GenerateRamsesDsl: java.lang.reflect.InvocationTargetException
java.lang.RuntimeException: Problems instantiating module org.ramses.mydsl.GenerateRamsesDsl: java.lang.reflect.InvocationTargetException
	at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:95)
Re: Error while running Xtext File cause by Eclipse [message #1387054 is a reply to message #1387053] Mon, 23 June 2014 19:01 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
Hi,

this looks very strange. but it is hard to diagnose with only that.


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Error while running Xtext File cause by Eclipse [message #1387056 is a reply to message #1387054] Mon, 23 June 2014 19:25 Go to previous messageGo to next message
Félix SILINOU KAMDEM is currently offline Félix SILINOU KAMDEMFriend
Messages: 96
Registered: April 2013
Member
I have that problem when creating a new project.
Re: Error while running Xtext File cause by Eclipse [message #1387058 is a reply to message #1387056] Mon, 23 June 2014 19:35 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
the only thing i can say is: try it with another eclipse.

Le balisage du document précédant l'élément racine doit avoir un format correct. seems to be Content is not allowed in prolog ????
sure there is no complete trace on that?


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Error while running Xtext File cause by Eclipse [message #1387064 is a reply to message #1387058] Mon, 23 June 2014 20:38 Go to previous messageGo to next message
Félix SILINOU KAMDEM is currently offline Félix SILINOU KAMDEMFriend
Messages: 96
Registered: April 2013
Member
The better way I found was to use another Eclipse with another workspace.
I have no trace even from the lock.
Re: Error while running Xtext File cause by Eclipse [message #1387182 is a reply to message #1387064] Tue, 24 June 2014 17:11 Go to previous message
Félix SILINOU KAMDEM is currently offline Félix SILINOU KAMDEMFriend
Messages: 96
Registered: April 2013
Member
I have found the source of this problem.
I was cause by git. Everytime I share my project using git I got that error.
Previous Topic:Xtext reference does work when importing a file
Next Topic:Generating a language without preference pages
Goto Forum:
  


Current Time: Thu Mar 28 10:39:57 GMT 2024

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

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

Back to the top