Hey there smart people! I recently migrated from cloud to server (Both JIRA and Confluence) and I'm receiving the following error quite regularly in the atlassian-confluence.log file:
2015-03-05 12:21:17,752 WARN [http-bio-8090-exec-4] [atlassian.applinks.core.DefaultApplicationLinkService] retrieveApplicationLink Couldn't find type id for application link with id d84e4efd-6f6e-321e-b452-f08b1287aeae. Link is corrupted
When I restored my cloud-based backup to server, I had to manually remove the application links because there's no way to do it in the UI. Could that have caused this?
Thanks,
Joe
-- should show only valid ones
select * from bandana where bandanakey like 'applinks.admin%name';
-- all links (valid + invalid)
select * from bandana where bandanakey like 'applinks.global%';
-- see linked article!
-- update bandana set bandanavalue = ... where bandanakey like 'applinks.global%'
You may want to flush the Confluence caches after updating the database.
We have the same issue. Our confluence "Issues in Progress" Macro completely hangs and the logs show
2016-03-02 19:48:19,643 WARN [Navlink Plugin Executor:thread-3] [atlassian.applinks.core.DefaultApplicationLinkService] retrieveApplicationLink Couldn't find type id for application link with id 4c25aa51-96a9-3645-b80a-07029693ca07. Link is corrupted
Has anyone figured out the problem or offered any suggestions yet?
Alicia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Facing Same issue
2016-02-09 14:33:44,318 Navlink Plugin Executor:thread-2 WARN anonymous [atlassian.applinks.core.DefaultApplicationLinkService] Couldn't find type id for application link with id 89b26790-57aa-333b-bf1c-dafbbe579218. Link is corrupted
Please help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have similar problems; it makes it impossible to see the "like" button in JIRA Service Desk.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am facing the same issue the application links not appearing on Admin console of Application Links please and when trying to create another link it's not allowing said "The link is already exist"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Joe - did you manage to resolve this? If so, how?
Ta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.