Database test connection failure in 2.0 M3D1
I upgraded from RTC 1.0.1.1 to 2.0 M3D1 using the installation manager. I copied over the backed up tomcat\conf and the web.xml from the backed ip tomcat\webapps\jazz\WEB-INF. The server started OK, but when logging in to the admin pages on the web, I get an error fetching server status information message.
Going into the jazz/setup pages and using test connection I get this error
com.ibm.db2.jcc.c.SqlException: java.util.Properties object passed to java.sql.Driver.connect() cannot be overridden by URL: jdbc:db2://localhost:50000JAZZ:fullyMaterializeLobData=false;user=db2admin;password=---------;.
It's displaying the actual password, which I replaced in the post. The teamserver.properties is using the password={} notation.
Going into the jazz/setup pages and using test connection I get this error
com.ibm.db2.jcc.c.SqlException: java.util.Properties object passed to java.sql.Driver.connect() cannot be overridden by URL: jdbc:db2://localhost:50000JAZZ:fullyMaterializeLobData=false;user=db2admin;password=---------;.
It's displaying the actual password, which I replaced in the post. The teamserver.properties is using the password={} notation.
3 answers
Remove fullyMaterializeLobData=false from connection spec..
It should be :
//localhost:50000JAZZ:user=db2admin;password=---------;
--- Balaji
Jazz Server Team
It should be :
//localhost:50000JAZZ:user=db2admin;password=---------;
--- Balaji
Jazz Server Team
I upgraded from RTC 1.0.1.1 to 2.0 M3D1 using the installation manager. I copied over the backed up tomcat\conf and the web.xml from the backed ip tomcat\webapps\jazz\WEB-INF. The server started OK, but when logging in to the admin pages on the web, I get an error fetching server status information message.
Going into the jazz/setup pages and using test connection I get this error
com.ibm.db2.jcc.c.SqlException: java.util.Properties object passed to java.sql.Driver.connect() cannot be overridden by URL: jdbc:db2://localhost:50000JAZZ:fullyMaterializeLobData=false;user=db2admin;password=---------;.
It's displaying the actual password, which I replaced in the post. The teamserver.properties is using the password={} notation.
OK. That got me past that error. Should this be reported as a bug? The sample properties files have that statement in them.
Here is the WI request submitted to update the teamserver.properties examples:
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=76379
Susan