ij stdout and stderr

2005-11-16 Thread Xavier Vigouroux
solution? thanks -- Xavier VIGOUROUX - sun microsystems

Re: transient priviledgeException

2005-11-15 Thread Xavier Vigouroux
: On Tuesday 11 October 2005 02:06, Xavier Vigouroux wrote: Let's summarize 1/ I start the embedded server and wait ping is ok 2/ I execute ij to boot the DB and create the schema (ij.database has a create=true) and I give an SQL file to execute. at the first line of the execution (some kind of open

[generic question] derby and password

2005-11-15 Thread Xavier Vigouroux
Hi In my project, I create a database that is access afterwards. at creation, I would like to secure the access. as a dummy question, what is the usual way to secure an access to the DB whereas the user is never in the loop. All must be done programmatically? is there a challenge code? I am

Re: transient priviledgeException

2005-10-11 Thread Xavier Vigouroux
Le 10 oct. 05, à 19:05, Kathey Marsden a écrit : Xavier Vigouroux wrote: Hi, I have a transient priviledgeException when connection to the DB with ij. here is the scenario: 1/ I start an embeddedServer 2/ wait for the ping() be ok (tested in the JVM creating the server) 3/ start ij

Re: transient priviledgeException

2005-10-10 Thread Xavier Vigouroux
Le 10 oct. 05, à 15:50, Øystein Grøvlen a écrit : XV == Xavier Vigouroux [EMAIL PROTECTED] writes: XV If I understand you, you propose to improve my call to ping with a XV loop on the creation (ie. url with create=true) of a *FAKE* schema XV until it succeeds. XV

Re: transient priviledgeException

2005-10-06 Thread Xavier Vigouroux
Le 5 oct. 05, à 18:49, Michael J. Segel a écrit : On Wednesday 05 October 2005 10:44, Xavier Vigouroux wrote: Le 4 oct. 05, à 23:27, Øystein Grøvlen a écrit : XV == Xavier Vigouroux [EMAIL PROTECTED] writes: XV Hi, XV I have a transient priviledgeException when connection

Re: transient priviledgeException

2005-10-05 Thread Xavier Vigouroux
Le 4 oct. 05, à 23:27, Øystein Grøvlen a écrit : XV == Xavier Vigouroux [EMAIL PROTECTED] writes: XV Hi, XV I have a transient priviledgeException when connection to the DB with XV ij. XV here is the scenario: XV 1/ I start an embeddedServer XV 2/ wait

embeddedServer vs NetworkServer: any differences in terms of provileges

2005-09-21 Thread Xavier Vigouroux
hi, I used to spawn a networkserver that I access through JDBC. I have to change my design to a Embedded Server. I have now a PriviledgeActionException (on client side) when opening socket to the server do you have any clue? -- Xavier VIGOUROUX - sun microsystems

Re: suppress connection %d message on console

2005-09-14 Thread Xavier Vigouroux
Le 13 sept. 05, à 12:15, Øystein Grøvlen a écrit : XV == Xavier Vigouroux [EMAIL PROTECTED] writes: XV hi, XV is there a way to remove the message on console indicating new XV connection to the server ? As far as I can see from the code, these messages will always go

suppress connection %d message on console

2005-09-08 Thread Xavier Vigouroux
hi, is there a way to remove the message on console indicating new connection to the server ? thanks -- Xavier VIGOUROUX - sun microsystems

Re: what exactly does SYSCS_CHECK_TABLE?

2005-09-02 Thread Xavier Vigouroux
Thanks for these answers. Le 1 sept. 05, à 18:20, Sunitha Kambhampati a écrit : Xavier Vigouroux wrote: Hi, I am trying to create an agent that will check that a database is working correctly. In this context what operation is performed by SYSCS_CHECK_TABLE? thanks You may find

what exactly does SYSCS_CHECK_TABLE?

2005-09-01 Thread Xavier Vigouroux
Hi, I am trying to create an agent that will check that a database is working correctly. In this context what operation is performed by SYSCS_CHECK_TABLE? thanks -- Xavier VIGOUROUX - sun microsystems

Derby server health probing

2005-08-23 Thread Xavier Vigouroux
resources. Thanks -- Xavier VIGOUROUX - sun microsystems

Re: Help with derby.properties file.

2005-07-27 Thread Xavier Vigouroux
start -h 0.0.0.0 will read property file from dir Le 26 juil. 05, à 19:47, David Van Couvering a écrit : Sorry, Xavier, I don't understand your question/comment? David Xavier Vigouroux wrote: Hi but you set the derby home with the command line java -D. Le 25 juil. 05, à 19:59, David Van

Re: Help with derby.properties file.

2005-07-26 Thread Xavier Vigouroux
i missing any starting parameters ? Thanks ! __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Xavier VIGOUROUX - sun microsystems

Re: Logging SQL requests in Derby

2005-07-21 Thread Xavier Vigouroux
URL. But I could not find an answer to my question. http://incubator.apache.org/derby/manuals/index.html If anybody knows, I appreciate to point me to a documentation or a URL. Thanks a lot, leila -- Xavier VIGOUROUX - sun microsystems

Re: derby and squirrel sql JDBC client

2005-07-08 Thread Xavier Vigouroux
Thanks,   Susan Xavier Vigouroux [EMAIL PROTECTED] wrote: hi, first hello to everybody on this mailing list. Is somebody using the 2.0rc of squirrel-sql (http://squirrel-sql.sourceforge.net/). It relies on JDBC to get information from DB. unfortunately, I always have an error when querying info from

Re: derby and squirrel sql JDBC client

2005-06-29 Thread Xavier Vigouroux
call this a bug in the network client driver. I'll file an JIRA issue on it. This is DERBY-213 -- Xavier VIGOUROUX - sun microsystems

multithreading

2005-06-29 Thread Xavier Vigouroux
Hi, I execute a networkserver on a 4 processors machine. I wonder how is managed the multithreading as I can see that 2 procs are used for a single batch (with 1000 insert). thanks. -- Xavier VIGOUROUX - sun microsystems

derby and squirrel sql JDBC client

2005-06-28 Thread Xavier Vigouroux
: invalid operation: result set closed) Do one of you has the same problem? thanks -- Xavier VIGOUROUX - sun microsystems