When Creating an Inline Comment the Message "Could not save the comment" Appears

お困りですか?

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

コミュニティに質問

アトラシアン社外秘

この記事は未検証なのでお客様と共有できません。

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

問題

When creating an inline comment the message Could not save the comment appears.

atlassian-confluence.log に次のメッセージが出力される。

2017-04-21 08:28:13,000 ERROR [http-nio-8443-exec-45] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: Unexpected error
 -- referer: https://confluence.mycompany.com/pages/viewpage.action?pageId=12345678 | url: /rest/inlinecomments/1.0/comments | traceId: 369ce54081a42b82 | userName: 20556732
java.lang.RuntimeException: Unexpected error
...
Caused by: javax.xml.transform.TransformerException: java.lang.RuntimeException: Namespace for prefix 'ri' has not been declared.
...
Caused by: java.lang.RuntimeException: Namespace for prefix 'ri' has not been declared.

診断

環境

  • Confluence is being used with Wily Introscope Profiler with Java parameter

    -javaagent:/path/to/wily/Agent.jar

原因

Wily Introscope Profiler inserts extra code to the JVM that uses the same XML namespace.

ソリューション

  1. Remove -javaagent:/path/to/wily/Agent.jar from the Java command line. This is usually in setenv.sh or for Windows in the tomcat GUI.
  2. Update the parameter Datlassian.org.osgi.framework.bootdelegation to the following value:

    -Datlassian.org.osgi.framework.bootdelegation=META-INF.services,com.yourkit,com.singularity.*,com.jprofiler,com.jprofiler.*,org.apache.xerces,org.apache.xerces.*,org.apache.xalan,org.apache.xalan.*,sun.*,com.sun.jndi.*,com.icl.saxon,com.icl.saxon.*,javax.servlet,javax.servlet.*,com.sun.xml.bind.*"




最終更新日 2020 年 6 月 15 日

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

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