Error starting environment

1
0
-1

Dear Forum,

I get this message in log starting our test level environment.
Any suggestions on how to address most appreciated !

INFO: Initialization processed in 1206 ms
java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: Exception opening port "7091" (port may be in use), cause: " java.net.BindException: Address already in use" [90061-170]
at org.bonitasoft.tomcat.H2Listener.lifecycleEvent(H2Listener.java:81)

many thanks,
Allan
allan.ford@santos.com

1 answer

1
0
-1

Hi,

The port used for H2 is already in use as this message state: port may be in use

You have probably a process running on this port already. Try to kill this process and start your Studio again.

Cheers

Notifications