-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
Description
Describe the bug
When trying to start the domain server using start-ds.bat, or to stop the server either as a Windows service or with stop-ds.bat, the behaviour is unpredictable.
Stopping the Windows service or using stop-ds.bat will not kill the server, despite stop-ds.bat exiting with 0.
To Reproduce
Steps to reproduce the behavior:
- Install OpenDJ as a Windows service.
1a. During installation, the starting of the server works unpredictably. It often fails to start, despite start-ds.bat exiting with 0. - Start the Windows service using net start.
- Stop the Windows service.
- Check using Task Manager: OpenDJ is still running, despite the Windows service being at Stopped.
- Run stop-ds.bat.
- Check using Task Manager: OpenDJ is still running, despite stop-ds.bat exiting with 0.
Environment:
- OS: Windows
- Version 4.4.2
- AdoptOpenJDK 8_212