Exception during command line start

I am just starting out using OpenHAB. I have set up a batch file which echoes out the Java version, then start OpenHAB. I am using Win7.

Occasionally I get an exception as shown below:

Java setup -----------------

C:\OpenHAB>set JAVA_HOME=C:\OpenHAB\java

C:\OpenHAB>java\bin\java -version
openjdk version "11.0.14" 2022-01-18 LTS
OpenJDK Runtime Environment Zulu11.54+23-CA (build 11.0.14+9-LTS)
OpenJDK 64-Bit Server VM Zulu11.54+23-CA (build 11.0.14+9-LTS, mixed mode)
Java setup -----------------
Launching the openHAB runtime...

                           _   _     _     ____
   ___   ___   ___   ___  | | | |   / \   | __ )
  / _ \ / _ \ / _ \ / _ \ | |_| |  / _ \  |  _ \
 | (_) | (_) |  __/| | | ||  _  | / ___ \ | |_) )
  \___/|  __/ \___/|_| |_||_| |_|/_/   \_\|____/
       |_|       3.2.0 - Release Build

Use '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
To exit, use '<ctrl-d>' or 'logout'.

openhab> Exception in thread "Thread-15" java.lang.IllegalStateException: Executor has been shut down
        at org.apache.sshd.common.util.ValidateUtils.createFormattedException(ValidateUtils.java:213)
        at org.apache.sshd.common.util.ValidateUtils.throwIllegalStateException(ValidateUtils.java:207)
        at org.apache.sshd.common.util.ValidateUtils.checkState(ValidateUtils.java:184)
        at org.apache.sshd.common.util.threads.NoCloseExecutor.execute(NoCloseExecutor.java:100)
        at java.base/sun.nio.ch.AsynchronousChannelGroupImpl.executeOnPooledThread(AsynchronousChannelGroupImpl.java:188)
        at java.base/sun.nio.ch.Invoker.invokeIndirectly(Invoker.java:213)
        at java.base/sun.nio.ch.Invoker.invokeIndirectly(Invoker.java:314)
        at java.base/sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask.failed(WindowsAsynchronousServerSocketChannelImpl.java:286)
        at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:389)
        at java.base/java.lang.Thread.run(Thread.java:829)

I do not yet have any configuration done in OH.

Oh, and if I try to start it again, it works, and I have an OH command line prompt.