gpt4 book ai didi

java - 严重 : WS00034: Two web services are being deployed with the same endpoint URL

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:29:39 25 4
gpt4 key购买 nike

当我尝试使用 GlassFish 在 Netbeans 中重新部署时遇到此错误。

SEVERE: WS00034: Two web services are being deployed with the same endpoint URL

我没有使用具有相同端点 URL 的两个 Web 服务,所以我不知道这个异常是从哪里来的。

更新:还出现以下错误:

SEVERE: Exception while shutting down application container : java.lang.NullPointerException

我只收到此错误,没有任何其他错误或解释原因的行。

最佳答案

我发现了我的问题所在。两个不同类中的两个方法名称相同。

在一节课中我有:

@WebMethod(operationName = "deleteRoute")
public void deleteRoute(@WebParam(name = "routeId") int routeId) {
}

在另一个我有:

@WebMethod(operationName = "deleteUser")
public void deleteRoute(@WebParam(name = "id") int id) {
}

我刚刚将我的第二个 deleteRoute 重命名为 deleteUser 并且成功了。但这有点奇怪……我虽然 WS 会忽略实际方法,只对 operationName 感兴趣。

关于java - 严重 : WS00034: Two web services are being deployed with the same endpoint URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15869464/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com