FROM : Glenn Andreas
DATE : Mon Nov 22 23:08:47 2004
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_removed>
<http://www.gandreas.com/> oh my!
Mad, Bad, and Dangerous to Know
DATE : Mon Nov 22 23:08:47 2004
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_removed>
<http://www.gandreas.com/> oh my!
Mad, Bad, and Dangerous to Know
| Related mails | Author | Date |
|---|---|---|
| mabo68 | Nov 22, 23:04 | |
| Glenn Andreas | Nov 22, 23:08 |






Cocoa mail archive

