Matlab Web app Server 2020a

11 Ansichten (letzte 30 Tage)
Benjamin Petrick
Benjamin Petrick am 1 Sep. 2020
Bearbeitet: Benjamin Petrick am 6 Nov. 2020
Hallo,
I get errors starting the new Matlab Web App server on a Linux system with console only.
I did the following to install the server:
installer_input.txt:
destinationFolder=/usr/local/Matlab2020a
fileInstallationKey=XXXXX-XXXXX-XXXXX-XXXXX
agreeToLicense=yes
outputFile= /tmp/mathworks_2020a_webapp_install
licensePath= /usr/local/Matlab2020a/license.dat
product.MATLAB_Web_App_Server
to install:
./install -inputFile /usr/local/Matlab2020a/installer_input.txt
I use the local User for starting the Server and Worker with the following Server-setup:
port: 9988
apps_path: /local/MathWorks/webapps/R2020a/apps
logs_path: /local/MathWorks/webapps/R2020a/logs
logging_level: normal
log_archive_max_size_mb: 50
log_rotation_size_mb: 10
license: XXXX@licman.somelocalAddress.de
maximum_sessions:
session_idle_timeout_minutes: 5
startup_timeout_seconds: 45
ssl_enabled: false
ssl_certificate_file:
ssl_private_key_file:
When I start the matlab Web App Server, I get the following Error:
webapps_20200901_006.log:
00000002 2020-09-01 09:24:35 0x00007fa9f91db700 cppmicroservices::install W file not found: /usr/local/Matlab2020a/bin/glnxa64/spf/servicedependencies
00000003 2020-09-01 09:24:35 0x00007fa9f91db700 agent::agentcore V Core framework services started.
00000004 2020-09-01 09:24:35 0x00007fa9f91db700 agent::agentcore V Registering agentmdwas_9_8 using lockroot /local/MathWorks/webapps/R2020a/USR/locks
00000005 2020-09-01 09:24:35 0x00007fa9f91db700 agent::agentcore V Registration complete.
00000006 2020-09-01 09:24:35 0x00007fa9f91db700 cppmicroservices::install W file not found: /usr/local/Matlab2020a/bin/glnxa64/spf/inprocessdiscovery
00000007 2020-09-01 09:24:35 0x00007fa9f91db700 agent::agentcore E Failed to setup InProcessDiscovery
00000008 2020-09-01 09:24:35 0x00007fa9f91db700 agent::agentcore V Exception caught: Dynamic exception type: std::runtime_error
std::exception::what: Could not get InProcessDiscovery microservice
00000009 2020-09-01 09:24:35 0x00007fa9f91db700 cppmicroservices::install W file not found: /usr/local/Matlab2020a/bin/glnxa64/agent_plugins/http_authenticators
00000010 2020-09-01 09:24:35 0x00007fa9f91db700 cppmicroservices::install W file not found: /usr/local/Matlab2020a/bin/glnxa64/agent_plugins/http_authenticators
00000011 2020-09-01 09:24:35 0x00007fa9f91db700 agent::mdwas V Config path: /local/MathWorks/webapps/R2020a/config/webapps.config
00000012 2020-09-01 09:24:35 0x00007fa9f91db700 agent::mdwas W Failed to prepare logs dir: /local/MathWorks/webapps/R2020a/USR/services/mdwas is not a folder
00000013 2020-09-01 09:24:35 0x00007fa9f91db700 agent::mdwas W Failed to prepare screenshots dir: /local/MathWorks/webapps/R2020a/USR/services/mdwas is not a folder
00000014 2020-09-01 09:24:35 0x00007fa9f91db700 agent::mdwas W Failed to prepare sessions home dir: /local/MathWorks/webapps/R2020a/USR/services/mdwas is not a folder
00000015 2020-09-01 09:24:35 0x00007fa9f91db700 agent::mdwas V Configured Runtimes:
Version: 9.8, Path: /usr/local/MATLAB/MATLAB_Runtime/v98, MaxPrewarmedWorkers: 3
00000016 2020-09-01 09:24:35 0x00007fa9f91db700 agent::agentcore V All services started.
00000017 2020-09-01 09:24:36 0x00007fa9c2ffd700 agent::httpserver V Incoming connection: 127.0.0.1:59236, on 127.0.0.1:27182/webapps/commands
00000018 2020-09-01 09:24:36 0x00007fa9c2ffd700 agent::httpserver V Incoming connection: 127.0.0.1:59238, on 127.0.0.1:27182/webapps/commands
00000019 2020-09-01 09:24:37 0x00007fa9c27fc700 agent::httpserver V Incoming connection: 127.0.0.1:59242, on 127.0.0.1:27182/webapps/commands
00000020 2020-09-01 09:24:37 0x00007fa9c2ffd700 agent::httpserver V Incoming connection: 127.0.0.1:59248, on 127.0.0.1:27182/webapps/commands
00000021 2020-09-01 09:24:38 0x00007fa9c27fc700 agent::httpserver V Incoming connection: 127.0.0.1:59250, on 127.0.0.1:27182/webapps/commands
00000022 2020-09-01 09:24:38 0x00007fa9c2ffd700 agent::httpserver V Incoming connection: 127.0.0.1:59252, on 127.0.0.1:27182/webapps/commands
00000023 2020-09-01 09:24:39 0x00007fa9f91db700 agent::mdwas V Service started: processcontrol
00000024 2020-09-01 09:24:39 0x00007fa9c27fc700 agent::httpserver V Incoming connection: 127.0.0.1:59254, on 127.0.0.1:27182/webapps/commands
00000025 2020-09-01 09:27:44 0x00007fa9bdff3700 agent::mdwas W Prewarming ctf file /usr/local/MATLAB/MATLAB_Runtime/v98/bin/glnxa64/webapps_prewarm.ctf seems malfunctioning. Prewarming is disabled
00000026 2020-09-01 09:27:44 0x00007fa9e9ffb700 agent::mdwas W Prewarming ctf file /usr/local/MATLAB/MATLAB_Runtime/v98/bin/glnxa64/webapps_prewarm.ctf seems malfunctioning. Prewarming is disabled
00000027 2020-09-01 09:27:44 0x00007fa9e9ffb700 agent::mdwas W Prewarming ctf file /usr/local/MATLAB/MATLAB_Runtime/v98/bin/glnxa64/webapps_prewarm.ctf seems malfunctioning. Prewarming is disabled
webapps_launcher_20200901_004.log:
00000002 2020-09-01 09:24:35 0x00007f676bac4900 mdwas::processlauncher V Waiting 1 min for MATLAB Connector to show up...
00000003 2020-09-01 09:24:39 0x00007f676bac4900 mdwas::processlauncher V Starting service...
00000004 2020-09-01 09:24:39 0x00007f676bac4900 mdwas::processlauncher V Processcontrol service started successfully.
00000005 2020-09-01 09:24:39 0x00007f675b7fe700 mdwas::processlauncher W stdin operation failed, exiting stdin monitor
00000006 2020-09-01 09:24:39 0x00007f675b7fe700 agent::processcontrol V Starting process ae45c1b8-cbd1-499c-8fc2-88a30ff7f915 /usr/local/MATLAB/MATLAB_Runtime/v98/bin/glnxa64/ctfxlauncher
00000007 2020-09-01 09:24:39 0x00007f675b7fe700 agent::processcontrol V Starting process 5110e108-b429-4685-b1d6-475cda65b80b /usr/local/MATLAB/MATLAB_Runtime/v98/bin/glnxa64/ctfxlauncher
00000008 2020-09-01 09:24:39 0x00007f675b7fe700 agent::processcontrol V Starting process f77e1f43-a9ff-4b66-a658-92e16758df7a /usr/local/MATLAB/MATLAB_Runtime/v98/bin/glnxa64/ctfxlauncher
00000009 2020-09-01 09:25:00 0x00007f675a7fc700 agent::processcontrol::out V processID=5110e108-b429-4685-b1d6-475cda65b80b, out=
00000010 2020-09-01 09:25:00 0x00007f6759ffb700 agent::processcontrol::err E processID=f77e1f43-a9ff-4b66-a658-92e16758df7a, out=libXt.so.6: cannot open shared object file: No such file or directory: Success: Success
00000011 2020-09-01 09:25:00 0x00007f6759ffb700 agent::processcontrol::out V processID=f77e1f43-a9ff-4b66-a658-92e16758df7a, out=
00000012 2020-09-01 09:25:00 0x00007f6759ffb700 agent::processcontrol V Process f77e1f43-a9ff-4b66-a658-92e16758df7a has exited with 252
00000013 2020-09-01 09:25:00 0x00007f675affd700 agent::processcontrol::out V processID=ae45c1b8-cbd1-499c-8fc2-88a30ff7f915, out=
00000014 2020-09-01 09:25:00 0x00007f675a7fc700 agent::processcontrol::err E processID=5110e108-b429-4685-b1d6-475cda65b80b, out=libXt.so.6: cannot open shared object file: No such file or directory: Success: Success
00000015 2020-09-01 09:25:00 0x00007f675a7fc700 agent::processcontrol V Process 5110e108-b429-4685-b1d6-475cda65b80b has exited with 252
00000016 2020-09-01 09:25:00 0x00007f675affd700 agent::processcontrol::err E processID=ae45c1b8-cbd1-499c-8fc2-88a30ff7f915, out=libXt.so.6: cannot open shared object file: No such file or directory: Success: Success
00000017 2020-09-01 09:25:00 0x00007f675affd700 agent::processcontrol V Process ae45c1b8-cbd1-499c-8fc2-88a30ff7f915 has exited with 252
00000018 2020-09-01 09:26:00 0x00007f675affd700 agent::processcontrol V Starting process d0e69ccc-2b13-4086-98be-af039c4116c3 /usr/local/MATLAB/MATLAB_Runtime/v98/bin/glnxa64/ctfxlauncher
00000019 2020-09-01 09:26:00 0x00007f675affd700 agent::processcontrol V Starting process 5848210a-7d82-4608-8815-b7e2c4ec1fca /usr/local/MATLAB/MATLAB_Runtime/v98/bin/glnxa64/ctfxlauncher
00000020 2020-09-01 09:26:00 0x00007f675affd700 agent::processcontrol V Starting process 0fc42452-c2e0-44f4-8150-7c76bb328f8a /usr/local/MATLAB/MATLAB_Runtime/v98/bin/glnxa64/ctfxlauncher
00000021 2020-09-01 09:26:22 0x00007f675a7fc700 agent::processcontrol::out V processID=d0e69ccc-2b13-4086-98be-af039c4116c3, out=
00000022 2020-09-01 09:26:22 0x00007f675a7fc700 agent::processcontrol::err E processID=d0e69ccc-2b13-4086-98be-af039c4116c3, out=libXt.so.6: cannot open shared object file: No such file or directory: Success: Success
00000023 2020-09-01 09:26:22 0x00007f675a7fc700 agent::processcontrol V Process d0e69ccc-2b13-4086-98be-af039c4116c3 has exited with 252
00000024 2020-09-01 09:26:22 0x00007f6759ffb700 agent::processcontrol::out V processID=5848210a-7d82-4608-8815-b7e2c4ec1fca, out=
00000025 2020-09-01 09:26:22 0x00007f6759ffb700 agent::processcontrol::err E processID=5848210a-7d82-4608-8815-b7e2c4ec1fca, out=libXt.so.6: cannot open shared object file: No such file or directory: Success: Success
00000026 2020-09-01 09:26:22 0x00007f6759ffb700 agent::processcontrol V Process 5848210a-7d82-4608-8815-b7e2c4ec1fca has exited with 252
00000027 2020-09-01 09:26:22 0x00007f675b7fe700 agent::processcontrol::out V processID=0fc42452-c2e0-44f4-8150-7c76bb328f8a, out=
00000028 2020-09-01 09:26:22 0x00007f675b7fe700 agent::processcontrol::err E processID=0fc42452-c2e0-44f4-8150-7c76bb328f8a, out=libXt.so.6: cannot open shared object file: No such file or directory: Success: Success
00000029 2020-09-01 09:26:22 0x00007f675b7fe700 agent::processcontrol V Process 0fc42452-c2e0-44f4-8150-7c76bb328f8a has exited with 252
00000030 2020-09-01 09:27:22 0x00007f675b7fe700 agent::processcontrol V Starting process 846112de-9f7f-4841-ae5d-364c9cf8117d /usr/local/MATLAB/MATLAB_Runtime/v98/bin/glnxa64/ctfxlauncher
00000031 2020-09-01 09:27:22 0x00007f675b7fe700 agent::processcontrol V Starting process ecbe0f67-898f-4974-9527-5b9f44f8b738 /usr/local/MATLAB/MATLAB_Runtime/v98/bin/glnxa64/ctfxlauncher
00000032 2020-09-01 09:27:22 0x00007f675b7fe700 agent::processcontrol V Starting process 139d605b-44a8-4fd3-9f94-8d30e9bfdf71 /usr/local/MATLAB/MATLAB_Runtime/v98/bin/glnxa64/ctfxlauncher
00000033 2020-09-01 09:27:44 0x00007f6759ffb700 agent::processcontrol::out V processID=846112de-9f7f-4841-ae5d-364c9cf8117d, out=
00000034 2020-09-01 09:27:44 0x00007f6759ffb700 agent::processcontrol::err E processID=846112de-9f7f-4841-ae5d-364c9cf8117d, out=libXt.so.6: cannot open shared object file: No such file or directory: Success: Success
00000035 2020-09-01 09:27:44 0x00007f6759ffb700 agent::processcontrol V Process 846112de-9f7f-4841-ae5d-364c9cf8117d has exited with 252
00000036 2020-09-01 09:27:44 0x00007f675a7fc700 agent::processcontrol::out V processID=ecbe0f67-898f-4974-9527-5b9f44f8b738, out=
00000037 2020-09-01 09:27:44 0x00007f675affd700 agent::processcontrol::out V processID=139d605b-44a8-4fd3-9f94-8d30e9bfdf71, out=
00000038 2020-09-01 09:27:44 0x00007f675a7fc700 agent::processcontrol::err E processID=ecbe0f67-898f-4974-9527-5b9f44f8b738, out=libXt.so.6: cannot open shared object file: No such file or directory: Success: Success
00000039 2020-09-01 09:27:44 0x00007f675a7fc700 agent::processcontrol V Process ecbe0f67-898f-4974-9527-5b9f44f8b738 has exited with 252
00000040 2020-09-01 09:27:44 0x00007f675affd700 agent::processcontrol::err E processID=139d605b-44a8-4fd3-9f94-8d30e9bfdf71, out=libXt.so.6: cannot open shared object file: No such file or directory: Success: Success
00000041 2020-09-01 09:27:44 0x00007f675affd700 agent::processcontrol V Process 139d605b-44a8-4fd3-9f94-8d30e9bfdf71 has exited with 252
What can i do to solve this?

Akzeptierte Antwort

Benjamin Petrick
Benjamin Petrick am 6 Nov. 2020
Bearbeitet: Benjamin Petrick am 6 Nov. 2020
acual error:
mwuixloader.so. libXt.so.6: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
install necessary libraries
apt install libxt6

Weitere Antworten (0)

Kategorien

Mehr zu Package MATLAB Functions finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by