you track don't start
hi, i just installed youtrack 3.0.2 in a 2008 srv 32 bit.
the installation goes fine, but i cannot access to the webserver: checking the service seems that the service start correctly but close itself at the first page request.
How can i solve this problem? I have some other tomcat installation, may be is there some port problem?
best regards,
luca morelli
Please sign in to leave a comment.
Hello Luca,
Could you please provide us with YouTrack log files?
Regards,
Alexander
Hi,
I've the same problem running youtrack 3.0.3. My Tomcat installation has two virtual hosts installed. One for youtrack and one for jenkins. If I disable the virtual host for jenkins then youtrack runs without a problem, but if I enable the virtual host for jenkins then youtrack kills the complete tomcat.
Greetings
Christian
Attachment(s):
youtrack.log.zip
I can see "java.lang.OutOfMemoryError: PermGen space" exception in the logs. Can you give more PermGen memory to the Tomcat. If you use standard Oracle JVM the option to specify PermGen memory amount is "-XX:MaxPermSize=192m". I'm not quite sure about Jenkins PermGen memory consumption but I think that 192 MB is enough for both YouTrack and Jenkins.