Failure to start simulink

조회 수: 23 (최근 30일)
hisayoshi funahara
hisayoshi funahara 2017년 2월 16일
답변: Nalin ekanayake 2022년 2월 3일
When I start simulink, the following message will be displayed. Failed to load URL https://localhost:61415/toolbox/simulink/sltemplate/web/GalleryView/gallery.html?channel=/sltemplate/GalleryView/All/&viewType=All&startPage=true&snc=EA7F23 with error (-111).

답변 (9개)

Louise Forbes
Louise Forbes 2017년 4월 20일
편집: Louise Forbes 2017년 4월 20일
Try checking your Internet Options in the Control Panel and setting an exception:
Internet Options --> Connections --> LAN-Settings --> Advanced -> Exceptions (add localhost)

Muhammad Shahzaib
Muhammad Shahzaib 2018년 1월 20일
편집: Muhammad Shahzaib 2018년 1월 20일
_ | | | SOLUTION|||_
  1. Go to your Browser proxy settings.
  1. LAN setting
  2. Check Automatically detect setting
  3. Un-Check PROXY server
  4. Press ok
Done !
  댓글 수: 2
Ahmed Aboelhassan
Ahmed Aboelhassan 2019년 3월 7일
Thanks a lot
Hassen Mohammed
Hassen Mohammed 2021년 6월 9일
TVM but view error couldn't displayed

댓글을 달려면 로그인하십시오.


Stephane
Stephane 2017년 8월 23일
편집: Stephane 2017년 8월 23일
Otherwise, if you prefer not to modify your Windows settings, you could configure MATLAB Web Preferences:
In MATLAB: Preferences --> Check Use a proxy server to connect to the Internet and fill Proxy host and Proxy port. Then if necessary check Use a proxy with identification and fill Proxy username and Proxy password.
  댓글 수: 3
ERMIAS ASHEBIR
ERMIAS ASHEBIR 2020년 3월 7일
thank u vry much !!! it work well
tangzhong song
tangzhong song 2020년 11월 26일
I have the same problem as mentioned above, but how can I get the correct "Proxy host" and "Proxy port"?

댓글을 달려면 로그인하십시오.


NAVNEET SINGH
NAVNEET SINGH 2017년 12월 11일
Failed to load URL https://localhost:31515/toolbox/simulink/sltemplate/web/GalleryView/gallery.html?channel=/sltemplate/GalleryView/All/&viewType=All&maxMenuItems=8&snc=WRJQCS with error (-111). PLZ TELL ME THE SOLUTION

Christian
Christian 2017년 12월 19일
편집: Christian 2017년 12월 19일
I've the same problem :
"Failed to load URL https://localhost:31515/toolbox/simulink/sltemplate/web/GalleryView/gallery.html?channel=/sltemplate/GalleryView/All/&viewType=All&SimulinkStartPageLuceneSearchIndexFeature=0&snc=ITE3UN with error (-111)"
As anyone a solution ? (no solution above is working)
Thanks

Christian
Christian 2018년 2월 9일
OK, thank you.

Milena Aßmann
Milena Aßmann 2020년 5월 3일
I can't even sign up for simulink or for matlab. When I try to open simulink or press the sign up button, all I get is a white window. I can't type anything in the window.
Has somebody a solve for this problem?

PolyGlot GlotPoly
PolyGlot GlotPoly 2021년 10월 27일
What worked for me, Matlab 2019A, Ubuntu 21.04:
  • Open in browser https://localhost::31515
  • Allow connection. Open developer mode->security->certificate->details. Or just show certificate
  • Save it as localhost.pem
  • Rename localhost.pem file to localhost.crt file
$ mv localhost.pem localhost.crt
  • Make folder (under sudo) /usr/local/share/ca-certificates/matlab
  • Give it correct access
$ sudo chmod 644 matlab
  • Copy crt file into matlab folder
  • Give it correct access
$ sudo chmod 755 localhost.crt
  • Update certificates. Example output is below
$ sudo update-ca-certificates
Updating certificates in /etc/ssl/certs...
1 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
Adding debian:localhost.pem
done.
done.
  • After that https://localhost::31515 should open in the browser. Or fail with `ERROR_SELF_SIGNED_CERT`, that's okay
  • And Simulink should work as well. Don't forgot to restart it before checking

Nalin ekanayake
Nalin ekanayake 2022년 2월 3일
Check for the Power GUI :)

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by