-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
None
-
None
-
-
Interactive Demo/Tutorial, Compatibility/Configuration, User Experience
When executing the quickstart examples - dynamicvdb-dataroles and dynamicvdb-datafederation, certain application user's passwords were not working and constantly gave exception
for any username (eg teiidUser, user, admin etc) and password =pa$$w0rd, always got below error
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:java (default-cli) on project simpleclient: An exception occured while executing the Java class. null: InvocationTargetException: TEIID50072 The username "teiidUser" and/or password and/or payload token could not be authenticated by security domain teiid-security. -> [Help 1]
When using any username (eg teiidUser, user, admin etc) and password =redhat1!, always got below error at bash level
bash: !": event not found
Only when I changed the password to redhat*23, I was able to execute the quickstart examples.