Tuesday, September 12, 2017

Monitor service not starting - > com.eibus.management.rmiregistry.port=1099 this port is already in use.

//PROBLEM//

Monitor service not starting - > com.eibus.management.rmiregistry.port=1099 this port is already in use.

//SOLUTION//

You can find this in wcp.properties in the following path:

C:\Program Files\OpenText\ProcessPlatform\Instance \config\wcp.properties.

Find the port 1099 if being used in any other tasks 

-Kill that task and try running monitor.


//Alternatively//

Goto 

Cordys Management Console -> Platform Properties -> Search and edit the property "com.eibus.management.rmiregistry.port"  and change the port number. Once done click onthe save option.


-- Narasimha Reddy, Lomadi



No comments:

Post a Comment

Generating a CSR with Java keytool , deploying the certificates in keystore and configuring the same in the tomEE server.

  Deploying security certificates is a three-step process in general 1. CSR Generation 2. Importing the certificatates into the keystore 3. ...