Is there a limit to
the number of collections Xindice 1.0 will handle?
I was getting a CORBA error while I had the db setup like this:
I was getting a CORBA error while I had the db setup like this:
db
`-- sbs
|-- user1
`-- sbs
|-- user1
| |-- bol
| | `-- 1234563
| `-- labels
| `-- 7046
|-- user2
| | `-- 1234563
| `-- labels
| `-- 7046
|-- user2
| |-- bol
| `-- labels
|-- user3
| |-- bol
| `-- labels
|-- user4
| |-- bol
| `-- labels
|-- user5
| |-- bol
| | `-- 302918
| `-- labels
| `-- labels
|-- user3
| |-- bol
| `-- labels
|-- user4
| |-- bol
| `-- labels
|-- user5
| |-- bol
| | `-- 302918
| `-- labels
=======================
there is a db with a
collection called sbs in it.. this collection holds username collections(400) -
the username collections hold document type collections(2), the
document-type collections holds documents.
The db crashed at
around 400 user collections after running for about 6 months. A CORBA error
would print to the screen and Xindice would be shutdown. Simply
running ./start& would bring it back up... I tried a number of
things to just get Xindice to stay up... I even removed all the docs and left
empty collections... it would still crash.... and not consistently... sometimes
after 1 request, sometimes after 10..... (via cocoon and command line)
I ended up removing
user collections that had not been active in the last 90 days. this cut the
number of user collections to 60. Everything is OK for now... but it will happen
again... Is there something that can be done to prevent this?
Thanks-
Scott
