Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

License Too Old For Build: We found a problem with your JIRA license

sharos.pillai August 3, 2023

I have installed a test version of  jira software 9.4.8.  I have used the xml files from Java Software 7. After importing the xml files, I get the following License error when Jira was starting up: License Too Old For Build: We found a problem with your JIRA license. 

I have installed a trial license in jira software 9.4.8.

Could you please guide the next steps to install a trial license?

 

Thanks

Sharos

 

3 answers

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 3, 2023

You can't get trial licences for Server any more, they were deprecated a couple of years ago, as Atlassian are going to completely drop Server next February.

So, this means your licence probably covers an older set of versions.  You can only use a version of Jira that was released before the end of the licence.  As your licence is years old, you'll only be able to use it with older versions.  You can only licence most versions of 9 on a renewal of an existing licence, or on Data Center.

sharos.pillai August 6, 2023

Hi Nic,

I manage to get a trial license and updated the license directly in the database using the following note.

How to manage Jira server license using database queries | Jira | Atlassian Documentation

Thanks

0 votes
Florian Bonniec
Community Champion
August 3, 2023

Hi @sharos.pillai 

 

Is the license you are using valid ? You noted that you are using Server, if expire the license will keep working but prevent you to update to a version more recent that the license expiration date,

 

Regards

0 votes
Sebastian Krzewiński
Community Champion
August 3, 2023

Hi @sharos.pillai 

 

License is stored in dbconfig.xml file. Please remove it from dbconfig file or use fresh one. If you will use fresh one you need to setup database connection again during first run.

 

Regards,

Seba 

sharos.pillai August 3, 2023

I dont see any license information in dbconfig.xml

My postgres version is 14.8

<?xml version="1.0" encoding="UTF-8"?>

<jira-database-config>
<name>defaultDS</name>
<delegator-name>default</delegator-name>
<database-type>postgres72</database-type>
<schema-name>public</schema-name>
<jdbc-datasource>
<url>jdbc:postgresql://localhost:5432/jiradb</url>
<driver-class>org.postgresql.Driver</driver-class>
<username>jiradbuser</username>
<password>xxxxxx</password>
<pool-min-size>40</pool-min-size>
<pool-max-size>40</pool-max-size>
<pool-max-wait>30000</pool-max-wait>
<validation-query>select 1</validation-query>
<min-evictable-idle-time-millis>60000</min-evictable-idle-time-millis>
<time-between-eviction-runs-millis>300000</time-between-eviction-runs-millis>
<pool-max-idle>40</pool-max-idle>
<pool-remove-abandoned>true</pool-remove-abandoned>
<pool-remove-abandoned-timeout>300</pool-remove-abandoned-timeout>
<pool-test-on-borrow>false</pool-test-on-borrow>
<pool-test-while-idle>true</pool-test-while-idle>
<connection-properties>tcpKeepAlive=true</connection-properties>
</jdbc-datasource>
</jira-database-config>

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
9.4.8
TAGS
AUG Leaders

Atlassian Community Events