Skip to main content
Participant
July 19, 2013
Question

[ajp-bio-8012-exec-9] - Element SYS is undefined in CLIENT.

  • July 19, 2013
  • 2 replies
  • 1999 views

[ajp-bio-8012-exec-9] - Element SYS is undefined in CLIENT. The specific sequence of files included or processed is:

We are getting the above error quite frequently when moved from ColdFusion 4.5 to ColdFusion 10 recently. I tried to use the default client variable storage to registry. Someone help me out on this error related to storing client varaibles? I'm seeing this issue recently after upgrading to CF10.

This topic has been closed for replies.

2 replies

Carl Von Stetten
Legend
July 30, 2013

I'd suggest using *anything* but Registry to store client variables, if you in fact need client variables.  What OS is ColdFusion running on?  If Windows, using Registry can over time bloat and even corrupt the Windows registry, especially if you have a lot of web traffic. If you are on Linux or MacOS, a flat-file registry simulator is used, which is highly inefficient for storing data.

Alternatively, use either cookies (if the amount of data stored in client variables is small and limited to simple values) or use a database.

-Carl V.

Participant
July 30, 2013

Can someone help on above error due to "

Element SYS is undefined in CLIENT"

vishu_13
Inspiring
July 30, 2013

Hi 

Are you getting this error when you select Registry in the administrator?

The Administrator setting is used only if the attribute clientStorage is not specified in tag cfapplication and the variable clientStorage is not set in the Application.cfc.

Make sure you have client variables set up correctly in cfide and check that they are enabled in your Application.cfc file

Also, you have upgraded to CF 10 from CF 4.5, did you run the code analyzer?

Thanks

VJ