Michael Lumsden created JENKINS-13733: -----------------------------------------
Summary: "Processing instruction target matching "[xX][mM][lL]" is not allowed" Error Key: JENKINS-13733 URL: https://issues.jenkins-ci.org/browse/JENKINS-13733 Project: Jenkins Issue Type: Bug Components: mantis Affects Versions: current Environment: ---Java--- java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.9) (fedora-54.1.9.9.fc14-x86_64) OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode) ---Jenkins--- Jenkins 1.462 with Mantis Plugin 0.24 ---Mantis--- Mantis Server 1.1.8 ---Host System Platform--- Fedora 14 x86_64 kernel version 2.6.35.14-97 Reporter: Michael Lumsden Assignee: sogabe Attempt to click on "verify" button from Jenkins system Configuration page after entering username/password yields the following in the Log Recorder: {panel:title=MANTIS log recorder|borderStyle=solid} May 10, 2012 5:24:17 AM hudson.plugins.mantis.MantisSite isConnect WARNING: Failed to connect https://netrecon01lx/mantis/ (cause: org.xml.sax.SAXParseException; lineNumber: 3; columnNumber: 6; The processing instruction target matching "[xX][mM][lL]" is not allowed.). May 10, 2012 5:24:17 AM hudson.plugins.mantis.soap.LogHandler FINE: Response: <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://futureware.biz/mantisconnect"><SOAP-ENV:Body><ns1:mc_projects_get_user_accessibleResponse xmlns:ns1="http://futureware.biz/mantisconnect"><return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:ProjectData[3]"><item xsi:type="tns:ProjectData"><id xsi:type="xsd:integer">2</id><name xsi:type="xsd:string">Iris</name><status xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">development</name></status><enabled xsi:type="xsd:boolean">true</enabled><view_state xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">public</name></view_state><access_min xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">viewer</name></access_min><file_path xsi:type="xsd:string"></file_path><description xsi:type="xsd:string">Iris </description><subprojects xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:ProjectData[0]"></subprojects></item><item xsi:type="tns:ProjectData"><id xsi:type="xsd:integer">3</id><name xsi:type="xsd:string">NetReconVisualization</name><status xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">development</name></status><enabled xsi:type="xsd:boolean">true</enabled><view_state xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">public</name></view_state><access_min xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">viewer</name></access_min><file_path xsi:type="xsd:string"></file_path><description xsi:type="xsd:string">Visualization efforts for FY11</description><subprojects xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:ProjectData[0]"></subprojects></item><item xsi:type="tns:ProjectData"><id xsi:type="xsd:integer">1</id><name xsi:type="xsd:string">Tapestry</name><status xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">development</name></status><enabled xsi:type="xsd:boolean">true</enabled><view_state xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">public</name></view_state><access_min xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">viewer</name></access_min><file_path xsi:type="xsd:string"></file_path><description xsi:type="xsd:string">Tapestry Analytics</description><subprojects xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:ProjectData[0]"></subprojects></item></return></ns1:mc_projects_get_user_accessibleResponse></SOAP-ENV:Body></SOAP-ENV:Envelope> May 10, 2012 5:24:17 AM hudson.plugins.mantis.soap.LogHandler FINE: Request: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns1:mc_projects_get_user_accessible soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://futureware.biz/mantisconnect"> <username xsi:type="xsd:string">mlumsden</username> <password xsi:type="xsd:string">password</password> </ns1:mc_projects_get_user_accessible> </soapenv:Body> </soapenv:Envelope> May 10, 2012 5:24:17 AM hudson.plugins.mantis.soap.LogHandler FINE: Response: (null) May 10, 2012 5:24:17 AM hudson.plugins.mantis.soap.LogHandler FINE: Request: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns1:mc_projects_get_user_accessible soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://futureware.biz/mantisconnect"> <username xsi:type="xsd:string">mlumsden</username> <password xsi:type="xsd:string">password</password> </ns1:mc_projects_get_user_accessible> </soapenv:Body> </soapenv:Envelope> May 10, 2012 5:24:16 AM hudson.plugins.mantis.soap.mantis110.MantisSessionImpl <init> INFO: Mantis version is 1.1.X {panel} I have already attempted the HTTP_BASIC_AUTH workaround described in https://wiki.jenkins-ci.org/display/JENKINS/Use+BASIC_AUTH Is there anything else I need to do/try, or is there some kind of code problem inside the MANTIS plugin? Any help is appreciated! -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira