Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Wich UML2 metamodel implemetation MagicDraw uses?
Wich UML2 metamodel implemetation MagicDraw uses? [message #477342] Sun, 04 May 2008 21:44 Go to next message
Geam Carlos is currently offline Geam CarlosFriend
Messages: 17
Registered: July 2009
Junior Member
i`m trying to launch a atl transformation using eclipse plugin over uml2
model but i obtain the erro message paste below:

I`m using the healthwatcher model exported to uml2 usgin magic draw (
version 12.1 and 15.1)
and i use the Superstructure.uml metamodel distributed in Eclipse/MDT UML2
component (http://www.eclipse.org/modeling/mdt/downloads/?project=uml2).
i had tried too use following nsUri: http://www.eclipse.org/uml2/2.1.0/UML


but i obtain the same erro message:


SEVERE: ****** BEGIN Stack Trace
SEVERE: message: cannot find model UML
SEVERE: A.main() : ??#22 null
SEVERE: local variables = {self=TESTE : ASMModule}
SEVERE: local stack = []
SEVERE: A.__initinElements() : ??#3 15:46-15:57
SEVERE: local variables = {self=TESTE : ASMModule}
SEVERE: local stack = [TESTE : ASMModule]
SEVERE: ****** END Stack Trace
INFO: Execution terminated due to error (see launch configuration to allow
continuation after errors).
SEVERE: cannot find model UML
java.lang.RuntimeException: cannot find model UML
at
org.eclipse.m2m.atl.engine.vm.SimpleDebugger.error(SimpleDeb ugger.java:195)
at
org.eclipse.m2m.atl.engine.vm.StackFrame.printStackTrace(Sta ckFrame.java:95)
at
org.eclipse.m2m.atl.engine.vm.StackFrame.printStackTrace(Sta ckFrame.java:91)
at
org.eclipse.m2m.atl.engine.vm.ASMOperation.realExec(ASMOpera tion.java:292)
at org.eclipse.m2m.atl.engine.vm.ASMOperation.exec(ASMOperation .java:171)
at
org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny.invoke(ASM OclAny.java:143)
at
org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny.invoke(ASM OclAny.java:101)
at
org.eclipse.m2m.atl.engine.vm.ASMOperation.realExec(ASMOpera tion.java:240)
at org.eclipse.m2m.atl.engine.vm.ASMOperation.exec(ASMOperation .java:171)
at
org.eclipse.m2m.atl.engine.vm.ASMInterpreter.<init>(ASMInterpreter.java:299)
at org.eclipse.m2m.atl.engine.AtlLauncher.launch(AtlLauncher.ja va:169)
at org.eclipse.m2m.atl.engine.AtlLauncher.launch(AtlLauncher.ja va:111)
at org.eclipse.m2m.atl.engine.AtlLauncher.launch(AtlLauncher.ja va:87)
at
org.eclipse.m2m.atl.adt.launching.AtlRegularVM.runAtlLaunche r(AtlRegularVM.java:361)
at
org.eclipse.m2m.atl.adt.launching.AtlRegularVM.runAtlLaunche r(AtlRegularVM.java:463)
at
org.eclipse.m2m.atl.adt.launching.AtlRegularVM.launch(AtlReg ularVM.java:435)
at
org.eclipse.m2m.atl.adt.launching.AtlLaunchConfigurationDele gate.launch(AtlLaunchConfigurationDelegate.java:42)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:639)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:565)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:754)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)


if i launch the transformation programmatic i obtain the same erro
"SEVERE: cannot find model UML"


any help?

best regards!

--
Geam Carlos
Re: Wich UML2 metamodel implemetation MagicDraw uses? [message #477358 is a reply to message #477342] Mon, 05 May 2008 19:11 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Geam,

This question sounds more appropriate for the M2M newsgroup (copied) or for
the vendor of MagicDraw (although I believe it provides options to export to
both UML2 1.x and 2.x formats)...

Kenn

"Geam Carlos" <geamfilgueira@gmail.com> wrote in message
news:060bea4b4f6bdc3a72f052f9daadd224$1@www.eclipse.org...
> i`m trying to launch a atl transformation using eclipse plugin over uml2
> model but i obtain the erro message paste below:
>
> I`m using the healthwatcher model exported to uml2 usgin magic draw (
> version 12.1 and 15.1)
> and i use the Superstructure.uml metamodel distributed in Eclipse/MDT UML2
> component (http://www.eclipse.org/modeling/mdt/downloads/?project=uml2).
> i had tried too use following nsUri: http://www.eclipse.org/uml2/2.1.0/UML
>
>
> but i obtain the same erro message:
>
>
> SEVERE: ****** BEGIN Stack Trace
> SEVERE: message: cannot find model UML
> SEVERE: A.main() : ??#22 null
> SEVERE: local variables = {self=TESTE : ASMModule}
> SEVERE: local stack = []
> SEVERE: A.__initinElements() : ??#3 15:46-15:57
> SEVERE: local variables = {self=TESTE : ASMModule}
> SEVERE: local stack = [TESTE : ASMModule]
> SEVERE: ****** END Stack Trace
> INFO: Execution terminated due to error (see launch configuration to allow
> continuation after errors).
> SEVERE: cannot find model UML
> java.lang.RuntimeException: cannot find model UML
> at
> org.eclipse.m2m.atl.engine.vm.SimpleDebugger.error(SimpleDeb ugger.java:195)
> at
> org.eclipse.m2m.atl.engine.vm.StackFrame.printStackTrace(Sta ckFrame.java:95)
> at
> org.eclipse.m2m.atl.engine.vm.StackFrame.printStackTrace(Sta ckFrame.java:91)
> at
> org.eclipse.m2m.atl.engine.vm.ASMOperation.realExec(ASMOpera tion.java:292)
> at org.eclipse.m2m.atl.engine.vm.ASMOperation.exec(ASMOperation .java:171)
> at
> org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny.invoke(ASM OclAny.java:143)
> at
> org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny.invoke(ASM OclAny.java:101)
> at
> org.eclipse.m2m.atl.engine.vm.ASMOperation.realExec(ASMOpera tion.java:240)
> at org.eclipse.m2m.atl.engine.vm.ASMOperation.exec(ASMOperation .java:171)
> at
> org.eclipse.m2m.atl.engine.vm.ASMInterpreter.<init>(ASMInterpreter.java:299)
> at org.eclipse.m2m.atl.engine.AtlLauncher.launch(AtlLauncher.ja va:169)
> at org.eclipse.m2m.atl.engine.AtlLauncher.launch(AtlLauncher.ja va:111)
> at org.eclipse.m2m.atl.engine.AtlLauncher.launch(AtlLauncher.ja va:87)
> at
> org.eclipse.m2m.atl.adt.launching.AtlRegularVM.runAtlLaunche r(AtlRegularVM.java:361)
> at
> org.eclipse.m2m.atl.adt.launching.AtlRegularVM.runAtlLaunche r(AtlRegularVM.java:463)
> at
> org.eclipse.m2m.atl.adt.launching.AtlRegularVM.launch(AtlReg ularVM.java:435)
> at
> org.eclipse.m2m.atl.adt.launching.AtlLaunchConfigurationDele gate.launch(AtlLaunchConfigurationDelegate.java:42)
> at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:639)
> at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:565)
> at
> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:754)
> at
> org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:944)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
>
>
> if i launch the transformation programmatic i obtain the same erro
> "SEVERE: cannot find model UML"
>
>
> any help?
>
> best regards!
>
> --
> Geam Carlos
>
Re: Wich UML2 metamodel implemetation MagicDraw uses? [message #626537 is a reply to message #477342] Mon, 05 May 2008 19:11 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Geam,

This question sounds more appropriate for the M2M newsgroup (copied) or for
the vendor of MagicDraw (although I believe it provides options to export to
both UML2 1.x and 2.x formats)...

Kenn

"Geam Carlos" <geamfilgueira@gmail.com> wrote in message
news:060bea4b4f6bdc3a72f052f9daadd224$1@www.eclipse.org...
> i`m trying to launch a atl transformation using eclipse plugin over uml2
> model but i obtain the erro message paste below:
>
> I`m using the healthwatcher model exported to uml2 usgin magic draw (
> version 12.1 and 15.1)
> and i use the Superstructure.uml metamodel distributed in Eclipse/MDT UML2
> component (http://www.eclipse.org/modeling/mdt/downloads/?project=uml2).
> i had tried too use following nsUri: http://www.eclipse.org/uml2/2.1.0/UML
>
>
> but i obtain the same erro message:
>
>
> SEVERE: ****** BEGIN Stack Trace
> SEVERE: message: cannot find model UML
> SEVERE: A.main() : ??#22 null
> SEVERE: local variables = {self=TESTE : ASMModule}
> SEVERE: local stack = []
> SEVERE: A.__initinElements() : ??#3 15:46-15:57
> SEVERE: local variables = {self=TESTE : ASMModule}
> SEVERE: local stack = [TESTE : ASMModule]
> SEVERE: ****** END Stack Trace
> INFO: Execution terminated due to error (see launch configuration to allow
> continuation after errors).
> SEVERE: cannot find model UML
> java.lang.RuntimeException: cannot find model UML
> at
> org.eclipse.m2m.atl.engine.vm.SimpleDebugger.error(SimpleDeb ugger.java:195)
> at
> org.eclipse.m2m.atl.engine.vm.StackFrame.printStackTrace(Sta ckFrame.java:95)
> at
> org.eclipse.m2m.atl.engine.vm.StackFrame.printStackTrace(Sta ckFrame.java:91)
> at
> org.eclipse.m2m.atl.engine.vm.ASMOperation.realExec(ASMOpera tion.java:292)
> at org.eclipse.m2m.atl.engine.vm.ASMOperation.exec(ASMOperation .java:171)
> at
> org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny.invoke(ASM OclAny.java:143)
> at
> org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny.invoke(ASM OclAny.java:101)
> at
> org.eclipse.m2m.atl.engine.vm.ASMOperation.realExec(ASMOpera tion.java:240)
> at org.eclipse.m2m.atl.engine.vm.ASMOperation.exec(ASMOperation .java:171)
> at
> org.eclipse.m2m.atl.engine.vm.ASMInterpreter.<init>(ASMInterpreter.java:299)
> at org.eclipse.m2m.atl.engine.AtlLauncher.launch(AtlLauncher.ja va:169)
> at org.eclipse.m2m.atl.engine.AtlLauncher.launch(AtlLauncher.ja va:111)
> at org.eclipse.m2m.atl.engine.AtlLauncher.launch(AtlLauncher.ja va:87)
> at
> org.eclipse.m2m.atl.adt.launching.AtlRegularVM.runAtlLaunche r(AtlRegularVM.java:361)
> at
> org.eclipse.m2m.atl.adt.launching.AtlRegularVM.runAtlLaunche r(AtlRegularVM.java:463)
> at
> org.eclipse.m2m.atl.adt.launching.AtlRegularVM.launch(AtlReg ularVM.java:435)
> at
> org.eclipse.m2m.atl.adt.launching.AtlLaunchConfigurationDele gate.launch(AtlLaunchConfigurationDelegate.java:42)
> at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:639)
> at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:565)
> at
> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:754)
> at
> org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:944)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
>
>
> if i launch the transformation programmatic i obtain the same erro
> "SEVERE: cannot find model UML"
>
>
> any help?
>
> best regards!
>
> --
> Geam Carlos
>
Previous Topic:Standalone Project?
Next Topic:[Announce] MDT UML2 2.2.0M7 is available
Goto Forum:
  


Current Time: Thu Mar 28 08:31:43 GMT 2024

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

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

Back to the top