This content has been marked as final.
Show 13 replies
-
1. Re: Error Starting ORMI-Server
120555 Feb 12, 2004 4:40 PM (in response to 209654)I have exactly the same problem. Are you able to find a solution?. I am using Oracle10gAS(9.0.4) on Redhat ES 3.0.
-
2. Re: Error Starting ORMI-Server
skoser-Oracle Feb 19, 2004 3:47 PM (in response to 209654)Hi, I assume you are using host="127.0.0.1". Try using your real IP. This worked for me. -
3. Re: Error Starting ORMI-Server
209654 Mar 8, 2004 4:52 AM (in response to 209654)Hi,
Please explain, where to use IP of machine.
If on client side, i m using IP of server machine.
Tahir. -
4. Re: Error Starting ORMI-Server
103812 Mar 8, 2004 7:33 AM (in response to 209654)Hi
Still the same problem even if I specify the host as the machine IP, adding the port no in "port = '3701'"
Question - When installing the Linux Server - What do you specify when doing the firewal security - there are 3 options. I chose medium security - can that not be part of the problem?
Tks
Andre -
5. Re: Error Starting ORMI-Server
423959 Jun 24, 2004 8:46 AM (in response to 103812)Hi,
we have the same problem.
What ist the solution?
Is there any workaround for the problem (patch, ..)?
Tks
Jörg -
6. Re: Error Starting ORMI-Server
316230 Oct 18, 2004 10:18 AM (in response to 423959)I too got the Same Problem?. Could any one found the solution for this problem.
Plz. Help us in solving the problem. -
7. Re: Error Starting ORMI-Server
431357 Oct 18, 2004 11:59 AM (in response to 423959)Modify the config/rmi.xml file to have the host attribute in the tag as follows:
<rmi-server port="23791" host="server-ip-address">
....
</rmi-server>
After that, place the log4j-your-jdev-version.jar in appserverhome/j2ee/home/lib folder.
Restart the server. The bind problem would disappear.
Hope this solves your problem :-)
Ramesh -
8. Re: Error Starting ORMI-Server
316230 Oct 19, 2004 9:59 AM (in response to 431357)hi ramesh,
this is sateesh. I only posted the above request before i found the solution. but with different trials i got that at last.
--sateesh(TCS) -
9. Re: Error Starting ORMI-Server
478628 Dec 23, 2005 12:59 PM (in response to 316230)hi ramesh,
Hi Sateesh,
this is sateesh. I only posted the above request
before i found the solution. but with different
trials i got that at last.
--sateesh(TCS)
i'm using the Oracle 10g AS (9.0.4) on RedHat Linux 3.0 Advanced Server.
I've formatted my machine, installed redhat and then 10g AS. There are no other softwares installed on my machine.
After installation, I've created an Instace of OC4J server using IAS console, started the instance and got a message saying my instance has been started. But when i look at the log file in %ORACLE_HOME%/opmn/logs i got a message saying "Error starting ORMI-Server. Unable to bind socket: Address already in use".
I've searched this forum for this and did all the kinds of modifications suggested by others and found no success. U said that u've tried other way and found the solution. Could you please help me out with the solution. I've tried stopping the default server instance being created at the time of 10 gAS installation. When i looked at the ports in use for the application server, its listing different ports for JMS, RMI and AJP but the same port for Oracle HTTP Server as 7778.
P.S.: this is not only for sateesh, but for any one who could help me out with the solution.
Please help me ASAP as its urgent for me and I've spent last 5 days for this.
Any kind of help regarding this would be highly appreciated.
Thanks,
Balakrishna -
10. Re: Error Starting ORMI-Server
478628 Dec 26, 2005 5:43 AM (in response to 431357)Hi Ramesh,
you've mentioned to place log4j-your-jdev-version.jar in appserverhome/j2ee/home/lib folder.. where to find the jar file that you are talking about and what is the relation between log4j jar and server start up?
Please help me ASAP -
11. Re: Error Starting ORMI-Server
479202 Mar 6, 2006 10:43 PM (in response to 478628)I solved the problem by changing /etc/hosts. Don't let the server to resolve servername to the IP 127.0.0.1
Such as
127.0.0.1 localhost.localdomain localhost
10.4.2.206 laappt6.maximus.local laappt6 -
12. Re: Error Starting ORMI-Server
478628 Apr 7, 2006 5:36 AM (in response to 479202)Hi,
how did you change your /etc/hosts file? i have an entry in this file as follows:
127.0.0.1 ROBBROS-QA localhost.localdomain localhost
here ROBBROS-QA is my hostname. What changed do i need to do to solve the problem with starting ORMI Server. Please help me ASAP
Thank you,
Balakrishna -
13. Re: Error Starting ORMI-Server
753316 Feb 12, 2010 4:45 AM (in response to 431357)Hey Ramesh,
i was struck with the same problem and ur solution helped me.. thanks a lot :)