It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
This is a new installation on Redhat using MySql, following the installation docs. Tried following the KB article
But the serverid.jsp file fails with the error message Failed to find component: No bean named 'setupSidManager' is defined
Searching for select * from BANDANA where BANDANAKEY like 'confluence.server.id' in the database returns an empty set. Is there a suggested insert statement that I could run against the database?
Support was able to answer my question
This can be fixed with an insert statement into the database.
INSERT INTO BANDANA (BANDANAID,BANDANACONTEXT,BANDANAKEY,BANDANAVALUE) VALUES ('6','_GLOBAL','confluence.server.id','<string>YOUR-SERVERID-GOES-HERE</string>');
Where 6 in the BANDANAID value is different than any other entry. You can find this by running the command "select BANDANAID from BANDANA;" and just seeing what ID number isn't being used.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHi Community! Kesha (kay-sha) from the Confluence marketing team here! Can you share stories with us on how your non-technical (think Marketing, Sales, HR, legal, etc.) teams are using Confluen...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.