LarkXR Troubleshooting Reference
Deployment
Troubleshooting Backend Intranet Access Failure
Troubleshooting Backend External Access Failure
Troubleshooting Database Startup Failure
Troubleshooting Black Screen on Server Startup
Troubleshooting Service Startup Failure
Cluster Edition (Linux)
Troubleshooting “not found” Errors in sh Startup Scripts
Public Cloud
Tesla GPU GRID Driver and License Requirements
Configuring a Virtual Display for the Second vGPU
Troubleshooting Resolution Below 1080p on Tesla GPUs
Error Code Explanation
Web Client
Troubleshooting “No available render server, Please try again later.”
Code 102
Code 103
Code 202
Code 203
Code 401
Code 402
Code 403
Code 404
Code 500
Code 501
Code 502
Code 504
Code 601
Stuck on 5/5 Loading Page
Cloud Application Exit Detected
Point-to-Point Connection Disconnected
Frontend & Backend Inaccessible
VR Client
Code 11
Code 900
Code 1001
Continuous Loading
UDP Connection Failure
Other Issues
Code 1002
AR Client
UDP Connection Failure
Secondary Development
Data Channel
Unable to Communicate — Troubleshooting Guide
Failed to Pass the Message Body
Incorrect Message Delivery
Delay in Receiving Messages
UE5 Plugin Packaging: Possible Reasons for "Unknown Cook Failure"
WebSDK
1-5 Cards Loading
SDK License Does Not Exist
vue2-react Running Error (Node v18.12.1)
H.265 WebCodec Not Supported by Browser
Interface call
No Access Permissions
Signature and Timestamp Cannot Be Empty
Invalid Key Pair
Others
Apps Can't Sync
LarkXR Launcher: Check Environment Error
User Experiences
Live Streaming Screen is Black
Picture Quality is Not Clear
SN
Local SN
Invalid Authorization Code
Cloud SN
Authorization Code Is Disabled
Authorization Code Does Not Exist
-
+
首页
Troubleshooting Database Startup Failure
## Common Causes and Solutions ### 1. Port 13306 Is Already in Use **Note** In versions earlier than V3.3.4.2, the occupied port may be `3306` instead of `13306`. **Symptom** The MySQL service fails to start because the required port is already occupied by another process. **Solution** 1. Check whether port `13306` is in use. ```bash # Linux sudo lsof -i :13306 # or sudo netstat -tulnp | grep :13306 ``` ```bash # Windows netstat -ano | findstr :13306 ``` 2. Review the command output. A result similar to the following indicates that another process is listening on the port: ```bash tcp 0 0 0.0.0.0:13306 0.0.0.0:* LISTEN 1234 ``` 3. Stop the conflicting process by using its PID. ```bash # Linux sudo kill -9 <PID> ``` ```bash # Windows taskkill /PID <PID> /F ``` 4. Start the MySQL service again and confirm that it starts normally. ### 2. The LarkXR Installation Directory Was Changed **Symptom** The database service fails to start after the LarkXR deployment directory has been moved or renamed. **Cause** If LarkXR was previously installed and registered as a system service, changing the installation directory can leave the service with an outdated executable path. **Solution** 1. Open Command Prompt as an administrator. 2. Delete the old `PxyMysql8` service registration: ```bash sc delete PxyMysql8 ``` 3. Restart the server to ensure the old service configuration is fully cleared. 4. After the server restarts, start the database service again and verify that it is running properly.
admin
2026年5月8日 10:24
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
Word文件
PDF文档
PDF文档(打印)
分享
链接
类型
密码
更新密码
有效期