cancel
Showing results for 
Search instead for 
Did you mean: 

Error code 403 in Java Server Proxy

Former Member
0 Kudos

Hi All,

I developed Java Server Proxy.

1. I get the Generated files from IR.

2. Implement those files in J2EE Application.

3. Configure all .xml configuration files.

4. Deploy the .ear file.

5. Register the Bean in JPR registry.

finally i put the file in source side then the file picked successfully.

I checked in Message Monitor i got success message but I Checked in SXMB_MONI then i got the following error .

ERROR:

<?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">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>

<SAP:P1>403</SAP:P1>

<SAP:P2>Forbidden</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Error Report</title> <style> td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;} A:link A:visited A:active </style> </head> <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75"> <tr bgcolor="#FFFFFF"> <td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="4" color="#666666"><b>&nbsp;&nbsp;403 &nbsp Forbidden</b></font></td> </tr> <tr bgcolor="#3F73A3"> <td height="23" width="84"><img width=1 height=1 border=0 alt=""></td> <td height="23"><img width=1 height=1 border=0 alt=""></td> <td align="right" height="23"><font face="Arial, Verdana, Helvetica" size="2" color="#FFFFFF"><b>SAP J2EE Engine/7.00&nbsp;</b></font></td> </tr> <tr bgcolor="#9DCDFD"> <td height="4" colspan="3"><img width=1 height=1 border=0 alt=""></td> </tr> </table> <br><br><br><br><br><br> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75"> <tr bgcolor="#FFFFFF"> <td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><b>&nbsp;&nbsp;You are not authorized to view the requested resource.</b></font></td> </tr> <tr bgcolor="#FFFFFF"> <td align="left" valign="top" height="48"><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><b>&nbsp;&nbsp;Details:</b></font></td> <td align="left" valign="top" height="48"><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><pre>&nbsp;&nbsp;No details available</pre></font></td> </tr> </body> </html></SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP response contains status code 403 with the description Forbidden Error while sending by HTTP (error code: 403, error text: Forbidden)</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Please give me the sloution.

Thanks,

Bharathiraja R

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

It seems there is a problem with your HTTP RFC destination.

Check the destination once..

Regards,

Kumar.

**Reward Points if helpful!!!

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Look into this blog where you have solutions for all Errors.

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Error: HTTP 403 Forbidden

Description: The server understood the request, but is refusing to fulfill it

Possible Tips:

Path sap/xi/engine not active

• HTTP 403 during cache refresh of the adapter framework - Refer SAP Note -751856

• Because of Inactive Services in ICF –Go to SICF transaction and activate the services. Refer SAP Note -517484

• Error in RWB/Message Monitoring- because of J2EE roles – Refer SAP Note -796726

• Error in SOAP Adapter - "403 Forbidden" from the adapter's servlet. –Because of the URL is incorrect or the adapter is not correctly deployed.

Reward points if usefull..........