Failure to start jazz team server
i have download the RTC-Web-Installer-Win-4.0.0.1 software and i downloaded the jazzt team serve, when i am starting the server the following exception is coming in the server. i have also change the connection port no in the server.xml folder but the same is coming.please help me.
"Throwable occurred: java.io.IOException: Cannot rename original file to C:\Progr
am Files\IBM\JazzTeamServer\server\tomcat\conf\tomcat-users.xml.old"
One answer
Don't install into program files. Windows treats this as a special folder where you usually have no permission to modify. You are probably using Windows 7 and you would have to explicitely open a shell as administrator and run server.startup.bat.
All that could be avoided if you
- Install installationmanager, shared and CLM into something like
C:\IBM\InstallationManager
C:\IBM\IBMShared
C:\IBM\CLM4001\JazzTeamServer
Comments
Hi Ralph, I have downloaded RTC 4.0.3 and installed on Win Server 2008 R2. I get same error mentioned above.
"Throwable occurred: javax.naming.NamingException: Cannot rename original file to
C:\JazzCLM\CLM\JazzTeamServer\server\tomcat\conf\tomcat-users.xml.old"
I have installed as below as per your suggestion.
Installation Directory: C:\JazzRational\Installation Manager\eclipse
Shared Resource Directory: C:\JazzCLM\IBMIMShared
Package Group Installation Directory: C:\JazzCLM\CLM\JazzTeamServer
But still I get above error mentioned, can you help here.
I noticed one more weird thing....I find new file created at C:\JazzCLM\CLM\JazzTeamServer\server\tomcat\conf by name "tomcat-users.xml.new". The error quotes "tomcat-users.xml.old" but conf directory contains file by name "tomcat-users.xml.new". Is something wrong ??
Perhaps your C:\JazzCLM folder still requires administrator privileges? To test, you can try starting the server with administrator rights.
The exception is because it cannot rename the file to tomcat-users.xml.old. It makes sense then that you do not have that file.
In fact, I have installed CLM using user id with local Administrator privileges.
I googled for the message and also did some investigation on the Win 2008 RC2 server...I am not able to modify none of the files copied in C:\ Drive or C:\Program Files folder. This is due to UAC concept introduced by Microsoft in WIn 2008. This concept is not well received by Windows users.
UAC restricts users(even with the membeship of "Administrators group) for modifying any file/folder. This feature has to be disabled to modify the file contents. More details are at below URL.
http://stackoverflow.com/questions/3044901/windows-server-2008-r2-file-permissions
After UAC feature is disabled, configuration of CLM is successful.