weblogic部署异常,weblogic.management.DeploymentException

<Failed to initialize the application 'bea_wls9_async_response' due to error weblogic.management.DeploymentException: Error encountered during prepare phase of deploying WebService module 'bea_wls9_async_response.war'. Two port in the AsyncResponseService(WebserviceDescriptionBean) has the same name {http://www.bea.com/async/AsyncResponseService}AsyncResponseServicePortTypePort. .
weblogic.management.DeploymentException: Error encountered during prepare phase of deploying WebService module 'bea_wls9_async_response.war'. Two port in the AsyncResponseService(WebserviceDescriptionBean) has the same name {http://www.bea.com/async/AsyncResponseService}AsyncResponseServicePortTypePort.
at weblogic.wsee.deploy.WSEEModule.prepare(WSEEModule.java:149)
at weblogic.wsee.deploy.AppDeploymentExtensionFactory.prepare(AppDeploymentExtensionFactory.java:79)
at weblogic.wsee.deploy.AppDeploymentExtensionFactory.access$100(AppDeploymentExtensionFactory.java:15)
at weblogic.wsee.deploy.AppDeploymentExtensionFactory$1.prepare(AppDeploymentExtensionFactory.java:219)
at weblogic.application.internal.flow.AppDeploymentExtensionFlow.prepare(AppDeploymentExtensionFlow.java:23)
Truncated. see log file for complete stacktrace
Caused By: weblogic.wsee.ws.WsException: Two port in the AsyncResponseService(WebserviceDescriptionBean) has the same name {http://www.bea.com/async/AsyncResponseService}AsyncResponseServicePortTypePort.
at weblogic.wsee.deploy.WSEEAnnotationProcessor.checkWsdlPortNames(WSEEAnnotationProcessor.java:143)
at weblogic.wsee.deploy.WSEEAnnotationProcessor.process(WSEEAnnotationProcessor.java:133)
at weblogic.wsee.deploy.WSEEAnnotationProcessor.process(WSEEAnnotationProcessor.java:52)
at weblogic.wsee.deploy.WSEEModule.prepare(WSEEModule.java:111)
at weblogic.wsee.deploy.AppDeploymentExtensionFactory.prepare(AppDeploymentExtensionFactory.java:79)
Truncated. see log file for complete stacktrace

看着像是WebService WSDL里配置有问题,有重复的PortName

没关闭上一个端口的服务,又开了同样端口的服务