When I disable my selfhosted (Windows 10) runner in Bitbucket, I get the following error. After that I need to restart the runner (hosted as a Windows Service) manually. The same error occurs when I run it as console app, started with cmd/Powershell, instead of a Windows Service.
Exception in thread "Thread-0" java.lang.NullPointerException
at com.atlassian.pipelines.common.trace.rxjava.util.BraveUtil.lambda$withOptionalSpanInScope$0(BraveUtil.java:19)
at java.base/java.util.Optional.map(Optional.java:265)
at com.atlassian.pipelines.common.trace.rxjava.util.BraveUtil.withOptionalSpanInScope(BraveUtil.java:19)
at com.atlassian.pipelines.runner.core.util.RunnableWithContext.run(RunnableWithContext.java:31)
at java.base/java.lang.Thread.run(Thread.java:829)
Hi Vincent,
May I please know where you are receiving that error? Is it in your pipelines builds or somewhere else?
Cheers!
- Ben (Bitbucket Cloud Support)
Hey @Vincent Schol
This is a potential issue with your runners version, there is a bug in v1.559 that causes the same crash error that you have mentioned:
Please update your runners version and run a fresh build - hope this helps:
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.