cancel
Showing results for 
Search instead for 
Did you mean: 

405 Error...

Former Member
0 Kudos

Hi friends,

i saw the 405 error message while i run my ABAPPROXY scenario in SXMB_MONI.

the following errors are given below.

<b><?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>

<SAP:P1>405</SAP:P1>

<SAP:P2>ICM_HTTP_INTERNAL_ERROR</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText><html><head><title>SAP Web Application Server Error</title> <style type="text/css"> body { font-family: arial, sans-serif;} </style> </head> <BODY text="#172972" link="#808080" vlink="#808080" alink="#8e236b" bgcolor=white leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table height="61" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="http://sapxi30:8000/sap/public/icman/img/bluebar_tile.gif" height="30"><table> <tr> <td width=5></td> <td width=20% nowrap><font face=arial size="-1" color=white>SAP Web Application Server </font></td><td width=75% align="right" nowrap><font face=arial size="-1" color="white"><a href="http://help.sap.com/">Help </font></td><td width=5% nowrap></font></td> </tr></table> </td><td rowspan=2 width=122 height=61 valign=top><img src= "http://sapxi30:8000/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://sapxi30:8000/sap/public/icman/img/graybar_tile.jpg" height="31"> &nbsp;</td></tr> </table> <br><br> <table width=800> <tr><td width=50 nowrap> </td><td> <H2><b>500 Internal Server Error</b></H2><br><hr><br>Internal Server Error(-1)<br><br><hr> <table border="0"> <tr><td>Error:</td><td>-1</td></tr> <tr><td>Version:</td><td>6040</td></tr> <tr><td>Component:</td><td>HTTP_PLG</td></tr> <tr><td>Date/Time:</td><td>Thu Sep 08 10:54:26 2005 </td></tr> <tr><td>Module:</td><td>http_plg.c</td></tr> <tr><td>Line:</td><td>3387</td></tr> <tr><td>Server:</td><td>sapxi30_XI3_00</td></tr> <tr><td>Detail:</td><td>No handler defined for this URL</td></tr> </table> <p></p> </td></tr></table> <table><tr><td width=50 nowrap></td> <td nowrap><FONT SIZE=-1><a href="http://www.sap.com/">&copy; 2001-2003, SAP AG</a></FONT></td></tr></table></SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error when receiving by HTTP (error code: 405, error text: ICM_HTTP_INTERNAL_ERROR)</SAP:Stack>

<SAP:Retry>A</SAP:Retry>

</SAP:Error></b>

why i got this error and what i need to do.

thanks in advance,

Saravanan.

<b></b>

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

First could you check, if the URL is correct?

The URL should be:

http://<host>:<port>/sap/xi/engine?type=entry for Web AS 6.40

http://<host>:<port>/sap/xi/engine?type=receiver for Web AS 6.20

Second check with SICF, if the service corresponding to the URL is active.

Regards

Stefan