Configure appworks gateway - unable to select the Internal use license?

Hi,

When your first starting to configure the appworks gateway, you have to select internal use/evaluation license. When selecting the license for internal use, and clicking "Proceed", I get the following error:
"We were unable to complete the license selection!"

Same error shows up when selecting Evaluation license.
I've done this multiple times in multiple enviornments, but never seen this issue before.
Any idea on what might cause this?

Br,
Kåre Berget
Contesto AS

Comments

  • Hi

    When you submit the EULA acceptance screen the page should send a POST request to the following endpoint of the Gateway

    http://Tomcat-Host:port/v3/admin/status/eula

    E,g

    http://10.18.85.79:8082/v3/admin/status/eula

    With a JSON payload like this

    {"licenseType":"STANDARD"}'

    And get an HTTP 200 response

    The choice should then be written into the eulaselection table in the AppWorks DB

    What do you see if you look at that request in the browser developer tools

    I would also take a look in the GW logs

    Simon

  • Hi,

    A 500 internal error is thrown after the v3/admin/status/eula request is sent.

    Should hopefully be able to figure out what's causing this.

    Thanks for your input with this issue!

    Br,
    Kåre Berget
    COntesto AS