hanbaojun2023 opened a new issue, #7753: URL: https://github.com/apache/seatunnel/issues/7753
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened 2024-09-27 08:08:11.502 seatunnel localhost.localdomain INFO [tr:,sp:] [qtp539682927-97] [AuthenticationInterceptor.preHandle():70] - user does not exist ### SeaTunnel Version SeaTunnel 2.3.7 ### SeaTunnel Config ```conf # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # server: port: 8081 spring: application: name: seatunnel jackson: date-format: yyyy-MM-dd HH:mm:ss datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://ip.113:3306/seatunnel?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true username: jherp password: dol@123456 mvc: pathmatch: matching-strategy: ant_path_matcher jwt: expireTime: 86400 secretKey: https://github.com/apache/seatunnel algorithm: HS256 --- spring: config: activate: on-profile: h2 sql: init: schema-locations: classpath*:script/seatunnel_server_h2.sql datasource: driver-class-name: org.h2.Driver url: jdbc:h2:mem:seatunnel;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=true username: sa password: sa h2: console: enabled: true path: /h2 settings: trace: false web-allow-others: false ``` ### Running Command ```shell 2024-09-27 07:58:46.769 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [ClientLoggingService$DefaultLogger.log():104] - hz.client_1 [seatunnel] [5.1] Running with 2 response threads, dynamic=true 2024-09-27 07:58:46.852 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [ClientLoggingService$DefaultLogger.log():104] - hz.client_1 [seatunnel] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) is STARTING 2024-09-27 07:58:46.853 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [ClientLoggingService$DefaultLogger.log():104] - hz.client_1 [seatunnel] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) is STARTED 2024-09-27 07:58:46.902 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [ClientLoggingService$DefaultLogger.log():104] - hz.client_1 [seatunnel] [5.1] Trying to connect to cluster: seatunnel 2024-09-27 07:58:46.906 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [ClientLoggingService$DefaultLogger.log():104] - hz.client_1 [seatunnel] [5.1] Trying to connect to [localhost]:5801 2024-09-27 07:58:47.025 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [ClientLoggingService$DefaultLogger.log():104] - hz.client_1 [seatunnel] [5.1] HazelcastClient 5.1 (20220228 - 21f20e7) is CLIENT_CONNECTED 2024-09-27 07:58:47.027 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [ClientLoggingService$DefaultLogger.log():104] - hz.client_1 [seatunnel] [5.1] Authenticated with server [localhost]:5801:336edaec-fe40-4663-a4f0-ae00eb695e6f, server version: 5.1, local address: /127.0.0.1:37565 2024-09-27 07:58:47.030 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [ClientLoggingService$DefaultLogger.log():104] - hz.client_1 [seatunnel] [5.1] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 2024-09-27 07:58:47.067 seatunnel localhost.localdomain INFO [tr:,sp:] [hz.client_1.event-4] [ClientLoggingService$DefaultLogger.log():104] - hz.client_1 [seatunnel] [5.1] Members [1] { Member [localhost]:5801 - 336edaec-fe40-4663-a4f0-ae00eb695e6f } 2024-09-27 07:58:47.134 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [AbstractLogger.info():69] - Client statistics is enabled with period 5 seconds. 2024-09-27 07:58:47.209 seatunnel localhost.localdomain WARN [tr:,sp:] [main] [GroovyTemplateAutoConfiguration$GroovyMarkupConfiguration.checkTemplateLocationExists():86] - Cannot find template location: classpath:/templates/ (please add some templates, check your Groovy configuration, or set spring.groovy.template.check-template-location=false) 2024-09-27 07:58:47.682 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [ContextHandler$Context.log():2368] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2024-09-27 07:58:47.682 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [FrameworkServlet.initServletBean():525] - Initializing Servlet 'dispatcherServlet' 2024-09-27 07:58:47.683 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [FrameworkServlet.initServletBean():547] - Completed initialization in 1 ms 2024-09-27 07:58:47.717 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [AbstractConnector.doStart():333] - Started ServerConnector@5c134052{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 2024-09-27 07:58:47.720 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [JettyWebServer.start():172] - Jetty started on port(s) 8081 (http/1.1) with context path '/' 2024-09-27 07:58:47.721 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [DocumentationPluginsBootstrapper.start():120] - Context refreshed 2024-09-27 07:58:47.745 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [DocumentationPluginsBootstrapper.start():123] - Found 1 custom documentation plugin(s) 2024-09-27 07:58:47.781 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [ApiListingReferenceScanner.scan():41] - Scanning for api listing references 2024-09-27 07:58:48.074 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [CachingOperationNameGenerator.startingWith():40] - Generating unique operation named: listAllTransformUsingGET_1 2024-09-27 07:58:48.090 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [CachingOperationNameGenerator.startingWith():40] - Generating unique operation named: listSinkUsingGET_1 2024-09-27 07:58:48.101 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [CachingOperationNameGenerator.startingWith():40] - Generating unique operation named: listSourceUsingGET_1 2024-09-27 07:58:48.112 seatunnel localhost.localdomain INFO [tr:,sp:] [qtp539682927-33] [AuthenticationInterceptor.preHandle():70] - user does not exist 2024-09-27 07:58:48.114 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [CachingOperationNameGenerator.startingWith():40] - Generating unique operation named: syncUsingGET_1 2024-09-27 07:58:48.217 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [CachingOperationNameGenerator.startingWith():40] - Generating unique operation named: getJobDefinitionUsingGET_1 2024-09-27 07:58:48.695 seatunnel localhost.localdomain INFO [tr:,sp:] [main] [StartupInfoLogger.logStarted():61] - Started SeatunnelApplication in 9.614 seconds (JVM running for 10.23) 2024-09-27 07:58:50.103 seatunnel localhost.localdomain INFO [tr:,sp:] [qtp539682927-73] [AuthenticationInterceptor.preHandle():70] - user does not exist 2024-09-27 07:58:51.023 seatunnel localhost.localdomain INFO [tr:,sp:] [qtp539682927-73] [AuthenticationInterceptor.preHandle():70] - user does not exist 2024-09-27 08:08:01.968 seatunnel localhost.localdomain INFO [tr:,sp:] [qtp539682927-36] [AuthenticationInterceptor.preHandle():70] - user does not exist 2024-09-27 08:08:08.744 seatunnel localhost.localdomain INFO [tr:,sp:] [qtp539682927-39] [AuthenticationInterceptor.preHandle():70] - user does not exist 2024-09-27 08:08:09.343 seatunnel localhost.localdomain INFO [tr:,sp:] [qtp539682927-97] [AuthenticationInterceptor.preHandle():70] - user does not exist 2024-09-27 08:08:11.502 seatunnel localhost.localdomain INFO [tr:,sp:] [qtp539682927-97] [AuthenticationInterceptor.preHandle():70] - user does not exist ``` ### Error Exception ```log 2024-09-27 08:08:11.502 seatunnel localhost.localdomain INFO [tr:,sp:] [qtp539682927-97] [AuthenticationInterceptor.preHandle():70] - user does not exist ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
