hi Raphael,

I switch to jre 1.5, and i have same result

eclipse.buildId=unknown
java.version=1.5.0_18
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Framework arguments:  -perspective org.topcased.modeler.perspective
Command-line arguments:  -os win32 -ws win32 -arch x86 -perspective 
org.topcased.modeler.perspective -clean


Error
Fri Apr 10 08:34:40 CEST 2009
Unhandled event loop exception

java.lang.NullPointerException
        at 
org.topcased.service.transformation.wizard.TransformationPage$2.widgetSelected(TransformationPage.java:197)
        at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
        at 
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
        at 
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)




I suppose error is in that event listener 


        engineCombo.addSelectionListener(new SelectionAdapter()
        {

            @Override
            public void widgetSelected(SelectionEvent e)
            {
                // Save in store the last selection done concerning the 
ATL vm.
                preferenceStore.setValue(ATLConstants.ATLVM_KEY, 
engineCombo.getText());
            }

        });

Cordialement

==============================
Laurent SABATIER / SOFT-MAINT
Ingénieur Consultant IDM
[email protected]
05 61 15 89 11
==============================




[email protected] 
Envoyé par : [email protected]
09/04/2009 17:17
Veuillez répondre à
[email protected]


A
[email protected]
cc

Objet
Re: [Topcased-users] transformation in model bus






Hi Laurent,

Java 1.6 is not supported by TOPCASED (no guarantee that everything 
works).
We suggest siwtching to JDK 1.5 first.
regards
raphaël
TOPCASED team

[email protected] a écrit : 

Hi all, 

I have a problem with import model plugin. there is the log error : 



eclipse.buildId=unknown 
java.version=1.6.0_13 
java.vendor=Sun Microsystems Inc. 
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR 
Framework arguments:  -perspective org.topcased.modeler.perspective 
Command-line arguments:  -os win32 -ws win32 -arch x86 -perspective 
org.topcased.modeler.perspective -clean 


Error 
Thu Apr 09 15:54:31 CEST 2009 
Unhandled event loop exception 

java.lang.NullPointerException 
        at 
org.topcased.service.transformation.wizard.TransformationPage$2.widgetSelected(TransformationPage.java:197)
 

        at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) 
        at 
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) 
        at 
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) 
        at 
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) 
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) 
        at org.eclipse.jface.window.Window.open(Window.java:801) 
        at 
org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:146)
 

        at 
org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273) 

        at 
org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281) 

        at 
org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) 
        at 
org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
 

        at 
org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
 

        at 
org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247)
 

        at 
org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
 

        at 
org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171) 
        at 
org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97) 

        at 
org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)
 

        at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
 

        at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
 

        at 
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
 

        at 
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) 
        at 
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) 
        at 
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) 
        at 
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) 
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) 
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) 

        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) 
        at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) 

        at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) 

        at 
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
        at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
 

        at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
 

        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
 

        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
 

        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) 

        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 

        at java.lang.reflect.Method.invoke(Unknown Source) 
        at 
org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) 
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) 
        at org.eclipse.equinox.launcher.Main.run(Main.java:1236) 




Cordialement

==============================
Laurent SABATIER / SOFT-MAINT
Ingénieur Consultant IDM
[email protected]
05 61 15 89 11
==============================


_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users

-- 



Raphaël FAUDOU
Responsable cellule Innovation / bureau méthodes 
Head of Innovation & Method Definition 
Atos Origin 

Tel     : +33 (0)5 34 36 32 89
Tel     : +33 (0)6 10 53 50 44
Mail   : [email protected] 
Atos Origin 
6, Impasse Alice Guy 
BP 43045 
31024 Toulouse Cedex 3 

P Avant d'imprimer cet e-mail, pensez à l'environnement. Ce message et les 
pièces jointes sont confidentiels et réservés à l'usage exclusif de ses 
destinataires. Il peut également être protégé par le secret professionnel. 
Si vous recevez ce message par erreur, merci d'en avertir immédiatement 
l'expéditeur et de le détruire. L'intégrité du message ne pouvant être 
assurée sur Internet, la responsabilité du groupe Atos Origin ne pourra 
être recherchée quant au contenu de ce message. Bien que les meilleurs 
efforts soient faits pour maintenir cette transmission exempte de tout 
virus, l'expéditeur ne donne aucune garantie à cet égard et sa 
responsabilité ne saurait être recherchée pour tout dommage résultant d'un 
virus transmis. 
P Please consider your environmental responsibility before printing this 
e-mail. This e-mail and the documents attached are confidential and 
intended solely for the addressee; it may also be privileged. If you 
receive this e-mail in error, please notify the sender immediately and 
destroy it. As its integrity cannot be secured on the Internet, the Atos 
Origin group liability cannot be triggered for the message content. 
Although the sender endeavours to maintain a computer virus-free network, 
the sender does not warrant that this transmission is virus-free and will 
not be liable for any damages resulting from any virus transmitted. 
_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users

<<image/gif>>

_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users

Reply via email to