Subversion-related JVM Crashes
If JVM crashes while executing SVN-related code (e.g. under org.tmatesoft.svn package), you can try to disable it by either:
- Passing -Dsvnkit.useJNA=false JVM option to the crashing process (server or agent), or
- Making NTLM support less prioritative by passing -Dsvnkit.http.methods=Basic,Digest,NTLM JVM option.
Anyway, upgrading the JVM used to the latest available version is recommended.
Please sign in to leave a comment.