You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
Our XML export is failing:
root cause java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter not found by com.atlassian.activeobjects.activeobjects-plugin [17]
So we ran the query:
SELECT TABLE_SCHEMA,TABLE_NAME, COLUMN_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.COLUMNS where table_name like 'AO_%' and data_type = 'blob';
that gave us
+--------------+---------------------------+-------------+-----------+
| TABLE_SCHEMA | TABLE_NAME | COLUMN_NAME | DATA_TYPE |
+--------------+---------------------------+-------------+-----------+
| confluence | AO_47A562_TEMPLATE_STORE | CONTENT | blob |
| confluence | AO_6B83C6_MSCGEN_IMAGE_DB | DATA | blob |
| confluence | AO_6B83C6_MSCGEN_IMAGE_DB | MACRO_DATA | blob |
| confluence | AO_8066FB_TEMPLATE_STORE | CONTENT | blob |
+--------------+---------------------------+-------------+-----------+
The mscgen is an add-on from addteq that is no longer supported on Server so we'll remove that ok.
But does anyone know what apps/add-ons/plugins would AO_47A562_TEMPLATE_STORE and AO_8066FB_TEMPLATE_STORE be associated with maybe ?
Thanks!
Actually this nice article explains it clearly: https://<your-confluence-site>/plugins/servlet/active-objects/tables/list
In our case those tables where not tied to specific apps because they had been removed. So we simply dropped those tables, especially since they were empty.
We also wrote again all the confluence pages that were using the mscgen macro to not use it anymore, removed the mscgen app and dropped the table.
Then we could do the XML export as expected
Yeah, I wish this still worked:
but the link, does have some of the major plugins listed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.