Ramin Moazeni wrote:
Hello
I am getting the following error message....Is this problem related to
starting the network server after shutting down the embedded? is there
any way to fix this?
I don't know if it will give you the same result but it might be good to use
TestConfiguration.getCurrent().shutdownEngine();
or if that doesn't work for some reason put a fail line after:
DriverManager.getConnection(
"jdbc:derby:;shutdown=true");
I am not sure about this error, there seems to be some problem
restarting network server after the system has been shutdown. Maybe
separate it out into a stand-alone java program to try to see better
what is going on.
Kathey