Skip to content

Required Server Maintenance Workflow

This page is for implementation, operations, and technical support teams handling production server issues. Do not force-restart production servers directly from a cloud console. Confirm the impact scope before restarting projects, services, or databases.

Common Failures and Maintenance Direction

CategoryIssueFirst Maintenance Direction
LoginServer cannot connect on the login pageRestart 'DuliRoute'
LoginLogin operation reports '4000'Restart 'DuliRoute'
OfflineClient keeps disconnected after loginRestart 'DuliFront'
OfflineClient repeatedly reconnectsRestart 'DuliFront'
Feature projectAdmin console unavailableRestart 'DuliBackend'
Feature projectApproval or project management unavailableRestart 'DuliMgmt'
Feature projectEmail unavailableRestart 'DuliMail'
Feature projectCloud Drive unavailableRestart 'DuliWpp'
Feature serviceCannot send or receive messagesRestart 'DuliRoute', then 'DuliFront'
Feature serviceCannot send files or images are brokenCheck disk space, then restart 'Gofastdfs'
AuthorizationLicense expired or invalidCheck License status in the admin console

Rule Out Client Issues First

For a single-function issue, restart the client first to exclude client cache, connection state, or local environment problems. If many users are affected, move to server-side maintenance.

Restart Order for Login and Offline Issues

  1. Restart 'DuliAuth'.
  2. Restart 'DuliRoute'.
  3. Restart 'DuliFront'.

If the issue remains, restart the core projects in this order:

  1. 'DuliAuth'
  2. 'DuliBackend'
  3. 'DuliRoute'
  4. 'DuliFront'
  5. 'DuliAuth' again

After Abnormal Data Server Shutdown or Reboot

  1. Start the firewall.
bash
systemctl start iptables
  1. Start 'Redis'.
  2. Start 'Hadoop', 'Hbase', and 'Zookeeper'.
  3. Start 'Mysql'.
  4. Check project servers after data services are healthy.

Restart Notes

  • Do not restart production services repeatedly without checking logs.
  • Confirm whether users are actively using the system before operating.
  • Prioritize service-specific restart over full server restart.
  • Search logs for 'OutOfMemoryError' when services restart unexpectedly.

嘟哩帮助中心