Error:
When we deploy the objects containing rich forms an error message is displayed in migration logs and the objects are not deployed.
Error:While performing deployment.Reason: Logout failed:
Attempting to rollback the changes.
Error during Deploy. Reason:java.net.ConnectException: Connection refused
------------------------------------------
Error Stack Trace
------------------------------------------
com.google.gdata.util.ServiceException: Logout failed:
at com.frevvo.forms.client.FormsService.logout(FormsService.java:391)
at com.adeptia.migration.ExportImportUtil.importFrevoForms(ExportImportUtil.java:2776)
at com.adeptia.migration.RunMigration.handleXMLtoDB(RunMigration.java:1135)
at com.adeptia.migration.RunMigration.handleXMLtoDB(RunMigration.java:1115)
at com.adeptia.migration.RunMigration.invokeImport(RunMigration.java:2355)
at com.adeptia.command.ExportImport.ExportImportCMDUtil.importObjects(ExportImportCMDUtil.java:1318)
at com.adeptia.Main.main(Main.java:320)
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
Cause:
The WebRunner was not running during the migration
Solution:
Ensure the Adeptia WebRunner is running during the migration
Comments
0 comments
Article is closed for comments.