Excessive, unnecessary output in command window

9 ビュー (過去 30 日間)
John McLaughlin
John McLaughlin 2019 年 1 月 27 日
コメント済み: Lifeng Zhou 2019 年 9 月 14 日
I am running the student version of R2018b on Ubuntu 18.04. My command window is displaying in red text a lot of information regarding HTTP data, and it's interfering with my ability to perform commands, as every command I put into the command window is followed by a wall of red text. An example includes:
03:46:49 INFO: READ: OnHeadersReceivedMessage{type=OnHeadersReceived, uid=794, browserContextId=0, requestId=83, url=https://localhost:31515/messageservice/async, method=POST, originalHeaders=Date: Sun, 27 Jan 2019 20:45:49 GMT
Connection: Keep-Alive
Server: EmbeddedConnector/1.0
Content-Type: application/json;charset=UTF-8
Content-Length: 88
, overrideHeaders=}, SocketInfo{channelId=0, browserId=-1, channelType=Main}
03:46:49 INFO: WRITE: OnHeadersReceivedMessage{type=OnHeadersReceived, uid=794, browserContextId=0, requestId=83, url=https://localhost:31515/messageservice/async, method=POST, originalHeaders=Date: Sun, 27 Jan 2019 20:45:49 GMT
Connection: Keep-Alive
Server: EmbeddedConnector/1.0
Content-Type: application/json;charset=UTF-8
Content-Length: 88
, overrideHeaders=}, SocketInfo{channelId=0, browserId=-1, channelType=Main}
03:46:49 INFO: READ: OnResponseStartedMessage{type=OnResponseStarted, uid=795, browserContextId=0, requestId=83, url=https://localhost:31515/messageservice/async, method=POST, responseCode=200}, SocketInfo{channelId=0, browserId=-1, channelType=Main}
03:46:49 INFO: READ: OnCompletedMessage{type=OnCompleted, uid=796, browserContextId=0, requestId=83, url=https://localhost:31515/messageservice/async, method=POST, responseCode=200, status=0, errorCode=0}, SocketInfo{channelId=0, browserId=-1, channelType=Main}
03:46:49 INFO: READ: OnRequestDestroyedMessage{type=OnRequestDestroyed, uid=797, browserContextId=0, requestId=83, url=https://localhost:31515/messageservice/async, method=POST}, SocketInfo{channelId=0, browserId=-1, channelType=Main}
03:46:49 INFO: READ: OnShouldBeginRequestMessage{type=OnShouldBeginRequest, uid=798, browserContextId=0, url='https://localhost:31515/messageservice/async', method='POST', resourceType=13, cancel=false}, SocketInfo{channelId=0, browserId=-1, channelType=Main}
03:46:49 INFO: WRITE: OnShouldBeginRequestMessage{type=OnShouldBeginRequest, uid=798, browserContextId=0, url='https://localhost:31515/messageservice/async', method='POST', resourceType=13, cancel=false}, SocketInfo{channelId=0, browserId=-1, channelType=Main}
03:46:49 INFO: READ: OnBeforeURLRequestMessage{type=OnBeforeUrlRequest, uid=799, browserContextId=0, requestId=84, url=https://localhost:31515/messageservice/async, method=POST, newLocation=, postData='[{"channel":"/meta/connect","connectionType":"long-polling","id":"600","clientId":"yjb3bFI7qtejE14Z"}]', fileList='', originalHeaders='Origin: https://localhost:31515
And that's not even all that appears just from trying to show the value of a variable. Any idea of how to disable or get rid of this?

回答 (3 件)

Naufal Shidqi
Naufal Shidqi 2019 年 4 月 10 日
this works for me
$ sudo rm -rf ~/.matlab
and reopen matlab
  3 件のコメント
Mikel Romano Ullate
Mikel Romano Ullate 2019 年 9 月 11 日
It works! Thanks!!!
Lifeng Zhou
Lifeng Zhou 2019 年 9 月 14 日
You are genius! Thank you!

サインインしてコメントする。


Zaigham Randhawa
Zaigham Randhawa 2019 年 2 月 10 日
I am literally facing the same issue. I am running Linux mint and I think am using the student version as well.
Did you figure the probem out?

Friedrich Mangelsdorf
Friedrich Mangelsdorf 2019 年 3 月 4 日
I had the same problem and solved it.
The problem: I installed Matlab as root but my academic license is registrated on my normal username.
Solution: Just change the ownership of the Matlab folder and files from root to your username.
sudo chown -R username:group path_to_your_matlab_directory
  1 件のコメント
Zhou Hang
Zhou Hang 2019 年 3 月 4 日
I tried this but unfortunately it does not work :(

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by