List Info

Thread: Created: (JBSEAM-2591) page actions fail under load testing




Created: (JBSEAM-2591) page actions fail under load testing
country flaguser name
United States
2008-02-06 22:09:03
page actions fail under load testing
------------------------------------

                 Key: JBSEAM-2591
                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2591
             Project: JBoss Seam
          Issue Type: Bug
            Reporter: Samuel Mendenhall
            Priority: Critical


Page actions fail to be invoked when load testing multiple
requests simultaneously.  Pages actions do correctly get
processed when those requests are given an interval between
executions, thus not concurrent.

Code for reproduction:

<page view-id="/home.xhtml"
login-required="false">
       <action
execute="#{someComponent.someMethod}"/>
   </page>


Name("someComponent")
public class SomeComponent {
     Logger private Log log;
     In FacesMessages facesMessages;
     public void someMethod() {
       log.info("someComponent:someMethod invoked at
" + Calendar.getInstance().getTime());
       facesMessages.add("someComponent:someMethod
invoked at " + Calendar.getInstance().getTime());
   }
} 

There is on average of between 1-3 failed actions per 20
concurrent requests from initial analysis.  The failed
action presents absolutely no exception, the method is just
not called, no log message in the console, and no
FacesMessage added.

jMeter script and screens attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-2591) page actions fail under load testing
country flaguser name
United States
2008-02-06 22:11:04
     [ http://jira.jboss.com/jira/browse/JBSEAM-2591?page=all
]

Samuel Mendenhall updated JBSEAM-2591:
--------------------------------------

    Attachment: seamjsfaction.jmx

> page actions fail under load testing
> ------------------------------------
>
>                 Key: JBSEAM-2591
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2591
>             Project: JBoss Seam
>          Issue Type: Bug
>            Reporter: Samuel Mendenhall
>            Priority: Critical
>         Attachments: pageactionsfail.png,
pageactionssucceed.png, seamjsfaction.jmx
>
>
> Page actions fail to be invoked when load testing
multiple requests simultaneously.  Pages actions do
correctly get processed when those requests are given an
interval between executions, thus not concurrent.
> Code for reproduction:
> <page view-id="/home.xhtml"
login-required="false">
>        <action
execute="#{someComponent.someMethod}"/>
>    </page>
> Name("someComponent")
> public class SomeComponent {
>      Logger private Log log;
>      In FacesMessages facesMessages;
>      public void someMethod() {
>        log.info("someComponent:someMethod invoked
at " + Calendar.getInstance().getTime());
>        facesMessages.add("someComponent:someMethod
invoked at " + Calendar.getInstance().getTime());
>    }
> } 
> There is on average of between 1-3 failed actions per
20 concurrent requests from initial analysis.  The failed
action presents absolutely no exception, the method is just
not called, no log message in the console, and no
FacesMessage added.
> jMeter script and screens attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-2591) page actions fail under load testing
country flaguser name
United States
2008-02-06 22:11:04
     [ http://jira.jboss.com/jira/browse/JBSEAM-2591?page=all
]

Samuel Mendenhall updated JBSEAM-2591:
--------------------------------------

    Attachment: pageactionsfail.png

> page actions fail under load testing
> ------------------------------------
>
>                 Key: JBSEAM-2591
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2591
>             Project: JBoss Seam
>          Issue Type: Bug
>            Reporter: Samuel Mendenhall
>            Priority: Critical
>         Attachments: pageactionsfail.png,
pageactionssucceed.png, seamjsfaction.jmx
>
>
> Page actions fail to be invoked when load testing
multiple requests simultaneously.  Pages actions do
correctly get processed when those requests are given an
interval between executions, thus not concurrent.
> Code for reproduction:
> <page view-id="/home.xhtml"
login-required="false">
>        <action
execute="#{someComponent.someMethod}"/>
>    </page>
> Name("someComponent")
> public class SomeComponent {
>      Logger private Log log;
>      In FacesMessages facesMessages;
>      public void someMethod() {
>        log.info("someComponent:someMethod invoked
at " + Calendar.getInstance().getTime());
>        facesMessages.add("someComponent:someMethod
invoked at " + Calendar.getInstance().getTime());
>    }
> } 
> There is on average of between 1-3 failed actions per
20 concurrent requests from initial analysis.  The failed
action presents absolutely no exception, the method is just
not called, no log message in the console, and no
FacesMessage added.
> jMeter script and screens attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-2591) page actions fail under load testing
country flaguser name
United States
2008-02-06 22:11:04
     [ http://jira.jboss.com/jira/browse/JBSEAM-2591?page=all
]

Samuel Mendenhall updated JBSEAM-2591:
--------------------------------------

    Attachment: pageactionssucceed.png

> page actions fail under load testing
> ------------------------------------
>
>                 Key: JBSEAM-2591
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2591
>             Project: JBoss Seam
>          Issue Type: Bug
>            Reporter: Samuel Mendenhall
>            Priority: Critical
>         Attachments: pageactionsfail.png,
pageactionssucceed.png, seamjsfaction.jmx
>
>
> Page actions fail to be invoked when load testing
multiple requests simultaneously.  Pages actions do
correctly get processed when those requests are given an
interval between executions, thus not concurrent.
> Code for reproduction:
> <page view-id="/home.xhtml"
login-required="false">
>        <action
execute="#{someComponent.someMethod}"/>
>    </page>
> Name("someComponent")
> public class SomeComponent {
>      Logger private Log log;
>      In FacesMessages facesMessages;
>      public void someMethod() {
>        log.info("someComponent:someMethod invoked
at " + Calendar.getInstance().getTime());
>        facesMessages.add("someComponent:someMethod
invoked at " + Calendar.getInstance().getTime());
>    }
> } 
> There is on average of between 1-3 failed actions per
20 concurrent requests from initial analysis.  The failed
action presents absolutely no exception, the method is just
not called, no log message in the console, and no
FacesMessage added.
> jMeter script and screens attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Assigned: (JBSEAM-2591) page actions fail under load testing
country flaguser name
United States
2008-02-07 13:11:04
     [ http://jira.jboss.com/jira/browse/JBSEAM-2591?page=all
]

Norman Richards reassigned JBSEAM-2591:
---------------------------------------

    Assignee: Norman Richards

> page actions fail under load testing
> ------------------------------------
>
>                 Key: JBSEAM-2591
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2591
>             Project: JBoss Seam
>          Issue Type: Bug
>            Reporter: Samuel Mendenhall
>         Assigned To: Norman Richards
>            Priority: Critical
>         Attachments: pageactionsfail.png,
pageactionssucceed.png, seamjsfaction.jmx
>
>
> Page actions fail to be invoked when load testing
multiple requests simultaneously.  Pages actions do
correctly get processed when those requests are given an
interval between executions, thus not concurrent.
> Code for reproduction:
> <page view-id="/home.xhtml"
login-required="false">
>        <action
execute="#{someComponent.someMethod}"/>
>    </page>
> Name("someComponent")
> public class SomeComponent {
>      Logger private Log log;
>      In FacesMessages facesMessages;
>      public void someMethod() {
>        log.info("someComponent:someMethod invoked
at " + Calendar.getInstance().getTime());
>        facesMessages.add("someComponent:someMethod
invoked at " + Calendar.getInstance().getTime());
>    }
> } 
> There is on average of between 1-3 failed actions per
20 concurrent requests from initial analysis.  The failed
action presents absolutely no exception, the method is just
not called, no log message in the console, and no
FacesMessage added.
> jMeter script and screens attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Commented: (JBSEAM-2591) page actions fail under load testing
country flaguser name
United States
2008-02-08 09:11:04
    [ http://jira.jboss.com/jira/browse/JBS
EAM-2591?page=comments#action_12398922 ] 
            
Samuel Mendenhall commented on JBSEAM-2591:
-------------------------------------------

Need documentation specifically warning users when
attempting to load test their application with seam debug
on.

> page actions fail under load testing
> ------------------------------------
>
>                 Key: JBSEAM-2591
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2591
>             Project: JBoss Seam
>          Issue Type: Bug
>            Reporter: Samuel Mendenhall
>         Assigned To: Norman Richards
>            Priority: Critical
>         Attachments: pageactionsfail.png,
pageactionssucceed.png, seamjsfaction.jmx
>
>
> Page actions fail to be invoked when load testing
multiple requests simultaneously.  Pages actions do
correctly get processed when those requests are given an
interval between executions, thus not concurrent.
> Code for reproduction:
> <page view-id="/home.xhtml"
login-required="false">
>        <action
execute="#{someComponent.someMethod}"/>
>    </page>
> Name("someComponent")
> public class SomeComponent {
>      Logger private Log log;
>      In FacesMessages facesMessages;
>      public void someMethod() {
>        log.info("someComponent:someMethod invoked
at " + Calendar.getInstance().getTime());
>        facesMessages.add("someComponent:someMethod
invoked at " + Calendar.getInstance().getTime());
>    }
> } 
> There is on average of between 1-3 failed actions per
20 concurrent requests from initial analysis.  The failed
action presents absolutely no exception, the method is just
not called, no log message in the console, and no
FacesMessage added.
> jMeter script and screens attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Commented: (JBSEAM-2591) page actions fail under load testing
country flaguser name
United States
2008-02-09 19:33:03
    [ http://jira.jboss.com/jira/browse/JBS
EAM-2591?page=comments#action_12399011 ] 
            
Samuel Mendenhall commented on JBSEAM-2591:
-------------------------------------------

This issue can be closed it is not a bug, all that needs to
be done is clearer documentation on the hazards of debug
mode.

> page actions fail under load testing
> ------------------------------------
>
>                 Key: JBSEAM-2591
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2591
>             Project: JBoss Seam
>          Issue Type: Bug
>            Reporter: Samuel Mendenhall
>         Assigned To: Norman Richards
>            Priority: Critical
>         Attachments: pageactionsfail.png,
pageactionssucceed.png, seamjsfaction.jmx
>
>
> Page actions fail to be invoked when load testing
multiple requests simultaneously.  Pages actions do
correctly get processed when those requests are given an
interval between executions, thus not concurrent.
> Code for reproduction:
> <page view-id="/home.xhtml"
login-required="false">
>        <action
execute="#{someComponent.someMethod}"/>
>    </page>
> Name("someComponent")
> public class SomeComponent {
>      Logger private Log log;
>      In FacesMessages facesMessages;
>      public void someMethod() {
>        log.info("someComponent:someMethod invoked
at " + Calendar.getInstance().getTime());
>        facesMessages.add("someComponent:someMethod
invoked at " + Calendar.getInstance().getTime());
>    }
> } 
> There is on average of between 1-3 failed actions per
20 concurrent requests from initial analysis.  The failed
action presents absolutely no exception, the method is just
not called, no log message in the console, and no
FacesMessage added.
> jMeter script and screens attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-2591) page actions fail under load testing
country flaguser name
United States
2008-02-10 18:20:04
     [ http://jira.jboss.com/jira/browse/JBSEAM-2591?page=all
]

Pete Muir updated JBSEAM-2591:
------------------------------

       Issue Type: Task  (was: Bug)
      Component/s: Documentation
    Fix Version/s: 2.0.2.GA
                   2.1.0.GA
      Description: Document pitfalls of using development
mode in production.  (was: Page actions fail to be invoked
when load testing multiple requests simultaneously.  Pages
actions do correctly get processed when those requests are
given an interval between executions, thus not concurrent.

Code for reproduction:

<page view-id="/home.xhtml"
login-required="false">
       <action
execute="#{someComponent.someMethod}"/>
   </page>


Name("someComponent")
public class SomeComponent {
     Logger private Log log;
     In FacesMessages facesMessages;
     public void someMethod() {
       log.info("someComponent:someMethod invoked at
" + Calendar.getInstance().getTime());
       facesMessages.add("someComponent:someMethod
invoked at " + Calendar.getInstance().getTime());
   }
} 

There is on average of between 1-3 failed actions per 20
concurrent requests from initial analysis.  The failed
action presents absolutely no exception, the method is just
not called, no log message in the console, and no
FacesMessage added.

jMeter script and screens attached.)
         Priority: Minor  (was: Critical)

> page actions fail under load testing
> ------------------------------------
>
>                 Key: JBSEAM-2591
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2591
>             Project: JBoss Seam
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Samuel Mendenhall
>         Assigned To: Norman Richards
>            Priority: Minor
>             Fix For: 2.0.2.GA, 2.1.0.GA
>
>         Attachments: pageactionsfail.png,
pageactionssucceed.png, seamjsfaction.jmx
>
>
> Document pitfalls of using development mode in
production.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-2591) page actions fail under load testing
country flaguser name
United States
2008-02-11 12:59:41
     [ http://jira.jboss.com/jira/browse/JBSEAM-2591?page=all
]

Norman Richards updated JBSEAM-2591:
------------------------------------

    Fix Version/s: 2.1.0.GA
                       (was: 2.0.2.GA)
                       (was: 2.1.0.A1)

> page actions fail under load testing
> ------------------------------------
>
>                 Key: JBSEAM-2591
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-2591
>             Project: JBoss Seam
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Samuel Mendenhall
>         Assigned To: Norman Richards
>            Priority: Minor
>             Fix For: 2.1.0.GA
>
>         Attachments: pageactionsfail.png,
pageactionssucceed.png, seamjsfaction.jmx
>
>
> Document pitfalls of using development mode in
production.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

[1-9]

about | contact  Other archives ( Real Estate discussion Medical topics )