cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ADAPTER.HTTP_EXCEPTION - HTTP 302 Found

danielgonzalez
Explorer
0 Likes
1,646

Hello all,

After reseting the PI system, we are getting the next error when executing a SOAP receiver channel:

SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 302 Found

I must make this clear, the endpoint url is correct. Before reseting the system, it was working nice.

I have tested it with both correct and incorrect endpoint urls (for example url=bbbb) and it always displays the same error. It doesn't make any sense.

Could it be possible there's something stopped related with the soap adapter? How could I check it?

I also executed the Cache Connectivity Test and Complete Cache Refresh.

Any suggestions?

Regards,

Accepted Solutions (0)

Answers (5)

Answers (5)

danielgonzalez
Explorer
0 Likes

Hi all,

Now I'm sure it's a problem about cached endpoint. For some reason it's not being refreshed and it keeps using an old version.

Any ideas why it can be happening and how I could force it to refresh.

Regards,

Former Member
0 Likes

Hi Gonzalez,

In order to assure if the problem is in the endpoint you can try to send a request with an external tool like SOAPui. If the problem was in the endpoint you wouldnt have any chance to solve it, you should to ask endpoint administrator for this problem.

Regards,

danielgonzalez
Explorer
0 Likes

Thanks for your answers,

I checked some others RFC sender/receiver channels and soap sender/receivers and all of them are working fine, so I don't think it's a problem related to the installation.

I created a new Business Component and a soap receiver channel and I was getting the correct error depending of the url I was using but now it keeps giving me the error "socket cannot be created" although I used a correct url.

After these tests, I think it must be caching the responses I get.

As I mentioned before, I tried Full Cache Refresh and it didn't solve the problem.

Is there a way to check the endpoint the soap adapter is using? Is it added in a log file anywhere? I increased the trace level to 3 and it doesn't show the endpoint which it's being used.

Regards,

rcsegovia
Active Participant
0 Likes

Have you checked http://scn.sap.com/message/3386682 ?

cheers,

Roberto.

Former Member
0 Likes
Former Member
0 Likes

have you completed all the post XI installation steps and all the XI readiness checklist steps. also check whether the exchange profile is updated with the current server values for your PI system. if some changes need to be done, then after updating those values, then restart your system completely and then again try to run the above scenario.