-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug
Milestone
Description
zyro opened SPR-12238 and commented
which requires JDK 1.7+
example JDK 1.6 stacktrace-snippet:
Caused by BeanDefinitionStoreException:
Factory method [public org.springframework.web.servlet.HandlerMapping org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport.stompWebSocketHandlerMapping()] threw exception;
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageBrokerSockJsTaskScheduler'
defined in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration:
Invocation of init method failed; nested exception is
java.lang.NoSuchMethodError: java.util.concurrent.ScheduledThreadPoolExecutor.setRemoveOnCancelPolicy(Z)V
thanks, zyro
Affects: 4.0.6, 4.0.7, 4.1 GA
Issue Links:
- Prevent accumulation of cancelled SockJS heartbeat tasks [SPR-11918] #16537 Prevent accumulation of cancelled SockJS heartbeat tasks
- Fix for issue SPR-12238 not working on IBM java_1.7_64 [SPR-12465] #17071 Fix for issue SPR-12238 not working on IBM java_1.7_64
- Message broker thread pools should be set up in allowCoreThreadTimeOut mode [SPR-12249] #16863 Message broker thread pools should be set up in allowCoreThreadTimeOut mode
Referenced from: commits 0c680d6, e003d21
Backported to: 4.0.8
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug