Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ORM related: Could not find the ColdFusion component or interface

Guest
Oct 12, 2010 Oct 12, 2010

I am having a really weird issue.  For one app I am building I am occassionaly getting random errors related to my ORM entities.  I thought I had it resolved yesterday to just come back in and find the problem back.  The big one is:

Could not find the ColdFusion component or interface root.Inetpub.wwwroot.clients....

I have no idea what the problem is, the file is there.  I have two similar apps on the same machine (one for admin, one for the public side).  They have their own ORM objects and the one on the admin side seems fine, the one of the public side has this problem.  The apps have different names, so I think they should be treated separately, right?  Am I running into some sort of namespace issue?

Any thoughts would be greatly appreciated.  I have lost 2 days to this annoying issue.

-Bill

1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 12, 2010 Oct 12, 2010

if it helps, the other error I am getting is that CF "Cannot load the target CFC ...."  even though it is there and in the same folder from the parent cfc.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 13, 2010 Oct 13, 2010

Hi Bill,

  You might try posting this question over at the CF ORM Google Group.

http://groups.google.com/group/cf-orm-dev

Marc

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 13, 2010 Oct 13, 2010

Thanks, Marc.  I am stil getting some inconsistant behavior, but for today, the problem is resolved.  I am not sure which of the umpteen thousand things I tried fixed it.  Who knows maybe it will return after I reboot.

-B

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 13, 2010 Oct 13, 2010
LATEST

Bill,

One thing I wondered: is it possible that you have an ORMReload()

somewhere, and at the time you're getting the error, some other

request is causing ORMReload() to be run?

One thing I've relied on in the past when tracking down these weird

issues are the weblogs. Check the weblogs to find out what else is

going on at exactly the same time as the error you're getting. That

can often be quite revealing.

Good luck!

Marc

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources