Hello,
This is the completed version of this subject.
I've downloaded the Bonita Community Runtime with Tomcat edition 2021.2 u0.
I've configured JAVA_HOME to jdk 11.0.13
The problem is when i start Bonita, i get an error :
{{The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path
}}
And i've found this other message :
{{2022-02-23 09:35:59.166 +0100 SEVERE (main) org.apache.catalina.core.StandardServer Failed to create server shutdown socket on address [localhost] and port [8005] (base port [8005] and offset [0])
java.net.BindException: Address already in use: NET_Bind
at java.base/java.net.PlainSocketImpl.bind0(Native Method)
at java.base/java.net.PlainSocketImpl.socketBind(PlainSocketImpl.java:132)
at java.base/java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:452)
at java.base/java.net.ServerSocket.bind(ServerSocket.java:381)
at java.base/java.net.ServerSocket.<init>(ServerSocket.java:243)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:577)
at org.apache.catalina.startup.Catalina.await(Catalina.java:864)
at org.apache.catalina.startup.Catalina.start(Catalina.java:810)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:476)
2022-02-23 09:35:59.168 +0100 INFO (main) org.apache.coyote.http11.Http11NioProtocol Pausing ProtocolHandler ["http-nio-8080"]}}
Then, the windows batch starts but stops before Bonita is started.
Could you help about that please ?
Thanks for your help
Best regards