RQM integration with STAF/STAX: No providers having inventor
The RQM20 and STAF331 is running on the same machine, when I click the add to provider icon, there're no providers list in combo, and following information displayed at the bottom:
RQM integration with STAF/STAX: No providers having inventory capability found. Cannot add to provider at the moment.
the integration_config.xml:
<adapter>
<name>STAX Adaptor</name>
<version>1.0</version>
<APIVersionSupported>1.0</APIVersionSupported>
<inventoryExtensionId>com.ibm.rational.test.lm.spi.stax.inventory</inventoryExtensionId>
<automationExtensionId>com.ibm.rational.test.lm.spi.stax.automation</automationExtensionId>
<pluginId>com.ibm.rational.test.lm.spi.stax</pluginId>
<instance>
<instanceId>stax_rtlm</instanceId>
<hostname>local</hostname>
<port>0</port>
<offline>FALSE</offline>
<staxPath>c:\stax</staxPath>
<scanInterval>6000</scanInterval>
<dbLocation>c:\lmstax</dbLocation>
</instance>
</adapter>
the local, localhost all have trust level 5.
the stax file also meet the requirements listed in RQM help doc. the target arg has been setted to localhost.
Anything I missed? Thanks in advance!
RQM integration with STAF/STAX: No providers having inventory capability found. Cannot add to provider at the moment.
the integration_config.xml:
<adapter>
<name>STAX Adaptor</name>
<version>1.0</version>
<APIVersionSupported>1.0</APIVersionSupported>
<inventoryExtensionId>com.ibm.rational.test.lm.spi.stax.inventory</inventoryExtensionId>
<automationExtensionId>com.ibm.rational.test.lm.spi.stax.automation</automationExtensionId>
<pluginId>com.ibm.rational.test.lm.spi.stax</pluginId>
<instance>
<instanceId>stax_rtlm</instanceId>
<hostname>local</hostname>
<port>0</port>
<offline>FALSE</offline>
<staxPath>c:\stax</staxPath>
<scanInterval>6000</scanInterval>
<dbLocation>c:\lmstax</dbLocation>
</instance>
</adapter>
the local, localhost all have trust level 5.
the stax file also meet the requirements listed in RQM help doc. the target arg has been setted to localhost.
Anything I missed? Thanks in advance!
3 answers
Hello,
Are you running Tomcat or WebSphere for your application server? If WebSphere, did you configure the JVM argument to identify the location of integration_config.xml?
Could you email the content of your rqm.log file? That or the console might have some clues (same content in either). Anything about "spi" or "provider"? Anything about problems loading or parsing integration_config.xml?
Regards,
John
Are you running Tomcat or WebSphere for your application server? If WebSphere, did you configure the JVM argument to identify the location of integration_config.xml?
Could you email the content of your rqm.log file? That or the console might have some clues (same content in either). Anything about "spi" or "provider"? Anything about problems loading or parsing integration_config.xml?
Regards,
John
The RQM20 and STAF331 is running on the same machine, when I click the add to provider icon, there're no providers list in combo, and following information displayed at the bottom:
RQM integration with STAF/STAX: No providers having inventory capability found. Cannot add to provider at the moment.
the integration_config.xml:
<adapter>
<name>STAX Adaptor</name>
<version>1.0</version>
<APIVersionSupported>1.0</APIVersionSupported>
<inventoryExtensionId>com.ibm.rational.test.lm.spi.stax.inventory</inventoryExtensionId>
<automationExtensionId>com.ibm.rational.test.lm.spi.stax.automation</automationExtensionId>
<pluginId>com.ibm.rational.test.lm.spi.stax</pluginId>
<instance>
<instanceId>stax_rtlm</instanceId>
<hostname>local</hostname>
<port>0</port>
<offline>FALSE</offline>
<staxPath>c:\stax</staxPath>
<scanInterval>6000</scanInterval>
<dbLocation>c:\lmstax</dbLocation>
</instance>
</adapter>
the local, localhost all have trust level 5.
the stax file also meet the requirements listed in RQM help doc. the target arg has been setted to localhost.
Anything I missed? Thanks in advance!
majirong wrote:
The other thing I would ask - are you running in the default quality
manager project or have you created a project? If you created a project
you need a <projectArea> tag under your instanceId saying what your
project name is.
The RQM20 and STAF331 is running on the same machine, when I click the
add to provider icon, there're no providers list in combo, and
following information displayed at the bottom:
RQM integration with STAF/STAX: No providers having inventory
capability found. Cannot add to provider at the moment.
the integration_config.xml:
adapter
name>STAX Adaptor</name>1.0</version>1.0</APIVersionSupported>com.ibm.rational.test.lm.spi.stax.inventory</inventoryExtensionId>com.ibm.rational.test.lm.spi.stax.automation</automationExtensionId>com.ibm.rational.test.lm.spi.stax</pluginId>stax_rtlm</instanceId>local</hostname>0</port>FALSE</offline>c:\stax</staxPath>6000</scanInterval>c:\lmstax</dbLocation
/instance
/adapter
the local, localhost all have trust level 5.
the stax file also meet the requirements listed in RQM help doc. the
target arg has been setted to localhost.
Anything I missed? Thanks in advance!
The other thing I would ask - are you running in the default quality
manager project or have you created a project? If you created a project
you need a <projectArea> tag under your instanceId saying what your
project name is.