legacy-knowledge-base
公開されました Sep. 10, 2025

フィックスパック 4 またはフィックスパック 5 への更新後に GraphQL が失敗する

written-by

Mariano Alvaro

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

問題

Liferay DXP 7.2 Fix Pack 4 または Fix Pack 5 に更新する場合、GraphQL を使用すると次のエラーが発生する場合があります。

2020-02-25 10:48:50.588 ERROR [http-nio-8080-exec-8][AuthVerifierFilter:62] java.lang.NullPointerException
java.lang.NullPointerException
        at com.liferay.portal.vulcan.internal.graphql.servlet.GraphQLServletExtender$LiferayGraphQLFieldRetriever.getField(GraphQLServletExtender.java:1902)
        at com.liferay.portal.vulcan.internal.graphql.servlet.GraphQLServletExtender._collectObjectFields(GraphQLServletExtender.java:489)
        at com.liferay.portal.vulcan.internal.graphql.servlet.GraphQLServletExtender._createServlet(GraphQLServletExtender.java:935)
        at com.liferay.portal.vulcan.internal.graphql.servlet.GraphQLServletExtender.access$700(GraphQLServletExtender.java:208)
        at com.liferay.portal.vulcan.internal.graphql.servlet.GraphQLServletExtender$7.invoke(GraphQLServletExtender.java:375)
        at com.sun.proxy.$Proxy327.service(Unknown Source)
        at org.eclipse.equinox.http.servlet.internal.registration.EndpointRegistration.service(EndpointRegistration.java:153)
        at org.eclipse.equinox.http.servlet.internal.servlet.FilterChainImpl.doFilter(FilterChainImpl.java:50)
        at 

Environment

  • 修正パック 4 または修正パック 5 を適用した Liferay DXP 7.2
  • GraphQL

解決策

データ エンジン未使用 の場合、次の手順に従います。

  1. ブラックリスト OSGi バンドルとコンポーネント をブラックリスト com.liferay.data.engine.rest.impl バンドルに使用します。
  2. Gogo コンソールから、
    Liferay Foundation - Liferay Portal Vulcan - Impl バンドルを
    停止して開始します。

data-engine使用されている場合、LPS-113149を含むhotfixを要求しなければなりません。

did-this-article-resolve-your-issue

legacy-knowledge-base