Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,439
Community Members
 
Community Events
184
Community Groups

Null Pointer Exception When Running Plan On Remote Agent

I have had a set of Bamboo plans running for quite awhile but this morning Bamboo has decided to start throwing an exception when running them. The instance of Bamboo is on Linux but the plans themselves are ran from a remote agent running Windows. Specifically these are plans set to build .net framework mvc applications.

The plans fail at different tasks but both with the same error. The error below fails while trying to restore nuget packages but another plan fails while attempting to run a copy command. Running the nuget restore outside of Bamboo runs correctly.

I have tried cloning the plan and also reinstalled the remote agent but neither fixed the issue.

 

error 13-Aug-2020 07:36:50 Error occurred while running Task 'Nuget(8)' of type com.atlassian.bamboo.plugins.scripttask:task.builder.command.
error 13-Aug-2020 07:36:50 com.atlassian.bamboo.task.TaskException: Failed to execute task
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask.execute(AbstractShellBuildTask.java:65)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask.execute(AbstractShellBuildTask.java:39)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.task.TaskExecutorImpl.lambda$executeTasks$3(TaskExecutorImpl.java:288)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.task.TaskExecutorImpl.executeTaskWithPrePostActions(TaskExecutorImpl.java:221)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.task.TaskExecutorImpl.executeTasks(TaskExecutorImpl.java:288)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.task.TaskExecutorImpl.execute(TaskExecutorImpl.java:110)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.build.pipeline.tasks.ExecuteBuildTask.call(ExecuteBuildTask.java:71)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.executeBuildPhase(DefaultBuildAgent.java:203)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.build(DefaultBuildAgent.java:175)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.lambda$waitAndPerformBuild$0(BuildAgentControllerImpl.java:122)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.variable.CustomVariableContextImpl.withVariableSubstitutor(CustomVariableContextImpl.java:185)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.waitAndPerformBuild(BuildAgentControllerImpl.java:117)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent$1.run(DefaultBuildAgent.java:126)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.utils.BambooRunnables$1.run(BambooRunnables.java:48)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.security.ImpersonationHelper.runWith(ImpersonationHelper.java:26)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.security.ImpersonationHelper.runWithSystemAuthority(ImpersonationHelper.java:17)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.security.ImpersonationHelper$1.run(ImpersonationHelper.java:41)
error 13-Aug-2020 07:36:50 at java.lang.Thread.run(Thread.java:748)
error 13-Aug-2020 07:36:50 Caused by: java.lang.NullPointerException
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.process.ExternalProcessBuilder.lambda$env$0(ExternalProcessBuilder.java:78)
error 13-Aug-2020 07:36:50 at com.google.common.base.Predicates$CompositionPredicate.apply(Predicates.java:552)
error 13-Aug-2020 07:36:50 at com.google.common.collect.Iterators$7.computeNext(Iterators.java:652)
error 13-Aug-2020 07:36:50 at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143)
error 13-Aug-2020 07:36:50 at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138)
error 13-Aug-2020 07:36:50 at com.google.common.collect.Iterators.size(Iterators.java:191)
error 13-Aug-2020 07:36:50 at com.google.common.collect.Collections2$FilteredCollection.size(Collections2.java:211)
error 13-Aug-2020 07:36:50 at java.util.AbstractMap.size(AbstractMap.java:85)
error 13-Aug-2020 07:36:50 at java.util.HashMap.putMapEntries(HashMap.java:501)
error 13-Aug-2020 07:36:50 at java.util.HashMap.putAll(HashMap.java:785)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.process.ExternalProcessBuilder.env(ExternalProcessBuilder.java:78)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.process.ProcessServiceImpl.createExternalProcess(ProcessServiceImpl.java:144)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.process.ProcessServiceImpl.executeExternalProcess(ProcessServiceImpl.java:195)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.process.ProcessServiceImpl.executeExternalProcess(ProcessServiceImpl.java:210)
error 13-Aug-2020 07:36:50 at com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask.execute(AbstractShellBuildTask.java:48)
error 13-Aug-2020 07:36:50 ... 17 more

1 answer

0 votes
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 14, 2020

@Kyle Seman , please report issue at https://getsupport.atlassian.com .

Issue happens when Bamboo tries to read system properties, we need to get more information about environment and Bamboo version

Thanks, I have submitted a support ticket.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events