• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HsqlDB Connection Exception

 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I downloaded Hsql-Db latest version and opened [Hsql-Db_Home]/bin/ and running runManagerSwing.bat. It opens UI, In that I made configurations and its giving an exception(I posted snapshots. Please see that). Please help me to solve this. But, When I do Type as "In-memory" it's connecting. But, I want to run in server mode not In-memory type.

Thanks:
Ramakrishna K.C
Capture1.PNG
[Thumbnail for Capture1.PNG]
Exception
Capture.PNG
[Thumbnail for Capture.PNG]
Configuration
 
Ranch Hand
Posts: 63
Spring Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need to start the server using batch file available in same bin directory.
 
Ramakrishna Udupa
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Niraj Jha Thanks. Quick and simple reply with proper answer. But, Should I open that untill my DB operation completes ?
 
Niraj Jha
Ranch Hand
Posts: 63
Spring Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your Welcome.
Just minimize the command prompt until you want to use the server.
reply
    Bookmark Topic Watch Topic
  • New Topic