S32DS V3.5.4: Command Line Execution - Working With Projects

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS V3.5.4: Command Line Execution - Working With Projects

579 Views
superbird
Contributor I

Hello community,

I am using the S32DS V3.5.4 and want to use the command line to open/import existing projects. In V3.4.x I was using the command "s32ds.exe -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data WORKSPACE -import PROJECT" to manage this. Now, in version V3.5.4 this does not work anymore (although it should according to manual). I can see the start screen of the S32DS but then the IDE quits again immediately.

In ".log" I see the following lines when the error occurs:

"java.lang.NullPointerException
at com.nxp.swtools.ivt.controller.IVTController.getInstance(IVTController.java:176)
at com.nxp.swtools.ivt.main.IVTServiceProvider.existsPointerOfLockState(IVTServiceProvider.java:51)
at com.nxp.swtools.ivt.main.IVTServiceProvider.getCurrentState(IVTServiceProvider.java:40)
at org.eclipse.ui.internal.services.EvaluationService.addSourceProvider(EvaluationService.java:157)
at org.eclipse.ui.internal.Workbench$34.runWithException(Workbench.java:2291)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:36)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:4742)
at org.eclipse.ui.internal.StartupThreading.runWithoutExceptions(StartupThreading.java:94)
at org.eclipse.ui.internal.Workbench.initializeDefaultServices(Workbench.java:2283)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1606)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2759)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:637)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1462)"

I guess this is the reason for the error. Has anyone an idea how to solve this? Thank you.

 

0 Kudos
Reply
3 Replies

326 Views
superbird
Contributor I

@jiri_kral : Is there any news regarding this?

0 Kudos
Reply

546 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

this is full console output or only part? If part, please share full console output. 

0 Kudos
Reply

534 Views
superbird
Contributor I

Hi jiri_kral

I have attached the complete log.

 

0 Kudos
Reply