|
Replies:
3
-
Last Post:
Nov 3, 2009 3:56 PM
by: Vivek Pandey
|
Threads:
[
Previous
|
Next
]
|
|
|
|
|
|
Dynamic pool did not finish initialization
Posted:
Nov 3, 2009 2:03 PM
|
|
|
When starting a jruby application I get the message 'Dynamic pool did not finish initialization' and an exception is thrown in my ruby code. My ruby code takes a long time the first time it starts. Is there any way to extend the time allowed for the dynamic pool of jruby instances to start so I don't get the problem?
I'm using JRuby 1.2.0, Netbeans 6.7.1, GlassFish v3 Prelude.
|
|
|
|
|
|
|
Re: [webtier] Dynamic pool did not finish initialization
Posted:
Nov 3, 2009 2:55 PM
in response to: mikevogel
|
|
|
This bug was fixed post v3 prelude release. Can you try glassfish v3 preview release?
-vivek.
On Nov 3, 2009, at 2:03 PM, webtier@javadesktop.org wrote:
> When starting a jruby application I get the message 'Dynamic pool > did not finish initialization' and an exception is thrown in my ruby > code. My ruby code takes a long time the first time it starts. Is > there any way to extend the time allowed for the dynamic pool of > jruby instances to start so I don't get the problem? > > I'm using JRuby 1.2.0, Netbeans 6.7.1, GlassFish v3 Prelude. > [Message sent by forum member 'mikevogel' (mike.vogel@emc.com)] > > http://forums.java.net/jive/thread.jspa?messageID=370389 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: webtier-unsubscribe@glassfish.dev.java.net > For additional commands, e-mail: webtier-help@glassfish.dev.java.net >
--------------------------------------------------------------------- To unsubscribe, e-mail: webtier-unsubscribe@glassfish.dev.java.net For additional commands, e-mail: webtier-help@glassfish.dev.java.net
|
|
|
|
|
|
|
|
Re: [webtier] Dynamic pool did not finish initialization
Posted:
Nov 3, 2009 3:33 PM
in response to: Vivek Pandey
|
|
|
Can you point me at any help for how to download and integrate the Preview release with Netbeans or do I need to switch to running Glassfish Preview from the command line? If I need to run from the command line can you point me at any help for how to do that?
Thanks
|
|
|
|
|
|
|
|
Re: [webtier] Dynamic pool did not finish initialization
Posted:
Nov 3, 2009 3:56 PM
in response to: mikevogel
|
|
|
You can pick up preview build from https://glassfish.dev.java.net/downloads/v3-preview.html. On how to integrate preview to NB, you would need to add a server to NB. I never tried it myself so cant help you with this.
You may be better of trying NB 6.8 beta which has latest v3 promoted build included:
http://download.netbeans.org/netbeans/6.8/beta/
-vivek.
webtier@javadesktop.org wrote: > Can you point me at any help for how to download and integrate the Preview release with Netbeans or do I need to switch to running Glassfish Preview from the command line? If I need to run from the command line can you point me at any help for how to do that? > > Thanks > [Message sent by forum member 'mikevogel' (mike.vogel@emc.com)] > > http://forums.java.net/jive/thread.jspa?messageID=370395 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: webtier-unsubscribe@glassfish.dev.java.net > For additional commands, e-mail: webtier-help@glassfish.dev.java.net > >
--------------------------------------------------------------------- To unsubscribe, e-mail: webtier-unsubscribe@glassfish.dev.java.net For additional commands, e-mail: webtier-help@glassfish.dev.java.net
|
|
|
|
|