I am migrating evaluation Jira server to datacenter (self hosted, VM)
And I want to export data to XML according to manual
However, this issue happens:
java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter at com.atlassian.dbexporter.node.stax.StaxStreamWriter$1.setContentAsBinary(StaxStreamWriter.java:108) [?:?] at com.atlassian.dbexporter.node.NodeBackup$RowDataNode.append(NodeBackup.java:238) [?:?] at com.atlassian.dbexporter.exporter.DataExporter.exportRow(DataExporter.java:171) [?:?]
but how to do it with embedded DB?
How can I fix it?
Hi Taras,
It is still possible to access the H2 embedded database. We have a KB that details the steps needed to do so. Please see Accessing JIRA's H2 embedded database for more details.
Once you follow that guide it should help provide you access to where you can then follow the steps in the second link you cited in order to delete the specific AO table with the BLOB data within it.
Try this and let me know if this helps.
Andy
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.