Hi Sekhar,
The Derby components can be puzzling to people familiar with other
databases. There is no such thing as a Derby Embedded Server. There is a
Derby engine and a Derby network server.
1) The engine manages the databases. The Derby engine can be embedded in
any Java application.
2) The network server manages network connections. The network server is
a Java application which embeds the Derby engine.
When you shut down the network server, you prevent remote clients from
opening connections to the databases managed by its embedded Derby
engine. However, the engine does not come down automatically. If you
don't also shut down the engine, then it will come down ungracefully
during the exit of the VM which was running the network server. You
should always shut down the engine gracefully before the VM exits.
Hope this helps,
-Rick
On 9/13/13 9:17 AM, kosurusekhar wrote:
Hi Rick,
I found this on derby specs, but many places i found that this is to
use in Derby Embedded Server. If we use this in Derby Network Server
do we have any side effects.
Regards
Sekhar.
On Fri, Sep 13, 2013 at 9:35 PM, Rick Hillegas [via Apache Database]
<[hidden email] </user/SendEmail.jtp?type=node&node=133941&i=0>> wrote:
Hi Sekhar,
The following call shuts down the Derby engine:
DriverManager.getConnection("jdbc:derby:;shutdown=true");
For more information, please see the Developer's Guide section titled
"Shutting down the system":
http://db.apache.org/derby/docs/10.10/devguide/tdevdvlp20349.html
Hope this helps,
-Rick
On 9/12/13 9:00 PM, kosurusekhar wrote:
> Hi Rick,
>
> Thanks for reply.
>
> How to brought down the derby engine. I am using
> networkcontrolserver.shutdown() method to shut down the derby.
>
> Help me to solve this problem.
>
> Regards
> Sekhar
>
>
>
> --
> View this message in context:
http://apache-database.10148.n7.nabble.com/Derby-Network-Server-booting-issue-tp133917p133922.html
> Sent from the Apache Derby Users mailing list archive at
Nabble.com.
>
If you reply to this email, your message will be added to the
discussion below:
http://apache-database.10148.n7.nabble.com/Derby-Network-Server-booting-issue-tp133917p133938.html
To unsubscribe from Derby Network Server booting issue, click here.
NAML
<http://apache-database.10148.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
View this message in context: Re: Derby Network Server booting issue
<http://apache-database.10148.n7.nabble.com/Derby-Network-Server-booting-issue-tp133917p133941.html>
Sent from the Apache Derby Users mailing list archive
<http://apache-database.10148.n7.nabble.com/Apache-Derby-Users-f95095.html>
at Nabble.com.