Hide Forgot
project_key: SOA The error is: Exception in thread "main" java.lang.ClassNotFoundException: org.teiid.jdbc.TeiidDriver The problem is here on run.sh (something similar in the .bat file): TEIID_PATH=../../lib/teiid-7.1.1-client.jar should be: TEIID_PATH=../../resources/runtime/lib/teiid-7.1.1-client.jar
Link: Added: This issue duplicates SOA-2357