cancel
Showing results for 
Search instead for 
Did you mean: 

Install of JAVA CI failed

rajeev_das
Participant
0 Kudos

Hi,

I'm trying to install JAVA add-on alongside ABAP stack in the same machine (Dual-Stack).

The SCS instance and DB instance installation of JAVA add-on went fine. However, now I'm stuck at step 4 of 18 - 'Create Java users'. It is basically complaining about SAPJSF user. I can create the uiser manually and can skip tyhis step, though not sure if I will miss creation of other users viz. ADSUSER, J"EE_ADMIN etc.

I have attached the log files below.

Any help pointers are much appreciated.

Cheers,

Rajeev

devjrfc.trc_

        • Error file opened at 20080318 161129 Central European Time Rel 6.45.9 (2006-06-21) [700.133]

Error> occured >Tue Mar 18 16:11:29,331<

RfcException:

message: Connect to SAP gateway failed

Connect_PM TYPE=A ASHOST=usstubw08 SYSNR=03 GWHOST=usstubw08 GWSERV=sapgw03 PCS=1

LOCATION CPIC (TCP/IP) on local host with Unicode

ERROR partner '172.25.80.57:sapgw03' not reached

TIME Tue Mar 18 16:11:29 2008

RELEASE 700

COMPONENT NI (network interface)

VERSION 38

RC -10

MODULE nixxi.cpp

LINE 2512

DETAIL NiPConnect

SYSTEM CALL connect

ERRNO 239

ERRNO TEXT Connection refused

COUNTER 2

Return code: RFC_FAILURE(1)

error group: 102

key: RFC_ERROR_COMMUNICATION

        • Error file opened at 20080318 161659 Central European Time Rel 6.45.9 (2006-06-21) [700.133]

Error> occured >Tue Mar 18 16:16:59,420< >RfcGetException rc (7) message: The function module "PRGN_GEN_PROFILES_FOR_ROLES" cannot be used for 'remote' calls.

<RfcGetException

sapinst.log

Mar 18, 2008 4:16:29 PM Info: Connected to backend system IAP client 200 as user DDIC

Mar 18, 2008 4:16:30 PM Info: Called for user SAPJSF

Mar 18, 2008 4:16:30 PM Info: Formal password check successful

Mar 18, 2008 4:16:30 PM Info: Will create user SAPJSF

Mar 18, 2008 4:17:04 PM Warning: Error during creation of user SAPJSF. Will remove user

again to ensure clean exit state

Mar 18, 2008 4:17:10 PM Error: Exception during execution of the operation

[EXCEPTION]

com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: The function module "PRGN_

GEN_PROFILES_FOR_ROLES" cannot be used for 'remote' calls.

at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:455)

at com.sap.mw.jco.MiddlewareJRfc$Client.execute(MiddlewareJRfc.java:1414)

at com.sap.mw.jco.JCO$Client.execute(JCO.java:3917)

at com.sap.mw.jco.JCO$Client.execute(JCO.java:3354)

at com.sap.security.tools.UserCheck.createUser(UserCheck.java:1602)

at com.sap.security.tools.UserCheck.main(UserCheck.java:289)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.j

ava:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

Mar 18, 2008 4:17:10 PM Info: Leaving with return code 4

UserCheck.log

Mar 18, 2008 4:16:28 PM Info: User management tool (com.sap.security.tools.UserCheck) called for action "checkCreate"

Mar 18, 2008 4:16:29 PM Info: Connected to backend system IAP client 200 as user DDIC

Mar 18, 2008 4:16:30 PM Info: Called for user SAPJSF

Mar 18, 2008 4:16:30 PM Info: Formal password check successful

Mar 18, 2008 4:16:30 PM Info: Will create user SAPJSF

Mar 18, 2008 4:17:04 PM Warning: Error during creation of user SAPJSF. Will remove user again to ensure clean exit state

Mar 18, 2008 4:17:10 PM Error: Exception during execution of the operation

[EXCEPTION]

com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: The function module "PRGN_GEN_PROFILES_FOR_ROLES" cannot be used for 'remote' calls.

at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:455)

at com.sap.mw.jco.MiddlewareJRfc$Client.execute(MiddlewareJRfc.java:1414)

at com.sap.mw.jco.JCO$Client.execute(JCO.java:3917)

at com.sap.mw.jco.JCO$Client.execute(JCO.java:3354)

at com.sap.security.tools.UserCheck.createUser(UserCheck.java:1602)

at com.sap.security.tools.UserCheck.main(UserCheck.java:289)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

Mar 18, 2008 4:17:10 PM Info: Leaving with return code 4

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Guys,

please apply SAP NOTE:

1126481 - SAP installation terminates in step createJSF

Regards,

Huub Hellings

www.mydas.nl

ravi_raman2
Active Contributor
0 Kudos

Going by your log..the installer noticed the sapjsf user..and tried to remove it..and failed.

Stop your cua, remove the user, edit the xml and restart your install..You should be ok...

Regards

Ravi Raman

rajeev_das
Participant
0 Kudos

Thanks.

SAPJSF user isn't there in the system, nor we have CUA. This is a copy of production system.

Former Member
0 Kudos

Create SAPJSF select user type as "communicaton data" under Logon Data Tab and assign Role SAP_BC_JSF_COMMUNICATION_RO to it.

And continue your installation.

Cheers

Shaji

rajeev_das
Participant
0 Kudos

Thanks for your note.

I had to create further two users - J2EE_ADMIN & J2EE_GUEST to continue with installation.

Installtion finished successfully.

Former Member
0 Kudos

Hi,

If you create SAPJSF manually what is the password you use ?

It asks for initial password, how do you handle it.

Former Member
0 Kudos

Hi,

1. Make sure you have sap gateway entry /etc/services file

2. If sapjsf exists on ABAP, temporary rename this user and restart the installation.

Let me know if this fixes ur issue.

Thanks!

rajeev_das
Participant
0 Kudos

Hi,

Thanks for your reply.

The SAP Gateway entry is there in /etc/services file.

The SAPJSF user is not there in ABAP stack.

Cheers,

Rajeev

Former Member
0 Kudos

Is your abap connected to CUA ? May be thats why it cant create sapjsf

Thanks

Prince Jose

rajeev_das
Participant
0 Kudos

HI,

Thanks.

Its not connected to CUA. This is a copy of production system and we have upgraded it to NW2004s from 640 as a trial run.

Currently doing the Dual stack installation.

Cheers,

Rajeev