Error 1239 - Nested exceptions limit exceeded

For questions and postings not covered by the other forums
ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Error 1239 - Nested exceptions limit exceeded

Postby ConvertFromOldNGs » Fri Aug 07, 2009 12:05 pm

by tyc >> Tue, 5 Feb 2002 7:34:43 GMT

Hi Jade Developers,

Was wondering does anyone know how can this error 1239's cause and solution is?
Trying on Jade5.2 over ThinClient and it seems to meet this error intermittently.
Any help or suggestions appreciated

Regards,
L.C. Lim

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Error 1239 - Nested exceptions limit exceeded

Postby ConvertFromOldNGs » Fri Aug 07, 2009 12:05 pm

by CarlRanson >> Wed, 6 Feb 2002 2:00:23 GMT

Almost always caused by an exception handler causing further exceptions.

Especially if the exception caused by the exception handler is one of the types that gets handled by the same exception handler.

One way to avoid this problem is to install a local fallback exception handler as the frist thing in the exception handler.

hope that helps,
CR

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Error 1239 - Nested exceptions limit exceeded

Postby ConvertFromOldNGs » Fri Aug 07, 2009 12:05 pm

by cnwjre1 >> Wed, 6 Feb 2002 20:44:08 GMT

If your exception handler shows a message box or dialog form on the client PC, and the original exception is something like a thin client disconnect, then this will cause a further exception, and so on. You need to check for the thin client exceptions, particularly 14147 ("connection is not open") and skip any client output.


Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 4 guests