cancel
Showing results for 
Search instead for 
Did you mean: 

table which contain user information

bisana
Champ on-the-rise
Champ on-the-rise
Hi All
I am using 4.2.C CE which I have upgraded from 3.2.d.
Now when a user logins to the DM, in catalina.out I get messages like

2013-05-12 09:39:13,605  ERROR [extensions.webscripts.AbstractRuntime] [http-apr-8080-exec-3] Exception from executeScript - redirecting to status template error: 04120008 Wrapped Exception (with status template): 04120235 User does not exist and could not be created: System
org.springframework.extensions.webscripts.WebScriptException: 04120008 Wrapped Exception (with status template): 04120235 User does not exist and could not be created: System

I want to investigate why such error comes. I wanted to check the table which has information of the users
I checked the table "ACT_ID_USER"; which returned empty values.
Guidance requested on where (which table) has the user information
thanks
Joseph John

3 REPLIES 3

mrogers
Star Contributor
Star Contributor
There is no "user" table.

bisana
Champ on-the-rise
Champ on-the-rise
Hi mrogers
Thanks for the reply, in this case where would the system store user name, first name , Second name, email id, etc
Please guide me

zladuric
Champ on-the-rise
Champ on-the-rise
You should think of alfresco more as of a noSQL approach. There is already a RESTful API which you can use to get information out. Or ie. you can get
people
root-scope object in Alfresco javascript API and learn about it (it is on the wiki) so you can get users information.

But on the other hand, this error doesn't look like it is related to Alfresco users. It sounds like alfresco is trying to run some system components under weird credentials or something.

When you upgraded, did you also change operating systems or servers?