Forum Discussion

Gail_Stewart's avatar
Gail_Stewart
New Contributor
15 years ago

StackOverflow error opening Request Editor

I am running SoapUI 2.5.1
Build dist-77-2009-02-01, Build Date 2009/02/01 23:56
With an evaluation license for the pro version

I right click on a request to open the request editor.  The editor never opens.
This is in the error log.

Attached is the wsdl definition, specifically I was attempting to edit/view showOrg


Wed Apr 22 12:01:46 EDT 2009:ERROR:java.lang.StackOverflowError
  java.lang.StackOverflowError
  at org.apache.xmlbeans.QNameCache.equals(QNameCache.java:145)
  at org.apache.xmlbeans.QNameCache.getName(QNameCache.java:99)
  at org.apache.xmlbeans.impl.store.Locale$DefaultQNameFactory.getQName(Locale.java:3699)
  at org.apache.xmlbeans.impl.store.Locale.makeQualifiedQName(Locale.java:1619)
  at org.apache.xmlbeans.impl.store.Locale$SaxHandler.startElement(Locale.java:3207)
  at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.reportStartTag(Piccolo.java:1082)
  at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseAttributesNS(PiccoloLexer.java:1802)
  at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseOpenTagNS(PiccoloLexer.java:1521)
  at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseTagNS(PiccoloLexer.java:1362)
  at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.yylex(PiccoloLexer.java:4678)
  at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.yylex(Piccolo.java:1290)
  at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.yyparse(Piccolo.java:1400)
  at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:714)
  at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3454)
  at org.apache.xmlbeans.impl.store.Locale.parse(Locale.java:712)
  at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:696)
  at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:683)
  at

3 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    thanks for reporting.. there seems to be some recursion in your WSDL that the editor does not handle well.. I'll check it out.

    regards!

    /Ole
    eviware.com
  • I downloaded the nightly build today
    Build daily-2009-04-28-[1], Build Date 2009/04/28 02:14

    And I can view the wsdl in the editor.  Nice!

    Thanks
    Gail