Hi all, i have some torubles to connect to my tcp remote server.
I'm starting server with this command
java -cp h2-1.2.136.jar org.h2.tools.Server -tcpAllowOthers

Now im trying to connect to this server from a pc in LAN, my url is
this
jdbc:h2:tcp://192.168.0.2:9092/C:\h2db

But i have this error:
session is closed [90067-134]

I tried to disable firewall but error still, what can i do?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-datab...@googlegroups.com.
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to