Nov 14, 2008 8:01 am
5 posts
Fresh Boarder
|
|
|
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. |
Nov 14, 2008 9:20 am
2754 posts
Admin
|
|
|
Karma: 56
|
|
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. |
Nov 14, 2008 9:28 am
5 posts
Fresh Boarder
|
|
|
Karma: 0
|
|
Thanks, can u guide how should i go about, where should i set this?
|
|
|
|
|
|
|
The administrator has disabled public write access. |
Nov 14, 2008 1:15 pm
2754 posts
Admin
|
|
|
Karma: 56
|
|
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. |
Nov 17, 2008 5:30 am
5 posts
Fresh Boarder
|
|
|
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. |
Nov 17, 2008 9:03 am
2754 posts
Admin
|
|
|
Karma: 56
|
|
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. |
Nov 21, 2008 12:44 pm
5 posts
Fresh Boarder
|
|
|
Karma: 0
|
|
Antoine,
You were right , my rmi port was occupied by rchost application, also 1055, port was not free on my machine.
On freeing the both, I am now able to deploy the application on the server successfully.
Thanks again for your help.
Regards, Nanda
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|