Skip to content

Activation failed. Please make sure you are using a valid license. #31

@thywoe

Description

@thywoe

I am getting this error and I don't know how to go about it. I am running Katalon docker image in Jenkins pipeline

Jenkins Pipeline Sample

pipeline {
agent {
docker {
image 'katalonstudio/katalon'
args "-u root"
}
}
stages {
stage('Test') {
steps {
sh 'katalonc.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest"'
}
}
}
post {
always {
archiveArtifacts artifacts: 'report//.', fingerprint: true
junit 'report/
/JUnit_Report.xml'
}
}
}

Error message

  • Activating...
    Start activating offline...
    Search for valid offline licenses in folder: /root/.katalon/license
    The number of valid offline licenses: 0
    Offline activation failed.
    Start activating online...
    Online activation for console mode failed.
    Activation failed. Please make sure you are using a valid license.
    All launchers terminated
    ret_code=3
    exit 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions