Are you sure that what you are getting is the bare layout and that the
webapplication is still (somewhat) functional/loaded? Just a wild
guess, but it could be the container serving up an empty response
after undeploying the webapp on out-of-memory-error. Is your JVM set
to handle all of that 12GB of memory? If you haven't explicitly
configured the jvm, I doubt it would. What Xmx etc. params are you
using?

I had a vaguely similar case with a Tapestry app running on Jetty
going belly up when I was posting (lots of!) gzipped xml content to
it. It undeployed after an OoM and started serving a blank response.
The issue was finally tracked down to JVM/Jetty issue (see
http://jira.codehaus.org/browse/JETTY-1167 and further links).

Kalle


On Tue, Nov 23, 2010 at 9:07 AM, dennisdeo81 <dennis....@rockshore.net> wrote:
>
> Hi,
>
> I recently have an application develop with tapestry 5.1 deploy on Weblogic
> + oracle database. The pages work well under normal usage but went nuts
> after stress testing.
>
> I am using hibernate + spring security module from tapestry on the web page
> login, and ramp up 1000 users on the login process. Upon processing 500
> users login, the application seems to be "exhausted" and only response the
> bare layout as html on all requests(regardless if the request on any page,
> css, js  and etc).
>
> Also notice the javascript onDomLoaded is now empty:
>
> Tapestry.onDOMLoaded(function() {
> });
>
> Which should normally:
>
> Tapestry.onDOMLoaded(function() {
> Tapestry.init({"linkZone":[["forgotPassword","loginZone","/duc/login.forgotpassword"]],"zone":[{"update":"show","element":"loginZone"}]});
> });
>
> Also it's running on 4 vcpu, 12G memory server, so it only use nearly 50% of
> cpu, 40% or memory, 40 connections to the database whilst the load test.
>
> Anyone have any idea?
>
> Helps are much appreciated.
>
> Many thanks.
>
>
>
>
>
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/T5-page-request-return-blank-layout-under-heavy-load-test-tp3277134p3277134.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to