2017b: Since install of 2017b, I cannot run App designer properly. It fails to load something and does not compile.
1 view (last 30 days)
Show older comments
Hello,
I installed 2017b and right after I could not use App Desinger anyloner. Also the previous project .mapp are not running anymore while they have been converted from 2017a.
Can someone have a look at the output with the error and advise for a solution?
Thanks.
Undefined variable "peermodel" or class "peermodel.internal.PeerModelManagers.getServerManager".
Error in internal.matlab.variableeditor.peer.PeerManager (line 142)
this.PeerModelServer = peermodel.internal.PeerModelManagers.getServerManager(Channel);
Error in internal.matlab.inspector.peer.PeerInspectorManager (line 21)
this@internal.matlab.variableeditor.peer.PeerManager(...
Error in internal.matlab.inspector.peer.InspectorFactory (line 75)
internal.matlab.inspector.peer.PeerInspectorManager(n, ['/' n]);
Error in internal.matlab.inspector.peer.InspectorFactory.getInstance (line 320)
internal.matlab.inspector.peer.InspectorFactory;
Error in appdesigner.internal.application.InspectorWorkspace (line 39)
inspectorFactory = internal.matlab.inspector.peer.InspectorFactory.getInstance();
Error in appdesigner.internal.model.AppModel/set.UIFigure (line 148)
obj.InspectorWorkspace = appdesigner.internal.application.InspectorWorkspace(newUIFigure,
workspaceKey);
Error in appdesigner.internal.componentmodel.DesignTimeComponentFactory/createComponent (line 87)
parentModel.UIFigure = component;
Error in appdesigner.internal.componentmodel.DesignTimeComponentFactory/createModel (line 17)
component = DesignTimeComponentFactory.createComponent(componentType, parentModel,
peerNode);
Error in appdesigner.internal.model.AppChildModelFactory/createModel (line 17)
factory.createModel(...
Error in
appdesservices.internal.interfaces.controller.DesignTimeParentingController/processClientCreatedPeerNode
(line 154)
child = obj.Factory.createModel(obj.getModel(),peerNode);
Error in appdesservices.internal.interfaces.controller.DesignTimeParentingController/processProxyView
(line 125)
obj.processClientCreatedPeerNode(childPeerNode);
Error in appdesservices.internal.interfaces.controller.DesignTimeParentingController (line 54)
obj.processProxyView();
Error in appdesservices.internal.interfaces.controller.AppDesignerParentingController (line 10)
obj =
obj@appdesservices.internal.interfaces.controller.DesignTimeParentingController(varargin{:});
Error in appdesigner.internal.controller.AppController (line 17)
obj =
obj@appdesservices.internal.interfaces.controller.AppDesignerParentingController(factory);
Error in appdesigner.internal.model.AppModel/createController (line 697)
controller = appdesigner.internal.controller.AppController(obj, parentController,
proxyView);
Error in appdesigner.internal.model.AppModel (line 115)
obj.createController(obj.AppDesignerModel.Controller, proxyView);
Error in appdesigner.internal.model.AppDesignerChildModelFactory/createModel (line 27)
model = appdesigner.internal.model.AppModel(parentModel, proxyView, appData);
Error in
appdesservices.internal.interfaces.controller.DesignTimeParentingController/processClientCreatedPeerNode
(line 154)
child = obj.Factory.createModel(obj.getModel(),peerNode);
Error in
appdesservices.internal.interfaces.controller.DesignTimeParentingController/handlePeerNodeAdded (line
235)
obj.processClientCreatedPeerNode(peerNode);
Error in
appdesservices.internal.interfaces.controller.DesignTimeParentingController>@(varargin)obj.handlePeerNodeAdded(varargin{:})
(line 106)
obj.ChildAddedListener = addlistener(obj.ProxyView.PeerNode,'childAdded',
@obj.handlePeerNodeAdded);
Error in hgfeval (line 62)
feval(fcn{1},varargin{:},fcn{2:end});
Error in javaaddlistener>cbBridge (line 52)
hgfeval(response, java(o), e.JavaEvent)
Error in javaaddlistener>@(o,e)cbBridge(o,e,response) (line 47)
@(o,e) cbBridge(o,e,response));
Warning: Error occurred while evaluating listener callback.
0 Comments
Answers (5)
Chris Portal
on 28 Sep 2017
Can you try the following and see if that helps:
rehash toolboxcache
1 Comment
ahmed920
on 10 Mar 2018
I found a work around. I just copy pasted all the editable code and the objects in my old app to a new R2017b app.
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!