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.
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
I am from accelq team. I have checked for both code base. But couldn't find such difference which results in this bug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same commit is in the 1.3 ACCELQ app version too. It works perfectly in local agents though
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I meant 1.3 in ACCELQ APP in atlassian marketplace vs 1.6 in github which is not listed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.