Kaustubh Agashe ha scritto: > Hi, > Is there any limitations on the number of users that can be created on > JAMES server? > I'm using JAMES 2.3.0 for an application that requires to support tens > of thousands of users. (ranging from 100,000 to 2,000,000)
JAMES has not limit I can remember of. > When I wrote a program to add users, it always failed after adding 13125 > users. The error thrown was: > > "Exception: Exception caught while storing user: > java.lang.RuntimeException: Exception caught while storing an object: > java.io.FileNotFoundException: > D:\Test\james-2.3.0\apps\var\users\746573743133313233.Repository.FileObj > ectStore (There is not enough space on the disk)" File based stores are not the best one for big numbers. You are probably hitting an operative system's file system limitation: e.g: FAT32 supports at most 65000 files per folder. Using file based user store JAMES will use 2 files for each user and 2 files for each alias. > So I want to know whether there is limitation on nno. of users or is > there any configuration parameter that can be changed to overcome this > error. > Please note that there is 15 GB of free disk space on my PC, so not > having enough physical disk space should not be the real problem. > > Secondly, I want to set aliases for all these users to a single user, > say 'ADMIN'. Is there any limitation as to how many aliases can be set? Aliases in james 2.3.1 are particular users: so if you create 10 users and 5 alias for each one you'll end up having 60 users in the user table. Stefano > This issue is urgent and would appreciate if I could get a prompt reply. > > You can drop a mail to my mail ID: [EMAIL PROTECTED] > > Hope to get an early and positive reply! > > Regards, > Kaustubh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]