cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating SAPJSF user- NW 2004s installation

Former Member
0 Kudos

Hi All,

I am installing SAP NetWeaver 2004s ( ABAP + Java) on Linux 64 machine.

Operating system is CentOS 5.

JDK - 1.6.0_15 ( JDK 1.4.2 is not availble for linux 64 bit on sun site)

after starting installation i am getting following error at create java users 
[EXCEPTION] 
com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Invalid request. 
        at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:454) 
        at com.sap.mw.jco.MiddlewareJRfc$Client.execute(MiddlewareJRfc.java:1347) 
        at com.sap.mw.jco.JCO$Client.execute(JCO.java:3896) 
        at com.sap.mw.jco.JCO$Client.execute(JCO.java:3332) 
        at com.sap.security.tools.UserCheck.createUser(UserCheck.java:1876) 
        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:597) 
        at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81) 

ERROR      2009-09-24 13:35:25 
           CJSlibModule::writeError_impl() 
CJS-30196  Invalid request. 

ERROR      2009-09-24 13:35:25 
FCO-00011  The step createJSF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|2|0|createJSF was executed with status ERROR .

Please let me know if i am doing something wrong or missed out some configuration.

Thanks in advance,

Arati.

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

> I am installing SAP NetWeaver 2004s ( ABAP + Java) on Linux 64 machine.

> Operating system is CentOS 5.

> JDK - 1.6.0_15 ( JDK 1.4.2 is not availble for linux 64 bit on sun site)

Yes - because for Linux x86_64 you need to use the IBM JDK 1.4.2, see

Note 1172419 - Linux: Supported Java versions on the x86_64 platform.

Java versions higher than that won't work. This is described in the official installation guide.

Markus

Former Member
0 Kudos

Hi Markus,

Thanks for your reply.

While looking into trace file i found there is error in creating SAPJSF user in ABAP instance

When i tried to log on to ABAP instance following short dump is came and it is coming for each transaction

An invalid request was made to the database interface 
  when accessing table "DOKTL ". 
  Last error logged in SAP kernel 

  Component............ "NI (network interface)" 
  Place................ "SAP-Server c2app1_C2S_01 on host c2app1 (wp 0)" 
  Version.............. 38 
  Error code........... "-16" 
  Error text........... "verify own hostname 'c2app1' failed" 
  Description.......... "NiIMyAddrVerify" 
  System call.......... " " 
  Module............... "nixxi.cpp"; 
  Line................. 7482 

  The error reported by the operating system is: 
  Error number..... " " 
  Error text....... " "

It is saying that hostname could not be verified. Is there any way to overcome of this dump

Please guide on the same.

Thanks,

Arati

markus_doehr2
Active Contributor
0 Kudos

Did you change the JDK? IF not, then it won't work - neverless what you will try.

Since your installation is already finished the JAVA_HOME is in various places (visual admin, environment, properties)...

Markus