Error:
When importing an offline migration from v5.3 to v6.1, I am receiving the following error in the migration.log file -
Inserting data for the table AU_DATAINTERFACES
Filtering enabled
Total number of Records to be inserted = 1
Inserting data for the table AU_DBCONNECTIONINFO
Filtering enabled
Total number of Records to be inserted = 10
Attempting to rollback the changes.
Unable to restore data.Reason: Invalid state, the Connection object is closed.
------------------------------------------
Error Stack Trace
------------------------------------------
java.sql.SQLException: Invalid state, the Connection object is closed.
at net.sourceforge.jtds.jdbc.ConnectionJDBC2.checkOpen(ConnectionJDBC2.java:1494)
at net.sourceforge.jtds.jdbc.ConnectionJDBC2.rollback(ConnectionJDBC2.java:1889)
at com.adeptia.migration.RunMigration.invokeRestore(Unknown Source)
at com.adeptia.ui.LogPanelDescriptor$1.run(Unknown Source)
------------------------------------------
Cause:
The installation directory provided is incorrect
Solution:
Define the correct install directory (including AdeptiaServer)
Ex - "C:\Program Files\AdeptiaSuite6.1\AdeptiaSuite-6.1\AdeptiaServer"
Comments
0 comments
Article is closed for comments.