Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

interactive report javascript error: missing ) in parenthetical

662547Sep 29 2008 — edited Nov 13 2008
Running on 11g, APEX 3.1.2.00.02:

I have several interactive reports that appear to the user to hang up when they try to sort by clicking a column header (the spinny circles never go away and the page doesn't do anything). Upon the column header click, Firebug reports a javascript error: "missing ) in parenthetical", which I now believe is related to this string:

<SCRIPT SRC="/oracle_smp_chronos/oracle_smp_chronos.js"></SCRIPT>

being appended to the results of an AJAX call the report makes to get refreshed data.

I believe the expected result data (JSON format?) is no longer valid with that string at the end.

We had to prevent that from happening when running our own onDemand service, but I don't know how to stop it in this case.

Has anyone seen, or solved, this one before? Can anyone tell me how to turn off that smp_chronos stuff to see if I'm right? It's for performance monitoring or some such, isn't it?

TIA,

AFC
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 11 2008
Added on Sep 29 2008
3 comments
621 views