cancel
Showing results for 
Search instead for 
Did you mean: 

FJS-00003 TypeError: java has no properties

Former Member
0 Kudos


Hi experts,

   The system issued error when I isntall additional dialog instance on AIX system. The error shows below:

ERROR 2014-12-16 20:07:12.695
FJS-00003  TypeError: java has no properties (in script NW_DI|ind|ind|ind|ind, line 10805: ???)

ERROR 2014-12-16 20:07:13.092
MUT-03025  Caught ESAPinstException in module call: executing JS script failed.

ERROR 2014-12-16 20:07:14.820
FCO-00011  The step askMasterPwd with step key |NW_DI|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|getSid|0|NW_GetUserParameter|ind|ind|ind|ind|users|0|N
W_GetMasterPassword|ind|ind|ind|ind|masterpwd|0|askMasterPwd was executed with status ERROR ( Last error reported by the step: TypeError: java has no properties (in s
cript NW_DI|ind|ind|ind|ind, line 10805: ???)).

INFO 2014-12-16 20:07:15.134
Creating file /tmp/sapinst_instdir/BS2005/ERP60SR3/AS-ABAP/ORA/HA/DI/__instana_tmp.xml.

INFO 2014-12-16 20:07:18.547
Creating file /tmp/sapinst_instdir/BS2005/ERP60SR3/AS-ABAP/ORA/HA/DI/instslana.xml.

INFO 2014-12-16 20:26:50.130
An error occurred and the user decided to retry the current step: "|NW_DI|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|getSid|0|NW_GetUserParameter|
ind|ind|ind|ind|users|0|NW_GetMasterPassword|ind|ind|ind|ind|masterpwd|0|askMasterPwd".

INFO 2014-12-16 20:26:50.209
Working directory changed to /tmp/sapinst_instdir/BS2005/ERP60SR3/AS-ABAP/ORA/HA/DI.

Can any experts help me ? Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Is your JAVA_HOME set?

Is your master password correct?

Regards,

Graham

Former Member
0 Kudos

Hi Graham,

   I run the command "env" with root user, then the system issues the infomations below:

tsm_standby:/usr/sap/trans/tmp/AIXinst/swpm> 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:/usr/lpp/mmfs/bin

EXTENDED_HISTORY=ON

LC__FASTMSG=true

HISTFILE=/var/adm/hist/root/.hist.tsm_standby.haieroot:root

LOGNAME=root

MAIL=/usr/spool/mail/root

LOCPATH=/usr/lib/nls/loc

PS1=tsm_standby:$PWD>

USER=root

AUTHSTATE=files

ISC_HOME=/opt/IBM/ISC601

WAS_HOME=/opt/IBM/ISC601/AppServer

SHELL=/usr/bin/ksh

ODMDIR=/etc/objrepos

HISTSIZE=10000

HOME=/

HISTDATEFMT=%d-%m-%y.%H:%M:%S

TERM=vt100

MAILMSG=[YOU HAVE NEW MAIL]

PWD=/usr/sap/trans/tmp/AIXinst/swpm

TZ=BEIST-8

A__z=! LOGNAME

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

Former Member
0 Kudos

hi,

It seems JAVA_HOME is not set, please check and set the JAVA_HOME env variable.

It may help you to resolve the issue.

Also are you getting error while running ./SAPINST (SWPM) tool or SWPM tool is already started and you are in middle of installation.

Regards,

Jaskirat Singh 

Former Member
0 Kudos

Hi Jaskirat,

     Yes , you are right. I set the JAVA_HOME environment variable with the command below. And I can contimue to install the DI now.

tsm_standby:/> export JAVA_HOME=/usr/java14_64

tsm_standby:/> echo $JAVA_HOME

/usr/java14_64


Answers (0)