Re: Error of Type -10827 has occurred
Re: Error of Type -10827 has occurred
- Subject: Re: Error of Type -10827 has occurred
- From: Matt Deatherage <email@hidden>
- Date: Tue, 8 May 2007 17:35:42 -0500
On 5/8/07 at 3:39 PM, Gil Dawson <email@hidden> wrote:
> I have been working on moving my website (http://ChargerFinder.com)
> from OS9 on a G3 to OSX on my Powerbook. I put the acgis into
> /Library/Webserver/CGI-Ececutables and the .html and .xml files into
> /Library/Webserver/Documents and fired up ACGI Dispatcher. It's sorta
> working, but the .acgis call GilLog and that's got me stopped for the
> moment.
>
> I'm using MacOS V10.4.9, Smile V2.6.9, acgi dispatcher V2.5
>
> Anybody have an idea?
From LSInfo.h:
> kLSNoExecutableErr = -10827, /* The executable is missing*/
A quick Googling shows that this has bitten others as well, but no one
seems to have a good handle on why it happens. If you wrote GilLog
(call it a hunch) and used ZeroLink but moved it to a different machine,
that might cause problems; be sure to build with a deployment target.
Others say that clearing the Launch Services caches can fix it; if you
copied your caches along with your apps, that might have caused
problems.
Yet another guess is that the app's Info.plist is corrupted, and one
person found that LaunchServices can't launch applications that reside
inside a sub-framework of another application - they have to be in the
Resources folder of the bundle, not the
Frameworks/yourframework.framework/Resources folder.
I have no idea which (if any) of these is affecting you, but it's a few
places to look.
--
Matt Deatherage <email@hidden>
GCSF, Incorporated <http://www.macjournals.com>
"Patriotism is supporting your country all the time, and your government
when it deserves it." -- Mark Twain
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden