The following table describes the JBoss startup problems:
|
Problem |
Description |
Resolution |
|---|---|---|
|
Teiid Timeouts |
On slower LPARs the JBoss startup times out. |
Add the following line to CETJOPTN(ENVETJ): IJO="$IJO -Dcom.ca.chorus.bootstrap.teiidVdbReadyTimeoutSecs=360" |
|
Teiid Long Start Time |
If you see the following messages in the server.log, the default SSL keystore password may have been changed:
|
If the default SSL keystore password has been changed, add the following line to CETJOPTN(ENVETJ): IJO="$IJO -Djavax.net.ssl.keyStorePassword=newpassword" |
|
Resource Consumption |
The default heap memory for CA Chorusassumes that all three disciplines are installed. |
If only one discipline is installed, you can lower the heap size by updating CETJOPTN(ENVETJ). Change: IJO="-Xms1500m -Xmx1500m -Xss1024K -Xgcpolicy:gencon" to IJO="-Xms1240m –Xmx1500m -Xss1024K -Xgcpolicy:gencon" Note: For more information about heap requirements, see the Site Preparation Guide. |
|
ZipException - XYZ |
If you see the following when trying to start JBoss, you may not have enough file descriptors available to start JBoss: Caused by: |
Check the number of USS file descriptors available to each user from a UNIX prompt with the following command: ulimit -a If the number of file descriptors is less than 64000, increase the number of file descriptors. To increase the number of file descriptors available, edit the appropriate BPXPRMxx member, or issue the following MVS console command: SETOMVS MAXFILEPROC=64000 Ensure that you have the appropriate permissions that are required to issue this command before trying.
|
|
Abends
|
U4080 - Cause unclear, User did not configure <hostname> in CETJJCL(CHORJBOS).
|
To get documentation for Abends, do the following steps: 1. Add the following option to the CETJOPTN(CEE) data set: TRAP(OFF,NOSPIE) The content of the line is now: HEAPPOOLS(ON),TRAP(OFF,NOSPIE) 2. Set a slip trap to get a dump when the program check occurs, by executing the following console command: SLIP SET,EN,ID=JBOS,C=0CX,A=SVCD,J=CHORJBOS,SDATA=(PSA,NUC,SQA,LSQA,RGN,LPA,TRT,CSA,SWA,SUMDUMP),ML=1,END Note: When the program check occurs, you should get an SVC DUMP generated. |
If you are unable to resolve the startup problem, try adding the following property to CETJOPTN(ENVETJ):
IJO="$IJO --Dcom.ca.chorus.debugBootstrapFailure=true"
This property tells TeiidBootstrap to dump the stack trace information for all threads when the CHORUS cannot complete BOOT sequence condition is detected. Setting this property does not fix the problem, but it provides more detailed information for debugging.
JBoss uses the environment that the CETJOPTN(ENVETJ) member sets. If you add the following value in the beginning of the file, you see more debugging messages during JBoss startup:
set -x
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|