Server IDs did not match - licensing restrictions warning

SherryX
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.
September 10, 2012

Hi,

I have upgraded confluence to 3.5.13 on Development environment and before go production, I setup a new server for UAT. So I copied over installed directory (upgraded to 3.5.13) on DEV, then copied prod database and home directory to the new server, after restarted and installed plugins, all looks fine but there are lots of warning message as following in the log:

WARN [http-8084-1] [plugin.licensing.restrictions.ProductLicenseServerID] isValid Server ID restriction failed. Server IDs did not match. This plugin license is for server Id: (DEV server ID here) - however the server Id of this system is: (Production server ID here).

How can I get rid off all these warnings from the log? Should I use a new installed directory (not the one copied from development environment)?Thanks

1 answer

1 accepted

1 vote
Answer accepted
SherryX
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.
September 10, 2012

I fixed the problem, hope the following solution will help other people with the same issue:

I found in table BANDANA there are two licenses, use following SQL to search:

select * from BANDANA where bandanakey like '%license%'

It should only have one license. It's probably because I installed the license for DEV first and found it failed, so I did registered a new license for production server and it works, but the old one stay in the database and that cause the problem.

I compared the licenses and remove the old license for DEV from database. Shutdown confluence, then delete the plugins folders from Home directory, e.g.

    • <confluence-home>/plugin-cache
    • <confluence-home>/plugins-osgi-cache
    • <confluence-home>/plugins-temp
    • <confluence-home>/bundled-plugins
    • <confluence-home>/bundled-plugins_language

and restart confluence, all works now.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events