I can connect (according to netstat) to H2 h2-1.2.130, but no query or transaction ever completes (the connection blocks). (I have not tested embedded mode)
In h2-1.2.128 however, TCP mode works fine. So, this works: java -Xmx256M -DRETURN_LOB_OBJECTS=false -jar h2-1.2.128.jar org.h2.tools.Server -webAllowOthers -tcpAllowOthers -tcpPort 9101 but not: java -Xmx256M -DRETURN_LOB_OBJECTS=false -jar h2-1.2.130.jar org.h2.tools.Server -webAllowOthers -tcpAllowOthers -tcpPort 9101 The client is connecting with: jdbc:h2:tcp://192.168.0.2:9101/~/ engines;DB_CLOSE_ON_EXIT=FALSE;MODE=PostgreSQL I've tried with the database already existing, and also tried to re- create the DB (via the socket) but the query or DML never returns.... Any advise? -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
