I shut down continuum but still get the same error message. I am following the SQuirreL SQL instructions that Artamonov provides in this email. My JDBC connection is jdbc:derby://server_ip/apps/build/continuum- 1.0.3/apps/continuum/database Thanks.
L. J. On 8/31/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
what is the jdbc url you use? You must shutdown continuum before to access to the database. Emmanuel L. J. a écrit : > I have tried this but always get the error message: > java.security.PrivilegedActionException : Error opening socket to server > "servername" on port 1527 with message : null > > Any suggestion? > > Thanks. > > LJ > > > On 8/31/06, Artamonov, Juri <[EMAIL PROTECTED]> wrote: >> >> I don't know why you need this, but here are instruction that were taken >> by me from another mail on this list >> >> Downloaded SQuirreL SQL from http://squirrel-sql.sourceforge.net/. >> >> Selected Modify Driver for Apache Derby Embedded and added the Derby jar >> files, derby.jar and derbyclient.jar to the Extra Class Path tab. >> >> Created a new continuum entry in the Aliases window. These are the >> properties: >> >> Name: continuum >> Driver: Apache Derby Embedded >> URL: jdbc:derby:c:/temp/continuum/database >> UserName: sa >> >> In Linux the URL is: >> >> jdbc:derby:/usr/local/bin/continuum-1.0.3/apps/continuum/database >> >> I can now connect to the database... >> >> -----Original Message----- >> From: L. J. [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, August 30, 2006 11:09 PM >> To: continuum-users >> Subject: accessing continuum DB >> >> >> Could anyone kindly provide me a step by step instructions on how to >> access the continuum DB? Also, what tool should I use? >> >> Thanks. >> >> LJ >> >
