+1 calling configure youre self doesn't make anysense.
This is one thing that just have to be configured somewhere else (web.xml or system property)

johan


On 2/19/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
seems there is a problem with how application.configure() works.

if you call configure("deployment") from application.init() it doesnt really help, because a webapp.internalinit() runs before and already called configure("development") (if you did not speicfy deployment through web.xml or system prop) and so the resource thread is started already.

my thought on this would be to get rid of public configure(string) methods and let deployment mode be configured either from web.xml or a system prop.

and yes, turning off that thread solves andrew's problem.

-Igor





On 2/18/06, Eelco Hillenius < [EMAIL PROTECTED]> wrote:
Still, does the polling have that effect?

On 2/18/06, Andrew Lombardi <[EMAIL PROTECTED]> wrote:
> Yeah, I agree.  I found the problem, in 1.2 versions, the servlet
> variable has been changed to "configuration:deployment/development"
> instead of "deployment:true/false".
>
> So I was checking in my base application class for deployment servlet
> var, and calling configure("deployment") .. wasn't helping though
> since the poll frequency was already set internally when
> configuration variable is not found, so assumed development mode.  So
> it was polling every 1 second, even though I had set configure
> ("deployment")
>
> Doh!
>
>
> On Feb 18, 2006, at 9:31 PM, Eelco Hillenius wrote:
>
> > That sounds pretty crazy. Did you turn off template reloading? That
> > would be the first thing to try, and actually wize in a production
> > environment anyway. /If/ that helps, we might have something that
> > should be done differently there.
> >
> > Eelco
> >
> >
> > On 2/18/06, Andrew Lombardi < [EMAIL PROTECTED]> wrote:
> >> When deploying one of our wicket-developed applications to our
> >> production linux server, we've been seeing something very odd, maybe
> >> someone can shed some light.  This morning I awoke to error messages
> >> in our Resin app server logs about "Too many open files".  Checking
> >> the max value, it was set at 65000.
> >>
> >> A check using lsof showed that the jar file where I have the Page
> >> classes/html/prop files, had several entries.  And it would vary up
> >> and down from 1000 to well over 15000 entries for that single jar.
> >> I'm in the process of setting up a test environment to see if I can
> >> recreate the issue locally, or if it might be a linux-based issue.
> >> I'm using Resin 3.0.17 with JDK 1.5.0_06 , and using the latest
> >> snapshot from Wicket 1.2 branch.
> >>
> >> Any ideas?
> >>
> >>
> >>
> >> -------------------------------------------------------
> >> This SF.net email is sponsored by: Splunk Inc. Do you grep through
> >> log files
> >> for problems?  Stop!  Download the new AJAX search engine that makes
> >> searching your log files as easy as surfing the  web.  DOWNLOAD
> >> SPLUNK!
> >> http://sel.as-us.falkag.net/sel?
> >> cmd=lnk&kid=103432&bid=230486&dat=121642
> >> _______________________________________________
> >> Wicket-user mailing list
> >> Wicket-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through
> > log files
> > for problems?  Stop!  Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the  web.  DOWNLOAD
> > SPLUNK!
> > http://sel.as-us.falkag.net/sel?
> > cmd_______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Reply via email to