
|
If you were logged in you would be able to see more operations.
|
|
|
JIRA
Created: 28/Feb/06 12:09 AM
Updated: 29/Nov/06 08:58 PM
|
|
| Component/s: |
Administration
|
| Affects Version/s: |
None
|
| Fix Version/s: |
3.7
|
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
JRA-9701
Cannot import existing data if Jira running on Jetty
|
|
|
|
|
Reference
|
|
|
|
This issue is related to:
|
|
JRA-10132
Investigate ejb_location setting within App Server configuration
|
|
|
|
|
|
|
When restoring a JIRA backup using the Jetty appserver, JIRA either freezes or throws an error.
Anton's comment:
At the momnet importing the data from XML does not work with inline-jdbc. The reason is that to speed thinsg up the import code disables local transaction handling and assumes that all connections have setAutoCommit enabled. The problem is that inline-jdbc puts connections into transactional mode.
|
|
Description
|
When restoring a JIRA backup using the Jetty appserver, JIRA either freezes or throws an error.
Anton's comment:
At the momnet importing the data from XML does not work with inline-jdbc. The reason is that to speed thinsg up the import code disables local transaction handling and assumes that all connections have setAutoCommit enabled. The problem is that inline-jdbc puts connections into transactional mode. |
Show » |
|
"to get around the problem I configured a JIRA standalone to use the same database and did the inport from there. Starting JIRA in Jetty afterwards worked perfectly"