You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up some basic tests of ExportMlx in CircleCI. This is my first CI that I'm getting ExportMlx running on.
Opening the .mlx Live Script files with matlab.internal.liveeditor.openAndConvert is failing with this error:
Sponsored License -- for use in support of a program or activity sponsored by MathWorks.
Not for government, commercial or other non-sponsored organizational use.
Exporting: ExportMlx doc file: UserGuide.mlx
Exporting: /home/circleci/project/docs/UserGuide.mlx -> /home/circleci/project/docs/UserGuide.tex
[�Warning: The current message service state: "connected"]�
[�> In matlab.internal.liveeditor.LiveEditorUtilities.open>handleTimeOutException (line 169)
In matlab.internal.liveeditor.LiveEditorUtilities.open>openUsingCEF (line 143)
In matlab.internal.liveeditor.LiveEditorUtilities.open (line 33)
In matlab.internal.liveeditor.openAndConvert (line 18)
In janklab.exportmlx.mlx2latex (line 54)
In janklab.exportmlx.livescript2markdown (line 33)
In exportmlx_gendoco (line 19)
In exportmlx_launchtests (line 11)
In command_11438 (line 2)
In mdcsbatch (line 58)]�
{�Error using matlab.internal.liveeditor.LiveEditorUtilities.open>openUsingCEF
(line 139)
Java exception occurred:
org.apache.commons.lang.NotImplementedException: Connector is not running. Use
Connector.ensureServiceOn() to ensure it is running before using it.
at
com.mathworks.messageservice.MessageServiceFactory.getBuilder(MessageServiceFactory.java:39)
at
com.mathworks.messageservice.MessageServiceFactory.getMessageService(MessageServiceFactory.java:17)
at
com.mathworks.mde.liveeditor.widget.rtc.RichDocument.publish(RichDocument.java:789)
at
com.mathworks.mde.liveeditor.widget.rtc.RichDocument.setContentAsync(RichDocument.java:501)
Error in matlab.internal.liveeditor.LiveEditorUtilities.open (line 33)
[javaRichDocument, cleanupObj, webWindow] = openUsingCEF(fileName, reuse,
timeout, webWindow);
Error in matlab.internal.liveeditor.openAndConvert (line 18)
[javaRichDocument, cleanupObj, webwindow] =
LiveEditorUtilities.open(sourceFileName); %#ok<ASGLU>
Error in janklab.exportmlx.mlx2latex (line 54)
matlab.internal.liveeditor.openAndConvert(char(inMlxFile), char(outTexFile));
Error in janklab.exportmlx.livescript2markdown (line 33)
latexRslt = janklab.exportmlx.mlx2latex(mlxFile);
Error in exportmlx_gendoco (line 19)
janklab.exportmlx.livescript2markdown(mlxFile);
Error in exportmlx_launchtests (line 11)
exportmlx_gendoco;
Error in command_11438 (line 2)
addpath dev-kit; exportmlx_launchtests
}�
Exited with code exit status 1
That might be a real problem: That looks like some service required by the Matlab desktop isn't running. That could be because in the CI environment, matlab runs in a headless/nodisplay mode.
The text was updated successfully, but these errors were encountered:
I'm trying to set up some basic tests of ExportMlx in CircleCI. This is my first CI that I'm getting ExportMlx running on.
Opening the
.mlx
Live Script files withmatlab.internal.liveeditor.openAndConvert
is failing with this error:failed mlx openAndConvert in CI environment.txt
That might be a real problem: That looks like some service required by the Matlab desktop isn't running. That could be because in the CI environment,
matlab
runs in a headless/nodisplay mode.The text was updated successfully, but these errors were encountered: