WUYING Terminal displays an error code when a cloud computer connection fails, times out, or disconnects. Find your error code below and apply the recommended solution.
Quick reference
| Error code | Category | Root cause summary |
|---|---|---|
| DesktopCrash | Cloud computer | Kernel dump (Core Dump) |
| DesktopNetworkError | Cloud computer | Network anomaly on cloud computer |
| DesktopCpuHighLoad | Cloud computer | CPU utilization too high |
| DesktopDiskHighLoad | Cloud computer | System disk usage too high |
| DesktopMemoryHighLoad | Cloud computer | Memory usage too high |
| 2003, 2022, 2023, 2024, 2025 | System operations | Shutdown, restart, or log off initiated |
| 2200 | Timeout | Service request timed out |
| 2201, 2202, 2212, 2220, 2230, 2703 | Network | On-premises network exception |
| 2210 | Network | Device disconnected during hibernation |
| 2211 | Client process | WUYING Terminal client process exception |
| 2213 | Resource usage | High CPU or memory on cloud computer |
| 2214 | Resource usage | High CPU or memory on local device |
| 2501 - 2508 | Streaming gateway | Client-to-gateway connection exception |
| 2509 | Streaming gateway | Gateway cannot detect asp-server |
| 2510 | Streaming gateway | Port 5912 listener not enabled |
| 2522 | Proxy | HTTP proxy configured on client |
| 2704, 2707 | Streaming protocol | Protocol exception in cloud computer |
| 2708 | Client runtime | Client runtime exception |
Named error codes
These error codes indicate a problem detected on the cloud computer itself.
DesktopCrash
Root cause
A kernel dump (Core Dump) on the cloud computer caused the connection to fail or disconnect unexpectedly.
Solution
Restart the cloud computer and reconnect.
DesktopNetworkError
Root cause
A network anomaly on the cloud computer interrupted the connection between the cloud environment and the management console.
Solution
Restart the cloud computer and reconnect.
DesktopCpuHighLoad
Root cause
The cloud computer's CPU utilization is too high, causing a connection timeout.
Solution
-
Reconnect to the cloud computer.
-
If reconnection fails, restart the cloud computer and reconnect after the restart completes.
DesktopDiskHighLoad
Root cause
The system disk usage on the cloud computer is too high, causing a connection timeout.
Solution
-
Reconnect to the cloud computer.
-
If reconnection fails, restart the cloud computer and reconnect after the restart completes.
-
If restarting does not help, contact your IT administrator to expand the system disk. Increase the disk capacity.
DesktopMemoryHighLoad
Root cause
The memory usage on the cloud computer is too high, causing a connection timeout.
Solution
-
Reconnect to the cloud computer.
-
If reconnection fails, restart the cloud computer and reconnect after the restart completes.
20XX series
Error codes 2003, 2022, 2023, 2024, 2025
Root cause
The control system or cloud computer initiated a shutdown, restart, or logoff, terminating the connection.
Solution
-
If the cloud computer is in the stopped state, start it and reconnect.
-
The administrator can send any remote command from the Elastic Desktop Service (EDS) Enterprise console to the cloud computer and check the results. Send remote commands.
-
If results are returned, reconnect to the cloud computer.
-
If no results are returned, restart the cloud computer and reconnect.
-
22XX series
Error code 2200
Root cause
A service request timed out, terminating the connection.
Solution
-
Choose one of the following actions:
-
If you have no unsaved data on the cloud computer, restart the cloud computer and reconnect.
-
If you have unsaved data, wait a moment and then reconnect.
-
-
Verify that your on-premises network can reach the required ports (Port requirements). If not, contact your enterprise administrator to open them.
Error codes 2201, 2202, 2212, 2220, 2230, 2703
Root cause
An on-premises network exception terminated the connection.
Solution
-
Wait briefly, then reconnect.
-
Verify that your on-premises network can reach the required ports (Port requirements). If not, contact your enterprise administrator to open them.
Error code 2210
Root cause
The on-premises device disconnected from the on-premises network during hibernation hours. The cloud computer connection was terminated.
Solution
Ensure the on-premises device has network connectivity, then reconnect.
Error code 2211
Root cause
A process exception occurred on a core WUYING Terminal client component, terminating the connection.
Solution
-
Choose one of the following actions:
-
If you have no unsaved data on the cloud computer, restart the cloud computer and reconnect.
-
If you have unsaved data, wait a moment and then reconnect.
-
-
For a Windows cloud computer, have the administrator send the following PowerShell command from the console, then reconnect (Send remote commands).
taskkill /im spmonitor.exe -f -
Verify that your on-premises network can reach the required ports (Port requirements). If not, contact your enterprise administrator to open them.
Error code 2213
Root cause
High CPU or memory usage on the cloud computer terminated the connection.
Solution
-
If you have no unsaved data on the cloud computer, restart it and reconnect.
-
For a Windows cloud computer, have the administrator send the following PowerShell commands from the console to identify high-resource processes (Send remote commands).
-
Query the top 20 processes by CPU usage:
Get-Process | Sort-Object CPU -Descending | Select-Object -First 20 | Format-Table Name, CPU -AutoSize -
Query the top 20 processes by memory usage:
Get-Process | Sort-Object WorkingSet -Descending | Select-Object -First 20 | Format-Table Id, Name, WorkingSet -AutoSize
-
-
Send the following command to terminate the offending process. Replace
<ProcessName.exe>with the actual process name from the query results.taskkill /im <ProcessName.exe> -f -
Reconnect to the cloud computer.
Error code 2214
Root cause
High CPU or memory usage on the local device running WUYING Terminal terminated the connection.
Solution
-
Restart the client and reconnect to the cloud computer.
-
Update WUYING Terminal to the latest version (Update the client) and reconnect.
-
If the issue persists, restart the on-premises device, then log on and reconnect.
25XX series
Error codes 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508
Root cause
An exception occurred when the client connected to the streaming gateway. The cloud computer connection failed or was terminated.
Solution
Verify that your on-premises network can reach the required ports (Port requirements). If not, contact your enterprise administrator to open them.
Error code 2509
Root cause
The streaming gateway could not detect the asp-server.
Solution
Check whether a firewall or VPN software is enabled on the cloud computer. If either is enabled, disable it and reconnect.
Error code 2510
Root cause
Port 5912 listener was not enabled on the cloud computer, preventing the streaming gateway from detecting the asp-server.
Solution
Restart the cloud computer and reconnect.
Error code 2522
Root cause
An HTTP proxy was configured on the client. The cloud computer connection failed or was terminated.
Solution
Disable the HTTP proxy on the client and reconnect.
27XX series
Error codes 2704, 2707
Root cause
A streaming protocol exception occurred on the cloud computer.
Solution
Restart the cloud computer and reconnect.
Error code 2708
Root cause
A client runtime exception terminated the connection.
Solution
-
Restart the client and reconnect to the cloud computer.
-
Update WUYING Terminal to the latest version (Update the client) and reconnect.