Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit on number of extensions for inclusion #1

Open
symphony-zz opened this issue Jul 6, 2009 · 1 comment
Open

Limit on number of extensions for inclusion #1

symphony-zz opened this issue Jul 6, 2009 · 1 comment

Comments

@symphony-zz
Copy link

Seems like the extension throws an error past a certain number of extensions. As seen on: http://symphony-cms.com/forum/discussions/23897a

@symphony-zz
Copy link
Author

I have a hunch why this is happening. The exception posted tells me it is failing to open the log file for writing, complaining that too many files are open. It is possible that, when adding items to the ensemble zip, it locks the file by keeping it open (preventing other things from writing to it). There are limits to how many files can be opened (as defined by Apache) at any given time, and I am thinking that might be the problem. There are ways to increase the maximum allowable open files. Beyond that, not much can be done.

I will do some more research into the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants