| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problems installing Oracle OID (10g)
ohaya wrote:
> Hi,
>
> First of all, my apologies, because I know that this post is going to be
> somewhat vague. The situation is that I'm try to help out a friend,
> who's trying to get Oracle OID installed on Solaris. I spent some time
> with him, and just took some quick notes, so some of the info in this
> post may not be completely precise...
>
> From what I could tell, we got through the installation, to the point
> that it tried to run the OID Configuration Assistant, but then that
> failed. We did some digging around, and in one log file, we found some
> messages saying that a "bind failed", but there was no further
> information about which port the bind was for.
>
> In another log, we found a set of Java exceptions indication "Connection
> refused", and indicating port 389.
>
> The OIDCA error message mentions
> "oracle.ldap.oidinstall.backend.OIDCAException", but isn't really clear
> abould where to look for information about the error.
>
>
> My guess is that some process during the installation is failing because
> it is trying to bind to port 389, but is not able to, for some unknown
> reason. Then, some other part of the installation is failing because it
> then can't connect to port 389 (since that earlier process failed).
>
>
> What's puzzling is that we checked, e.g., using netstat, and we cannot
> see any processes that are using port 389.
>
> So, I've been doing some research on this, and ran across the following:
>
> http://www.idevelopment.info/data/Oracle/DBA_tips/LDAP_OID_9.2.0/LDAP_1.shtml
>
> About 1/3 of the way down that page, under "Install Oracle Internet
> Directory" then under "Install Phase", item #3, it says:
>
Did 10g recently, check http://vanbortel.blogspot.com - the Enterprise Security entries (there's about eight of them).
In the my setup, OiD uses 3160, and this should work: $ORACLE_HOME/bin/ldapbind -h csdb01 -p 3160 -U 1 The -p 3160 is the port argument; use your own (netstat -a|grep LISTEN to find what addresses are listened for), -h is your hostname; change my csdb01 in your own.
-- Regards, Frank van BortelReceived on Thu Jul 07 2005 - 14:50:55 CDT
![]() |
![]() |