Indexing fails with No buffer space available (maximum connections reached?)
症状
Repository is being stopped because of the following error found inside fisheye-debug.log:
Repository paused due to error com.cenqua.fisheye.rep.RepositoryClientException: org.tigris.subversion.javahl.ClientException: svn: No buffer space available (maximum connections reached?): connect svn: PROPFIND request failed on '/path/to/your/trunk' org.tigris.subversion.javahl.ClientException: svn: No buffer space available (maximum connections reached?): connect svn: PROPFIND request failed on '/path/to/your/trunk' org.tmatesoft.svn.core.SVNException: svn: No buffer space available (maximum connections reached?): connect svn: PROPFIND request failed on '/path/to/your/trunk'
原因
This usually happens when using Windows 2003 server.
The error occurs when system is attempting to connect from TCP ports greater than 5000.
ソリューション
Go to the windows Registry Editor and increase the number of maximum ephemeral port like doing the following:
- Run the Registry Editor in the Administrator privilege.
- Open the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters.
- Create new DWORD entry, "MaxUserPort", fill with 65534.
最終更新日: 2016 年 2 月 19 日
Powered by Confluence and Scroll Viewport.