Added by Faycal Sabbane over 8 years ago
Hello,
I’ve just installed openproject using the docker image: openproject/community:5.0
The first configuration went well but I’m having trouble with the svn repository. After a successul/accepted svn repository configuration for my project, I’m getting an error with the code 500 (see attachement) in the repository view.
In the logfile “web-stdout.log” there is no detailed error description even after enabling the debug mode.
With the debug mode the used svn command is displayed which is:
svn info --xml svn://myrepos.com/repos/myproject/trunk/ --username xxxx --password xxxx --no-auth-cache --non-interactive
.
The same svn command, with adapted username/password, works fine from the terminal.
By each svn access error an entry is written in dmesg. It shows a segfault error:
[3572538.511361] svn[23974 ]: segfault at 40 ip 00003e4e10b7dfc4 sp 00007ffe14263cf0 error 4 in libapr-1.so.0.5.1[7f4e11b6b000+32000]
.
Any help to fix this issue will be very appreciated. Thanks!