Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. marc.ledent_9164
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    marc.ledent_9164

    @marc.ledent_9164

    0
    Reputation
    52
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    marc.ledent_9164 Follow

    Best posts made by marc.ledent_9164

    This user hasn't posted anything yet.

    Latest posts made by marc.ledent_9164

    • Difference between 2024.8 and 2024.8-r1 container versions

      Hi,

      Can someone tell me what's the difference between Buildmaster 2024.8 and 2024.8-r1 container version

      I can't see it based on changelogs...

      Thant in advance,
      Marc

      posted in Support
      M
      marc.ledent_9164
    • Bad links.json file in buildmaster container

      Hi all,

      Just to inform that I discovered a "bug" in :

      /usr/local/buildmaster/service/agents/linux-x64/links.json
      

      This file contains lines like:

      "fr\\Microsoft.Data.SqlClient.resources.dll":  "fr\\Microsoft.Data.SqlClient.resources.dll",
      

      From what I can understand, this file makes a mapping (link) between windows named path to Linux named path but in this case the value part should contain "/" instead of "\\"

      Because of that, there is an error in server ssh connection as the file name is incorrect.

      I changed the file with the help of a configMap replacing the faulty json with a correct one.

      This file now contains line like:

      "fr\\Microsoft.Data.SqlClient.resources.dll":  "fr/Microsoft.Data.SqlClient.resources.dll",
      

      This should be patched in a future release...

      Hope this helps,
      Marc

      posted in Support
      M
      marc.ledent_9164
    • RE: Using LDAP on Buildmaster located in a container (Linux)

      Hi Alana,

      THanks for your answer. However, in the GUI, I don't have the openLDAP choice:

      V1: LDAP or Single Domain Active Directory (Legacy)
      BuildMaster will use the user and group information of a single domain or a generic LDAP directory.

      V2: Active Directory Domain Forest (Legacy)
      BuildMaster will use the global catalog for the current forest, and also all domains which have an inbound trust. If you only have one domain, the LDAP directory should be used instead.

      V3: Active Directory (Deprecated)
      Queries the current domain, global catalog for trusted domains, or a specific list of domains for users and group membership.

      V4: Active Directory/LDAP
      Queries the current domain, global catalog for trusted domains, or a specific list of domains for users and group membership.

      How can I have access to the openLDAP option?

      Kind regards,
      Marc

      posted in Support
      M
      marc.ledent_9164
    • Using LDAP on Buildmaster located in a container (Linux)

      Is there a way to use LDAP authentication in Buildmaster when used in a Docker container (OpenShift)?

      posted in Support
      M
      marc.ledent_9164
    • RE: BuildMaster: upgrade 22+ failed on OpenShift

      Hi @atripp ,

      Thanks for the suggestions. Concerning the LogMessages table, we already have those messages displayed on the OpenShift console, but nothing suspect can be seen.

      What I'll try is to test a fresh install of the last BuildMaster version and see what difference we have with our "updated" version.

      I'll keep you in touch.
      Marc

      posted in Support
      M
      marc.ledent_9164
    • RE: BuildMaster: upgrade 22+ failed on OpenShift

      I already checked the console an didn't see anything bad, except those lines:

      Unable to auto-activate license. Error was: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
      Unable to auto-activate license. Error was: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
      info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      Request finished HTTP/1.1 GET http://mdw-deploy-bima-alpha.apps.gcloud-04.paas.services.gcloud.belgium.be/ - 302 0 - 100320.3875ms

      As we do not have connection to the internet, even by proxy, those messages should be considered as "normal"

      What is strange, is that we have listeners on ports, but a curl on those ports are failing in timeout...

      Marc

      posted in Support
      M
      marc.ledent_9164
    • BuildMaster: upgrade 22+ failed on OpenShift

      Hi all,

      We have a running Buildmaster v 7.0.23 on OpenShift that we want to upgrade to the last version (24.0.x)

      Upgrading to 7.0.25 is working. But when I want to upgrade to 22.x or higher, I cannot access to the app: err 504: gateway timeout. A curl inside the container gives the same result.

      I already had a look at the thread "[ProGet] Manual database upgrade (docker, kubernetes)", but the solution is using the arg "upgrade" of ProGet that is not existing for BuildMaster.

      What hint do you suggest me to solve this problem?

      Thanks in advance,
      Marc

      posted in Support
      M
      marc.ledent_9164
    • RE: Buildmaster event log : Error 500 while accessing the eventlog

      @atripp Thanks for your reply... This is a good reason to planify an upgrade!

      Marc

      posted in Support
      M
      marc.ledent_9164
    • RE: Buildmaster event log : Error 500 while accessing the eventlog

      I forgot to mention: this is an old version: 7.0.23

      posted in Support
      M
      marc.ledent_9164
    • Buildmaster event log : Error 500 while accessing the eventlog

      Hi all,

      In BuildMaster, when I want to access an event in the Buildmaster event page, I get a window with :

      Unexpected Error
      (500) Server Error
      Collection is not a wrapped Inedo.Web.Controls.SimpleHtml.Td collection. (Parameter 'collection')
      For more information, visit the Error Log Page.

      What can be the meaning of this message?

      Kind regards,
      Marc

      posted in Support
      M
      marc.ledent_9164