Author Topic: Error closing MCUXPRESSO  (Read 560 times)

0 Members and 1 Guest are viewing this topic.

Online luiHSTopic starter

  • Frequent Contributor
  • **
  • Posts: 602
  • Country: es
Error closing MCUXPRESSO
« on: July 01, 2024, 01:37:17 am »

Today I started getting this Java error in MCUXPRESSO when I try to close it, in the end I have to access the Task Manager and cancel it. I already deleted it and installed it again but it's still the same with the same error.

Has this happened to anyone and knows the solution?
 

Offline eutectique

  • Frequent Contributor
  • **
  • Posts: 445
  • Country: be
Re: Error closing MCUXPRESSO
« Reply #1 on: July 01, 2024, 03:58:00 pm »
So, what does the error log say? Did you send the log file to the vendor?
 

Online luiHSTopic starter

  • Frequent Contributor
  • **
  • Posts: 602
  • Country: es
Re: Error closing MCUXPRESSO
« Reply #2 on: July 01, 2024, 07:53:05 pm »
So, what does the error log say? Did you send the log file to the vendor?

I have already generated the file for technical support and sent it to NXP. I have been looking at the log files of this dump, but the truth is that they do not give me any clue as to what is happening, I do not understand anything of what these logs say, for example what I pasted below, for me an incomprehensible gibberish.


java.lang.NullPointerException
   at com.nxp.swtools.periphs.gui.PeripheralsStartup$2.preShutdown(PeripheralsStartup.java:121)
   at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:920)
   at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
   at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)
   at org.eclipse.ui.internal.Workbench.firePreShutdown(Workbench.java:917)
   at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:1046)
   at org.eclipse.ui.internal.Workbench.lambda$4(Workbench.java:1392)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)
   at org.eclipse.ui.internal.Workbench.close(Workbench.java:1392)
   at org.eclipse.ui.internal.Workbench.close(Workbench.java:1368)
   at org.eclipse.ui.internal.handlers.QuitHandler.execute(QuitHandler.java:46)
   at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283)
   at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:97)
   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.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
   at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:319)
   at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:253)
   at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173)
   at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156)
   at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488)
   at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487)
   at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
   at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:389)
   at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:142)
   at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580)
   at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:414)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
   at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4209)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1037)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4026)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3626)
   at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
   at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
   at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
   at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
   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:653)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1461)


 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf