Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to register component in docker image 2.2.1 #733

Open
trourance opened this issue Aug 27, 2024 · 0 comments
Open

failed to register component in docker image 2.2.1 #733

trourance opened this issue Aug 27, 2024 · 0 comments

Comments

@trourance
Copy link

When deploying the docker image, the following errors are displayed:

failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/persistence, with error: module 'digitalpy.core.persistence.persistence_facade' has no attribute 'Persistence'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/logic, with error: No module named 'Catalog'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/util, with error: No module named 'Catalog'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/network, with error: name 'Facade' is not defined
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/zmanager, with error: No module named 'Catalog'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/telemetry, with error: No module named 'Catalog'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/cot_management, with error: inconsistent use of tabs and spaces in indentation (cot_management_facade.py, line 21)
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/component_management, with error: module 'digitalpy.core.component_management.component_management_facade' has no attribute 'ComponentManagement'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/translation, with error: No module named 'Catalog'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/health, with error: No module named 'Catalog'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/queries, with error: No module named 'Catalog'
/usr/src/app/FreeTAKServer/components/extended/mission/controllers/mission_persistence_controller.py:91: SAWarning: Object of type <RolePermission> not in session, add operation along 'Permission.roles' will not proceed (This warning originated from the Session 'autoflush' process, which was invoked automatically in response to a user-initiated operation.)
  return self.ses.query(Permission).filter(Permission.permission_type == permission_type).first() # type: ignore
failed to register component: /usr/src/app/FreeTAKServer/core/domain, with error: module 'FreeTAKServer.core.domain.domain_facade' has no attribute 'Domain'
failed to register component: /usr/src/app/FreeTAKServer/core/fts_configuration, with error: module 'FreeTAKServer.core.fts_configuration.fts_configuration_facade' has no attribute 'FtsConfiguration'
failed to register component: /usr/src/app/FreeTAKServer/core/fts_core, with error: module 'FreeTAKServer.core.fts_core.fts_core_facade' has no attribute 'FtsCore'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/federation, with error: module 'FreeTAKServer.components.extended.federation.federation_facade' has no attribute 'Federation'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/track_manager, with error: module 'FreeTAKServer.components.extended.track_manager.track_manager_facade' has no attribute 'TrackManager'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/cotmanager, with error: module 'FreeTAKServer.components.extended.cotmanager.cotmanager_facade' has no attribute 'Cotmanager'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/repeater, with error: module 'FreeTAKServer.components.extended.repeater.repeater_facade' has no attribute 'Repeater'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/master_parrot, with error: module 'FreeTAKServer.components.extended.master_parrot.master_parrot_facade' has no attribute 'MasterParrot'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/report, with error: module 'FreeTAKServer.components.extended.report.report_facade' has no attribute 'Report'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/companion_parrot, with error: module 'FreeTAKServer.components.extended.companion_parrot.companion_parrot_facade' has no attribute 'CompanionParrot'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant