-
Notifications
You must be signed in to change notification settings - Fork 103
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
Start-DS and Stop-DS have unpredictable behaviours #72
Comments
@Marsonge Hi, I've just reproduced this problem. Trying to find the cause... |
@Marsonge I think there are couple of reasons, causing this OpenDJ as Windows service issues:
Source file for service wrapper is here: I'll try to fix it, as soon as I can, but still have no time yet. |
I see something related on Solaris also. I have to ^C and then it prompts for certificate trust. In the end it throws an access error.
|
@anilj I don't think there's an issue with certificate, the problem is with interaction OpenDJ service wrapper and OpenDJ itself. Because OpenDJ starts successfully, if you start and stop manually |
@maximthomas try add in all (Unix/windows) stop scripts -X | —trustAll Trust all server SSL certificates. https://cdn.rawgit.com/wiki/OpenIdentityPlatform/OpenDJ/docbkx/webhelp/man-pages/stop-ds-1.html |
Done, but there's no effect |
@Marsonge Hello may be it's too late, but are you still facing the issue? |
@maximthomas Hey! Haven't been working with OpenDJ for about 7 months now. I was still facing the issue back then. I ended up working around them using Powershell and find-ldif to check whether the server was running or not programatically. |
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:
1a. During installation, the starting of the server works unpredictably. It often fails to start, despite start-ds.bat exiting with 0.
Environment:
The text was updated successfully, but these errors were encountered: