Hide Forgot
project_key: SOA When a user creates a new Teiid instance in JBDS, the "New Teiid Instance" dialog requires him to define these connection properties: * Admin username * Admin password * JDBC username The user is not - at this point - required to define a JDBC password. The user is able to test the Admin connection in this dialog - see attached screenshot. The user is, however, able to define and save an invalid JBDC username and/or password in this dialog. If the user inadvertently does this, no error results when the Teiid instance is created. An error such as that listed below will result when the user attempts to execute a VDB: 11:55:23,743 WARN [SECURITY] Processing exception 'The username "user" and/or password and/or payload token could not be authenticated by any membership domain.' for session null. Exception type org.teiid.client.security.LogonException thrown from org.teiid.transport.LogonImpl.logon(LogonImpl.java:82). Enable more detailed logging to see the entire stacktrace. 11:55:23,871 WARN [SECURITY] Processing exception 'The username "user" and/or password and/or payload token could not be authenticated by any membership domain.' for session null. Exception type org.teiid.client.security.LogonException thrown from org.teiid.transport.LogonImpl.logon(LogonImpl.java:82). Enable more detailed logging to see the entire stacktrace. The workaround to this situation is to have the user edit the Teiid instance prooperties to define a valid JDBC username and password.
Attachment: Added: Teiid-instance.png
Link: Added: This issue is related to SOA-2902
When the LogonException is received, can the Teiid instance properties dialog be presented and indicate that username and/or password are invalid?
Link: Added: This issue depends TEIIDDES-870