| Author |
rmi-server port.
|
Srinivasa Raghavan
Ranch Hand
Joined: Sep 28, 2004
Posts: 1228
|
|
Hi all, In my OAS rmi server port in the rmi.xml file is "23791" but no service is running on the port. How to start this rmiserver, so that the remote clients can look up the ejbs. Please any one help me .
|
Thanks & regards, Srini
MCP, SCJP-1.4, NCFM (Financial Markets), Oracle 9i - SQL ( 1Z0-007 ), ITIL Certified
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
|
When you start the server the RMI server will be running at the port number.
|
Groovy
|
 |
Srinivasa Raghavan
Ranch Hand
Joined: Sep 28, 2004
Posts: 1228
|
|
Originally posted by Pradeep Bhat: When you start the server the RMI server will be running at the port number.
Thanks pradeep for the response Wont it start automatically when the OAS starts .. How to start it manually. Where can i find the user name and password to start it manually.
|
 |
Srinivasa Raghavan
Ranch Hand
Joined: Sep 28, 2004
Posts: 1228
|
|
I'm getting the follwoing exception on giving this command.. C:\>java -jar %ORACLE_HOME%\j2ee\home\admin.jar ormi://10.80.5.134:23791 admin welcome -restart Error: Unable to find java:comp/ServerAdministrator: Lookup error: java.net.ConnectException: Connection refused: connect; nested exception is: java.net.ConnectException: Connection refused: connect com.evermind.client.orion.AdminCommandException: Unable to find java:comp/Server Administrator: Lookup error: java.net.ConnectException: Connection refused: conn ect; nested exception is: java.net.ConnectException: Connection refused: connect at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminCo nsole.java:105) at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java
|
 |
 |
|
|
subject: rmi-server port.
|
|
|