Why do I receive mw-login :: No endpoint specified ?

Hi,
I keep encountering the following error message when trying to log in with my school account:
mw-login :: No endpoint specified.
Previously, I followed the solution mentioned here:
It worked initially, but after restarting my PC, the issue reappears.
Additionally, when I am unable to log in, I also cannot access toolboxes. For example, when I run:
syms x
a = x

2 commentaires

Umar
Umar le 15 Fév 2025

Hi @Muhammad Alifuddin,

I would recommend contacting support by clicking the link below.

https://www.mathworks.com/support/contact_us.html

Hope this helps.

Torsten
Torsten le 15 Fév 2025
... or ask the IT service of your school for help.

Connectez-vous pour commenter.

Réponses (1)

NVSL
NVSL le 17 Fév 2025
Modifié(e) : NVSL le 17 Fév 2025
I encountered the same problem while attempting to log in with my student account. A potential solution that worked for me was to terminate the Service Host processes using the command line.
On Windows:
Open command window by searching cmd on start menu and run the following command
taskkill /im MathWorksServiceHost.exe /f
On Linux/Mac:
Open terminal and run the following command
killall -9 MathWorksServiceHost

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Produits

Version

R2024b

Modifié(e) :

le 17 Fév 2025

Community Treasure Hunt

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

Start Hunting!

Translated by