I've the following error message after updating from 4.0.2:
A fatal error has occurred
The following problem occurred, which prevents Atlassian Bitbucket from starting:
SpringMVC dispatcher [springMvc] could not be started
I've found this article which states that one should find an exception in the file "catalina.out".
And following exception is reported in the
catalina.outfile:
However, I can't find a "catalina.out". What I have is a "(...)Atlassian\Bitbucket\4.3.1\logs\catalina.$DATE$.log" file without any exceptions.
Does anybody know where to find "catalina.out"?
Community moderators have prevented the ability to post new answers.
Judging on the path name you are running windows. Why not just open a command prompt and do:
c:
cd \
dir /s catalina.out
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.