I followed the installation steps and deployed to weblogic 10.3. The deployment was successful and I did the database initialize using LC ES2's configuration manager and I saw bunch of table created in my DB2. I then open the page pointing to URL: http://localhost:7001/adminui and I saw the login page. I put the default username and password in the login form but failed to login and got error msg saying "Username and password do not match ". I then checked the table "EDCPRINCIPALUSERENTITY" and found no data in this table.Few questions for your help:
Is anything missing in my deployment process?
Is this LC ES2 table (EDCPRINCIPALUSERENTITY) used by login authentication process or login is controlled by Weblogic security realm?
How this table(EDCPRINCIPALUSERENTITY or other related tables) is populated?
Where is the debug info refered in the error log entry below?
Error msg in log:
<14-Jul-2010 3:23:30 o'clock PM EDT> <Warning> <com.adobe.idp.um.businesslogic.authentication.AuthenticationManagerBean> <BEA-000000> <Authentication failed for user [administrator] (Scheme - Username/Password) Reason: Username or password is incorrect . Refer to debug level logs for category com.adobe.idp.um.businesslogic.authentication for further details>
My set up:
Windows XP sp2, Weblogic server 10.3, DB2 9.1, two data source were set up correctly using weblogic's admin console and I have run the initial database step from configuration manger.
Thanks.