cancel
Showing results for 
Search instead for 
Did you mean: 

Netweaver host problems

Former Member
0 Kudos

Hello,

I've installed SAP NetWeaver 04s Full ABAP Edition-Trial (with Web Dynpro for ABAP!) on one of my PCs called 'sapserver'.

Then i have crated a simple Webdynpro application from the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cb243c45-0801-0010-eb9c-88669007f130">following tutorial</a> ...

I've named my app 'zz_00_pecata' and when i atempt to start the application it is called from the URL http://localhost:8000/sap/bc/webdynpro/sap/zz_00_pecata

and starts fine.

But when i atempt to call my app over the network by replacing the 'localhost' by 'sapserver' or by the ip of the 'sapserver' machine it does not start and dispays me an error message.

I have tested with other apps and the same problem appears again. The apps run on localhost but doest run when i call them from PCs over the network.

I have no firewall or other software on my netweaver machnine that can block connections etc.

Please can somebody help me to resolve that problem.

ERROR MESSAGE:

The following error text was processed in the system NSP : An exception occurred that was not caught.

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

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: CHECK of program CX_FQDN=======================CP

Method: LATE_CONSTRUCTOR of program CL_WDR_UCF====================CP

Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP

Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Have you placed an entry in the Hosts file?

Have you added the url (http://localhost:8000/sap/bc/webdynpro/sap/zz_00_pecata ) in SICF?

It is also worth checking the Profile settings for the hostname in RZ10 (icm/host_name_full).

There are a few OSS Notes on RABAX_STATE within http://service.sap.com/notes

One of these maybe relevant!

Former Member
0 Kudos

Hello Barry,

I have opened SICF, then i selected default_host and clicked the "Information on host and Port" button (CTRLSHIFTF12) and the hostname value was "localhost" do i have to change this value somehow?

Also i've opened RZ11 (icm/host_name_full) and ProfileVal and CurrentValue also is "localhost"...

How can i change "localhost" to the network name of my PC?

Thank you,

Regards Peter

Former Member
0 Kudos

In RZ10, open default profile and click change.

Scroll down to the item and double click to change the localhost

You then have to restart the ABAP stack for settings to take effect.

If you add an item in your etc/hosts file localhost domain, that should redirect to the domain name.

The SICF is for the ABAP (Port 8000) pages that you wish to publish and has the url extension (not host) - bc/bsp/sap/public etc.... This may not be necessary if the first two steps work!

JPReyes
Active Contributor
0 Kudos

Hi Peter,

Read the following info,

http://help.sap.com/saphelp_nw04/helpdata/en/55/33a83e370cc414e10000000a114084/frameset.htm

Regards

Juan

Please reward with points if helpful

Former Member
0 Kudos

Hello Barry

When i open RZ10 there is no Default profile

when i atemp to see the Possible entries(F4) it dispays me an message that says "No profille found"

JPReyes
Active Contributor
0 Kudos

Hi Peter....

If there's no Default profile, click on Utilities -> Import profiles -> Of active servers

If after that you don't have a default profile go to <drive>:\usr\sap\<sid>\sys\profile and check that the default.pfl exist.

Regards

Juan

Please reward with points if helpful

Former Member
0 Kudos

Hello i've changed the profile parameters but i am still getting error when i atempt to start application from other PC than 'localhost'

I have also changed the values in the hosts file but still nothing

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi, Piter,

Have you solved it until now? I meet the same problem with you. May I share your experience? Thanks a lot.

Regards,

tao

Former Member
0 Kudos

Hi Tao,

I was installed netweaver by selecting LOCAL INSTALLATION

I've reinstall it by selecting the other option i think it was called "Domain installation"

This problem was fixed but other problems appear