Java action : Unexpected end of JSON input Error

0
Hi guys,   For my project,  I have created one java action where I was calling jar file ( for some calculation results). I am passing JSON as string to the jar for calculation. While calling that java action in microflow in my mendix application it’s giving below error in screen shot:   I have 975 lines of JSON approx. and I validated it for it’s structure too there online, then  why this error is coming, not getting exactly. Anyone can help me on this ?  
asked
2 answers
0

Are you storing the JSON string in an attribute of an entity? If you are, does this attribute have a size limit set? If it does, it may be too small and is cutting off some of your JSON string causing the error you are seeing.

Hope this helps.

answered
0

Below I am sharing the screen shot – the way I am passing JSON String. Still it is giving the issue.

 

answered