Message12770

Author gbach
Recipients amoebam, darjus, gbach, jamesmudd, jeff.allen, stefan.richthofer, zyasoft
Date 2019-11-13.13:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573653007.76.0.152158300152.issue2487@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-11-13 13:50:07gbachsetmessageid: <1573653007.76.0.152158300152.issue2487@roundup.psfhosted.org>
2019-11-13 13:50:07gbachsetrecipients: + gbach, zyasoft, jeff.allen, darjus, stefan.richthofer, amoebam, jamesmudd
2019-11-13 13:50:07gbachlinkissue2487 messages
2019-11-13 13:50:07gbachcreate