cancel
Showing results for 
Search instead for 
Did you mean: 

Nw2004s java install failing at phase 3

Former Member
0 Kudos

Started installing JAVA on Red hat 4 with oracle 10g.

At phase 3, install common System file. Java hangs. At the botton of the GUi, I am seeing " creating profile for <SID> ......"

Here is the last few lines fromt the console

INFO 2007-12-05 16:16:37 [syuxccuren.cpp:264]

CSyCurrentProcessEnvironmentImpl::setGroup(PSyGroup)

Real group id set to 201.

INFO 2007-12-05 16:16:37 [syuxccuren.cpp:543]

CSyCurrentProcessEnvironmentImpl::setEffectiveGroup(PSyGroup)

Effective group id set to 55101.

Install hang and no progres after that

. Any help ?

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

System is running .... only java installation is hung.

markus_doehr2
Active Contributor
0 Kudos

For how long does it "hang" now?

Check the installation directory for new logfiles.

--

Markus

Former Member
0 Kudos

Problem is solved.

Solution: LDAP was enabled on our system. I had to set env variable not to look for LDAP.

Thanks!

Former Member
0 Kudos

I'm having the same problem. What environment variable did you change to disablr ldap?

hannes_kuehnemund
Active Contributor
0 Kudos

Richard,

make yourself familiar how /etc/nsswitch.conf works. This file (together with nscd, which you should disable completely) defines if ldap, files or something else is used for user management and authorizations.

Hannes

markus_doehr2
Active Contributor
0 Kudos

Just wait... the status bar is not always updated, it will take a certain amount of time before it will progress.

You can check if the system is doing something by opening another terminal window and try a

top d1c

There you will see activity.

--

Markus