JIRA

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Use Agile By Default
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Create Issue
  • Mule
  • MULE-6283

logException is not protected in DefaultSystemExceptionStrategy for exceptions

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 3.1.2
  • Fix Version/s: None
  • Component/s: Core: Exception Handling
  • Labels:
    None
  • User impact:
    Very High
  • Similar Issues:
    None

Description

The call to logException(e) in method handleException(Exception e) from org.mule.exception.DefaultSystemExceptionStrategy class is not protected against exceptions.

Thus, if an exception arise :

  • no exception is logged (the source one or the new one) ;
  • the retry policy isn't applied because the end of handleException method is skipped.

We do face this issue because of this other bug : MULE-6261 : logException raise a MissingResourceException (while looking for CoreMessages.exceptionStackIs() ) and thus we don't have any retry policy working.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds
There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    Yves LE MAOUT
Vote (0)
Watch (1)

Dates

  • Created:
    07/Jun/12 01:12 PM
    Updated:
    22/Jun/12 09:45 AM

Agile

  • View on Board
  • Atlassian JIRA (v5.0.7#734-sha1:8ad78a6)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for MuleForge. Try JIRA - bug tracking software for your team.