Dear All,
I just downloaded activiti - 5.9 and tried the ant demo.start. However, the console displays the following message.
[launch] waiting for launch completion msg 'TCP server running on'…
and then throws the following exception:
[launch] Exception in thread "main" org.h2.jdbc.JdbcSQLException: Exception opening port "H2 TCP Server (tcp://192.168.12.179: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)
Any ideas what could be wrong?
I am on ubuntu 11.10 x86 64 bit.
best regards
Sriraman.