Products | Versions |
---|---|
TIBCO iProcess Technology Plug-ins | - |
After installing the TIBCO iProcess Technology plugins, and trying to start iProcess engine, the following error is reported in the sw_warn.log file:
2010/02/25 13:51:01(BG:1:15200:2:pro:/proeai.c:80297:2522): 1867-'EAIJAVA' EAI Run-Time Plug-In failed to initialize, error EAI_JAVA: EAIRun_Init() - Initialise method failed in Loader!
And in the eaijava*.log, there is the following:
2010-02-25 13:51:01,304 [ERROR] SWJMXUtils - Unable to start RMI connector
java.rmi.server.ExportException: Port already in use: 15033; nested exception is:
java.net.BindException: Address already in use
at sun.rmi.transport.tcp.TCPTransport.listen(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.exportObject(Unknown Source)
at sun.rmi.transport.tcp.TCPEndpoint.exportObject(Unknown Source)
at sun.rmi.transport.LiveRef.exportObject(Unknown Source)
at sun.rmi.server.UnicastServerRef.exportObject(Unknown Source)
at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source)
at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source)
at javax.management.remote.rmi.RMIJRMPServerImpl.export(Unknown Source)
at javax.management.remote.rmi.RMIJRMPServerImpl.export(Unknown Source)
at javax.management.remote.rmi.RMIConnectorServer.start(Unknown Source)
at com.staffware.core.swjmx.library.util.SWJMXUtils.initialiseListenerSystem(SWJMXUtils.java:388)
at com.staffware.core.swjmx.library.util.SWJMXUtils.initialise(SWJMXUtils.java:315)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.staffware.core.swjmx.library.IProcessSwjmx.initialiseJMX(IProcessSwjmx.java:127)
at com.staffware.core.swjmx.library.IProcessSwjmx.init(IProcessSwjmx.java:215)
at com.staffware.core.swprocess.library.SWProcessControl.<init>(SWProcessControl.java:141)
Caused by: java.net.BindException: Address already in use