Changes between Version 19 and Version 20 of ProductionNode

Show
Ignore:
Author:
ppreddy@uab.edu (IP: 138.26.125.8)
Timestamp:
05/11/09 14:36:45 (7 months ago)
Comment:

add to port error section

Legend:

Unmodified
Added
Removed
Modified
  • ProductionNode

    v19 v20  
    144144  
    145145 * After starting caTissueSuite Jboss instance at port 48080, started UPT Jboss instance at port 18080.  
    146  * However, UPT's Jboss server gave out an error: '''address already in use for ports 4444, 4445, 8083, 1098, 1099'''. 
     146 * However, UPT's Jboss server gave out an error: '''address already in use for ports 4444, 4445, 8083, 8093, 1098, 1099'''. 
    147147 * Port 4444 and 4445 in Jboss are used for Remote Method Invocation (RMI)/Java Remote Method Protocol (JRMP). 
    148148 * Port 8083 is Jboss HTTP bind address 
     149 * Port 8093 is Java Naming and Directory Interface (JNDI) API 
    149150 * Port 1098 is the port of RMI naming service 
    150  * port 1099 is the listening port for the bootstrap Java Network Programming (JNP) service (pure Java implementation of Java Naming and Directory Interface (JNDI) API) 
     151 * port 1099 is the listening port for the bootstrap Java Network Programming (JNP) service (pure Java implementation of JNDI) 
    151152 * The above error was resolved temporarily by modifying the  
    152   * UPT ports at '''/home/upt/apps/jboss-4.0.5.GA/server/default/conf/jboss-service.xml'''  to '''14444, 14445, 18083, 11098, 11099'''  
     153  * UPT ports at '''/home/upt/apps/jboss-4.0.5.GA/server/default/conf/jboss-service.xml'''  to '''14444, 14445, 18083, 11098, 11099''' 
     154  * UPT port 8093 at '''/home/upt/apps/jboss-4.0.5.GA/server/default/deploy/jms/uil2-service.xml''' to '''18093''' 
    153155  * caTissueSuite's ports at '''/home/catissue/apps/jboss-4.2.2.GA/server/default/conf/jboss-service.xml''' to '''44444, 44445, 48083, 41098, 41099''' 
     156  * caTissueSuite port 8093 at '''/home/catissue/apps/jboss-4.0.5.GA/server/default/deploy/jms/uil2-service.xml''' to '''48093''' 
    154157  * In addition, caTissueSuite port 4446 was changed to 44446  
    155158