Hi,
when i m trying to launch demo application by "ant demo.start", i m getting the following error.
h2.start:
[launch] launching cmd 'D:\Bonitasoft\activiti-5.1\activiti-5.1\apps\h2\h2.start.bat ' in dir 'D:\Bonitasoft\activiti
-5.1\activiti-5.1\apps\h2'
[launch] waiting for launch completion msg 'TCP server running on'…
[launch] Exception in thread "main" org.h2.jdbc.JdbcSQLException: Exception opening port "H2 TCP Server (tcp://10.3
8.241.77:9092)" (port may be in use), cause: "timeout" [90061-132]
[launch] at org.h2.message.DbException.getJdbcSQLException(DbException.java:316)
[launch] at org.h2.message.DbException.get(DbException.java:167)
[launch] at org.h2.tools.Server.start(Server.java:344)
[launch] at org.h2.tools.Server.runTool(Server.java:216)
[launch] at org.h2.tools.Server.main(Server.java:106)
……………..
I changed the port from 9092 to 9999. But still i m getting this error. Please help me to solve this issue.