wucao / JDeploy

JDeploy自动化部署平台
587 stars 290 forks source link

在Jetty中运行时出现错误 #5

Open zhangmanman opened 7 years ago

zhangmanman commented 7 years ago

在Jetty7,8和9运行时都会出现错误,在Jetty7中运行时出现Caused by: java.lang.IllegalStateException: No suitable default RequestUpgradeStrategy found at org.springframework.web.socket.server.support.AbstractHandshakeHandler.initRequestUpgradeStrategy(A

,在Jetty9中会出现java.lang.NoSuchMethodError: org.eclipse.jetty.websocket.server.WebSocketServerFactory: method ()V not found,

你能否把正确的jetty版本号发给我呢?

wucao commented 7 years ago

这个是Spring Websocket不支持Jetty最新版本导致的。有空我把项目中Spring Websocket去掉。目前我使用9.3.4.v20151007版本Jetty没有这个问题。