cancel
Showing results for 
Search instead for 
Did you mean: 

Solman_setup problem

nanda_kumar21
Active Contributor
0 Kudos

Hi,

I am doing the inital configuration in solution manager 7.0 EHP1 from the t-code solman_setup.

I completed the initial configuration already.

Now i started the t-code solman_setup from the user solman_admin.

It asks (everytime) to activate the Web Dynpro services and i give Yes.

Then i select the basic configuration and click "change" and then click continue.

I am at the 3rd step (Installation check), i completed the step Execute all.

Now when i click "continue", it throws the following error.

Error when processing your request

What has happened?

The URL http://xxxxx.com:8046/sap/bc/webdynpro/sap/wd_sise_main_app was not called due to an error.

Note

The following error text was processed in the system SD1 : Access via 'NULL' object reference not possible.

The error occurred on the application server eas01sd1_SD1_46 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system SD1 in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server eas01sd1_SD1_46 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server eas01sd1_SD1_46 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

Error code: ICF-IE-http -c: 010 -u: NKUMAR -l: E -s: SD1 -i: eas01sd1_SD1_46 -w: 0 -d: 20100604 -t: 115012 -v: RABAX_STATE -e: OBJECTS_OBJREF_NOT_ASSIGNED

HTTP 500 - Internal Server Error

Your SAP Internet Communication Framework Team

I checked the service sap/bc/webdynpro/sap/wd_sise_main_app and it is activated.

Please help me solve this problem.

Thanks

Nanda

Accepted Solutions (1)

Accepted Solutions (1)

nanda_kumar21
Active Contributor
0 Kudos

Hi Nibu,

I have checked the parameter and it is configured correctly.

and

Hi Paul,

This is wat i got in ST22

Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED

Exception CX_SY_REF_IS_INITIAL

Date and Time 04.06.2010 07:49:51

Short text

Access via 'NULL' object reference not possible.

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_WDR_CONTEXT_NODE_MAP=======CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not

caught in

procedure "IF_WD_CONTEXT_NODE~IS_ALIVE" "(METHOD)", nor was it propagated by

RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

You attempted to use a 'NULL' object reference (points to 'nothing')

access a component (variable: "ME->MAPPEE").

An object reference must point to an object (an instance of a class)

before it can be used to access components. Either the reference was never set or it was set to 'NULL' using the

CLEAR statement.

And this is wat is got in SM21

Details Page 2 Line 16 System Log: Local Analysis of eas01sd1 1

Time Type Nr Clt User TCode Grp N Text

16:34:24 DIA 001 010 SOLMAN_ADMIN AB 0 Run-time error "OBJECTS_OBJREF_NOT_ASSIGNED" occurred

Run-time error "OBJECTS_OBJREF_NOT_ASSIGNED" occurred

Details

Recording at local and central time........................ 03.06.2010 16:34:24

Task...... Process User...... Terminal Session TCode Program Cl Problem cl Package

14568 Dialog work process No. 001 SOLMAN_ADMIN 10.39.15 1 SAPMHTTP T Transaction Problem SABP

Further details for this message type

Module nam Line Error text

abmethod 4722 ab_jclom

Documentation for system log message AB 0 :

The specified runtime error has occurred in the system.

Parameter

1 .... OBJECTS_OBJREF_NOT_ASSIGNED

Technical details

File Offset RecFm System log type Grp N variable message data

2 164880 l Error (Module, Row) AB 0 ab_jclom abmethod4722

This is wat i found in ST11

ABAP Program CL_WDR_CONTEXT_NODE_MAP=======CP .

Source CL_WDR_CONTEXT_NODE_MAP=======CM01T Line 3.

Error Code OBJECTS_OBJREF_NOT_ASSIGNED.

Module $Id: //bas/701_REL/src/krn/runt/abmethod.c#4 $ SAP.

Function ab_jclom Line 4722.

    • RABAX: level LEV_RX_STDERR completed.

    • RABAX: level LEV_RX_RFC_ERROR entered.

    • RABAX: level LEV_RX_RFC_ERROR completed.

    • RABAX: level LEV_RX_RFC_CLOSE entered.

    • RABAX: level LEV_RX_RFC_CLOSE completed.

    • RABAX: level LEV_RX_IMC_ERROR entered.

    • RABAX: level LEV_RX_IMC_ERROR completed.

    • RABAX: level LEV_RX_DATASET_CLOSE entered.

    • RABAX: level LEV_RX_DATASET_CLOSE completed.

    • RABAX: level LEV_RX_ERROR_SAVE entered.

    • RABAX: level LEV_RX_ERROR_SAVE completed.

    • RABAX: level LEV_RX_ERROR_TPDA entered.

    • RABAX: level LEV_RX_ERROR_TPDA completed.

    • RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.

    • RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.

    • RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.

    • RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.

    • RABAX: level LEV_RX_END entered.

    • RABAX: level LEV_RX_END completed.

This data is not formatted, you can see the formatted data here:

http://pastebin.com/CCNUFKTs

Paul_Babier
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Nanda,

You may want to check SAP Note 1319829 and see if it is applicable to your Release/SP level.

Regards,

Paul

Nibu
Contributor
0 Kudos

did u check the notes 1318988 and 1319829 ?

Regards,

Nibu Antony

nanda_kumar21
Active Contributor
0 Kudos

Hi Paul & Nibu,

Thanks a lot for your help.

I first applied the note 1318988, but i still had the problem.

Then i applied the note 1319829, which solved my problem.

Answers (2)

Answers (2)

Nibu
Contributor
0 Kudos

Hi ,

Did you put the paramenter icm/host_name_full .

Transaction SMICM you can then in the menu use GOTO to look at the parameters and see your hostname.

Parameter is called icm/host_name_full, check it is given correct .

You need to add it to your profile parameter if still its not yet added .

Regards,

NIbu Antony

Paul_Babier
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Nanda,

Is this a new installation or an upgrade to a new Release version/SP Level?

If it is a new installation you need to run SPRO and perform the IMG activity to activate HTTP Services.

The error provided some recommendations:

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system SD1 in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server eas01sd1_SD1_46 in transaction SM21.

Was there a short dump - ST 22?

Checked logs - ST21?

What did these checks reveal?

Regards,

Paul