cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ECC6 Java installation error at phase configure CAF

Former Member
0 Kudos

Hello all,

I am trying to finish up an SAP ECC6 install and have run into an error at step "Configure CAF".

In the sapinst.log, I get the following error:

ERROR 2007-08-08 17:10:26

CJS-30059 Java EE Engine configuration error.<br>DIAGNOSIS: Error when configur

ing J2EE Engine. See output of logfile java.log: 'JSE'.

ERROR 2007-08-08 17:10:26

FCO-00011 The step configCAFPropSheet with step key |NW_Onehost|ind|ind|ind|ind

|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Conf

iguration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_CAF|ind|ind|ind|ind|1|0|configCAFProp

Sheet was executed with status ERROR .

INFO 2007-08-08 17:11:53

An error occured and the user decide to stop.\n Current step "|NW_Onehost|ind|in

d|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_T

ypes_Configuration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_CAF|ind|ind|ind|ind|1|0|conf

igCAFPropSheet".

The java.log provides the following:

Returning NULL

ConfigMainExt state500

TYPE=A<BR>STATE=500<BR>INFO_SHORT=Error connecting to http://sap2sd01:50000/ctc/

ConfigServlet?param=com.sap.ctc.util.OfflineConfig;PROPSHEETVALUE;CONFIGURATION=

apps/sap.com/cafruntimeear/appcfg/application.global.properties,KEY=WAS_MACHIN

E_ADDRESS,VALUE=sap2sd01. The provided user data might be incorrect or user migh

t be locked.<BR>CONFIGURATION=

The user was created by the installation, and should never have been used. Please help, as I have two installations stuck on this same step. This install is on AIX 5.3 with DB29

Message was edited by:

John Watson

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

First of all try this, set the password for the J2EE_ADMIN

manaually in the keydb.xml:

1.) Look for the table NWaccounts:

<table name="t_NW_accounts" namespaces="NetWeaver">

2.) from there, search for "J2EEAdmin"

<fld name="role">

<properties>

<property name ="readume" value ="false" />

</properties>

<strval><![CDATA[J2EEAdmin]]>

</strval>

</fld>

<fld name="type">

<strval><![CDATA[USER]]>

</strval>

3.) Chosse the pattern "password" to find the password section for this

ser:

<fld name="password">

<strval><![CDATA[des19(49 )]]>

</strval>

4.) Enter your J2EE_ADMIN password in the <![CDATA[]]> section.

you can enter the password in the unencrypted format. Please bare in

mind to change the password later on as this is a security leak (after

the installation finished completely and successfully).

and try running your installation again.

If this doesn't work. check whether your JVM is correct or not.

Check the recommendations of note 1008311.

Best Regards,

Anamika

Reward pts. if helpful.

Former Member
0 Kudos

Thanks. Patching the JVM did the trick. Unfortunately, it fails at the next step now "configure Adobe Services". The sapinst.log shows the following:

ERROR 2007-08-10 17:49:29

CJS-30059 Java EE Engine configuration error.<br>DIAGNOSIS: Error when configuring J2EE Engine. See output of logfile

java.log: 'java.lang.NullPointerException: java.lang.NullPointerException

at com.sap.ctc.util.UserConfig.addUserToGroup(UserConfig.java:266)

at com.sap.ctc.util.UserConfig.performFunction(UserConfig.java:71)

at com.sap.ctc.util.ConfigServlet.doGet(ConfigServlet.java:74)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)

at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)

at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)

at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(Application

SessionMessageListener.java:33)

at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(AccessController.java:215)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

//'.

ERROR 2007-08-10 17:49:29

FCO-00011 The step configADSUSERToGroup with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Configurat

ion|ind|ind|ind|ind|5|0|NW_Usage_Types_Configuration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_ADS|ind|ind|ind|ind|2|0|configADS

USERToGroup was executed with status ERROR .

INFO 2007-08-10 17:51:44

An error occured and the user decide to stop.\n Current step "|NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Con

figuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Configuration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_ADS|ind|ind|ind|ind|2|0|co

nfigADSUSERToGroup".

Message was edited by:

John Watson

Former Member
0 Kudos

1. Check if you J2ee_admin and sldduser is not locked. Unlock it. check the note 669848.

2. If its not locked, then check the note 1008311.

3.Configgure the j2ee engine with help of this note 718901.

4.Check the version of java which u have installed.

Thanks

Subbu