Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2m-atl-dev] ATL3 EMF Specific VM - Strange exception

Hi,

Could you please give more details about that (a part of the ATL code, information about the metamodel - or a small project reproducing the bug) ?

Thanks in advance,

William

koder Koder a écrit :
Hello,

I've a transformation which runns without problemt on Regular VM. When switching to EMF Specific VM, following exception is raised:

Unknown type code: T Java Stack: org.eclipse.m2m.atl.engine.emfvm.VMException: Unknown type code: T at org.eclipse.m2m.atl.engine.emfvm.ASM.registerOperations(ASM.java:232)
	at org.eclipse.m2m.atl.engine.emfvm.ASM.run(ASM.java:184)
	at org.eclipse.m2m.atl.engine.emfvm.launch.EMFVMLauncher.launch(EMFVMLauncher.java:162)
	at org.eclipse.m2m.atl.engine.emfvm.launch.EMFVMLauncher.launch(EMFVMLauncher.java:135)
	at org.eclipse.m2m.atl.core.service.LauncherService.launch(LauncherService.java:135)
	at org.eclipse.m2m.atl.core.ui.launch.AtlLaunchConfigurationDelegate.launch(AtlLaunchConfigurationDelegate.java:222)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
	at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
	at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.eclipse.m2m.atl.engine.emfvm.ASM$SignatureParsingException: Unknown type code: T at org.eclipse.m2m.atl.engine.emfvm.ASM.parseTypeInternal(ASM.java:458)
	at org.eclipse.m2m.atl.engine.emfvm.ASM.parseType(ASM.java:368)
	at org.eclipse.m2m.atl.engine.emfvm.ASM.registerOperations(ASM.java:229)
	... 10 more

could somebody point me where to start with it?

Cheers,
Pawel

begin:vcard
fn:William Piers
n:Piers;William
org:Obeo
adr:2 rue Robert Schumann;;lot 24;NANTES;;44408;France
email;internet:william.piers@xxxxxxx
title:MDA Consultant
tel;work:+33 (0)2 51 13 50 53
tel;cell:+33 (0)6 20 31 75 98
url:http://www.obeo.fr
version:2.1
end:vcard


Back to the top