Using Domino Leap on V14
If you are using Domino Leap you should know that in V14 something has changed. I found that stopping and restarting dleap in V14 is different from the previous Domino versions
I have tested this with Domino Leap 1.1.3.11 and 1.1.2.18
To launch Leap you go in the server console and issue the command
tell http osgi ss dleap
if everything is OK the result is this
Note the first new thing, in V14 all the commands related to osgi show at the end this line
osgi> gosh: stopping shell
to stop Leap you issue the command tell
http osgi stop dleap
The command does not return anything but leap is stopped
To check issue again the command tell http osgi ss dleap
, the result is this
Now, here is the difference between V14 and the previous versions. Until V12 to restart leap you issue the command tell http osgi start dleap
.
This does not work in V14
if you try, you will get this
To start leap again you should note the number of the process, in my case 129, and issue the command
tell http osgi start 129
It does not return anything
but is you now issue again tell http osgi ss dleap
you will see that it is active
I am not sure if this is working as designed or is a bug or if is due to the different Java version that is in V14. But now I know how to make it work