cancel
Showing results for 
Search instead for 
Did you mean: 

CLIENT_SEND_FAILED error code: 500, error text: Internal Server Error

Former Member
0 Kudos

Hi,

Developed Proxy <-->PI<-->JDBC SELECT scenario and getting the following error.


- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
  <SAP:Category>XIServer</SAP:Category> 
  <SAP:Code area="INTERNAL">CLIENT_SEND_FAILED</SAP:Code> 
  <SAP:P1>500</SAP:P1> 
  <SAP:P2>Internal Server Error</SAP:P2> 
  <SAP:P3>(See attachment HTMLError for details)</SAP:P3> 
  <SAP:P4 /> 
  <SAP:AdditionalText /> 
  <SAP:Stack>Error while sending by HTTP (error code: 500, error text: Internal Server Error) (See attachment HTMLError for details)</SAP:Stack> 
  <SAP:Retry>N</SAP:Retry> 
  </SAP:Error>

When I cross checked the JDBC Receiver communication channel in Runtime Work Bench

request and response were successfull. RWB shows the following message.


2009-06-12 09:34:50 Information The message was successfully received by the messaging system.
2009-06-12 09:34:50 Information Message successfully put into the queue. 
2009-06-12 09:34:50 Information The message was successfully retrieved from the request queue. 
2009-06-12 09:34:50 Information The message status was set to DLNG. 
2009-06-12 09:34:50 Information Delivering to channel: DB2ReceiverTableSPT 
2009-06-12 09:34:50 Information JDBC Adapter Receiver processing started, required QoS BestEffort 
2009-06-12 09:34:50 Information JDBC Adapter Receiver Channel DB2ReceiverTableSPT:
2009-06-12 09:36:35 Information Database request processed successfully. 
2009-06-12 09:36:35 Information The message was successfully delivered to the application using connection JDBC_http://sap.com/xi/XI/System. 
2009-06-12 09:36:35 Information The message status was set to DLVD. 

I had gone thru all the previous threads related to 'CLIENT_SEND_FAILED' but

those did not solve my problem.

Can some one help me to solve this issue.

Thanks,

Vijay.

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos
Developed Proxy <---->PI<---->JDBC SELECT scenario and getting the following error

Is your scenario synchronous?.... If yes, did you append "_response" to the response structure of the JDBC:

/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

Regards,

Abhishek.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

I have extracly the same scenario and encounter the same problem as well. i didnt see a solution in this post. but i see the question is marked as "answered". could you tell me how you solve it?

Best regards,

charlie

Former Member
0 Kudos

Hi Abhishek,

Yes this is Syncronous communication. I made necessary changes as per the blog. Appended '_response' for JDBC response structure. Still I am facing same problem.

Thanks,

Vijay.

former_member200962
Active Contributor
0 Kudos
I made necessary changes as per the blog. Appended '_response' for JDBC response structure. 
Still I am facing same problem.

Strange....delibarately gave the link so that you can cross-check the JDBC config on receiver side...I assume that the proxy is configured properly with the Sync communication....also mapping is done accordingly...

Regards,

Abhishek.

former_member307485
Active Participant
0 Kudos

Hi Vijay,

Please restart the java stack and follwing services

com.sapii.af.app

com.sapii.cpa.af.app.

Also check the service pack levels on your XI. If it is obsolete upgrade it with latest version

Regards,

Divya