Excessive, unnecessary output in command window
조회 수: 9 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (3개)
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?
댓글 수: 0
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!