Hi, > netstat -an | fin /i "3405"
You are using Windows and the above "fin" is a type, it should be "find"? Are you sure the port is 3405? The port is stored in the .lock.db file. What is the content of this file? In my case it is: #FileLock #Fri Sep 24 17:37:41 CEST 2010 id=12b44648d6cd606bcaade53715f4b1d4cd2a2ed0eab ipAddress=192.168.0.105 method=socket port=62434 So the port is 62434 in my case. > It´s easy to solve this issue, just delete data.lock.db and the application > starts normally. If the database is opened from two processes at the same time, this will most likely corrupt the database file. Regards, Thomas -- 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.
