Re: T5 page request return blank layout under heavy load test

2010-12-02 Thread dennisdeo81

Turn out to be -XX:+UseCompressedOops cause the problem. Problem solved.
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-page-request-return-blank-layout-under-heavy-load-test-tp3277134p3289579.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



Re: T5 page request return blank layout under heavy load test

2010-11-24 Thread dennisdeo81

Hi Thiago,

Thanks for reply. 

I haven't try version 5.2 as I do not want to upgrade the version recklessly
without knowing what is the root cause, and may introduce more errors by the
upgrade. I will leave that to the last option.
 
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-page-request-return-blank-layout-under-heavy-load-test-tp3277134p3278100.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



Re: T5 page request return blank layout under heavy load test

2010-11-24 Thread dennisdeo81

Hi Kalle ,

I am not sure if it's serving only the bare layout page or it's empty
response. From the response returned (view with firebug), it seems to be
returning the html (similiar to bare layout) on all requests for pages or
anything requested internally for css or javascript. Also, tracing the logs,
i can't see any log indicate the application is been deployed (weblogic).

Also, when the JVM XDebug is switch on, this issue seems to be resolved on
it's own, with the same load tests run.

I will try to find out what's set on the jvm in the next post. 

Any suggestion?
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-page-request-return-blank-layout-under-heavy-load-test-tp3277134p3278118.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



Re: T5 page request return blank layout under heavy load test

2010-11-24 Thread dennisdeo81

Hi Kalle,

Below are my Java Memory Arguments for weblogic:

-server -Xms1536m -Xmx1536m -XX:NewSize=512m -XX:MaxNewSize=512m
-XX:PermSize=256m -XX:MaxPermSize=512m -XX:+UseParallelGC
-XX:SurvivorRatio=3
-XX:+UseCompressedOops -XX:+PrintGCDetails -XX:+PrintTenuringDistribution
-verbose:gc -XX:+DisableExplicitGC
-Xloggc:/var/applogs/weblogic/vmb-um/managed1/gc_pipe -Xverify:none
-Dmanaged1 -Dvmb-um -Djava.awt.headless=true 
-Djavax.xml.stream.XMLInputFactory=weblogic.xml.stax.XMLStreamInputFactory


-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-page-request-return-blank-layout-under-heavy-load-test-tp3277134p3278183.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



T5 page request return blank layout under heavy load test

2010-11-23 Thread dennisdeo81

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