Forum Discussion

dshannon's avatar
dshannon
New Contributor
8 years ago

When importing a large postman collection I get java.lang.StringOutofBoundsException. How to fix?

I am importing a large postman collection into SoapUI. After several requests get pulled in I get a java.lang.StringOutofBoundsException and it stops importing. Does anyone know what is causing this or how to fix it?

3 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Using SoapUI 5.3?

    May be try posting full stacktrace.

    How often is it reproducible?
    • rupert_anderson's avatar
      rupert_anderson
      Valued Contributor

      Also, it may be something unexpected in the actual data, rather than just the shear size of the postman collection? When I see index out of bounds I am imagining maybe the code is trying to parse some part of the collection (e.g. some kind of strange delimiter being used or possibly too many / little of something) that it hasn't been setup to handle - are you about to provide the collection?

    • dshannon's avatar
      dshannon
      New Contributor

      It happens every time. Highly reproduceable. I'm not sure if they do a full stack trace, as they aren't my scripts. I work on soapui and they are wanting my help in transitioning.