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

Plugin never resolved service '&taskConfiguratorHelper' with filter TaskConfiguratorHelper

Vivek Burman July 25, 2021
Plugin 'com.aq.aqconnect' never resolved service '&taskConfiguratorHelper' with filter '(&(objectClass=com.atlassian.bamboo.task.TaskConfiguratorHelper)(objectClass=com.atlassian.bamboo.task.TaskConfiguratorHelper))

Running plugin on remote agent shows this error. But this error does not shows in local agent. 

1 answer

1 accepted

1 vote
Answer accepted
Eduardo Alvarenga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 25, 2021

Hello @Vivek Burman

Welcome to Atlassian Communities!

This is a known error on version 1.3 of the ACCELQ app.

Apparently, the latest 1.6 version of the ACCELQ plugin fixes this issue, but unfortunately, that version is not available in Atlassian Marketplace as the vendor has not yet pushed it. So you will have to proceed with a manual installation.

You will need to reach out to accelQ and ask for an updated version.

https://github.com/accelQ-Inc/accelQ-Connect-Bamboo/releases/tag/1.6.1

 

Best regards,

Eduardo Alvarenga
Atlassian Support - APAC

Vivek Burman July 25, 2021

I am from accelq team. I have checked for both code base. But couldn't find such difference which results in this bug.

Eduardo Alvarenga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 25, 2021

Hi @Vivek Burman,

Have a look at this commit.

https://github.com/accelQ-Inc/accelQ-Connect-Bamboo/commit/11e0f22df46d72fb6d3b5ca01b1304d0f30cf686#

private final TaskConfiguratorHelper taskConfiguratorHelper;

@Autowired
public AQPluginTaskConfigurator(@ComponentImport final TaskConfiguratorHelper taskConfiguratorHelper) {
this.taskConfiguratorHelper = taskConfiguratorHelper;
}

Looks like this 1.6 release was not merged into the master branch. But I can tell that this version loads in the agents.

 

Best regards,

Eduardo Alvarenga
Atlassian Support - APAC

Vivek Burman July 25, 2021

Same commit is in the 1.3 ACCELQ app version too. It works perfectly in local agents though

Eduardo Alvarenga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 25, 2021

Hi @Vivek Burman

I compared both 1.3 and 1.6 tags from accelQ public Github repo and there are definitely some differences:

Can you confirm if I'm looking at the right place?

 

Best regards,

Eduardo Alvarenga
Atlassian Support - APAC

Vivek Burman July 25, 2021

I meant 1.3 in ACCELQ APP in atlassian marketplace vs 1.6 in github which is not listed

Eduardo Alvarenga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 26, 2021

Same commit is in the 1.3 ACCELQ app version too. It works perfectly in local agents though

Yes it does work in the Bamboo local server but it is not loading properly in any remote agent as you have stated before.

Can you try using the version from Github? You will notice that it loads on the agent.

Eduardo Alvarenga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 26, 2021

Hi @Vivek Burman

Agent’s context does not contain every service which Bamboo Server does. Please have a look at these 2 posts which explain a bit about classes not being loaded on the agents:

 

Best regards,

Eduardo Alvarenga
Atlassian Support - APAC

Vivek Burman July 26, 2021

Got it, makes sense. Thanks for the solution

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events