You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
It seems that Bitbucket is logging an exception when nearly anything is done to a pull request. The endpoint it mentions on the first line differs, but it's the same exception in the stack trace.
It doesn't seem to be related to any of my notifications, as the exception is thrown even for events that I haven't selected to be a trigger for any notification.
That said, this error doesn't seem to cause a real issue; all the notifications work as I expect them to, but our notifications are basic requests to the HipChat API, differing only by some static text, they all have identical configuration beyond that.
I removed any sensitive data from the configuration and log entry below, but if I've forgotten something don't hesitate to ask.
2017-02-01 08:44:30,826 ERROR [threadpool:thread-4] shejos0 @1AB2CDE345F678901x0 1A2BCDE 123.123.123.123 "POST /rest/api/latest/projects/MyProject/repos/MyRepository/pull-requests/123/comments HTTP/1.1" se.bjurr.prnfb.http.UrlInvoker
java.lang.IllegalArgumentException: Entity may not be null
at org.apache.http.util.Args.notNull(Args.java:54) ~[httpcore-4.4.4.jar:4.4.4]
at org.apache.http.util.EntityUtils.toString(EntityUtils.java:214) ~[httpcore-4.4.4.jar:4.4.4]
at se.bjurr.prnfb.http.UrlInvoker.doInvoke(UrlInvoker.java:358) [plugin.8408883496469262364.pull-request-notifier-for-bitbucket-2.50_1485882361846.jar:na]
at se.bjurr.prnfb.http.UrlInvoker.invoke(UrlInvoker.java:164) [plugin.8408883496469262364.pull-request-notifier-for-bitbucket-2.50_1485882361846.jar:na]
at se.bjurr.prnfb.listener.PrnfbPullRequestEventListener$1.invoke(PrnfbPullRequestEventListener.java:94) [plugin.8408883496469262364.pull-request-notifier-for-bitbucket-2.50_1485882361846.jar:na]
at se.bjurr.prnfb.listener.PrnfbPullRequestEventListener.notify(PrnfbPullRequestEventListener.java:264) [plugin.8408883496469262364.pull-request-notifier-for-bitbucket-2.50_1485882361846.jar:na]
at se.bjurr.prnfb.listener.PrnfbPullRequestEventListener.handleEvent(PrnfbPullRequestEventListener.java:116) [plugin.8408883496469262364.pull-request-notifier-for-bitbucket-2.50_1485882361846.jar:na]
at se.bjurr.prnfb.listener.PrnfbPullRequestEventListener.access$000(PrnfbPullRequestEventListener.java:60) [plugin.8408883496469262364.pull-request-notifier-for-bitbucket-2.50_1485882361846.jar:na]
at se.bjurr.prnfb.listener.PrnfbPullRequestEventListener$2.run(PrnfbPullRequestEventListener.java:132) [plugin.8408883496469262364.pull-request-notifier-for-bitbucket-2.50_1485882361846.jar:na]
at com.atlassian.stash.internal.concurrent.StateTransferringExecutor$StateTransferringRunnable.run(StateTransferringExecutor.java:70) [bitbucket-platform-4.13.0.jar:na]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [na:1.8.0_74]
at java.util.concurrent.FutureTask.run(Unknown Source) [na:1.8.0_74]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) [na:1.8.0_74]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) [na:1.8.0_74]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.8.0_74]
at java.lang.Thread.run(Unknown Source) [na:1.8.0_74]
... 1 frame trimmed
The text was updated successfully, but these errors were encountered:
It seems that Bitbucket is logging an exception when nearly anything is done to a pull request. The endpoint it mentions on the first line differs, but it's the same exception in the stack trace.
It doesn't seem to be related to any of my notifications, as the exception is thrown even for events that I haven't selected to be a trigger for any notification.
That said, this error doesn't seem to cause a real issue; all the notifications work as I expect them to, but our notifications are basic requests to the HipChat API, differing only by some static text, they all have identical configuration beyond that.
I removed any sensitive data from the configuration and log entry below, but if I've forgotten something don't hesitate to ask.
The text was updated successfully, but these errors were encountered: