Re: starting network server with classes...

2007-07-27 Thread Myrna van Lunteren
On 7/27/07, Manjula Kutty <[EMAIL PROTECTED]> wrote: > I have seen both of them. The first problem I thought it was because of some > issues in my env. So still don't know what is the soution. > > For the second one, you might have some old derby.log already in your > directory.If you delete that a

Re: starting network server with classes...

2007-07-27 Thread Dag H. Wanvik
Myrna van Lunteren <[EMAIL PROTECTED]> writes: > Hi, > > I just tried something silly in my trunk environment: > java org.apache.derby.drda.NetworkServerControl start > This failed, responding 'Cannot find derbynet.jar on the classpath' > Is this no longer supported? Can it be because the secur

Re: starting network server with classes...

2007-07-27 Thread Manjula Kutty
I have seen both of them. The first problem I thought it was because of some issues in my env. So still don't know what is the soution. For the second one, you might have some old derby.log already in your directory.If you delete that and start the n/w server everything will be fine. Regards Manj

starting network server with classes...

2007-07-27 Thread Myrna van Lunteren
Hi, I just tried something silly in my trunk environment: java org.apache.derby.drda.NetworkServerControl start This failed, responding 'Cannot find derbynet.jar on the classpath' Is this no longer supported? Also, I tried - yes, silly me - to do a build on 10.3 and create an eclipse plugin...