|
|
|
Please find below (I think) relevant parts from ASF Bugzilla Bug 41538
and than in the below post is a workaround that worked for me:
If you experience this issue and you copy msvcr71.dll to <JIRA home path>\bin, you will be able to start the Tomcat windows service. Bogdan,
From the filemon tools, I got the same information as you. 7:50:59 AM tomcat5.exe:5796 QUERY INFORMATION I simply copied the MSVCR71.dll from the Java\JDK to the JIRA\bin I also tried adding "C:\Program Files\Java\jdk1.6.0_02" to the So you actually have two options. Many thanks for your help. Daniel This is Tomcat specific issue - successfully replicated with the Tomcat's installer and than fixed with the above workaround.
Since JIRA standalone uses Tomcat as web server and Procrun to install/set the JIRA's windows service, finally the JIRA's installer should deliver nicely configured JIRA (it should work of the box - no work around needed), we should address this issue. The issue is quite easy to replicate, therefore it shouldn't be difficult to find out if the recommended workaround is the way to go and finally implement it into the installer. The problem could be significant in terms of numbers since there are many people installing our product in a new/dedicated servers and selecting windows as their preferred OS. Guys,
When looking into this can you run the fix by me. Cheers, Bogdan,
Awesome work! Cheers, The installer now copies the msvcr71.dll file bundled in jre/bin to the main bin directory. I've tested this on windows sp2 and verified that it works correctly.
I just downloaded the JIRA-Enterprise-3.10.2 windows installer and got the same problem as described in this issue. I installed on a Windows Server 2003 Standard Edition into the default folder C:\Program Files\JIRA-Enterprise-3.10.2\.
I can see that msvcr71.dll is in the C:\Program Files\JIRA-Enterprise-3.10.2\jre\bin folder. But I cannot start either the service, nor the startup_bundled_jre.bat, or the tomcat startup.bat. I finally got it to run. I copied the msvcr71.dll into the tomcat\bin folder since one comment was mentioning this. I am not sure if this makes a difference or not.
I definitely had a port issue which I could not see first since the catalina window opens and closes without a pausing. My problem was, that I have another tomcat already running and the CATALINA_HOME was already set to this instance. I would suggest that the installer alters the start files and puts in a line where necessary as follows: set CATALINA_HOME=C:\Program Files\JIRA-Enterprise-3.10.2 or whatever the installation folder is. Currently the start batch files do nothing if CATALINA_HOME is already set. I added this line in the catalina.bat file and after that I could start without problems. I did not remove the copied dll file. Hi Andreas,
The fix for this issue was implemented for JIRA 3.10.3 (which wont be shipped, so the fix will be available in 3.11), so the bug still exists in JIRA 3.10.2, which is why you're seeing it. We thought about altering CATALINA_HOME, however we decided against it, since it may annoy some of our customers, who have this variable set on purpose and would like to run a different version of Tomcat. Cheers, |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Also, are we sure this is not a MS Virtual Server 2005 R2 SP1 bug?