Message12770
Sorry to inform you that the bug showed up today on a jython2.7.1/java1.8 installation.
It is a tomcat-based webapplication. The error shows up for a specific time-span (50sec for me) for many or all requests and then disappears. Right now it is always at the same line of code:
class_name = layout_dom.attributes.getNamedItem("class").getValue()
layout_dom beeing a org.w3c.dom.Element
Is there maybe a work-around? Like using
layout_dom.getAttribute("class")
thus avoiding the "magic" attribute-access to "attributes"?
Thx
Gunter |
|
Date |
User |
Action |
Args |
2019-11-13 13:50:07 | gbach | set | messageid: <1573653007.76.0.152158300152.issue2487@roundup.psfhosted.org> |
2019-11-13 13:50:07 | gbach | set | recipients:
+ gbach, zyasoft, jeff.allen, darjus, stefan.richthofer, amoebam, jamesmudd |
2019-11-13 13:50:07 | gbach | link | issue2487 messages |
2019-11-13 13:50:07 | gbach | create | |
|