cancel
Showing results for 
Search instead for 
Did you mean: 

ECC 6.0 dialog installation error

Former Member
0 Kudos

Hi

I am getting following error while trying to install ECC 6.0 dialog instance on UNIX with oracle database.

FJS-00003 TypeError: nw.getJavaHome() has no properties (in script NW_DI|ind|ind|ind|ind, line 50430: ???)

ERROR [sixxcstepexecute.cpp:951]

FCO-00011 The step setUserEnvironment with step key |NW_DI|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|5|0|setUserEnvironment was executed with status ERROR ( Last error reported by the step :TypeError: nw.getJavaHome() has no properties (in script NW_DI|ind|ind|ind|ind, line 50430: ???)).

please provide your inputs on solving this error.

Thanks

Vinod

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vinod,

Please check the env var JAVA_HOME for the appropriate jdk version.

Regards

Dhiraj

Former Member
0 Kudos

Hi Dhiraj

the java version used is:

java version "1.4.2.17"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2.17-071106-02:40)

Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.17-071106-04:26-PA_RISC2.0 PA2.0 (aCC_AP), mixed mode)

Former Member
0 Kudos

Hi,

Please check if JAVA_HOME is set in your environment variable. If not, please set it, and restart sapinst again from scratch (not the retry option).

Cheers!

Former Member
0 Kudos

Hi Warren

I have checked the JAVA_HOME variable and it is already set correctly in the environment.

Please suggest.

Thanks

Vinod

Former Member
0 Kudos

hi,

Try the java 1.4.2_18 ot java 1.4.2_15

kumar

Former Member
0 Kudos

Thanks all

The problem is solved after changing JAVA_HOME path from /opt/java1.4/bin to /opt/java1.4

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vinod,

I also received the exact same error when trying to install a dialog instance.

*ERROR 2008-11-27 06:15:03.340*

*FJS-00003 TypeError: nw.getJavaHome() has no properties (in script NW_Users_Create|ind|ind|ind|ind, line 64797: ???)*

*ERROR 2008-11-27 06:15:05.421*

*FCO-00011 The step setUserEnvironment with step key |NW_Users_Create|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|3|0|setUserEnvironment was executed with status ERROR ( Last error reported by the step :TypeError: nw.getJavaHome() has no properties (in script NW_Users_Create|ind|ind|ind|ind, line 64797: ???)).*

  1. whoami

root

  1. env

_=/usr/bin/env

LANG=en_US

LOGIN=root

PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin

LC__FASTMSG=true

LOGNAME=root

MAIL=/usr/spool/mail/root

LOCPATH=/usr/lib/nls/loc

USER=root

AUTHSTATE=compat

SAPINST_JRE_HOME=/usr/java14

SHELL=/usr/bin/ksh

ODMDIR=/etc/objrepos

JAVA_HOME=/usr/java14

DISPLAY=143.221.110.177:0.0

HOME=/

TERM=xterm

MAILMSG=[YOU HAVE NEW MAIL]

PWD=/tmp/sapinst_instdir/ERP/LM/USR

TZ=CST6CDT

A__z=! LOGNAME

NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat

  1. java -version

java version "1.4.2"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)

Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20060421 (SR5) (JIT enabled: jitc))

Can you please tell me what could possibly be wrong?? Thanks.

Regards,

Brian

Former Member
0 Kudos

Hi Brian

This error could be due some java executables not accessible by sapinst.

In our case on HP-UX, this problem was resolved after changing JAVA_HOME path from /opt/java1.4/bin to /opt/java1.4

I think the following paths are correct as your side

SAPINST_JRE_HOME=/usr/java14

JAVA_HOME=/usr/java14

But your PATH doesn't have "/usr/java14" So, first try after adding /usr/java14 to PATH variable.

If this doesn't work, then try after reinstalling JDK with latest patch level in separate directory.

Thanks

Vinod

Former Member
0 Kudos

HI,

Check in /oracle/sid directory previous installation files are still exists with wrong owner and group.

Remove all files starting with dot. and continue the installtion.

-rwxr----- 1 237 radiusd 227 Nov 06 15:01 .login.1

-rw-r----- 1 237 radiusd 4785 Nov 06 15:02 .dbenv_fjeppprd1.sh

-rw-r----- 1 237 radiusd 4785 Nov 06 15:02 .dbenv.sh

-rw-r----- 1 237 radiusd 4818 Nov 06 15:02 .dbenv_fjeppprd1.csh

-rw-r----- 1 237 radiusd 1660 Nov 06 15:02 .profile

-rw-r----- 1 237 radiusd 4818 Nov 06 15:02 .dbenv.csh

-rw-r----- 1 237 radiusd 1801 Nov 06 15:02 .cshrc

-rwxr----- 1 237 radiusd 2028 Nov 06 15:02 .login

-rw------- 1 237 radiusd 54 Nov 06 15:44 .sh_history

Regards,

Sunil Gawde

Former Member
0 Kudos

Hi Brian,

We experienced exactly the same issue for an dialog instance

It seems you have the same platform (AIX 5.3 64bits)

(with the same parameter JAVA_HOME etc.. for a Central instance sapinst worked fine!!!)

Did you solve the problem

(JAVA_HOME is set to /usr/java14)

Best regards,

Thanks in Advance

Thomas

Former Member
0 Kudos

Hi Thomas,

We encountered the same error as yours a few days ago.

We managed to have it resolved using the suggestions in this thread, namely

export PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14_64:/usr/java14_64/jre/bin:/usr/java14_64/bin

export SAPINST_JRE_HOME=/usr/java14_64

export JAVA_HOME=/usr/java14_64

where java14_64 is the 64 bit version of Java.

In addition, we have Java14_64 re-installed.

Hope it helps !

Edmund

Former Member
0 Kudos

Hi Guys,

Presently I also encountered the same issue, I did all alternative solutions provided here, but badluck still I got stuck in this problem, please provide me what to do from scrach. I have AIX 6.1 with Java14_64 ( I installed it seperately as system was having java5 along with installation)

Presently I also got stuck in DI installation, in my case ASCS, DB and CI installation happened smooth.

Please suggest any other workaround or what to do from scratch.

Regards,

Ramesh