Page 1 of 1

Maximun Allowed Users

PostPosted:Fri Apr 16, 2010 7:33 am
by Alp
Hi,
10 users have been working successfully with OpenKM ( Simultaneously)
but 11th user tried to login to OpenKM, don't login
displaying following message
WARN [DirectAuthModule] Maximun allowed users:10, Logged users:10

How can I solve this problem

Re: Maximun Allowed Users

PostPosted:Sat Apr 17, 2010 6:58 am
by jllort
Yes it's some limitation in demo, because our demo server has low hardware resources, that's the reason for this restriction. We'll increment to 15, but in demo we can not make accessible to more users at same time, for what I've explained.

Re: Maximun Allowed Users

PostPosted:Sat Apr 17, 2010 7:13 am
by Alp
ok,
but I'm not using your test server,
I have downloaded OpenKM 4.0 and install it my test server
and then,
I have tested my test server ( OpenKM 4.0) with a lot of users ,
this problem( 10 user limit ) has occured

Re: Maximun Allowed Users

PostPosted:Sun Apr 18, 2010 5:53 pm
by jllort
You're running 4.0 version or 4.1 ?

Have you changed some OpenKM.cfg ? in demo configuration it's this limit, but must not be on normal configuration ( do you see in login screen the users logged ? and users available to login like in our demo.openkm.com ( in this case you've configured as demo, remove it, if not tell ).

Re: Maximun Allowed Users

PostPosted:Mon Apr 19, 2010 6:19 am
by Alp
Hi,
Yes I have changed OpenKM.cfg, but demo mode is not active (system.demo=off)
login screen is normal ( not demo screen)
following my configuration ( OpenKM.cfg)
Code: Select all
# Default configuration values
#
# repository.config=repository.xml
# repository.home=repository
# system.user=system
# default.user.role=UserRol
# default.admin.role=AdminRol
# principal.adapter=es.git.openkm.core.UsersRolesPrincipalAdapter
max.file.size=50
# max.search.results=25
system.demo=off
# update.info=off
# system.ocr=/usr/bin/tesseract
# system.pdf2swf=/usr/bin/pdf2swf
# system.readonly=off
system.antivir=/usr/bin/clamscan
restrict.file.mime=off
restrict.file.extension=*~,*.bak,._*
system.openoffice=on
application.url=http://10.0.0.70:8080/OpenKM/es.git.openkm.frontend.Main/index.jsp 

Re: Maximun Allowed Users

PostPosted:Mon Apr 19, 2010 8:33 am
by jllort
you can comment the line system.demo=off to #system.demo=off

Which OpenKM version are you running 4.0 or 4.1 ? go to menu help / about

Re: Maximun Allowed Users

PostPosted:Mon Apr 19, 2010 11:16 am
by Alp
I am using OpenKM 4.0 version (Build 469)
I have changed OpenKM.cfg (system.demo=off to #system.demo=off)
and then restart OpenKM,
When I try to login (11. user ) I am getting message ("maximun logged users allowed" ) on the screen
you can see this error screen at the attachment (openkm_login.jpg)

same warn message on the log
"WARN [DirectAuthModule] Maximun allowed users: 10, Logged users:10"

Re: Maximun Allowed Users

PostPosted:Mon Apr 19, 2010 1:37 pm
by pavila
As Josep said this is a limitation for demo installation, but also is limitating the logged users in non-demo configuration. This bug is solved in OpenKM 4.1-RC2 (actually only in subversion). We hope to make to release this version in this week. Take a look at OpenKM Changelog.

Re: Maximun Allowed Users

PostPosted:Mon Apr 19, 2010 2:13 pm
by Alp
Ok,
Thanks for your interest.