|
|
|
not able to see process on local host 1 Month, 3 Weeks ago
|
Karma: 0
|
|
Hi,
After deploying, I am not able to see (MyFirstBPM_Project) on th elocal host. Pls guide.
java.net.ConnectException: Connection refused: connect at org.apache.ode.ra.OdeManagedConnectionFactory.createManagedConnection (OdeManagedConnectionFactory.java:100) at org.apache.ode.ra.OdeConnectionManager.allocateConnection(OdeConnecti onManager.java:34) at org.apache.ode.ra.OdeConnectionFactoryImpl.getConnection(OdeConnectio nFactoryImpl.java:46) at com.intalio.bpms.console.connectivity.Connector.createConnection(Conn ector.java:36) at com.intalio.bpms.console.connectivity.BpelManagementFactory.createCon nection(BpelManagementFactory.java:40) ... 42 more Caused by: java.rmi.ConnectException: Connection refused to host: localhost; nes ted exception is: java.net.ConnectException: Connection refused: connect at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:574) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185 ) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171) at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306) at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source) at java.rmi.Naming.lookup(Naming.java:84) at org.apache.ode.ra.transports.rmi.RMITransport.createPipe(RMITransport .java:39) at org.apache.ode.ra.OdeManagedConnectionFactory.createManagedConnection (OdeManagedConnectionFactory.java:98)
Regards, Nanda
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:not able to see process on local host 1 Month, 3 Weeks ago
|
Karma: 28
|
|
Nanda, the RMI port is not free on your machine apparently. Typically the RMI port is 1099.
Thanks,
Antoine
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:not able to see process on local host 1 Month, 3 Weeks ago
|
Karma: 0
|
|
Thanks, can u guide how should i go about, where should i set this?
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:not able to see process on local host 1 Month, 3 Weeks ago
|
Karma: 28
|
|
Well, don't you have anything on your computer running that would occupy that port ?
For example a J2EE server ?
Thanks,
Antoine
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:not able to see process on local host 1 Month, 3 Weeks ago
|
Karma: 0
|
|
No Antonie, no other process is running along with this.
Thats what bothering me ...I do not have any J2EE or any other server running.
Regards, Nanda
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:not able to see process on local host 1 Month, 3 Weeks ago
|
Karma: 28
|
|
Do you have any antivirus on ? What gives telnet localhost:1099 ? What is the result of: sudo netstat -anp | grep 1099
Thanks,
Antoine
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|