RTC402 CRJAZ0503I error in linux (tomcat+derby)
I deployed RTC402 linux version to one redhat 6 server, the media is JTS-CCM-keys-Linux64_4.0.2.zip.
then run the extracted folder, visit Https://localhost:9443/jts/admin, it worked, the server can be deployed successfully. the only problem comes when creating the project area, below error comes when 'initiate the project template'. seems it is some error with the derby databaser? any advice?
The server was unable to connect to the following database: "conf/ccm/derby/repositoryDB" Exception: "org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager"标识 CRJAZ0503I
com.ibm.team.repository.common.TeamRepositoryException
com.ibm.team.repository.service.internal.rdb.ConnectionFactory.createConnection(ConnectionFactory.java:127)
after this error appears, 500 errors comes when visiting
Https://localhost:9443/ccm/web.
I checked the installation guideline, seems the only difference is that we need to edit the /etc/security/limits.conf
file, is it the cause? I will let the onsite team to try edit such file later.
then run the extracted folder, visit Https://localhost:9443/jts/admin, it worked, the server can be deployed successfully. the only problem comes when creating the project area, below error comes when 'initiate the project template'. seems it is some error with the derby databaser? any advice?
The server was unable to connect to the following database: "conf/ccm/derby/repositoryDB" Exception: "org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager"标识 CRJAZ0503I
com.ibm.team.repository.common.TeamRepositoryException
com.ibm.team.repository.service.internal.rdb.ConnectionFactory.createConnection(ConnectionFactory.java:127)
after this error appears, 500 errors comes when visiting
Https://localhost:9443/ccm/web.
I checked the installation guideline, seems the only difference is that we need to edit the /etc/security/limits.conf
file, is it the cause? I will let the onsite team to try edit such file later.
* hard nofile 65536
* soft nofile 65536
* hard nproc 10000
* soft nproc 10000
JunQian.
2 answers
Hello,
limits.conf will have to be edited to conform with CLM set-up and void the "Too many open files" issue.
But I don't think this is your problem here.
Based on your scenario, I would like to know if you have run the setup once CCM installed:
(please remember to avoid using localhost and prefer fully qualified hostnames)
Thanks.
Eric.