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 Backend Intranet Access Failure
## Prioritize Log Review Before changing the configuration, review the logs to identify the root cause. In most cases, the error message in the log points directly to the issue. ### Collect Key Error Information 1. Go to the `larkxr-center/admin/logs` directory. 2. Open the latest log file: `admin.log`. 3. Search for keywords such as `ERROR` or `Exception`. 4. Record the full error message before proceeding. ## Common Causes and Solutions ### 1. Incorrect Local IP Configuration **Symptom** The log displays messages such as `Connection refused`. **Solution** 1. Open the command line. 2. Check the valid intranet IP address: ```bash # Windows ipconfig # Linux / macOS ifconfig ``` 3. Update the local IP field in the startup manager with the correct intranet IP address. 4. Save the changes and restart the Admin service. ### 2. Port 8184 Is Already in Use **Symptom** The log displays messages such as `Address already in use` or `Port conflict`. **Solution** 1. Identify the process using port `8184`: ```bash # Linux / macOS lsof -i :8184 # or netstat -tulnp | grep 8184 # Windows netstat -ano | findstr :8184 ``` 2. Stop the conflicting process: ```bash # Linux / macOS kill -9 [PID] # Windows taskkill /F /PID [PID] ``` 3. Restart the Admin service. ### 3. Dependent Services Are Not Running **Symptom** The log shows connection failures related to MySQL, Redis, or other middleware services. **Solution** 1. Check whether required dependent services, such as MySQL and Redis, are running properly. 2. Start any stopped services. 3. Restart the Admin service if necessary.
admin
2026年5月7日 16:21
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
Word文件
PDF文档
PDF文档(打印)
分享
链接
类型
密码
更新密码
有效期