Svn error:
Error running context : The server unexpectedly closed the connection
Error analysis:
means that the remote service has closed the connection. The inspection idea is as follows
1. view firewall firewalld&&iptables
firewall-cmd --stat
If the return is not running, firewalld is not on
iptables -nL
Check if the rule has a 3690 drop
If you have not used iptables in the environment, you can use iptables -F to clear the rules! Use with caution!
2. Check if the svn service is up
ps uax | grep svn && netstat -lnpt | grep 2690
This method is used to determine the process and port
3. If you are using nginx reverse proxy, pay attention to the configuration of tcp forwarding
Note that especially if you use IF.Svnadmin and forget to configure it
server {
listen xxx so_keepalived=on;
server_name xxx;
proxy_pass svn_server:3690;
}
There are more methods than problems. Come on!!!!
Read More:
- linux tomcat Run (DWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugIni)
- Nginx configuration 80 can be accessed by forcing jump 443 or not
- Installation, Configuration and Simple Use of Rancher
- Linux gets the program PID according to the port
- Set the cursor of Ubuntu terminal to turn on automatic display
- summary of configuration and deployment of uwsgi+nginx+flag in centos7 and why internal server error is prompted [official instructions]
- Prometheus auto discovery and re labeling based on consumer
- Grep: How to Find All the Files Containing a String in Linux
- Notes on Linux SCP command using specific port
- Server hardware and RAID configuration
- See system logs and ‘systemctl status docker.service‘ for details
- PM2 user defined Log, PID and other Log File Locations
- How to Check Password Modification Complexity
- How to Fix Oracle listener error Linux error: 111: connection reused
- The difference between removeall() and clear() in ArrayList
- linux yum Error: PYCURL ERROR 6 – “Couldn’t resolve host ‘mirrorlist.centos.org’”
- How to set fixed IP address for Raspberry Pie
- Installation and configuration of redis in Linux
- Linux Nagios failed to log in to internal server error (Fixed)
- Vue uses localstorage and sessionstorage to store data