0

I am having an issue with the Direct Web Remoting Javascript library in Safari browser (both Desktop and iPad) OR rather all webkit-based browsers..

The error is in the auto-generated engine.js file and is related to "Maximum call stack size exceeded error" Is anyone aware if this is a known issue and if yes, what is the solution for the same.

The DWR version seems to be 2.0

Reference/Taken from: http://directwebremoting.org/dwr/index.html

copenndthagen
  • 46,750
  • 95
  • 274
  • 417
  • Do you have an infinite (or very long) recursive call? – Jeremy May 23 '11 at 13:37
  • Really sorry, but since the JS is a library auto-generated one and is used as a common file, I am not really sure how it works exactly..It is quite a huge file..The reason I asked this question here is because it is used as a common library, I am sure someone would have faced similar issue in Safari.. – copenndthagen May 23 '11 at 13:53
  • Have you followed [their support guidelnes](http://directwebremoting.org/dwr/support/index.html)? I asked my question because "stack size exceeded" usually means you have a recursive call that blew up the stack. Since this is DWR, this could occur in either the JS or Java side, and there's no way to know unless it's a known bug or you show us your code. – Jeremy May 23 '11 at 13:58
  • Yes, I already have and not got any response yet.. – copenndthagen May 24 '11 at 06:27

0 Answers0