Skip to content

Start-DS and Stop-DS have unpredictable behaviours #72

@Marsonge

Description

@Marsonge

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:

  1. 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.
  2. Start the Windows service using net start.
  3. Stop the Windows service.
  4. Check using Task Manager: OpenDJ is still running, despite the Windows service being at Stopped.
  5. Run stop-ds.bat.
  6. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions