Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Help to identify AO tables.

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!

1 answer

1 accepted

0 votes
Answer accepted

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:

From: https://confluence.atlassian.com/confkb/list-of-confluence-server-data-center-active-objects-ao-table-names-and-vendors-1155154024.html

but the link, does have some of the major plugins listed.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events