Forum Discussion

678's avatar
678
Regular Contributor
6 years ago
Solved

ReadyAPI org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException: Invalid boolean value

I am getting below error frequently - can any one help here 

 

  ERROR: org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException: Invalid boolean value 'M'
org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException: Invalid boolean value 'M'
at org.apache.xmlbeans.impl.values.XmlObjectBase$ValueOutOfRangeValidationContext.invalid(XmlObjectBase.java:314)
at org.apache.xmlbeans.impl.values.JavaBooleanHolder.validateLexical(JavaBooleanHolder.java:48)
at org.apache.xmlbeans.impl.values.JavaBooleanHolder.set_text(JavaBooleanHolder.java:38)
at org.apache.xmlbeans.impl.values.XmlObjectBase.update_from_wscanon_text(XmlObjectBase.java:1166)
at org.apache.xmlbeans.impl.values.XmlObjectBase.check_dated(XmlObjectBase.java:1305)
at org.apache.xmlbeans.impl.values.JavaBooleanHolder.getBooleanValue(JavaBooleanHolder.java:57)
at com.eviware.soapui.impl.wsdl.teststeps.WsdlDataSourceTestStep.isShared(WsdlDataSourceTestStep.java:295)
at com.eviware.soapui.impl.wsdl.teststeps.WsdlDataSourceTestStep.a(WsdlDataSourceTestStep.java:689)
at com.eviware.soapui.impl.wsdl.teststeps.WsdlDataSourceTestStep.prepare(WsdlDataSourceTestStep.java:541)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:158)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:1)
at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:130)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

  • OK, can you please share the solution once you find it with our Support team?

18 Replies

  • richie's avatar
    richie
    Community Hero
    Hey 678,

    Without knowing anything about your tests or code, i'd guess looking at the exception you have a boolean type attribute and it appears you're trying to pass it an invalid value of 'M'

    Cheers,

    richie
    • 678's avatar
      678
      Regular Contributor

      i checked all my groovy scripts where i am not used any where as boolen value = M 

      • 678's avatar
        678
        Regular Contributor

        not only invalid boolean value 'M' 

         

        i am getting few other same error like 

         

        ERROR: org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException: Invalid boolean value 'c40b'

        ERROR: org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException: Invalid boolean value 'rtio'

         

         

  • nmrao's avatar
    nmrao
    Champion Level 3
    Boolean can take either a true or false as value, and hope you know that. M is not a boolean value.