legacy-knowledge-base
公開されました Jul. 2, 2025

ドキュメントとメディアで複数のアップロードフォームを使用する際に、"No JSON Web service action with path /dlapp/get-temp-file-names and method null for null" と表示される。

written-by

Roberto Díaz

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • 再現するための手順
    • json.web.service.enabled プロパティを falseに設定します。
    • Documents and Media ポートレットにアクセスし、 "Multiple upload" オプションを使用してファイルをアップロードすることができます。
    • サーバーのログにこのエラーが表示されることがあります:
      2022-07-15 11:25:29.566 ERROR [http-nio-8080-exec-3][JSONWebServiceServiceAction:126] No JSON web service action with path /dlapp/get-temp-file-names and method null for null
    • ORACLEデータベースを使用している場合、ORA-00001エラーが表示されることがあります。

Environment

  • DXP 7.2

解決策

  • /dlapp/get-temp-file-names メソッドへのアクセスを許可するように設定を変更します。
    json.web.service.enabled = true y
    jsonws.web.service.paths.includes=\
    /dlapp/get-temp-file-names

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base