huybuidac20593 / yakindu

Automatically exported from code.google.com/p/yakindu
0 stars 0 forks source link

Error while creating Yakindu state chart model (.SCT) file #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create new Java Prject
2. Add new folder Model
3. Add new Yakindu State Chart model (by choosing File -> New -> Other -> 
Yakindu -> YAKINDU Statechart Model) in folder Model

What is the expected output? What do you see instead?
Expected Output:- create .sct file 
Outcome :- 3 Errors -  
1)org.yakindu.sct.model.stext.resource.factory.ExpressionsExecutableExtensionFac
tory  - Failed to create injector for org.yakindu.sct.model.stext.SText  
2)org.yakindu.sct.model.stext.ui.internal.STextActivator  - 
com.google.inject.internal.util.$ComputationException: 
java.lang.NoClassDefFoundError: 
org/yakindu/base/expressions/services/ExpressionsGrammarAccess$TypeCastExpressio
nElements
3)org.yakindu.sct.model.stext.ui.internal.STextActivator  - Failed to create 
injector for org.yakindu.sct.model.stext.SText

What version of the product are you using? On what operating system?

eclipse.buildId=4.4.1.M20140925-0400
java.version=1.8.0_25
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product 
org.eclipse.epp.package.java.product
Operating System - Windows 8.1

Installed Software:
Eclipse IDE for Java Developers 4.4.1.20150109-0740
Xtend IDE   2.7.3.v201411190455
Xtext Complete SDK  2.7.3.v201411190455
Xtext GMF Integration (XGI) Feature Developer Resources 2.3.0.201407221018
Xtext JFace Integration Feature Developer Resources 2.3.0.201407221018
Yakindu Base Feature Developer Resources    2.3.0.201407221018
Yakindu Statechart Tools (SCT) 2 SDK    2.4.1.201411271459

Please provide any additional information below.
Find find the complete error log below.

Original issue reported on code.google.com by Menaria....@gmail.com on 16 Feb 2015 at 9:26

Attachments:

GoogleCodeExporter commented 9 years ago
Already removed the Xtext site updation, as suggested in 
https://groups.google.com/forum/#!msg/yakindu-user/wlxdXIdyblE/Vqtps_lcXcgJ

Original comment by Menaria....@gmail.com on 16 Feb 2015 at 9:27

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I got the reason for this problem. I had Xtext Complete SDK version 
2.7.3.v201411190455 but other Xtext versions are 2.3 which were complete 
mismatch. The root cause of this problem is installation of Eclipse 32 bit on a 
64 bit machine. I removed Eclips Luna and reinstalled 64 bit. There I got this 
error :- Java exit with error code 13.

I got the solution for this problem. The problem was multiple path entries in 
C->ProgramData->Oracle->Java 

I removed all entries here and restart the Eclipse Luna and now everything 
works. 

Original comment by Menaria....@gmail.com on 23 Feb 2015 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by A.Muel...@googlemail.com on 6 Mar 2015 at 11:00