-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server Error 500 #12
Comments
Do you see any console output from the bridge?
On Tue, 13 Jun 2017 at 2:43 PM, avinashs433 ***@***.***> wrote:
Hi,
We often see these error in our jira logs and sometimes we see that jira
falls over when this occurs. We have configured the web hooks to
communicate with our mattermost channel.
2017-06-13 10:35:05,112 httpclient-callbacks:thread-96 WARN anonymous [c.a.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Server error - 500 when posting to web hook at 'http://iob0283:3000/hooks/f6jk4rbzs7gf5yedt93cc5r66r'
2017-06-13 10:35:05,112 httpclient-callbacks:thread-96 WARN anonymous [c.a.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Server error - 500 when posting to web hook at 'http://iob0283:3000/hooks/yqpxj5tz33nninc78nx5gzpeme'
2017-06-13 10:35:05,114 httpclient-callbacks:thread-96 WARN anonymous [c.a.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Server error - 500 when posting to web hook at 'http://iob0283:3000/hooks/eqoudr18a3yy5xriuays97yjwh'
2017-06-13 10:35:05,114 httpclient-callbacks:thread-96 WARN anonymous [c.a.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Server error - 500 when posting to web hook at 'http://iob0283:3000/hooks/yqpxj5tz33nninc78nx5gzpeme'
2017-06-13 10:35:05,114 httpclient-callbacks:thread-96 WARN anonymous [c.a.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Server error - 500 when posting to web hook at 'http://iob0283:3000/hooks/f6jk4rbzs7gf5yedt93cc5r66r'
2017-06-13 10:35:05,116 httpclient-callbacks:thread-96 WARN anonymous [c.a.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Server error - 500 when posting to web hook at 'http://iob0283:3000/hooks/f6jk4rbzs7gf5yedt93cc5r66r'
2017-06-13 10:35:05,116 httpclient-callbacks:thread-96 WARN anonymous [c.a.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Server error - 500 when posting to web hook at 'http://iob0283:3000/hooks/yqpxj5tz33nninc78nx5gzpeme'
2017-06-13 10:35:05,116 httpclient-callbacks:thread-96 WARN anonymous [c.a.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Server error - 500 when posting to web hook at 'http://iob0283:3000/hooks/yqpxj5tz33nninc78nx5gzpeme'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AB_wucgauz9VBb5lt8hcDcz6nOazA1x4ks5sDkpcgaJpZM4N4KXz>
.
--
Regards,
Renjith
|
Hi, It seems that the WARN messages are logged whenever there is a comment action. I have removed the comment actions (created, updated and deleted) and we now dont see the WARN messages. I have added it back to one of the channels and performed a new comment, updated the comment and deleted the comment. The WARN message logs for each of the actions.
It seems that whenever comments are made to any project, these events are fired globally through all the mattermost web hooks, that are setup to detect comment actions. Example: Regards, |
What are the events accepted by the Mattermost proxy? Does it accept Comment related events from JIRA, or only Issue related events? |
Hi any update on this ? |
No Avinash. Never managed to spend time on this. If you can debug and send
me a pr I can review and merge it.
--
Regards,
Renjith
|
Hi,
We often see these error in our jira logs and sometimes we see that jira falls over when this occurs. We have configured the web hooks to communicate with our mattermost channel.
The text was updated successfully, but these errors were encountered: