Topic Options
Rate This Topic
#131244 - 02/09/06 01:12 PM Run Process :Javascript returns "Caught exception :Object expected"
Anonymous
Unregistered


Hi,

I have added the necessary details in the web headers
If I run the .jsp the values are returned but as soon as I try to execute the functions via Activelink using window loaded or even button action I get a "Caught exception :Object expected" error

Any suggestions

Top
#131245 - 02/28/06 08:35 AM Re: Run Process :Javascript returns "Caught exception :Object expected" [Re: Anonymous]
soba Offline
Stealth Member

Registered: 01/20/06
Posts: 122
Loc: Turkey
Does your browser support XMLHTTP? Web pages rendered by Mid-tier makes asynchronous calls to the web server in order to execute active links. If your browser is too old or it does not support XMLHTTP for some reason, it might be the reason of failure.

You may try using the latest Mozilla Firefox to see if this is the problem, active links works with it.
_________________________
~soba

Top
#131246 - 04/18/06 10:56 AM Re: Run Process :Javascript returns "Caught exception :Object expected" [Re: mpitre]
GDMike Offline
Stealth Member

Registered: 02/13/06
Posts: 41
Loc: Northern Virginia
Did you ever find what the cause was? We have something similar.

The problem is that when I’m in the home page on the web, I’ll click on Remedy Management or Remedy Support and will receive the following error.

“Caught Exception: Expected identifier, string, or number”

The DBA wrote back to me that he was looking over the ARADMIN schema and discovered you had 19 invalid objects (or object which did not compile correctly). He recompiled all where they now come up clean with a VALID status. I'm not sure if this is related but now I have a problem with the Requestor console.


ARS 6.3 P15, Mid-Tier 6.3, Solaris 9, Oracle 10g ver 2 and 9iR2 client, Java 1.4.2_08, Apache 1.3.34, Tomcat 4.1.31
_________________________
ARS6.3p21 ITSM 6.0 Solaris 9, Oracle 10.2.0.2, Apache/Tomcat

Top
#135027 - 07/27/06 03:59 PM Re: Run Process :Javascript returns "Caught except [Re: GDMike]
mrpresto Offline
Stealth Member

Registered: 07/27/06
Posts: 15
We found the solution for the same problem after much scrutiny.

Turns out on early test data, we had three options in a drop-down box. Later the users decided to eliminate one of the options. This one lowly test order had that third option selected, and every time our table field found this record in the results, it would throw the

“Caught Exception: Expected identifier, string, or number”

error. Once we changed it to a valid value, everything's fine.

Hope this helps,
Mike

Top
#135049 - 08/01/06 10:11 AM Re: Run Process :Javascript returns "Caught except [Re: mrpresto]
GDMike Offline
Stealth Member

Registered: 02/13/06
Posts: 41
Loc: Northern Virginia
Thanks. I found that was the same problem here. I imported data with fileds that didn't match from the old.
_________________________
ARS6.3p21 ITSM 6.0 Solaris 9, Oracle 10.2.0.2, Apache/Tomcat

Top