Forum Discussion

Sebastian_Vilst's avatar
Sebastian_Vilst
Contributor
16 years ago

Cannot open newly made request

I've just made a new project and created two request for two methods on the same webservice.

I can open one request but not the the other. When i dbl click it it just doesn't open and the errorlog is filled with errors.

I have attached the exported wsdl, the project file and the logs

The error looks like this:


2009-02-20 12:40:03,796 ERROR [SoapUI] An error occured [java.lang.StackOverflowError], see error log for details
2009-02-20 12:40:03,796 ERROR [errorlog] java.lang.StackOverflowError
java.lang.StackOverflowError
at java.lang.String.indexOf(String.java:1522)
at org.apache.xmlbeans.impl.store.Locale.makeQualifiedQName(Locale.java:1617)
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 org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:208)
at com.eviware.soapui.config.StringListConfig$Factory.parse(Unknown Source)
at com.eviware.soapui.support.types.StringList.fromXml(StringList.java:68)
at com.eviware.soapui.impl.wsdl.support.xsd.SettingUtils.string2QNames(SettingUtils.java:36)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getExcludedTypes(SchemaUtils.java:674)
at com.eviware.soapui.support.editor.views.xml.form2.xml.XmlEditorParticleFactory.isExcluded(SourceFile:120)
at com.eviware.soapui.support.editor.views.xml.form2.xml.XmlEditorParticleFactory.buildEditorParticle(SourceFile:21)
at com.eviware.soapui.support.editor.views.xml.form2.xml.SequenceXmlEditorParticle.<init>(SourceFile:51)
at com.eviware.soapui.support.editor.views.xml.form2.xml.XmlEditorParticleFactory.buildEditorParticle(SourceFile:64)
at com.eviware.soapui.support.editor.views.xml.form2.xml.SequenceXmlEditorParticle.<init>(SourceFile:51)
... repeated ad infinitum...


I'm using the feb-16 build of soapui-pro

I just retested with the new feb-20 build, and get the same error, although there is less spam in the log

3 Replies

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

    thanks for reporting, this will be fixed in the upcoming nightly build.

    regards!

    /Ole
    eviware.com
  • Just tested it with the 23-Feb-2009 build, and the fix works. I can now open the requests just fine

    From the Std out console window i now get these messages:

    10:14:54,296 INFO  [SchemaUtils] Loading schema types from [http://localhost/GLRService/GLRService.svc?wsdl]
    10:14:54,296 INFO  [SchemaUtils] Getting schema http://localhost/GLRService/GLRService.svc?wsdl
    10:14:54,296 INFO  [SchemaUtils] Getting schema http://edk-sevi-dev.ementor.dk/GLRService/GLRService.svc?wsdl=wsdl0
    10:14:54,312 INFO  [SchemaUtils] Getting schema http://edk-sevi-dev.ementor.dk/GLRService/GLRService.svc?xsd=xsd0
    10:14:54,312 INFO  [SchemaUtils] Getting schema http://edk-sevi-dev.ementor.dk/GLRService/GLRService.svc?xsd=xsd2
    10:14:54,312 INFO  [SchemaUtils] Getting schema http://edk-sevi-dev.ementor.dk/GLRService/GLRService.svc?xsd=xsd3
    10:14:54,312 INFO  [SchemaUtils] Getting schema http://edk-sevi-dev.ementor.dk/GLRService/GLRService.svc?xsd=xsd1
    10:14:54,609 DEBUG [AbstractDefinitionContext] Loaded Definition: ok
    2009-02-23 10:14:54.687::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
    2009-02-23 10:14:54.687::WARN:  Recursion detected in [com.eviware.soapui.support.editor.views.xml.form2.xml.SchemaItem$
    PropertySchemaItem@19f9c2e]
    2009-02-23 10:14:54.687::WARN:  Recursion detected in [com.eviware.soapui.support.editor.views.xml.form2.xml.SchemaItem$
    PropertySchemaItem@10733fd]
    2009-02-23 10:14:54.687::WARN:  Recursion detected in [com.eviware.soapui.support.editor.views.xml.form2.xml.SchemaItem$
    PropertySchemaItem@1e637fb]


    That's expected, right?