New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-3487
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Jeff Turner [Atlassian]
Reporter: Kevin Wilson
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
JIRA

Can't upgrade to 2.6.1 due to auto xml export crash

Created: 26/Mar/04 04:32 PM   Updated: 30/Jul/06 07:36 PM
Component/s: Administration
Affects Version/s: 2.6.1 Pro
Fix Version/s: 3.0 Pro Preview

Time Tracking:
Not Specified

File Attachments: 1. File AutoExportImpl.class (3 kB)

Environment: SuSE 8.1, Tomcat 4.1.27, JSDK 1.4.1_01, SAP DB (7.3.0.34 & 46)
Issue Links:
Part
 
Reference
 

Participants: Jeff Turner [Atlassian] and Kevin Wilson
Since last comment: 4 years, 11 weeks, 3 days ago
Resolution Date: 10/Jun/04 08:39 PM
Labels:


 Description  « Hide
The upgrade to 2.6.1 is prevented due to the auto xml backup export crashing from an invalid character. I have db backups so an xml export is not necessary and the upgrade should allow option to switch off the auto-export if the error occurs but you want to proceed with the upgrade anyway.

A workaround for this problem would be very nice so I can upgrade my installation tonight as planned.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Kevin Wilson added a comment - 26/Mar/04 04:34 PM
see the catalina.out file attached to linked issue for specific error.

Jeff Turner [Atlassian] added a comment - 28/Mar/04 11:14 PM
Kevin,

A possible workaround is to revert to 2.5, run an XML backup (which will optionally clean out the database), and then go back to 2.6.

--Jeff


Jeff Turner [Atlassian] added a comment - 28/Mar/04 11:16 PM
Ignore my previous suggestion - it clearly doesn't apply if the data cleaner doesn't work :/

Kevin Wilson added a comment - 31/Mar/04 09:13 AM
Any word as to when a patch can be applied to a 2.6.1 installation to bypass the auto-export before upgrade?

Jeff Turner [Atlassian] added a comment - 01/Apr/04 12:40 AM
As a quick for for 2.6 / 2.6.1 users, attached is a recompiled class which omits the XML backup before upgrading. It should be placed in atlassian-jira/WEB-INF/classes/com/atlassian/jira/bean/export/ (JIRA Standalone) or edit-webapp/WEB-INF/classes/com/atlassian/jira/bean/export/ (JIRA WAR/Webapp).

Kevin Wilson added a comment - 01/Apr/04 08:54 AM
WOOHOO! Thanks fellas!

Kevin Wilson added a comment - 02/Apr/04 09:04 AM
Workaround worked like a charm...thanks!

Jeff Turner [Atlassian] added a comment - 10/Jun/04 08:39 PM
There is now a -Djira.autoexport flag in 2.7 to bypass the export if necessary.