Matlab quites while running

I am running a function that uses the Neural Net toolbox of Matlab and while I let the network to be trained, the application quits with no warning messages. At least no messages that I can see. When I come back to the computer, the whole application is closed. I am using Matlab R2018a on macOS High Sierra 10.13.6. Any idea what the issue is?
Thanks!

2 Comments

here:
java.lang.InstantiationException: com.mathworks.mlwidgets.toolgroup.ToolGroupWrapper$DefaultToolGroup at java.lang.Class.newInstance(Class.java:427) at com.mathworks.widgets.desk.DTGroup.createPropertyProvider(DTGroup.java:261) at com.mathworks.widgets.desk.DTGroup.getPropertyProvider(DTGroup.java:190) at com.mathworks.widgets.desk.DTGroup.getGroupBase(DTGroup.java:205) at com.mathworks.widgets.desk.Desktop.removeGroup(Desktop.java:3151) at com.mathworks.widgets.desk.Desktop$GroupCloseDoneListener.closeTransactionDone(Desktop.java:7580) at com.mathworks.widgets.desk.Desktop.removeGroup(Desktop.java:3123) at com.mathworks.widgets.desk.Desktop.close(Desktop.java:4994) at com.mathworks.widgets.desk.Desktop$DeferredCloser.run(Desktop.java:5078) at com.mathworks.mwswing.SynchronousInvokeUtility$SynchronousEventAdapter.executeOnSwingThread(SynchronousInvokeUtility.java:93) at com.mathworks.mwswing.SynchronousInvokeUtility$SynchronousEvent.run(SynchronousInvokeUtility.java:111) at com.mathworks.jmi.AWTUtilities$Invoker$5$1.run(AWTUtilities.java:591) at com.mathworks.mvm.context.ThreadContext$1.call(ThreadContext.java:76) at com.mathworks.mvm.context.ThreadContext.callWithContext(ThreadContext.java:105) at com.mathworks.mvm.context.ThreadContext.runWithContext(ThreadContext.java:73) at com.mathworks.mvm.context.MvmContext.runWithContext(MvmContext.java:107) at com.mathworks.jmi.AWTUtilities$Invoker$5.runWithOutput(AWTUtilities.java:588) at com.mathworks.jmi.AWTUtilities$Invoker$2.watchedRun(AWTUtilities.java:475) at com.mathworks.jmi.AWTUtilities$WatchedRunnable.run(AWTUtilities.java:436) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) Caused by: java.lang.NoSuchMethodException: com.mathworks.mlwidgets.toolgroup.ToolGroupWrapper$DefaultToolGroup.<init>() at java.lang.Class.getConstructor0(Class.java:3082) at java.lang.Class.newInstance(Class.java:412) ... 32 more

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 28 Aug 2018

1 Comment

Maybe it's related to this bug, considering it seems to happen after a long time away from the computer. Mathworks support team should know the answer.

Sign in to comment.

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 28 Aug 2018

Commented:

on 28 Aug 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!