Вызывается: java.lang.IllegalArgumentException: сервлет [RegistrationRequesterPortImpl] и сервлет - PullRequest
0 голосов
/ 10 мая 2018

Причина: java.lang.IllegalArgumentException: сервлет [RegistrationRequesterPortImpl] и сервлет [RegistrationPortImpl] имеют одинаковый шаблон URL: [/ RegistrationService_V11] в org.glassfish.web.deployment.descriptor.WebBundleDescriptorImpl.addWebComponentDescriptor (WebBundleDescriptorImpl.java:396) в org.glassfish.webservices.connector.annotation.handlers.WebServiceHandler.processAnnotation (WebServiceHandler.java:473) в com.sun.enterprise.deployment.annotation.factory.SJSASFactory $ LazyAnnotationHandler.processAnnotation (SJSASFactory.java:174) в org.glassfish.apf.impl.AnnotationProcessorImpl.process (AnnotationProcessorImpl.java:350) ... еще 59

1 Ответ

0 голосов
/ 10 мая 2018

Ответ в первой строке ошибки:

Причина: java.lang.IllegalArgumentException: сервлет [RegistrationRequesterPortImpl] и сервлет [RegistrationPortImpl] имеют одинаковый шаблон URL: [/ RegistrationService_V11]

Оба RegistrationRequesterPortImpl.java и RegistrationPortImpl.java имеют одинаковый шаблон URL (/RegistrationService_V11). Вам необходимо изменить шаблон URL для одного из них.

...