CRJAZ2438E An error occurred while invoking the service https://lmb-alm-server:9443/dm/dtkConfigure?action=installOtherSystemDomains&async=true.
Liora Milbaum (513●2●89●118)
| asked Feb 17 '15, 10:25 p.m.
edited Feb 19 '15, 11:08 a.m. by Jennifer Cianchetta-Riordan (251●2)
I am in the process of automating the CLM+RDM 5.0.2 deployment into AWS EC2 instance. The process works well in case I choose DERBY as the DB Vendor. When I choose DB2 as the DB Vendor, I hit the following error. I have tried to troubleshoot the error with no avail. Did any of you hit the same problem and found a solution?
Thanks,
Liora
[exec] ==> alm: --- Starting Setup For Application: "Design Management (https://lmb-alm-server:9443/dm)" ---
[exec] ==> alm: Executing step: Configure Database
[exec] ==> alm: By default, this Jazz Team Server includes a pre-configured database using a JDBC connection. You can either keep this default or choose a different database vendor and/or connection type.
[exec] ==> alm: The type of connection pool to use (either J2EE or JDBC).
[exec] ==> alm: Using properties file entry: dm:configure.database.page:db.type=JDBC
[exec] ==> alm: The JDBC vendor.
[exec] ==> alm: Using properties file entry: dm:configure.database.page:db.vendor=DB2
[exec] ==> alm: Using properties file entry: dm:configure.database.page:db.jdbc.location=//localhost:50000/DM:user=db2dm;password={password};
[exec] ==> alm: Using properties file entry: dm:configure.database.page:db.jdbc.password=********
[exec] ==> alm: Performing configuration validation...
[exec] ==> alm: Updating service property configurations...
[exec] ==> alm: Creating tables, this may take a few moments...
[exec] ==> alm: The database creation has completed successfully
[exec] ==> alm: Executing step: Finalize Application
[exec] ==> alm: CRJAZ2438E An error occurred while invoking the service https://lmb-alm-server:9443/dm/dtkConfigure?action=installOtherSystemDomains&async=true.
[exec] ==> alm: CRJAZ2247E There was an error executing setup for the application "Design Management (https://lmb-alm-server:9443/dm)": "CRJAZ2594E An error occurred while executing request "https://lmb-alm-server:9443/dm/dtkConfigure?action=getProgress"". Check the log for more details.
[exec] ==> alm: CRJAZ2236E There was an error executing setup: "CRJAZ2594E An error occurred while executing request "https://lmb-alm-server:9443/dm/dtkConfigure?action=getProgress""
[exec] ==> alm: Check the log at "/vagrant/logs/CLMSetup.log" for more information.
|
Accepted answer
Found the root cause of the problem. 8GB of RAM for all the DBs and CLM+JRS+RSA DM on one instance wasn't enough. As soon as I chose xlarge ami instance (16 GB RAM) it worked perfectly.
What's interesting is that a VirtualBox instance with 8GB RAM was enough but AWS EC2 instance wasn't.
Liora
Ralph Schoon selected this answer as the correct answer
Comments 8GB for all that stuff is a bit optimistic, I think. I am not sure how the architectures of the systems you used work, but e.g. shared memory across virtual servers can greatly impact performance and lead to timeouts. It is discouraged for server where you expect performance.
Liora Milbaum
commented Feb 20 '15, 10:12 a.m.
Right. I will take your comment into my considerations as I build the system. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
From cataline.out log file
Are you creating the databases and the create tables from the repotools?
The databases are created upfront. The tables are created from the repotools.