weixin_39866087 2020-11-21 21:40
浏览 0

FISH-657 fixed wstx-services deployment errors

Description

Fixes web services deployment bug (sporradic)

Important Info

Blockers

none

Testing

New tests

QuickLook tests pass now, no exception such as this:


ava.lang.IllegalArgumentException: no <deploymentgroup> element
    at com.sun.enterprise.config.serverbeans.Domain$Duck.getDeploymentGroupNamed(Domain.java:672)
    at sun.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.jvnet.hk2.config.Dom.invokeDuckMethod(Dom.java:1129)
    at org.jvnet.hk2.config.Dom.invoke(Dom.java:1080)
    at org.glassfish.config.support.TranslatedConfigView.invoke(TranslatedConfigView.java:208)
    at com.sun.proxy.$Proxy82.getDeploymentGroupNamed(Unknown Source)
    at org.glassfish.ejb.startup.EjbDeployer.event(EjbDeployer.java:472)
    at org.glassfish.kernel.event.EventsImpl.send(EventsImpl.java:131)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.prepare(ApplicationLifecycle.java:562)
</deploymentgroup>

Testing Performed

QuickLook tests

Testing Environment

Mac, JDK 8

Documentation

Notes for Reviewers

该提问来源于开源项目:payara/Payara

  • 写回答

6条回答 默认 最新

  • weixin_39866087 2020-11-21 21:40
    关注

    jenkins test

    评论

报告相同问题?