String index out of range

+1 vote
Hi,

When I upload with my API in Multichain heavy docs (>50kb), I have an internal server error:

java.lang.StringIndexOutOfBoundsException: String index out of range : -21

Has someone already had this problem ?

Thank you very much,

 

PL
asked Jul 3, 2017 by PL

1 Answer

0 votes
You should contact the Java library developers about this – there is probably some constant sized string somewhere whose limit needs to be increased.
answered Jul 3, 2017 by MultiChain
...