Hi, The service starts, but the tcp server is not running. >
Well, if the TCP server is not running, then the service did not start properly, right? I don't know how, but I guess there is a way to look at the output of the server, so see what the problem is? > It is possible to connect by the file method. That only means the database is not open. The TCP server only opens the database when a connection is open (not when the TCP server is started). Regards, Thomas > > The service is started with default options, from a script in init.d...e.g. > > service careH2 start > > => > /usr/java/latest/bin/java -Dname=CareH2d -cp > /home/rules/h2/bin/h2-1.3.169.jar org.h2.tools.Server > > > > On Tue, Jan 14, 2014 at 1:47 PM, Thomas Mueller < > [email protected] <javascript:_e({}, 'cvml', > '[email protected]');>> wrote: > >> Hi, >> >> How did you start the service? I would expect an exception there if it >> didn't work. >> >> Regards, >> Thomas >> >> >> On Tue, Jan 14, 2014 at 6:23 PM, Dave Atkins >> <[email protected]<javascript:_e({}, 'cvml', '[email protected]');> >> > wrote: >> >>> Is there any way to diagnose this? Are there any log files I don't >>> know about? Where would I find an exception or some indication that the >>> service did not start properly? >>> >>> On Saturday, January 11, 2014 10:26:35 AM UTC-5, Noel Grandin wrote: >>> >>>> On Fri, Jan 10, 2014 at 5:21 PM, Dave Atkins <[email protected]> >>>> wrote: >>>> > I recently shutdown this H2 database and after restarting the >>>> service, I can >>>> > no longer connect via TCP. I've been troubleshooting from command >>>> line; the >>>> > web interface just times out. Here's what I see: >>>> >>>> >>>> The most likely answer is simply that the service did not restart >>>> properly and so there was nothing to connect to. >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "H2 Database" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:_e({}, >>> 'cvml', 'h2-database%[email protected]');>. >>> >>> To post to this group, send email to >>> [email protected]<javascript:_e({}, 'cvml', >>> '[email protected]');> >>> . >>> Visit this group at http://groups.google.com/group/h2-database. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "H2 Database" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/h2-database/3lJV5BZn2OE/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:_e({}, 'cvml', >> 'h2-database%[email protected]');>. >> To post to this group, send email to >> [email protected]<javascript:_e({}, 'cvml', >> '[email protected]');> >> . >> Visit this group at http://groups.google.com/group/h2-database. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:_e({}, > 'cvml', 'h2-database%[email protected]');>. > To post to this group, send email to > [email protected]<javascript:_e({}, 'cvml', > '[email protected]');> > . > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
