Strange Behavior on Rule

I have a rule set up, it's the only active rule at present. When I preview, the image files I have in the folder match the rule. When I run rules, the log shows nothing and remains completely blank, and obviously the rule fails to trigger. Any ideas?
Update: I finally started seeing exceptions in the log as follows:
2010-10-28 20:38:19.426 hazelfolderwatch[3178:903] -[NSCFDictionary name]: unrecognized selector sent to instance 0x10180a960
2010-10-28 20:38:19.428 (null)[0] Caught exception in rule evaluation of file pan_Andrea_Del_Puerto_02_10503JR_6466.jpg: -[NSCFDictionary name]: unrecognized selector sent to instance 0x10180a960
I am assuming it is not liking a pattern. I have the following filter in place:
Name matches pan_• First Name_• Middle Name_• Last Name_…
First Name is defined as a word (abc)
Middle Name is defined as a word (abc)
Last Name is defined as a word (abc)
My Do process is:
Sort file into subfolder with pattern: People▸ • First Name • Middle Name • Last Name
Finally, the file name in question is:
pan_Andrea_Del_Puerto_02_10503JR_6466.jpg
To my read, it should evaluate out as:
First Name: Andrea
Middle Name: Del
Last Name: Puerto
What am I missing?
Update: I finally started seeing exceptions in the log as follows:
2010-10-28 20:38:19.426 hazelfolderwatch[3178:903] -[NSCFDictionary name]: unrecognized selector sent to instance 0x10180a960
2010-10-28 20:38:19.428 (null)[0] Caught exception in rule evaluation of file pan_Andrea_Del_Puerto_02_10503JR_6466.jpg: -[NSCFDictionary name]: unrecognized selector sent to instance 0x10180a960
I am assuming it is not liking a pattern. I have the following filter in place:
Name matches pan_• First Name_• Middle Name_• Last Name_…
First Name is defined as a word (abc)
Middle Name is defined as a word (abc)
Last Name is defined as a word (abc)
My Do process is:
Sort file into subfolder with pattern: People▸ • First Name • Middle Name • Last Name
Finally, the file name in question is:
pan_Andrea_Del_Puerto_02_10503JR_6466.jpg
To my read, it should evaluate out as:
First Name: Andrea
Middle Name: Del
Last Name: Puerto
What am I missing?