필터 지우기
필터 지우기

Current client context warning

조회 수: 2 (최근 30일)
Måns Larsson
Måns Larsson 2016년 4월 15일
댓글: Albert 2017년 8월 18일
Hi, everytime I start Matlab I get the following warning
"Apr 15, 2016 9:18:33 AM com.mathworks.matlabserver.workercommon.client.a az WARNING: Tried to retrieve current client context, but queue was empty. Returning default context. Apr 15, 2016 9:18:33 AM com.mathworks.matlabserver.workercommon.client.services.ClientEditorServiceImpl a INFO: Sending OpenFileResponse through request-response: OpenFileResponseMessageDO [file=FileDO{fileInfo=FileInfoDO{name='weizmann_train_joint_fcn.m', location='/home/cvia/Documents/Code/deepseg/structured_learning/2d/', isDirectory='false', version=null, filePermissions=FilePermissionsDO{canWrite=true}, shareAttributes=null}, data.length=4081}', lineNumber=-1', column=-1'] Apr 15, 2016 9:18:33 AM com.mathworks.matlabserver.workercommon.client.a az WARNING: Tried to retrieve current client context, but queue was empty. Returning default context. Apr 15, 2016 9:18:33 AM com.mathworks.matlabserver.workercommon.client.services.ClientEditorServiceImpl a INFO: Sending OpenFileResponse through request-response: OpenFileResponseMessageDO [file=FileDO{fileInfo=FileInfoDO{name='weizmann_train_joint_fcn.m', location='/home/cvia/Documents/Code/deepseg/structured_learning/2d/', isDirectory='false', version=null, filePermissions=FilePermissionsDO{canWrite=true}, shareAttributes=null}, data.length=4081}', lineNumber=-1', column=-1']"
Something similar shows up when I enter debug mode. Everything still works fine but I was wondering what makes the message appear and how to get rid of it.
Thank you!
\\Måns

답변 (1개)

Ritesh Naik
Ritesh Naik 2016년 4월 18일
This issue could be caused if any user-defined function name conflicts with MATLAB builtin function name.
To resolve this issue, remove such function from the path. This may be done with 'restoredefaultpath' or by manipulating only the folder which contains this function.
  댓글 수: 2
Måns Larsson
Måns Larsson 2016년 4월 19일
Ok, that worked. Thank you!
Albert
Albert 2017년 8월 18일
Is there a way to find out which function ist conflicting?

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

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by