Hi
I crated webhook on the Bitbucket server, webhook post request is triggered on respoistory push and commit but its giving the error, below is the error for "TestConnection":
Request details
Test connection event
http://<ConfigGITServer>:8888/monitor
X-Request-Id: d49c207f-4be6-41fb-aa17-56683b930144 X-Event-Key: diagnostics:ping
No body
There was an error processing your webhook
Request cannot be executed; I/O reactor status: STOPPED
I am not able to find the root cause. Please help on this.
Thanks,
Rama
Community moderators have prevented the ability to post new answers.
Hi Rama,
Below error is in Response
Request cannot be executed; I/O reactor status: STOPPED
So the error is happening in the receiver end. You need to investigate what's happening in http://<ConfigGITServer>:8888/monitor. This doesn't look like Bitbucket server issue.
You may need to check why I/O reactor is getting stopped at the receiver end and the receiver could consume the payload.
You can also use https://requestbin.fullcontact.com/ or alternate tools, to see whether Bitbucket really sending a payload. That also help you see to what exactly the content of payload.
Hope this helps
Regards,
Prasanth - Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.