Hello .
We install the appliance but entering to adminui interface; we do not know the username and password to use . . .
We tried with the root user and the livecycle user and neither works.
What do should we do ?
Views
Replies
Total Likes
user is 'administrator' with password 'password'.
The readme is here:
Views
Replies
Total Likes
I downloaded the application today, 10/2/2010. On the admin login, http://<server ip address>:8080/adminui/login.faces, using 'administrator' as the User ID and 'password' as the password does not log in. The login page's feedback is 'Username and password do not match'.
Does the appliance up there on 10/2/2010 still have the default user name/password?
Views
Replies
Total Likes
Yes. it is still administrator/password to login to the LiveCycle AdminUI. To login to the SUSE Linux instance itself, you use root/password.
Usually, when you get a message like that, it could mean two things:
1) The JBoss AS has not finished initializing just yet (takes about 5-15 minutes, depending on your VM's disk storage performance and the number of vCPUs - 2 is better than 1).
2) The MySQL database could not start. Verify it is started with the command:
ps -ef | grep mysql
Views
Replies
Total Likes