Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

How to check cloud profile #4697

jintaeson ·

Hello,

I hope this message finds you well.

SERVER INFO : Operating System Linux 6.2.0-1017-aws, amd64
QuickBuild Version : 13.0.48

agent Info : Linux (6.14.0-1018-aws)

I would like to inquire about the cloud profile of the QB. My issue is that the node connected to the cloud profile remains in an inactive state. Additionally, the cloud profile I created is stuck in the "Test Launch" state with the message "Test launch in progress...".

When authorizing the node directly, without going through the profile, it becomes active and connects successfully.

Could you please advise what I should check or try to resolve this issue? Upon reviewing the agent logs, I only see the following information:

Thank you very much for your assistance.

ERROR com.pmease.quickbuild.Quickbuild - Error connecting server: Build agent '........' is not authorized to join the grid.
    Please follow below steps to authorize this agent:
    1. Keep this agent running.
    2. Login to QuickBuild as administrator and switch to menu 'Grid/Unauthorized Nodes'.
    3. Select the agent from there and click the authorize button.
  • replies 3
  • views 30
  • stars 0
robinshen ADMIN ·

QB13 is outdated, and we've upgraded AWS sdk in QB15. Please test with QB15/16 to see if you still have this issue.

jintaeson ·

I hope this message finds you well. I have a few inquiries I would like to make:

  1. Does the master server ever update the agent's wrapper.conf file? I noticed that some parameters in the agent's wrapper.conf file have been changed. Does the agent update parameter values or configuration items when it connects to the master server?

  2. Could you please let me know what functionality is affected by the following option?
    #wrapper.java.additional.2=-Xverify:none

  3. Are there any implications of the typo below? (ALL-UNNAMEDD)
    wrapper.java.additional.40=--add-opens=java.base/java.util.stream=ALL-UNNAMEDD
    wrapper.java.additional.45=--add-opens=java.base/java.math=ALL-UNNAMEDD

robinshen ADMIN ·

Yes agent will be upgraded if its version is behind server. This includes wrapper.conf and other libraries. The -Xverify:none is an option to skip verification of some class files created dynamically by some class file manipulation libraries, which no longer used now. For appearance of ALL-UNNAMEDD, it is a bug and will produce duplicate entries in agent to generate warnings when agent starts, this has been fixed in QB15 a year ago. It is also getting fixed in QB 14.0.37.