Hi Stefano,
Thanks a lot for your reply.

Could you post this reply on the forum?  My query is posted at:
http://www.mail-archive.com/server-user@james.apache.org/msg08938.html
This is because everybody else having a similar query would benefit from
your reply. Also if anybody has to add to your reply, he can do so by
replying to the same post.

Regarding your reply...
Assuming that there is no limit imposed by JAMES, would still there be
any limit imposed by operating system depending upon how it stores user/
alias information? E.g. For file based stores you mentioned a limit of
65,000.

Can we change this file based storage to something else. 
As of now I'm using Windows platform, but in the final version I would
be using Unix/ Linux. So please advise from that point of view.

Regards,
Kaustubh

-----Original Message-----
From: Stefano Bagnara [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 07, 2007 2:33 PM
To: James Users List
Cc: Kaustubh Agashe
Subject: Re: Number of users on JAMES server

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.FileO
> bj 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




============================================================================================================================


Disclaimer:

This message and the information contained herein is proprietary and 
confidential and subject to the Tech Mahindra policy statement, you may review 
the policy at <a 
href="http://www.techmahindra.com/Disclaimer.html";>http://www.techmahindra.com/Disclaimer.html</a>
 externally and <a 
href="http://tim.techmahindra.com/Disclaimer.html";>http://tim.techmahindra.com/Disclaimer.html</a>
 internally within Tech Mahindra.

============================================================================================================================

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to