Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
- Create a persistent mongodb to use with Sling.
- Start sling using the mongodb.
- Stop sling.
- Remove 'sling' directory.
- Attempt to restart sling. Ultimately, sling fails to start.
Steps to reproduce with attached scripts:
- Run run-mongo.sh . This creates a MongoDB 3.6 container named mongo-sling
- Run run-sling-initial.sh. This starts up Sling in the oak_mongo runmode, shuts it down after it's (probably) started up
- Run run-sling-second.sh. This moves away the sling directory and starts up a new instance. This always fails
For cleanup, the drop-mongo.sh script stops and removes the mongo-sling container.
Attachments
Attachments
Issue Links
- relates to
-
SLING-7811 NPE when repository is starting up due to repository manager shutdown
- Closed