The following error occurred when Socket.js and stomp.js established the stomp endpoint

1. Question:

the following error occurred:

clipboard.png

public void registerStompEndpoints(StompEndpointRegistry stompEndpointRegistry) {
        log.info("stomp ... ... ... ");
        stompEndpointRegistry
                .addEndpoint("/chat")
                .addInterceptors(new CocoshakeInterceptor())
                ...
                }
Mar.12,2021

Please refer to this article: https://codeshelper.com/a/11.. The endPoint of
new SockJS (YOUR_END_POINT) must be the same as the endPoint you registered with websocket config.
registry.addEndpoint (YOUR_END_POINT). WithSockJS ();

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31954-2bdb1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31954-2bdb1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?