[Mifos-issues] [JIRA Studio] Created: (MIFOS-4763) When running selenium tests seeing this message Request method 'HEAD' not supported endlessly

0 views
Skip to first unread message

Sumit Shah (JIRA)

unread,
Feb 19, 2011, 12:59:16 AM2/19/11
to mifos-...@lists.sourceforge.net
When running selenium tests seeing this message Request method 'HEAD' not supported endlessly
---------------------------------------------------------------------------------------------

Key: MIFOS-4763
URL: http://mifosforge.jira.com/browse/MIFOS-4763
Project: mifos
Issue Type: Bug
Reporter: Sumit Shah


Selenium client is sending a HEAD request many times and is spamming the logs with messages like:


2011-02-18/21:14:02.687/PST ERROR, org.mifos.framework.servlet.UncaughtExceptionHandler, ?, ?, ?, Uncaught exception while accessing '/mifos
/login.ftl'
org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'HEAD' not supported
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter$ServletHandlerMethodResolver.resolveHandlerMethod(A
nnotationMethodHandlerAdapter.java:623)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.
java:421)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:414)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)

Either selenium should not send this see:

http://code.google.com/p/selenium/issues/detail?id=462

or the spring config should handle this

or org.mifos.framework.servlet.UncaughtExceptionHandler should ignore this particular exception in this particular case

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Mifos-issues mailing list
Mifos-...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues

jbrewster (JIRA)

unread,
Feb 23, 2011, 5:05:16 PM2/23/11
to mifos-...@lists.sourceforge.net

[ http://mifosforge.jira.com/browse/MIFOS-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jbrewster updated MIFOS-4763:
-----------------------------

Fix Version/s: Release G
Release G - Iteration 1
Assignee: Jakub Sławiński

Jakub, lower priority, but something to review for the team while adding new tests?

> When running selenium tests seeing this message Request method 'HEAD' not supported endlessly
> ---------------------------------------------------------------------------------------------
>
> Key: MIFOS-4763
> URL: http://mifosforge.jira.com/browse/MIFOS-4763
> Project: mifos
> Issue Type: Bug
> Reporter: Sumit Shah

> Assignee: Jakub Sławiński
> Fix For: Release G - Iteration 1, Release G


>
>
> Selenium client is sending a HEAD request many times and is spamming the logs with messages like:
> 2011-02-18/21:14:02.687/PST ERROR, org.mifos.framework.servlet.UncaughtExceptionHandler, ?, ?, ?, Uncaught exception while accessing '/mifos
> /login.ftl'
> org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'HEAD' not supported
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter$ServletHandlerMethodResolver.resolveHandlerMethod(A
> nnotationMethodHandlerAdapter.java:623)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.
> java:421)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:414)
> at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
> Either selenium should not send this see:
> http://code.google.com/p/selenium/issues/detail?id=462
> or the spring config should handle this
> or org.mifos.framework.servlet.UncaughtExceptionHandler should ignore this particular exception in this particular case

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev

Kay Chau (JIRA)

unread,
Feb 25, 2011, 1:20:16 PM2/25/11
to mifos-...@lists.sourceforge.net

[ http://mifosforge.jira.com/browse/MIFOS-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kay Chau updated MIFOS-4763:
----------------------------

Fix Version/s: (was: Release G - Iteration 1)
Release G - Iteration 2

> When running selenium tests seeing this message Request method 'HEAD' not supported endlessly
> ---------------------------------------------------------------------------------------------
>
> Key: MIFOS-4763
> URL: http://mifosforge.jira.com/browse/MIFOS-4763
> Project: mifos
> Issue Type: Bug
> Reporter: Sumit Shah

> Assignee: Jakub Sławiński
> Fix For: Release G - Iteration 2, Release G


>
>
> Selenium client is sending a HEAD request many times and is spamming the logs with messages like:
> 2011-02-18/21:14:02.687/PST ERROR, org.mifos.framework.servlet.UncaughtExceptionHandler, ?, ?, ?, Uncaught exception while accessing '/mifos
> /login.ftl'
> org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'HEAD' not supported
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter$ServletHandlerMethodResolver.resolveHandlerMethod(A
> nnotationMethodHandlerAdapter.java:623)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.
> java:421)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:414)
> at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
> Either selenium should not send this see:
> http://code.google.com/p/selenium/issues/detail?id=462
> or the spring config should handle this
> or org.mifos.framework.servlet.UncaughtExceptionHandler should ignore this particular exception in this particular case

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------


Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev

Jakub Sławiński (JIRA)

unread,
Mar 1, 2011, 4:07:16 AM3/1/11
to mifos-...@lists.sourceforge.net

[ http://mifosforge.jira.com/browse/MIFOS-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakub Sławiński reassigned MIFOS-4763:
--------------------------------------

Assignee: Piotr Bogacz (was: Jakub Sławiński)

> When running selenium tests seeing this message Request method 'HEAD' not supported endlessly
> ---------------------------------------------------------------------------------------------
>
> Key: MIFOS-4763
> URL: http://mifosforge.jira.com/browse/MIFOS-4763
> Project: mifos
> Issue Type: Bug
> Reporter: Sumit Shah

> Assignee: Piotr Bogacz


> Fix For: Release G - Iteration 2, Release G
>
>

> Selenium client is sending a HEAD request many times and is spamming the logs with messages like:
> 2011-02-18/21:14:02.687/PST ERROR, org.mifos.framework.servlet.UncaughtExceptionHandler, ?, ?, ?, Uncaught exception while accessing '/mifos
> /login.ftl'
> org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'HEAD' not supported
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter$ServletHandlerMethodResolver.resolveHandlerMethod(A
> nnotationMethodHandlerAdapter.java:623)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.
> java:421)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:414)
> at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
> Either selenium should not send this see:
> http://code.google.com/p/selenium/issues/detail?id=462
> or the spring config should handle this
> or org.mifos.framework.servlet.UncaughtExceptionHandler should ignore this particular exception in this particular case

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------


Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev

Piotr Bogacz (JIRA)

unread,
Mar 3, 2011, 5:11:16 AM3/3/11
to mifos-...@lists.sourceforge.net

[ http://mifosforge.jira.com/browse/MIFOS-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piotr Bogacz resolved MIFOS-4763.
---------------------------------

Resolution: Fixed

> When running selenium tests seeing this message Request method 'HEAD' not supported endlessly
> ---------------------------------------------------------------------------------------------
>
> Key: MIFOS-4763
> URL: http://mifosforge.jira.com/browse/MIFOS-4763
> Project: mifos
> Issue Type: Bug
> Reporter: Sumit Shah

> Assignee: Piotr Bogacz
> Fix For: Release G - Iteration 2, Release G
>
>

> Selenium client is sending a HEAD request many times and is spamming the logs with messages like:
> 2011-02-18/21:14:02.687/PST ERROR, org.mifos.framework.servlet.UncaughtExceptionHandler, ?, ?, ?, Uncaught exception while accessing '/mifos
> /login.ftl'
> org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'HEAD' not supported
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter$ServletHandlerMethodResolver.resolveHandlerMethod(A
> nnotationMethodHandlerAdapter.java:623)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.
> java:421)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:414)
> at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
> Either selenium should not send this see:
> http://code.google.com/p/selenium/issues/detail?id=462
> or the spring config should handle this
> or org.mifos.framework.servlet.UncaughtExceptionHandler should ignore this particular exception in this particular case

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------


Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev

Mifos Hudson Jira Plugin User (JIRA)

unread,
Mar 3, 2011, 6:15:16 AM3/3/11
to mifos-...@lists.sourceforge.net

[ http://mifosforge.jira.com/browse/MIFOS-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=65979#comment-65979 ]

Mifos Hudson Jira Plugin User commented on MIFOS-4763:
------------------------------------------------------

Integrated in !http://ci.mifos.org/hudson/images/16x16/blue.png! [head-master-secondary #96|http://ci.mifos.org/hudson/job/head-master-secondary/96/]
MIFOS-4763: When running selenium tests seeing this message Request method 'HEAD' not supported endlessly

Piotr Bogacz :
Files :
* application/src/main/java/org/mifos/framework/servlet/UncaughtExceptionHandler.java


> When running selenium tests seeing this message Request method 'HEAD' not supported endlessly
> ---------------------------------------------------------------------------------------------
>
> Key: MIFOS-4763
> URL: http://mifosforge.jira.com/browse/MIFOS-4763
> Project: mifos
> Issue Type: Bug
> Reporter: Sumit Shah

> Assignee: Piotr Bogacz
> Fix For: Release G - Iteration 2, Release G
>
>

> Selenium client is sending a HEAD request many times and is spamming the logs with messages like:
> 2011-02-18/21:14:02.687/PST ERROR, org.mifos.framework.servlet.UncaughtExceptionHandler, ?, ?, ?, Uncaught exception while accessing '/mifos
> /login.ftl'
> org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'HEAD' not supported
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter$ServletHandlerMethodResolver.resolveHandlerMethod(A
> nnotationMethodHandlerAdapter.java:623)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.
> java:421)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:414)
> at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
> Either selenium should not send this see:
> http://code.google.com/p/selenium/issues/detail?id=462
> or the spring config should handle this
> or org.mifos.framework.servlet.UncaughtExceptionHandler should ignore this particular exception in this particular case

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------


Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev

Lukasz Chudy (JIRA)

unread,
Mar 11, 2011, 7:16:16 AM3/11/11
to mifos-...@lists.sourceforge.net

[ http://mifosforge.jira.com/browse/MIFOS-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=66193#comment-66193 ]

Lukasz Chudy edited comment on MIFOS-4763 at 3/11/11 4:15 AM:
--------------------------------------------------------------

Verified on 11.03.2011
Bug has been fixed properly.

was (Author: lukaszch):
Verified on 11.02.2011
Bug has been fixed properly.



> When running selenium tests seeing this message Request method 'HEAD' not supported endlessly
> ---------------------------------------------------------------------------------------------
>
> Key: MIFOS-4763
> URL: http://mifosforge.jira.com/browse/MIFOS-4763
> Project: mifos
> Issue Type: Bug
> Reporter: Sumit Shah

> Assignee: Piotr Bogacz
> Fix For: Release G - Iteration 2, Release G
>
>

> Selenium client is sending a HEAD request many times and is spamming the logs with messages like:
> 2011-02-18/21:14:02.687/PST ERROR, org.mifos.framework.servlet.UncaughtExceptionHandler, ?, ?, ?, Uncaught exception while accessing '/mifos
> /login.ftl'
> org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'HEAD' not supported
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter$ServletHandlerMethodResolver.resolveHandlerMethod(A
> nnotationMethodHandlerAdapter.java:623)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.
> java:421)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:414)
> at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
> Either selenium should not send this see:
> http://code.google.com/p/selenium/issues/detail?id=462
> or the spring config should handle this
> or org.mifos.framework.servlet.UncaughtExceptionHandler should ignore this particular exception in this particular case

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d

Lukasz Chudy (JIRA)

unread,
Mar 11, 2011, 7:16:16 AM3/11/11
to mifos-...@lists.sourceforge.net

[ http://mifosforge.jira.com/browse/MIFOS-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Chudy updated MIFOS-4763:
--------------------------------

Status: Ready for Showcase (was: Ready for Testing / Resolved)

Verified on 11.02.2011
Bug has been fixed properly.

> When running selenium tests seeing this message Request method 'HEAD' not supported endlessly


> ---------------------------------------------------------------------------------------------
>
> Key: MIFOS-4763
> URL: http://mifosforge.jira.com/browse/MIFOS-4763
> Project: mifos
> Issue Type: Bug
> Reporter: Sumit Shah

> Assignee: Piotr Bogacz
> Fix For: Release G - Iteration 2, Release G
>
>

> Selenium client is sending a HEAD request many times and is spamming the logs with messages like:
> 2011-02-18/21:14:02.687/PST ERROR, org.mifos.framework.servlet.UncaughtExceptionHandler, ?, ?, ?, Uncaught exception while accessing '/mifos
> /login.ftl'
> org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'HEAD' not supported
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter$ServletHandlerMethodResolver.resolveHandlerMethod(A
> nnotationMethodHandlerAdapter.java:623)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.
> java:421)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:414)
> at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
> Either selenium should not send this see:
> http://code.google.com/p/selenium/issues/detail?id=462
> or the spring config should handle this
> or org.mifos.framework.servlet.UncaughtExceptionHandler should ignore this particular exception in this particular case

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------


Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d

Kay Chau (JIRA)

unread,
Mar 16, 2011, 6:12:01 PM3/16/11
to mifos-...@lists.sourceforge.net

[ http://mifosforge.jira.com/browse/MIFOS-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kay Chau updated MIFOS-4763:
----------------------------

Status: Ready to Ship / Verified (was: Ready for Showcase)

> When running selenium tests seeing this message Request method 'HEAD' not supported endlessly
> ---------------------------------------------------------------------------------------------
>
> Key: MIFOS-4763
> URL: http://mifosforge.jira.com/browse/MIFOS-4763
> Project: mifos
> Issue Type: Bug
> Reporter: Sumit Shah

> Assignee: Piotr Bogacz
> Fix For: Release G - Iteration 2, Release G
>
>

> Selenium client is sending a HEAD request many times and is spamming the logs with messages like:
> 2011-02-18/21:14:02.687/PST ERROR, org.mifos.framework.servlet.UncaughtExceptionHandler, ?, ?, ?, Uncaught exception while accessing '/mifos
> /login.ftl'
> org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'HEAD' not supported
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter$ServletHandlerMethodResolver.resolveHandlerMethod(A
> nnotationMethodHandlerAdapter.java:623)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.
> java:421)
> at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:414)
> at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
> Either selenium should not send this see:
> http://code.google.com/p/selenium/issues/detail?id=462
> or the spring config should handle this
> or org.mifos.framework.servlet.UncaughtExceptionHandler should ignore this particular exception in this particular case

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------


Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d

Reply all
Reply to author
Forward
0 new messages