Troubleshooting Login Problems

Login fails on Bridge

Problem

You cannot login to the Bridge.

Solution

User id and/or password are wrong.

  • User id and password are case sensitive (make sure, that caps lock is not on).

  • User id for the administrator: admin
    The administrator password was set during the Bridge installation.

Login fails but user id and password are correct

Problem

You cannot login with correct credentials.

Solution 1

The Bridge has not been properly installed. Remove and re-install the Bridge.

Solution 2

You tried to update an old Bridge installation. Remove and re-install the Bridge.

Empty login page displayed

Problem

After login with correct user id and password, the empty login page is displayed again.

Solution

Most probably, cookies are blocked in the browser. The cookie is needed to store the session id. Check the privacy level respectively the cookie settings in your browser and accept cookies.

Unknown password for user “admin”

Problem

You cannot remember the password of the user admin.

Solution

Uninstall the Bridge without removing the Bridge data and re-install it again. The deployed services will not be removed and are available again after re-installation.

Apache Tomcat error

Problem

The login fails, and the browser shows an Apache Tomcat error message.

Solution

Most likely, the reason is that you used a wrong bookmark respectively favorite. Make sure that the bookmark respectively favorite target to the Bridge user interface starting page is correct, e.g.

  • https://localhost:8080/admin

  • https://<your host name>:8080/admin

  • https://<your host name>/pas-doc/bridge/admin/Console/

No additional paths may be added to the URL like login.jsp in https://localhost:8080/admin/login.jsp.

Logged-out after inactivity

Problem

After a certain time of inactivity, you have to login into the Bridge again.

Solution

The Bridge session expires after approximately 24 hours of inactivity (see Login). In this case, the next action will require a new login with user id and password.
Login once again.

Certificate error

Problem

You get the following error upon trying to login: javax.net.ssl.SSLHandshakeException: Certificates do not conform to algorithm constraints

Solution

Your Bridge installation uses a Bridge certificate with the deprecated MD5 algorithm.

Update the proxy certificate of your Bridge installation e.g. with one using the SHA256 algorithm.
As you cannot login, you need to update the certificate in the installation folder:

  1. Stop the Bridge service.

  2. Copy <your Bridge data directory>\servlets\conf\tomcat.keystore from another running installation.

  3. Start the Bridge service.

  4. Renew the Bridge certificate as described on Managing the Bridge Certificate.

  5. Restart the Bridge service.

📗