Re: Cannot load Interface Builder file ...
Re: Cannot load Interface Builder file ...
- Subject: Re: Cannot load Interface Builder file ...
- From: Glenn Andreas <email@hidden>
- Date: Mon, 22 Nov 2004 16:08:47 -0600
At 11:04 PM +0100 11/22/04, mabo68 wrote:
Hi
I have made a DB Persistance Framework to load complex object from
the OpenBase 8.0.4 Database in one pass.
It work really nice, but if I stress the load, if I load to much
Objects and to quickly, my RunLog display some informations like :
"ERROR : [MBDbFwAbstractOpenBaseBroker connectToDb] : No connection
with the database
ERROR : Reason : The database specified has not been started or can
not be found. Your action has been aborted.
Cannot load Interface Builder file
'/System/Library/Frameworks/AppKit.framework/Resources/English.lproj/NSAlertPanel.nib'"
But, this message that my DB is not startet is not correct !
After this, it is no more possible to open any other Window like the
preference window or the about window.
I will receive the message "Failed to load NSSystemInfoPanel.nib" on
the RunLog window.
I have found on the Web one thing who said that the problem comme
because to many Files are opened.
But that's not my case. I don't open extra files.
If some body has any idea how to solve this problem he's welcome
Thanks
Marc
Are you openning network connections? Sockets also take up space in
the file descriptor table.
Try using 'lsof' from a terminal window to see how many open files,
sockets, etc... your application has and what they are (man lsof for
more details).
--
Glenn Andreas email@hidden
<http://www.gandreas.com/> oh my!
Mad, Bad, and Dangerous to Know
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden