Page 1 of 1
[SOLVED] - Jira configuration - JIRASOAP
Posted: Thu Feb 16, 2012 8:59 am
by renjithgm
I have testlink 1.9.3 installed on a Linux box and i am trying to integrate to Jira 4.4 using Jirasoap . i have filled in the Jirasoap.cfg.php with the information on the Jira server , user id and Pswd etc and also have enabled the $g_interface_bugs = 'JIRASOAP' in the config.inc.php . After when i click on test execution and select a test cases . I see a blank frame( test case ). Also some of the report pages like shows blank . I don't see any error message in the event log or even in logs .
I even tried navigating to the jira link adding the " rpc/soap/jirasoapservice-v2?wsdl" and i am able to see the xml page .
Can you please help me here ?
ALso is there a way to turn on more debugging information ?
Re: Jira configuration - JIRASOAP
Posted: Fri Feb 17, 2012 8:43 am
by renjithgm
After configuring theJIRASOAP i dont see any error in the logs or in the event but still the test cases details frame is Blank . Can someone provide me a pointer to add more debugging information so that i can proceed on this .
Re: Jira configuration - JIRASOAP
Posted: Mon Feb 20, 2012 11:48 am
by renjithgm
After so much looking around the system . I could find this from Apache log
PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from '
http://XXXX.XXXXX/rpc/soap/jirasoapservice-v2?wsdl' : failed to load external entity "
http://XXX.XXXX/rpc/soap/jirasoapservice-v2?wsdl"\n in /var/www/testlinkNew/lib/bugtracking/int_jirasoap.php on line 63, referer:
http://XXX.XXX.XX/testlinkNew/lib/execu ... igator.php
[Mon Feb 20 15:20:43 2012] [error] [client 10.252.248.235] PHP Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from '
http://XXX.XXXXX/rpc/soap/jirasoapservice-v2?wsdl' : failed to load external entity "
http://XXX.XXX.XX/rpc/soap/jirasoapservice-v2?wsdl"\n in /var/www/testlinkNew/lib/bugtracking/int_jirasoap.php:63\nStack trace:\n#0 /var/www/testlinkNew/lib/bugtracking/int_jirasoap.php(63): SoapClient->SoapClient('
http://xcjira.c...')\n#1 /var/www/testlinkNew/lib/bugtracking/int_bugtracking.php(371): jirasoapInterface->jirasoapInterface()\n#2 /var/www/testlinkNew/lib/execute/execSetResults.php(89): require_once('/var/www/testli...')\n#3 {main}\n thrown in /var/www/testlinkNew/lib/bugtracking/int_jirasoap.php on line 63, referer:
http://XXX.XXX.XXX/testlinkNew/lib/exec ... igator.php
Checked JIRA configration and Plugin , SOAP is enabled .I am able to see the XML when i enter the URL in the browser
Any pointers ?
Re: Jira configuration - JIRASOAP
Posted: Mon Feb 20, 2012 12:40 pm
by fman
see
http://www.teamst.org/forum/viewtopic.p ... t=JIRASOAP
NO SOLUTION but same problem => may be you can contact user.
Seems here there is a solution
http://www.teamst.org/forum/viewtopic.p ... 222#p12832
have you done some searchs here and on mantis ?
PLEASE CONFIRM if you are able to solve and HOW (this will be useful for other people and we will add it to FAQ section)
Re: Jira configuration - JIRASOAP
Posted: Wed Feb 22, 2012 5:41 am
by renjithgm
I was able to resolve this issue , this was probably because the testlink server was not able to resolve the JIRA instance by name . Added the IP of the JIRA instance for define('BUG_TRACK_HREF') solved the problem.
Re: [SOLVED] - Jira configuration - JIRASOAP
Posted: Mon Mar 19, 2012 10:21 am
by greaze
Hi, I know this is not a problem with Testlink code but it is more to do with our server where we have installed Testlink 1.9.3 on CentOS / Apache / Php 5.3.3
Please can someone have a look at the error below and advise what I need to do to fix it? The problem does not exist on the installation of Testlink on my local pc running windows7 / XAMPP.
[error] [client 10.120.100.136] PHP Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from '
http://jiraserver/rpc/soap/jirasoapservice-v2?wsdl' : failed to load external entity "
http://jiraserver/rpc/soap/jirasoapservice-v2?wsdl"\n in /var/www/html/testlink/lib/bugtracking/int_jirasoap.php:63\nStack trace:\n#0 /var/www/html/testlink/lib/bugtracking/int_jirasoap.php(63): SoapClient->SoapClient('
http://jira....')\n#1 /var/www/html/testlink/lib/bugtracking/int_bugtracking.php(371): jirasoapInterface->jirasoapInterface()\n#2 /var/www/html/testlink/lib/execute/execSetResults.php(89): require_once('/var/www/html/t...')\n#3 {main}\n thrown in /var/www/html/testlink/lib/bugtracking/int_jirasoap.php on line 63, referer:
http://testlinkserver/testlink/lib/exec ... igator.php
Re: [SOLVED] - Jira configuration - JIRASOAP
Posted: Tue Apr 10, 2012 4:52 pm
by renjithgm
Are you able to reach you Jira instance from the testlink box with the URL specified in the (BUG_TRACK_HREF')
Re: [SOLVED] - Jira configuration - JIRASOAP
Posted: Mon Jul 30, 2012 10:05 am
by kam2012
Hi All,
I am facing similar issue with JIRASOAP configuration on red hat linux. Blank page diaplyed when JIRA soap configured.
As mentioned in one the post...I have added the IP of the JIRA instance for define('BUG_TRACK_HREF') however the issue is still exists.
Please provide me any pointers to resolve this issue.
Thanks in advance.
Regards,
Kamlesh
Re: [SOLVED] - Jira configuration - JIRASOAP
Posted: Tue Jul 31, 2012 6:14 am
by renjithgm
did you check if your Jira soap URL - "
http://XXX.XXXX/rpc/soap/jirasoapservice-v2?wsdl" is returning you some value ?
Re: [SOLVED] - Jira configuration - JIRASOAP
Posted: Thu Jan 31, 2013 3:55 pm
by Martens
I have the same problem. The URL works on the machine but under TestLink (1.9.5) it won't do.
Here my IssueTrackerConf:
<issuetracker>
<username>X</username>
<password>Y</password>
<uribase>
https://XXX.XXX/jira/</uribase>
<uriwsdl>
https://XXX.XXX/jira/rpc/soap/jirasoaps ... l</uriwsdl>
<uriview>
https://XXX.XXX/jira/browse/</uriview>
<uricreate>
https://XXX.XXX/jira/secure/CreateIssue ... /uricreate>
<projectkey>ZOFF</projectkey>
</issuetracker>
This is the error log:
SOAP Fault: (code: WSDL, string: SOAP-ERROR: Parsing WSDL: Couldn't load from '
https://XXX.XXX/jira/rpc/soap/jirasoapservice-v2?wsdl' : failed to load external entity "
https://XXX.XXX/jira/rpc/soap/jirasoapservice-v2?wsdl" )
The JIRA version is: v4.3.3#617-r149616
I tried with http instead of https and the error than is:
__CLASS_ - SOAP Fault: (code: HTTP, string: Error Fetching http headers)
Any help?
Thanks David
Re: [SOLVED] - Jira configuration - JIRASOAP
Posted: Thu Jan 31, 2013 4:28 pm
by Martens
I found the problem. In the XAMPP installation I had to activate the openssl extention.