Post by HBre »

Hi,

I have recently purchased Bryntum Gantt for Odoo Enterprise and Deployed it to a Development Build via the Deploy Button in the Odoo app store.
The build shows up as Failed - I would like some help with troubleshooting why it has failed and how to fix it.

We are using Odoo V14 on Odoo.sh

Below are the last 4 lines from the install log

2021-05-26 14:56:30,983 6 ERROR dhs-database-app-bryntum-gantt-enterprise-2597445 odoo.tests.runner: 1 failed, 1 error(s) of 1716 tests when loading database 'dhs-database-app-bryntum-gantt-enterprise-2597445'
2021-05-26 14:56:30,985 6 INFO dhs-database-app-bryntum-gantt-enterprise-2597445 odoo.service.server: Initiating shutdown
2021-05-26 14:56:30,985 6 INFO dhs-database-app-bryntum-gantt-enterprise-2597445 odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 
odoo-bin process returned error code 1.

And last 3 from the Odoo Log

2021-05-28 13:45:22,025 6 INFO dhs-database-app-bryntum-gantt-enterprise-2597445 werkzeug: 10.0.178.34 - - [28/May/2021 13:45:22] "POST /xmlrpc/2/object HTTP/1.1" 200 - 2 0.002 1.492
2021-05-28 13:45:23,788 6 INFO dhs-database-app-bryntum-gantt-enterprise-2597445 odoo.service.server: Initiating shutdown
2021-05-28 13:45:23,788 6 INFO dhs-database-app-bryntum-gantt-enterprise-2597445 odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 

Any help that can be offered would be greatly appreciated!


Post by Terence »

Are there more logs available? This is not providing enough information. Which test failed?


Post by HBre »

Hello Thank you for your response:

It doesn't specify which tests
In lieu of posting the full logs for Odoo.log & Install.log see below lines filtered for "Error" and "Fail" let me know if this sheds any light! Let me know if it would be better for me to post the full logs (about 100 - 130 lines each)

Install.log
Filter: Fail

2021-05-26 14:55:39,739 6 INFO dhs-database-app-bryntum-gantt-enterprise-2597445 odoo.addons.account_yodlee.tests.test__yodlee_api: Starting TestYodleeApi.test_yodlee_create_institution_fail ...
2021-05-26 14:56:30,983 6 ERROR dhs-database-app-bryntum-gantt-enterprise-2597445 odoo.tests.runner: 1 failed, 1 error(s) of 1716 tests when loading database 'dhs-database-app-bryntum-gantt-enterprise-2597445'

Filter: Error

2021-05-26 14:55:35,383 6 INFO dhs-database-app-bryntum-gantt-enterprise-2597445 odoo.addons.account_plaid.tests.test_plaid_api: Starting TestPlaidApi.test_plaid_fetch_errors ... 
2021-05-26 14:56:30,983 6 ERROR dhs-database-app-bryntum-gantt-enterprise-2597445 odoo.tests.runner: 1 failed, 1 error(s) of 1716 tests when loading database 'dhs-database-app-bryntum-gantt-enterprise-2597445'
2021-05-26 14:56:30,985 6 INFO dhs-database-app-bryntum-gantt-enterprise-2597445 odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 
odoo-bin process returned error code 1.

Post by Terence »

What I see is that the failure is in another module, the test for account_yodlee fails. Perhaps uninstall this module and then see what happens.


Post Reply