

Installation and Configuration Troubleshooting › Set JBoss Port Assignments Manually
Set JBoss Port Assignments Manually
Symptom:
Either of the following symptoms occurs:
- The port range starting with TEIID_PORT in CETJOPTN(ENVETJ) is not acceptable. Twelve consecutive port numbers are not available for the JBoss server ports. ETJI0105 in CETJJCL cannot be used to configure the JBoss port values automatically. Set specific port values.
- For a particular function, the port assignment that is based on the offset from the port that is specified for the TEIID_PORT is not acceptable. Assign this function to a different port.
Solution:
Individual port assignments can be modified by updating ENVETJ in your_chorus_hlq.CETJOPTN.
Follow these steps:
- For the first situation, find as large a range of consecutive free ports as possible. For the ports that are beyond the range available, set the specific port values as shown in Step 2. You can determine which ports are outside the range you have selected by reviewing the OFFSET variable values that are defined in ENVETJ in your_chorus_hlq.CETJOPTN.
- Set the specific port values in CETJOPTN(ENVETJ). For example, to use 45554 for the JBOSS_HTTP_PORT, change the following line:
Let JBOSS_HTTP_PORT=${TEIID_PORT}+${JB_HTTP_P_OFFSET}
To:
JBOSS_HTTP_PORT=45554
The port variables that can be modified are:
- TEIID_PORT
- JBOSS_HTTP_PORT
- JBOSS_AJP_PORT
- JBOSS_SSL_PORT
- JBOSS_RMI_PORT
- JBOSS_OSGI_MGMT_PORT
- JBOSS_TXN_REC_ENV_PORT
- JBOSS_TXN_STA_MGR_PORT
- JBOSS_MGMT_NATIVE_PORT
- JBOSS_MGMT_HTTP_PORT
- JBOSS_MGMT_HTTPS_PORT
- JB_RELATIVE_SSL_PORT
- JB_RELATIVE_AJP_PORT
- DSI_PORT
- If you modify the value of JBOSS_HTTP_PORT or JBOSS_SSL_PORT, also modify the value of JB_RELATIVE_SSL_PORT. The new value must be the difference between the value that is assigned for JBOSS_SSL_PORT and JBOSS_HTTP_PORT.
- If you modify the value of JBOSS_HTTP_PORT or JBOSS_AJP_PORT, also modify the value of JB_RELATIVE_AJP_PORT. The new value must be the difference between the value that is assigned for JBOSS_HTTP_PORT and JBOSS_AJP_PORT.
- If you modify the value of DSI_PORT, you cannot use ETJI0105 to configure the DSI configuration files. Edit the following files manually to change the default DSI server port assignment:
Note: The sample dsi.env and dsi.conf files can be taken from directory /cai/cetjr3m0/CA_axis2c/config.
- Edit the dsi.env file as follows:
- Change the directory name in the PATH and LIBPATH variables from /cai/cetjr3m0 to the value specified for <chorus-install-directory>.
- Change the SYSTCPD_DSN specifies in RESOLVER_CONFIG to match the TCPDATA value in the ETJVARS member in your_chorus_hlq.CETJJCL.
- Edit the dsi.conf file to specify the TCP/IP port number that you want to use.
Note: Do not make any other alterations in these files unless explicitly instructed to do so by CA Technical Support.
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|