"Background page refresh cannot contact server." error thrown when accessing deployment projects

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

An error such as this will appear when trying to load deployment projects.

atlassian-bamboo.log に次のメッセージが表示される。

Caused by: com.atlassian.bamboo.exception.DataAccessException: org.apache.commons.configuration.ConfigurationException: The processing instruction must begin with the name of the target.
Caused by: org.xml.sax.SAXParseException: The processing instruction target matching "[xX][mM][lL]" is not allowed.

原因

The XML data pertaining to a deployment or an XML file necessary for startup is formatted incorrectly.

ソリューション

  • Extract the XML data in question from the database or view the XML file
  • Ensure the XML header is appropriately formatted as follows:

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>

    Utilizing whatever formatting your DB requires and making sure there are no leading spaces in front of the XML header

Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.