Urgent! DOORS and RQM Integration issue !!!
I got error when starting RQMI server or running admin -a ...
"2010-9-7 2:40:48 uk.co.stpsoft.util.Log error
严重: ERROR: DriverManager.getConnection(jdbc:derby:../../rqmdrsDB;create=false;user=admin;password=<encrypted>) Database '../../rqmdrsDB' not found.
Exception in thread "main" java.lang.NullPointerException
at uk.co.stpsoft.data.DBManager.startTransaction(Unknown Source)
at uk.co.stpsoft.data.ExportData.startTransaction(Unknown Source)
at uk.co.stpsoft.admin.Admin.main(Unknown Source)"
There was no /rqmdrsDB folder under ../../server/. There is only IM folder under ../../server/.
I have checked the RQMISVR in RQM and RQMISYNC in Doors and their password. The users and passwords are correct. And I have grant RQMISVR in RQM admin permission.
Could anyone tell me what the problem is??
I am using RQM 2.0.1 no ifix and DOORS 9.2.0.2.
Thanks in advance!
"2010-9-7 2:40:48 uk.co.stpsoft.util.Log error
严重: ERROR: DriverManager.getConnection(jdbc:derby:../../rqmdrsDB;create=false;user=admin;password=<encrypted>) Database '../../rqmdrsDB' not found.
Exception in thread "main" java.lang.NullPointerException
at uk.co.stpsoft.data.DBManager.startTransaction(Unknown Source)
at uk.co.stpsoft.data.ExportData.startTransaction(Unknown Source)
at uk.co.stpsoft.admin.Admin.main(Unknown Source)"
There was no /rqmdrsDB folder under ../../server/. There is only IM folder under ../../server/.
I have checked the RQMISVR in RQM and RQMISYNC in Doors and their password. The users and passwords are correct. And I have grant RQMISVR in RQM admin permission.
Could anyone tell me what the problem is??
I am using RQM 2.0.1 no ifix and DOORS 9.2.0.2.
Thanks in advance!
2 answers
I got the same error last week when I tried to upgrade DOORS 9.2 to 9.2.0.2. After the installation of the new version, it could not connect to the integration database anymore. I uninstalled the integration and manually removed the rqmdrsDB directory, and expected it to return upon an new installation, but it did not!. Even a fresh install from the client, with the rqm server option, did not re-install the database.
I found a script to create the database and ran that, but the intergration still did not start and complained it could not find the database. Don't know what's wrong but it seems that upgrading the DOORS client distroys the RQMI integration.
Regards, Han
I found a script to create the database and ran that, but the intergration still did not start and complained it could not find the database. Don't know what's wrong but it seems that upgrading the DOORS client distroys the RQMI integration.
Regards, Han
I got the same error last week when I tried to upgrade DOORS 9.2 to 9.2.0.2. After the installation of the new version, it could not connect to the integration database anymore. I uninstalled the integration and manually removed the rqmdrsDB directory, and expected it to return upon an new installation, but it did not!. Even a fresh install from the client, with the rqm server option, did not re-install the database.
I found a script to create the database and ran that, but the intergration still did not start and complained it could not find the database. Don't know what's wrong but it seems that upgrading the DOORS client distroys the RQMI integration.
Regards, Han
I found my problem and got it resolved already. The problem is previously, I installed DOORS client, then at the second time, I run DOORS client setup to install RQMI. Now, I install DOORS Client and RQMI client and RQMI server all together. Problem is resolved.