cancel
Showing results for 
Search instead for 
Did you mean: 

ant demo.start not working

messner
Champ in-the-making
Champ in-the-making
Smiley Sad
demo.install:

cfg.create:
     [copy] Copying 1 file to /home/messner/bin/activiti-5.5/setup/build/activiti-cfg
      [zip] Building zip: /home/messner/bin/activiti-5.5/setup/build/activiti-cfg.jar
     [echo] copying configuration to ../workspace/activiti-engine-examples/src/main/config
    [unzip] Expanding: /home/messner/bin/activiti-5.5/setup/build/activiti-cfg.jar into /home/messner/bin/activiti-5.5/workspace/activiti-engine-examples/src/main/config

internal.classpath.libs:

internal.taskdef.launch:

h2.start:
   [launch] launching cmd '/home/messner/bin/activiti-5.5/apps/h2/h2.start.sh ' in dir '/home/messner/bin/activiti-5.5/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://localhost: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)
^C
OS: fedora 15 beta
Java: java -version
java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)

Any help ?
4 REPLIES 4

messner
Champ in-the-making
Champ in-the-making
I have "solved" the problem - I have configured the install to use mysql … and now it works.

messner
Champ in-the-making
Champ in-the-making
http://forums.activiti.org/en/viewtopic.php?f=12&t=1494&start=0

Now the activiti-kistart isn't working with mysql ;(

Can anyone help me with h2  ?

jbarrez
Star Contributor
Star Contributor
Check the docs, it is described there how to run KickStart on other databases.

messner
Champ in-the-making
Champ in-the-making
I did this..

But it doesn't work yet :

http://forums.activiti.org/en/viewtopic.php?f=12&t=1494

I had also problems with compiling applications using Mysql … so I would be very glad if I could use H2, but I don't know, how to start is … what is wrong with my setup for H2 ?