Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi all,
I am facing the following issue:
ERROR [spring-startup] c.a.j.s.w.s.JohnsonDispatcherServlet SpringMVC dispatcher [springMvc] could not be started
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gitBundledResources' defined in com.atlassian.stash.internal.scm.git.GitWiring: Invocation of init method failed; nested exception is java.io.IOException: Mount point not found
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1630)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
at javax.servlet.GenericServlet.init(GenericServlet.java:158)
at java.lang.Thread.run(Thread.java:748)
... 17 frames trimmed
Caused by: java.io.IOException: Mount point not found
at sun.nio.fs.LinuxFileStore.findMountEntry(LinuxFileStore.java:91)
at sun.nio.fs.UnixFileStore.<init>(UnixFileStore.java:65)
at sun.nio.fs.LinuxFileStore.<init>(LinuxFileStore.java:44)
at sun.nio.fs.LinuxFileSystemProvider.getFileStore(LinuxFileSystemProvider.java:51)
at sun.nio.fs.LinuxFileSystemProvider.getFileStore(LinuxFileSystemProvider.java:39)
at sun.nio.fs.UnixFileSystemProvider.getFileStore(UnixFileSystemProvider.java:368)
at java.nio.file.Files.getFileStore(Files.java:1461)
at com.atlassian.stash.internal.scm.git.BundledResources.isPosixFilesystem(BundledResources.java:103)
at com.atlassian.stash.internal.scm.git.BundledResources.installScript(BundledResources.java:89)
at com.atlassian.stash.internal.scm.git.BundledResources.unpack(BundledResources.java:36)
... 5 common frames omitted
Do you have any idea on what went wrong and how to check which mount point it is trying to use?
We have the same issue.
We are running the Teams in Space environment for presentations. All application were working fine, but after restart, bitbucket won't start with the same error message as above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here, reinstalled and tried a new machine, all versions of 6.3 have this problem, 2 is fine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I too have the same issue SpringMVC dispatcher [springMvc] could not be started
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dennis,
Most likely this is about the shared home directory (inside <BitbucketHome>).
Cheers,
Christian
Premier Support Engineer
Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Christian,
thanks for the reply. I checked the directory, but for me everything looks fine:
$ ll /var/atlassian/application-data/bitbucket/
total 48
drwxr-xr-x 11 atlbitbucket atlbitbucket 4096 Sep 6 07:57 ./
drwxr-xr-x 3 root root 4096 Sep 6 07:44 ../
drwxr-xr-x 2 atlbitbucket atlbitbucket 4096 Sep 6 07:44 .oracle_jre_usage/
-rw-r--r-- 1 atlbitbucket atlbitbucket 62 Sep 6 07:45 .version
drwxr-xr-x 4 atlbitbucket atlbitbucket 4096 Sep 6 07:48 bin/
drwxr-xr-x 4 atlbitbucket atlbitbucket 4096 Sep 6 07:57 caches/
drwxr-xr-x 2 atlbitbucket atlbitbucket 4096 Sep 6 07:45 export/
drwxr-xr-x 3 atlbitbucket atlbitbucket 4096 Sep 6 07:45 lib/
drwxr-xr-x 4 atlbitbucket atlbitbucket 4096 Sep 10 07:32 log/
drwxr-xr-x 3 atlbitbucket atlbitbucket 4096 Sep 6 07:45 plugins/
drwxr-xr-x 6 atlbitbucket atlbitbucket 4096 Sep 6 07:57 shared/
drwxr-xr-x 6 atlbitbucket atlbitbucket 4096 Sep 6 07:56 tmp/
$ ll /var/atlassian/application-data/bitbucket/shared/
total 24
drwxr-xr-x 6 atlbitbucket atlbitbucket 4096 Sep 6 07:57 ./
drwxr-xr-x 11 atlbitbucket atlbitbucket 4096 Sep 6 07:57 ../
drwxr-xr-x 4 atlbitbucket atlbitbucket 4096 Sep 6 07:48 config/
drwxr-xr-x 7 atlbitbucket atlbitbucket 4096 Sep 6 07:57 data/
drwxr-xr-x 3 atlbitbucket atlbitbucket 4096 Sep 6 07:45 plugins/
drwxr-xr-x 5 atlbitbucket atlbitbucket 4096 Sep 6 07:44 search/
Do you have any idea on why bitbucket cannot access this directory?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.