I am running
CF 5.0
Spectra 1.5.1
SQL 2000
IIS 5.0
Windows 2000 Adv Server

My pages are crashing in random places.
causing the page to display this error.

unknown exception condition

unknown error while executing a tag.

where the container should be. Sometimes the error will start before the
container loads and sometimes it will let a couple objects load, than crash.
After looking in my log files I am seeing this error happen, at the same
exact time.

Unexpected exception while processing a tag with a general identifier of
(CFSCRIPT), occupying document position (34:3) to (34:12), while executing
template file
E:\INETPUB\WWWROOT\ALLAIRE\SPECTRA\CUSTOMTAGS\SYSTEM\TIER0\OBJECTSTORE\CFA_C
ONTENTOBJECTCACHEREAD.cfm

Once this error happens my only option is to recycle CF. This error has been
none to happen in the webtop also.

Help

-----Original Message-----
From: Kurt Mossman [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 7:57 PM
To: Spectra-Talk
Subject: RE: CF5(rc1), Spectra-1.5.1 -- sc1 not defined, and CFLDAP
oddly broken?



NOTE: This may be due to a UserDirectory created using CF 5.0
If you have the attributes in the Lookup Start and Lookup End
for the UserDirectory, you should remove these entries.

Spectra does this for you. I think this may be where the
cn=Directory Manager comes from.

- Kurt



-----Original Message-----
From: Michiel Boland [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 07, 2001 3:42 AM
To: Spectra-Talk
Subject: Re: CF5(rc1), Spectra-1.5.1 -- sc1 not defined, and CFLDAP
oddly broken?


[...]
> The second problem
> is that the following query:
>                 <cfldap action="QUERY" name="GetLDAPUser"
start="o=airius.com
> " attributes="cn" server="#Application.LDAP_IP#"
port="#Application.LDAP_PORT#"
> filter="uid=#username#">^M
>
> Results in the following error diagnostic:
>
>       Error Diagnostic Information
>
>        CFLDAP
>
> Which is not really helping us understand why this no longer works! A
> connection to the LDAP server is made, and the log is:
>
> [06/Jun/2001:11:52:07 -0400] conn=361 fd=82 slot=82 connection from
127.0.0.1
> to 127.0.0.1
> [06/Jun/2001:11:52:07 -0400] conn=361 op=0 BIND dn="cn=Directory Manager"
> method=128 version=2

This log file entry does not match the cf code. If you look at the line
you see someone is doing a bind as 'cn=Directory Manager'. But there is
no bind information (username/password) in the actual <cfldap> call.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to