Why do I receive a Connector error with last error "Address already in use" when launching MATLAB or Simulink?
42 次查看(过去 30 天)
显示 更早的评论
Why do I receive the following error when starting MATLAB?
Warning: Issue starting Connector. Please check that port 31415 is available. Did not start the server. Desired port was: 31515.
Last error was: Error while starting socket: Net Exception: Address already in use: 127.0.0.1:31714, 10048
Or the following error when starting Simulink? ERROR: Warning: Error in Connector: Did not start the server. Desired port was: 31515. Last error was: Error while starting socket: Net Exception: Address already in use: 127.0.0.1:31714, 10048
采纳的回答
MathWorks Support Team
2020-6-8
This issue is related to the fact that MATLAB tries to bind to all loopback network interfaces found on the system. If there are more than one network interface, it could be causing a conflict which results in the Connector Errors. Removing any loopback network interfaces such as Wireshark & Npcap should resolve the issue.
0 个评论
更多回答(1 个)
Abiola Olaleye
2020-3-3
Solution
To add a Windows firewall port exception:
- On the client operating system, go to Start>Run and type firewall.cpl. The Windows Firewall window opens.
- Click on the “Advanced Settings” link on the left pane. The Windows Firewall with Advanced security window opens.
- Click on the “Inbound Rules” option.
- On the left pane, click on “New rule”.
- Under “Rule Type” select the option “Port” and click next.
- Select “TCP”and “specific local ports” options.
- Key in the port number, the default port is TCP port 135.
- Click Next.
- Select the option “Allow the connection”.
- Click Next, do not change any option here and click Next again.
- Specify a name for this rule.
- Click Finish.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Database Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!