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

[BUG] Package manager stores same document twice #5463

Open
dizzzz opened this issue Oct 1, 2024 · 0 comments
Open

[BUG] Package manager stores same document twice #5463

dizzzz opened this issue Oct 1, 2024 · 0 comments

Comments

@dizzzz
Copy link
Member

dizzzz commented Oct 1, 2024

Describe the bug
When checking the logs during deployment i see that some files are stored twice (making the start process a bit longer)

01 Oct 2024 07:27:55,713 [main] INFO  (Deployment.java [installAndDeploy]:267) - Installing package file:///exist/autodeploy/packageservice-1.3.14.xar 
01 Oct 2024 07:27:56,219 [main] INFO  (Deployment.java [installAndDeploy]:280) - Deploying package http://exist-db.org/apps/existdb-packageservice 
01 Oct 2024 07:27:56,229 [main] INFO  (Configurator.java [save]:1292) - Storing configuration /db/system/security/exist/groups/packageservice.xml 
01 Oct 2024 07:27:56,254 [main] INFO  (Configurator.java [save]:1292) - Storing configuration /db/system/security/exist/groups/packageservice.xml 
01 Oct 2024 07:27:56,274 [main] INFO  (Configurator.java [save]:1292) - Storing configuration /db/system/security/exist/accounts/packageservice.xml 
01 Oct 2024 07:27:56,288 [main] INFO  (Configurator.java [save]:1292) - Storing configuration /db/system/security/exist/accounts/packageservice.xml 
01 Oct 2024 07:27:59,356 [main] INFO  (Deployment.java [installAndDeploy]:267) - Installing package file:///exist/autodeploy/dashboard-2.0.9.xar 
....
01 Oct 2024 07:28:40,705 [main] INFO  (Deployment.java [installAndDeploy]:267) - Installing package file:///exist/autodeploy/monex-4.0.1.xar 
01 Oct 2024 07:28:41,514 [main] INFO  (Deployment.java [installAndDeploy]:280) - Deploying package http://exist-db.org/apps/monex 
01 Oct 2024 07:28:41,675 [main] INFO  (Configurator.java [save]:1292) - Storing configuration /db/system/security/exist/groups/monex.xml 
01 Oct 2024 07:28:41,686 [main] INFO  (Configurator.java [save]:1292) - Storing configuration /db/system/security/exist/groups/monex.xml 
01 Oct 2024 07:28:41,749 [main] INFO  (Configurator.java [save]:1292) - Storing configuration /db/system/security/exist/accounts/monex.xml 
01 Oct 2024 07:28:41,759 [main] INFO  (Configurator.java [save]:1292) - Storing configuration /db/system/security/exist/accounts/monex.xml 

Expected behavior
Files should be stored once

To Reproduce
Regular start of eXIst-db in duncrum's provided docker container

Context (please always complete the following information)

  • Build: [eXist-6.2.0]
  • Java: [11]
  • OS: [docker]
@dizzzz dizzzz changed the title [BUG] Package manager stores same document twce [BUG] Package manager stores same document twice Oct 1, 2024
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