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

Applications main.js executed before all bundles are started #6300

Closed
aro opened this issue Jun 5, 2018 · 0 comments
Closed

Applications main.js executed before all bundles are started #6300

aro opened this issue Jun 5, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@aro
Copy link
Contributor

aro commented Jun 5, 2018

While running in cluster, the applications main.js are executed before some of the services (e.g. SecurityService) are started, causing the main.js to fail.

Review start levels of the bundles and make sure the applications are installed at the end, after all other services/bundles are ready.

This is more visible in a cluster due to timing, but it is probably also affecting single node installations.

@aro aro added this to the 6.15.0 milestone Jun 5, 2018
@aro aro self-assigned this Jun 5, 2018
@aro aro added the Bug label Jun 5, 2018
@aro aro changed the title Applications main.js executed before all bundles are started Application main.js executed before all bundles are started Jun 5, 2018
@aro aro changed the title Application main.js executed before all bundles are started Applications main.js executed before all bundles are started Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants