Suraj Batuwana wrote:
> Also in client side i am getting the folloing error
> 
> Error when executing query:com.ibm.websphere.ce.cm.StaleConnectionException:
> Meta-data for Container
> [EMAIL PROTECTED] could not be
> accessed
> junit.framework.AssertionFailedError: Error when executing
> query:com.ibm.websphere.ce.cm.StaleConnectionException: Meta-data for
> Container [EMAIL PROTECTED] could
> not be accessed

I'm going out on a limb here because I know nothing about websphere, but
I wonder if that "container ... could not be accessed" error has
anything to do with file permissions on the data files that make up the
derby database?

Can you access that database using ij? If you're unfamiliar with ij, a
quick intro is at
http://db.apache.org/derby/papers/DerbyTut/ij_intro.html  and example
using the client jdbc driver in ij is at
http://db.apache.org/derby/papers/DerbyTut/ns_intro.html#ij_ns_client .

 -jean

Reply via email to