Did installing Oracle Java 8 break my RTC server?
Jazz Team Server Location |
Connected to: https://xxx.xxxxxx.com:9443/jts
HTTP/1.1 503 Service Unavailable Server:Apache-Coyote/1.1 Content-Type:text/html;charset=utf-8 Content-Language:en Content-Length:1184 Date:Tue, 09 Dec 2014 03:23:33 GMT Connection:close
|
Version | 5.0.1 |
HTTP Status 404 -
type Status report
message
description The requested resource is not available.
Apache Tomcat/7.0.54
One answer
ulimit -n 65536
ulimit -u 10000
Comments
You did not mentioned what the "global settings" are and how they are configured. The ulimit is definitely a prerequisite for installing CLM (I got the same error when using the default Red Hat configuration). You may want to verify how many files are opened when the problem occurs (or not occur).
http://www.cyberciti.biz/faq/howto-linux-get-list-of-open-files/
Instruction I referenced are here http://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.1/com.ibm.jazz.install.doc/topics/c_special_considerations_linux.html
My comment was directed to your statement "this is not a solution as I need to know why the global settings did not seem to be happy". So unless you can explain in details what has been changed, no one can answer why.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Dec 09 '14, 2:23 a.m.As far as I can tell, the server has hardwired the JBE that ships. The Eclipse client as well, as far as I know.
I am not sure in which cases that could be overwritten without you knowing it. I have never experienced what you see.
Christopher Smith
Dec 09 '14, 7:42 a.m.I'll be happy if someone can recommend something to "fix" my rtc server.
Krzysztof Kaźmierczyk
Dec 09 '14, 8:10 a.m.Hi Chrisopher,
I would recommend you looking into tomcat logs and jts.log file for any error messages there.
sam detweiler
Dec 09 '14, 9:31 a.m.check the eclipse.ini/jbe.ini to make sure the IBM jvm is still specified.
notice that the IBM JVM uses IBM only parameters which will fail on the other jvms.
I have seen my ini files modified many times, and save a copy for when it happens again