I saw posts related to this earlier but I never saw a solution - I am running fedora 15
I am trying to start the demo ant demo.start and I get this message
Exception in thread "main" org.h2.jdbc.JdbcSQLException: Exception opening port "H2 TCP Server (tcp://localhost:9092)" (port may be in use), cause: "timeout" [90061-132]
Tried adding -tcpPort 4000 to the h2.start.sh file and it didn't help
Anyone have a solution for this