Failure to start simulink

71 visualizaciones (últimos 30 días)
hisayoshi funahara
hisayoshi funahara el 16 de Feb. de 2017
Respondida: Nalin ekanayake el 3 de Feb. de 2022
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).

Respuestas (9)

Louise Forbes
Louise Forbes el 20 de Abr. de 2017
Editada: Louise Forbes el 20 de Abr. de 2017
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 el 20 de En. de 2018
Editada: Muhammad Shahzaib el 20 de En. de 2018
_ | | | 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 comentarios
Ahmed Aboelhassan
Ahmed Aboelhassan el 7 de Mzo. de 2019
Thanks a lot
Hassen Mohammed
Hassen Mohammed el 9 de Jun. de 2021
TVM but view error couldn't displayed

Iniciar sesión para comentar.


Stephane
Stephane el 23 de Ag. de 2017
Editada: Stephane el 23 de Ag. de 2017
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 comentarios
ERMIAS ASHEBIR
ERMIAS ASHEBIR el 7 de Mzo. de 2020
thank u vry much !!! it work well
tangzhong song
tangzhong song el 26 de Nov. de 2020
I have the same problem as mentioned above, but how can I get the correct "Proxy host" and "Proxy port"?

Iniciar sesión para comentar.


NAVNEET SINGH
NAVNEET SINGH el 11 de Dic. de 2017
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 el 19 de Dic. de 2017
Editada: Christian el 19 de Dic. de 2017
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 el 9 de Feb. de 2018
OK, thank you.

Milena Aßmann
Milena Aßmann el 3 de Mayo de 2020
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 el 27 de Oct. de 2021
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 el 3 de Feb. de 2022
Check for the Power GUI :)

Categorías

Más información sobre Simulink Environment Customization en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by