cancel
Showing results for 
Search instead for 
Did you mean: 

http://<server>:80<nn>/index.html Error Code 404

Former Member
0 Kudos

Hi Experts,

I need your advice on the below issue.

Its a SAP EHP1 Netweaver 7.0 ABAP+Java stack. ABAP and Java are up and running fine.

Java URL http://<server>:5<nn>00 URL is running absolutely fine.

But, URL with ICM HTTP port is not working and throwing 404 "Not Found" error.

http://<server>:80nn/index.html

ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:<sapsidci>_<SID>_29-v:0-s:404-r:Notfound

dev_icm & dev_server0 and dev_dispatcher did not provide any clue.

Below is the status from SMICM->Goto->HTTP Server->Display data, which shows the error.

Application Server State

HTTP Application Server Handler

ABAP Server operational          = TRUE

AS Java Server state             = active

ICM attached to AS Java (SF)     = FALSE (0 active nodes)

Default root access handler      = ABAP

URL Prefix Table loaded          = TRUE

Current status:

1. ABAP is Up and running.

2. AS Java server node is running fine- verified from JCMON.

3. AS Java HTTP URL with HTTP 5NN00 is running fine.

4. Below is defined in SMICM->Services.

 

HTTP               80NN                 <server>         60         60

5. Below parameter is defined:

icm/server_port_0     = PROT=HTTP,PORT=80NN

6. ABAP and Java restart did not fix the issue.

Please suggest how can I fix this issue and make the SMICM port URL make work.

Regards,

Sujit.

Accepted Solutions (1)

Accepted Solutions (1)

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Sujit,

This is a know issue.

Please set system/type=DS in default profile, and take a restart.

Regards,

Divyanshu

Former Member
0 Kudos

Thanks Divyanshu. Its appropriate answer.

I am not sure how I missed it !! Thanks any way.

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

and to be fair the correct answer comes form the SAP note mentioned by Gabriella and also she provided you the solution first. Divyanshu just echoed it.

Just pointing out my observation.

Regards

RB

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Reagan,

I knew this and posted after going through the thread.

Didn't echoed after reading her reply.

That's all I can assure you.

Regards,

Divyanshu

Former Member
0 Kudos

Hi Reagan,

Thanks, point is noted.

Regards,

Sujit.

Answers (1)

Answers (1)

gabriella_kiss
Participant
0 Kudos

Hi,

please check:

1845068 - ICM does not connect to the JAVA stack in dual-stack systems

Gabriella Kiss