cancel
Showing results for 
Search instead for 
Did you mean: 

service cannot be reached

Former Member
0 Kudos

How can I resolve this error?

Service cannot be reached

What has happened?

URL http://suse.nostrum00:8000/irj call was terminated because the corresponding service is not available.

Note

The termination occurred in system NW4 with error code 404 and for the reason Not found.

The selected virtual host was 0 .

What can I do?

Please select a valid URL.

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

ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:suse_NW4_00-v:0-s:404-r:Notfo

und

HTTP 404 - Not found

Your SAP Internet Communication Framework Team

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi xavi,

Are you trying to access the Enterprise Portal or some BSP application?

<b>irj</b> is a servlet which runs on the J2EE engine for EP,the port for which is like 50000 + (100*j2ee_instance number) number .

The port for ABAP installation is like 8000.

So,using irj like http://<host><domain>/irj will give the above exception as service not found as it doesn't exist in SICF.

HOpe it clears things,

Regards,

Siddhartha

Former Member
0 Kudos

I trying to acces the EP

Former Member
0 Kudos

HI xavi,

If you are trying to access the EP,then you need use the correct port,which is calculated as mentioned above.

Generally,instance number for j2ee engine on which portal is installed is 00,so your portal will be accessed on port 50000.

So your URL would be http://<server.domain>:50000/irj

Also,this is BSP forum,so you should post issues related to EP there.

Hope this helps,

Regards,

Siddhartha Jain

PS:Do award points if you find the answers useful.