On 11-09-22 11:40 AM, Jason Peak wrote: > All, > > I'm just now making my way through a clean install of 1.2. > I installed the english language pack per the wiki configuration guide, > and after a service restart, watched from mysql-client as the row count > in the DICTIONARY table climbed past 500K...looking good! > > But now, having gone as far as the Red5 configuration step, I've > restarted services again in order to jolt those config lines into place, > and now I'm watching the Dictionary table rebuild from 0. > > In my opencast.log, I see many lines of the following format: >> 2011-09-22 12:27:19 WARN (DictionaryScanner:84) - Unable to add word >> 'RANDYWELBORN' to the en dictionary: Attempting to execute an >> operation on a closed EntityManagerFactory. >> 2011-09-22 12:27:19 WARN (DictionaryScanner:84) - Unable to add word >> 'BUBBLEPOP' to the en dictionary: Attempting to execute an operation >> on a closed EntityManagerFactory. >> 2011-09-22 12:27:19 WARN (DictionaryScanner:84) - Unable to add word >> 'DRIVEINTHEATER' to the en dictionary: Attempting to execute an >> operation on a closed EntityManagerFactory. >> 2011-09-22 12:27:19 WARN (DictionaryScanner:84) - Unable to add word >> '4332896' to the en dictionary: Attempting to execute an operation on >> a closed EntityManagerFactory. >> 2011-09-22 12:27:19 WARN (DictionaryScanner:84) - Unable to add word >> '1223368' to the en dictionary: Attempting to execute an operation on >> a closed EntityManagerFactory. >> 2011-09-22 12:27:19 WARN (DictionaryScanner:84) - Unable to add word >> '89813618' to the en dictionary: Attempting to execute an operation on >> a closed EntityManagerFactory. >> 2011-09-22 12:27:19 WARN (DictionaryScanner:84) - Unable to add word >> 'DRIVEINMOVIEADS' to the en dictionary: Attempting to execute an >> operation on a closed EntityManagerFactory. > > I suspect that: > 1. I restarted before the Dictionary-population routine was able to > complete; perhaps that operation is a transaction, rather than a > long-running insert?
Yep, pretty much. If you interrupt it while the dictionary is being populated you'll see (lots!) of messages like this. > 2. It is intended that the Dictionary should be rewritten on each > service restart (which, in production would be a rare occurence) It's intended that it be populated once, on first startup. Once a dictionary is successfully loaded into the DB the source file is deleted from disk to prevent it from being reloaded. I've had to load these packs before, and it can take a while. I just let it run overnight and it was ok. G > 3. I'm missing some other newbie issue... > > these are not listed in order of likelihood > > Any help is much appreciated. > Jason > > Jason Peak > Louisiana State University > Information Technology Services > User Support and Student IT Enablement > Digital Imaging and Video Services > connect.lsu.edu/jpeak5 <http://connect.lsu.edu/jpeak5> > 225 578 0046 o > 225 379 3227 c > 225 578 6400 f > > > > _______________________________________________ > Matterhorn-users mailing list > [email protected] > http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
