apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
7.97k stars 2.03k forks source link

Fatal exception thrown while loading Test Plan file #1168

Closed asfimport closed 21 years ago

asfimport commented 22 years ago

Lai Hoong Fai (Bug 7479): This happens whan loading a test plan which has 2 interleave controller, and each interleave controller has a cookie manager of its own.

*Parsing Fatal Error Line: 31 URI: Message: The element type "CookieManager" must be terminated by the matching en d-tag "</CookieManager>". org.xml.sax.SAXException: Fatal Error encountered at org.apache.jmeter.save.xml.XmlHandler.fatalError(XmlHandler.java:126)

    at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1242

) at org.apache.xerces.framework.XMLDocumentScanner.reportFatalXMLError(XM LDocumentScanner.java:579) at org.apache.xerces.framework.XMLDocumentScanner.abortMarkup(XMLDocumen tScanner.java:628) at org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.disp atch(XMLDocumentScanner.java:1136) at org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentS canner.java:381) at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098) at org.apache.jmeter.gui.action.Load.doAction(Load.java:128) at org.apache.jmeter.gui.action.ActionRouter.actionPerformed(ActionRoute r.java:94) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknow n Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseRelease d(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

Severity: normal OS: other Resolution: WORKSFORME

asfimport commented 22 years ago

Mike Stover (migrated from Bugzilla): I couldn't recreate this on my machine. Is it possible this is part of the character encoding problem pointed out and patched by Shunsuke Masuda? I just committed that patch, so perhaps that will help you out as well.

asfimport commented 21 years ago

Jordi Salvat i Alabart (migrated from Bugzilla): Marking all bugs RESOLVED before JMeter 1.8's release date as VERIFIED. Yes, it's pretty poor QA procedure, but there's bugs here lingering since JMeter 1.6, and we need to clean up a little.

asfimport commented 21 years ago

Jordi Salvat i Alabart (migrated from Bugzilla): Bulk-closing all bugs RESOLVED before JMeter 1.8 release date.