Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #1595 (closed defect: wontfix)

Opened 8 months ago

Last modified 8 months ago

Refreshing by location.reload() causes org.apache.commons.logging.LogConfigurationException

Reported by: catechu Assigned to: catechu
Priority: blocker Milestone:
Component: Patient Matching Module Keywords:
Cc: jarbaugh, jegg, sgrannis Introductory Ticket: 1
Code Review Status:

Description

Revision 8594 through 8677 load normally. The changes in revision 8678 (addition of location.reload in dupesList.jsp) cause the error message:

Unable to refresh the WebApplicationContext

org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.

Change History

06/26/09 18:12:15 changed by catechu

  • status changed from new to assigned.

06/26/09 18:30:58 changed by catechu

  • cc set to jarbaugh, jegg, sgrannis.

06/29/09 01:53:50 changed by catechu

  • status changed from assigned to closed.
  • resolution set to wontfix.

For unclear reasons, the calls to location.reload() in the inline Javascript are causing the Apache logging error. The fix is to remove those lines and request the user to reload the page in order to see the resulting matching report.