Two Laptop Bag
The moose likes Oracle/OAS and the fly likes rmi-server port. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "rmi-server port." Watch "rmi-server port." New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: rmi-server port.
 
Similar Threads
small question
RMI connection problem
do i have to supply a port number when start server?
how to load class dynamically from another location In RMI
Tomcat application connection problem with RMI