DOORS and Insight Integration
I 'm trying to extract data from doors using REST services. (DOORS 9.5.2.1 and Insight 1.1.3)
But I got a error like below when I tried to run the CLM4.0.5_all Job in RM_ODS.
This is the context and error message. Could anybody help me how to solve this problem?
Run context:
JobStream 'RM4.0.5'
JobStream 'RM_ODS4.0.5_DeltaLoad'
JobStream 'RM_ODS4.0.5'
JobStream 'DOORS_PROJECT'
Build 'DOORSProject'
[PROGRESS - 19:43:00] Fact Build 'DOORSProject'
[PROGRESS - 19:43:00] Parsing Reference Definition
[PROGRESS - 19:43:00] Validating Build Specification
[PROGRESS - 19:43:02] Checking Fact Data existence
03/06/2014 19:43:02,345 INFO Thread-5 com.ibm.rational.drivers.jdbc.xml.internal.PageFetcherThread : CRRRE1219I: initial URL request => http://rationaldemo:8080/dwa-rrtranslator/publish/linktypes/*?resetDataset=true&size=1&modifiedsince=1899-12-31T00:00:00.000%2B0900
03/06/2014 19:43:04,628 ERROR Thread-5 com.ibm.rational.drivers.jdbc.xml.internal.PageFetcherThread : An exception occurred when connecting to the remote server:
java.io.IOException: Server returned HTTP response code: 500 for URL: http://rationaldemo:8080/dwa-rrtranslator/publish/linktypes/*?resetDataset=true&size=1&modifiedsince=1899-12-31T00:00:00.000%2B0900
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1479)
at com.ibm.rational.drivers.jdbc.xml.internal.PageFetcherThread.exeFetch(PageFetcherThread.java:423)
at com.ibm.rational.drivers.jdbc.xml.internal.PageFetcherThread.run(PageFetcherThread.java:136)
03/06/2014 19:45:40,310 ERROR Thread-5 com.ibm.rational.drivers.jdbc.xml.internal.PageFetcherThread : com.ibm.rational.etl.common.exception.ETLException:
5 answers
HTTP error 500 usually means that the source application (DOORS in this case) had an internal error.
To further troubleshoot I would suggest 2 things:
- Try to paste the URL in the error message in your browser address bar, logging is as the same DOORS user that is configured in the xdc file, ans see what happens.
- Check the DOORS logs at the time the error 500 occurs for error messages.
Best Regards,
Francesco Chiossi
When setting up the doors_rrc.xdc file with XML Data Configuration tool instead of http.
I have got a similar problem with Insight 1.1.1.3 + Doors 9.5.2.1 + CLM 4.0.6.
Specifying with https has solved my problem