cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_RESP_STATUS_CODE_NOT_OK 500 error

Former Member
0 Kudos

hi all,

i am working on xi to LDAP connectivity,

for this iam using java proxy, when iam executing the scenario, i am getting the follwing error in sxmb_moni

can any one help me

SAP:Category>XIServer</SAP:Category>

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

<SAP:P1>500</SAP:P1>

<SAP:P2>Internal Server Error</SAP:P2>

Thanks & Regards,

Madhav Poosarla

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Refer the below link for HTTP errors:

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

chirag

Former Member
0 Kudos

hi chirag,

can u please eloborate how to fix the problem

Thanks & Regards,

Madhav

Former Member
0 Kudos

Hi,

Go to smicm transaction in your xi box and increase the trace level to 3.

Now re-excute the interface again and check the trace file in the same transaction.

You will know the reason why the message failed to post.

note: the log is usually very huge so I would suggest that you go view the trace immediately after you have excuted the message.

Also start from behind while going through the trace file as it saves time......

Award points if found helpful!!

cheers!!

Sidharth

Former Member
0 Kudos

hi siddarth,

iam not able to find out any error in that trace file.

can u please give me other solution to solve this problem,

i have small doubt... is this error cause because of the Business system.

former_member859847
Active Contributor
0 Kudos

Hi Madhav,

please check the log entry in the following location.

/usr/sap/<system id>/DVEBMGS00/j2ee/cluster/server/log/defaulttrace.trc

/usr/sap/<system id>/DVEBMGS00/j2ee/cluster/server/log/application log

/usr/sap/<system id>/DVEBMGS00/j2ee/cluster/server/log/system/server.log.

warm regards

mahesh.

Former Member
0 Kudos

Sidharth,

Where do you want to increase the trace level. we also have same error.

reg

Former Member
0 Kudos

hi,

i have solved the problem,

in XI adapter communication channel i have given wrong version, i have chenged it from 2.0 to 3.0, then error has gone.

thanks for all u r help

madhav

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi madhav

HTTP_RESP_STATUS_CODE_NOT_OK 500 error

error code 500 stands for Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Check whether you have given the right credentialsand also check the conditions which you have given whether any condition is false... If you are very sure that you have given right credentials then your problem will be solved by restarting J2EE engine

steps to restart J2EE engine

1) run transaction SMICM

2) then in the tab administration => J2EE instance(local) =>send soft shutdown with restart

by this java engine will restart and will be up in 5-10 minutes and your problem will be solved

for more details on error code follow the link

http://www.web-cache.com/Writings/http-status-codes.html

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

http://www.helpwithpcs.com/courses/html/html_http_status_codes.htm

Thanks

sandeep sharma

PS ; if helpful kindly reward points

Former Member
0 Kudos

Hi Madhav,

usually more information is available for this error in the trace port of the message in XI.

You might check it there in the SXMB_MONI or RWB message monitor.

Common issues:

> Incorrect connection parameters to target system (wrong port, wrong user/pwd)

> Target system is not reachable

Best regards,

Silvia

abhijitbolakhe
Advisor
Advisor
0 Kudos

try this once...

refresh your XI server..it might work sometimes...

Abhijit