users@glassfish.java.net

Re: "__TimerPool not found" in clustered mode

From: Jagadish Prasath Ramu <Jagadish.Ramu_at_Sun.COM>
Date: Thu, 10 Jan 2008 11:27:44 +0530

On Wed, 2008-01-09 at 21:54 -0800, glassfish_at_javadesktop.org wrote:
> Hi Marina,
>
> Thanks for the pointer.
>
> Regarding "if I need the timer service", I'm actually not using the Timer service in any of my code, but instead of trying to disable it, I was worried that Glassfish itself uses the Timer service for its own tasks. Say for example it may be using the Timer service to synchronize between the 2 instances? Would this be possible? Or is the Timer service purely for application-level usage?
>
> I don't understand what you mean when you say that "an embedded JavaDB database is not useful in a cluster". Can I trouble you to explain this a little bit more?
Embedded JavaDB will run within the caller's JVM. Derby(JavaDB) engine
does not run as a separate process. So, it will be available only within
one appserver instance and not across instances.

For more information :
http://db.apache.org/derby/papers/DerbyTut/embedded_intro.html
 
Thanks,
-Jagadish
>
> My application is supported by an Oracle database, I'll first create the schema in Oracle and point it there and see how it goes from there.
>
> Thanks!
> Wong
> [Message sent by forum member 'lilwong' (lilwong)]
>
> http://forums.java.net/jive/thread.jspa?messageID=253117
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>