Sebastian Sdorra
Sebastian Sdorra
Ok, it seems that it is related to the second disk. Could you post the mount options for the second disk (/etc/fstab)?
I think the `noexec` option causes the problem: https://www.jetbrains.com/help/upsource/error-could-not-initialize-class-com-sun-jna-native.html#8182b If the JNA cache is mounted on the second disk the issue occurs, if we move the cache to another disk...
What you mean by data directory? SCM-Manager stores its data in its home directory, which is `/var/lib/scm` in the docker image and you have bound the `/var/lib/scm` directory to second...
It is possible that you remount the disk without the noexec option?
We will keep this issue open, because we want to integrate a check for the noexec option. If the check fails, we could provide a link which explains the problem...
It looks like there is some mercurial command on the wire which we don't understand. Do you use any mercurial extensions on the client or on the server, which are...
Ok, it looks like there is a problem with the `largefile` extension (the `statlfile` is a command of the largefile extension). We will try to reproduce it. > What is...
I've done some more research and the newest versions of mercurial still use http headers for the http command protocol. It looks like the largefiles plugin uses the same mechanism...
I'm not sure if `hg serve` has the same header limitations as `jetty` or if `hg serve` behaves different as `hgweb.wsgi` (which is used by SCM-Manager) in terms of http...
Can you reproduce the problem with the command line client? At the moment i don't have access to a machine with TortoiseSVN, so i've tried to reproduce the problem with...