Skip to main content

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

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
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01


Back to the top