legacy-knowledge-base
公開されました Jun. 30, 2025

DocuSign での作業中に「無効なローカル日時」という警告が表示される

written-by

Kanchan Bisht

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

問題

  • DocuSign デジタル署名を Liferay ドキュメントに統合する際に、次の警告が表示される場合があります。
    • WARN  [http-nio-8080-exec-9][MVCPortlet:299] No render mappings found for MVC render command name "/digital_signature/collect_digital_signature" for portlet com_liferay_digital_signature_web_internal_portlet_CollectDigitalSignaturePortlet
      WARN  [http-nio-8080-exec-4][DSEnvelopeManagerImpl:267] Invalid local date time
      java.time.format.DateTimeParseException: Text '' could not be parsed at index 0
              at java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:1949) ~[?:1.8.0_201]
              at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1851) ~[?:1.8.0_201]
              at java.time.LocalDateTime.parse(LocalDateTime.java:492) ~[?:1.8.0_201]
              at com.liferay.digital.signature.internal.manager.DSEnvelopeManagerImpl._toLocalDateTime(DSEnvelopeManagerImpl.java:261) ~[?:?]
              at 

Environment

  • Liferay DXP 7.4

解決策

  • 「crationDate」設定なしでエンベロープが生成されると、観察された警告が発生します。 DocuSign がこの日付を生成するため、これは問題ではありません。 Liferay は、この不要な WARN を排除するための検証を既に実装しています。 DXP 7.4 update 58 以降で利用できます。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base