We are using yfilles-flex-flex4.swc at UI ( Flex ) and y.jar and yfiles-server.jar at backend( Java ) in one of the application.
We have kept the limit of displaying graph for max 500 objects. Beyond 500, we do not send backend request for layout calculation.
For smaller number of Objects Model, yFiles working fine and showing proper graph. But sometime for around 300+ objects it shows below Flex Alert Error message.
Server Request Failed : HTTP Request Error
IOError type=”ioError”
…
Text=”Error#2032”. URL : http://<host>/../../yfiles/layoutroundtrip
Above url Is being set inside com.yworks.remote.RoundtripHandler. RoundetripHandler calls run() function which sends request on given URL to server for layout calculation. I can see internal server error on above URL which finally shown as Flex IOError as alert.
Do you guys have any clue why it works most of the time but for 300+ objects or something.. URL request send to y.jar/yfiles-servers.jar returns IOError with URL Inernal Server Error?
Thanking in advanced.
Akshat Nimbalkar