整合nacos

This commit is contained in:
2023-09-15 23:47:06 +08:00
parent 14bd67f849
commit 92488b5dcb
294 changed files with 502777 additions and 12 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
View File
View File
+4
View File
@@ -0,0 +1,4 @@
2023-09-15 17:00:29,464 WARN isQuickStart:false
2023-09-15 17:02:06,953 WARN isQuickStart:false
File diff suppressed because it is too large Load Diff
View File
View File
View File
+208
View File
@@ -0,0 +1,208 @@
2023-09-15 17:00:15,329 INFO notifyConnectTimeout:100
2023-09-15 17:00:15,334 INFO notifySocketTimeout:200
2023-09-15 17:00:15,335 INFO isHealthCheck:true
2023-09-15 17:00:15,335 INFO maxHealthCheckFailCount:12
2023-09-15 17:00:15,335 INFO maxContent:10485760
2023-09-15 17:00:25,648 INFO use local db service for init
2023-09-15 17:00:27,214 WARN Lexical error at line 4, column 66. Encountered: <EOF> after : "".
2023-09-15 17:00:27,230 WARN Syntax error: Encountered "*" at line 1, column 1.
2023-09-15 17:00:28,050 WARN Lexical error at line 4, column 13. Encountered: "`" (96), after : "".
2023-09-15 17:00:28,055 WARN Lexical error at line 1, column 13. Encountered: "`" (96), after : "".
2023-09-15 17:00:28,055 WARN Lexical error at line 1, column 13. Encountered: "`" (96), after : "".
2023-09-15 17:00:28,055 WARN Lexical error at line 1, column 13. Encountered: "`" (96), after : "".
2023-09-15 17:00:28,055 INFO use StandaloneDatabaseOperateImpl
2023-09-15 17:00:29,462 WARN DumpService start
2023-09-15 17:00:29,465 INFO start clear all config-info.
2023-09-15 17:00:29,467 WARN clear all config-info failed.
2023-09-15 17:00:29,467 WARN clear all config-info-tenant failed.
2023-09-15 17:00:29,639 INFO start clear all config-info-beta.
2023-09-15 17:00:29,642 WARN clear all config-info-beta failed.
2023-09-15 17:00:29,642 WARN clear all config-info-beta-tenant failed.
2023-09-15 17:00:29,700 INFO start clear all config-info-tag.
2023-09-15 17:00:29,701 WARN clear all config-info-tag failed.
2023-09-15 17:00:29,701 WARN clear all config-info-tag-tenant failed.
2023-09-15 17:01:53,252 INFO notifyConnectTimeout:100
2023-09-15 17:01:53,258 INFO notifySocketTimeout:200
2023-09-15 17:01:53,258 INFO isHealthCheck:true
2023-09-15 17:01:53,258 INFO maxHealthCheckFailCount:12
2023-09-15 17:01:53,258 INFO maxContent:10485760
2023-09-15 17:01:53,264 INFO notifyConnectTimeout:100
2023-09-15 17:01:53,269 INFO notifySocketTimeout:200
2023-09-15 17:01:53,270 INFO isHealthCheck:true
2023-09-15 17:01:53,270 INFO maxHealthCheckFailCount:12
2023-09-15 17:01:53,270 INFO maxContent:10485760
2023-09-15 17:02:03,133 INFO use local db service for init
2023-09-15 17:02:03,218 INFO use local db service for init
2023-09-15 17:02:04,368 WARN Lexical error at line 4, column 66. Encountered: <EOF> after : "".
2023-09-15 17:02:04,388 WARN Syntax error: Encountered "*" at line 1, column 1.
2023-09-15 17:02:04,519 WARN Table/View 'CONFIG_INFO' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,687 WARN Table/View 'HIS_CONFIG_INFO' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,724 ERROR Failed to start database '/Users/yovinchen/project/Java/ssyx/nacos/data/derby-data' with class loader org.springframework.boot.loader.LaunchedURLClassLoader@6267c3bb, see the next exception for details.
java.sql.SQLException: Failed to start database '/Users/yovinchen/project/Java/ssyx/nacos/data/derby-data' with class loader org.springframework.boot.loader.LaunchedURLClassLoader@6267c3bb, see the next exception for details.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source)
at org.apache.derby.jdbc.InternalDriver$LoginCallable.call(Unknown Source)
at org.apache.derby.jdbc.InternalDriver$LoginCallable.call(Unknown Source)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database '/Users/yovinchen/project/Java/ssyx/nacos/data/derby-data' with class loader org.springframework.boot.loader.LaunchedURLClassLoader@6267c3bb, see the next exception for details.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source)
... 15 common frames omitted
Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database /Users/yovinchen/project/Java/ssyx/nacos/data/derby-data.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source)
... 12 common frames omitted
2023-09-15 17:02:04,755 WARN Table/View 'CONFIG_INFO_BETA' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,792 WARN Table/View 'CONFIG_INFO_TAG' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,820 WARN Table/View 'CONFIG_INFO_AGGR' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,838 WARN Table/View 'APP_LIST' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,842 WARN Table/View 'APP_CONFIGDATA_RELATION_SUBS' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,852 WARN Table/View 'APP_CONFIGDATA_RELATION_PUBS' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,862 WARN Table/View 'CONFIG_TAGS_RELATION' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,896 WARN Table/View 'GROUP_CAPACITY' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,920 WARN Table/View 'TENANT_CAPACITY' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,939 WARN Table/View 'TENANT_INFO' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,970 WARN Table/View 'USERS' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,983 WARN Table/View 'ROLES' already exists in Schema 'NACOS'.
2023-09-15 17:02:04,995 WARN Table/View 'PERMISSIONS' already exists in Schema 'NACOS'.
2023-09-15 17:02:05,106 WARN The statement was aborted because it would have caused a duplicate key value in a unique or primary key constraint or unique index identified by 'SQL230915170027910' defined on 'USERS'.
2023-09-15 17:02:05,121 WARN The statement was aborted because it would have caused a duplicate key value in a unique or primary key constraint or unique index identified by 'UK_USERNAME_ROLE' defined on 'ROLES'.
2023-09-15 17:02:05,136 WARN Lexical error at line 4, column 13. Encountered: "`" (96), after : "".
2023-09-15 17:02:05,139 WARN Lexical error at line 1, column 13. Encountered: "`" (96), after : "".
2023-09-15 17:02:05,141 WARN Lexical error at line 1, column 13. Encountered: "`" (96), after : "".
2023-09-15 17:02:05,142 WARN Lexical error at line 1, column 13. Encountered: "`" (96), after : "".
2023-09-15 17:02:05,142 INFO use StandaloneDatabaseOperateImpl
2023-09-15 17:02:06,950 WARN DumpService start
2023-09-15 17:02:06,954 INFO start clear all config-info.
2023-09-15 17:02:06,955 WARN clear all config-info failed.
2023-09-15 17:02:06,955 WARN clear all config-info-tenant failed.
2023-09-15 17:02:07,059 INFO start clear all config-info-beta.
2023-09-15 17:02:07,060 WARN clear all config-info-beta failed.
2023-09-15 17:02:07,060 WARN clear all config-info-beta-tenant failed.
2023-09-15 17:02:07,083 INFO start clear all config-info-tag.
2023-09-15 17:02:07,083 WARN clear all config-info-tag failed.
2023-09-15 17:02:07,083 WARN clear all config-info-tag-tenant failed.
View File
File diff suppressed because it is too large Load Diff
+4
View File
@@ -0,0 +1,4 @@
2023-09-15 17:00:34,342 INFO The Nacos Istio server is disabled.
2023-09-15 17:02:11,281 INFO The Nacos Istio server is disabled.
View File
+14
View File
@@ -0,0 +1,14 @@
2023-09-15 17:00:25,224 INFO Current addressing mode selection : StandaloneMemberLookup
2023-09-15 17:00:29,805 INFO [ClusterRpcClientProxy] success to refresh cluster rpc client on start up,members =[]
2023-09-15 17:00:36,921 INFO This node is ready to provide external services
2023-09-15 17:02:02,670 INFO Current addressing mode selection : StandaloneMemberLookup
2023-09-15 17:02:02,736 INFO Current addressing mode selection : StandaloneMemberLookup
2023-09-15 17:02:07,176 INFO [ClusterRpcClientProxy] success to refresh cluster rpc client on start up,members =[]
2023-09-15 17:02:13,891 INFO This node is ready to provide external services
+42113
View File
File diff suppressed because it is too large Load Diff
+54
View File
@@ -0,0 +1,54 @@
Java HotSpot(TM) 64-Bit Server VM (25.341-b10) for bsd-amd64 JRE (1.8.0_341-b10), built on Jun 16 2022 16:44:16 by "java_re" with gcc 4.2.1 Compatible Apple LLVM 11.0.0 (clang-1100.0.33.17)
Memory: 4k page, physical 33554432k(98004k free)
/proc/meminfo:
CommandLine flags: -XX:GCLogFileSize=104857600 -XX:InitialHeapSize=536870912 -XX:MaxHeapSize=536870912 -XX:MaxNewSize=268435456 -XX:NewSize=268435456 -XX:NumberOfGCLogFiles=10 -XX:+PrintGC -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseGCLogFileRotation -XX:+UseParallelGC
2023-09-15T17:01:52.432-0800: 2.606: [GC (Allocation Failure) [PSYoungGen: 196608K->5396K(229376K)] 196608K->5468K(491520K), 0.0405509 secs] [Times: user=0.09 sys=0.04, real=0.04 secs]
2023-09-15T17:01:53.315-0800: 3.489: [GC (Allocation Failure) [PSYoungGen: 202004K->6515K(229376K)] 202076K->6595K(491520K), 0.0343363 secs] [Times: user=0.14 sys=0.05, real=0.03 secs]
2023-09-15T17:01:53.433-0800: 3.607: [GC (Metadata GC Threshold) [PSYoungGen: 23230K->6545K(229376K)] 23310K->6633K(491520K), 0.0290007 secs] [Times: user=0.08 sys=0.02, real=0.03 secs]
2023-09-15T17:01:53.462-0800: 3.636: [Full GC (Metadata GC Threshold) [PSYoungGen: 6545K->0K(229376K)] [ParOldGen: 88K->6303K(262144K)] 6633K->6303K(491520K), [Metaspace: 20317K->20317K(1069056K)], 0.0232415 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
2023-09-15T17:01:54.788-0800: 4.962: [GC (Allocation Failure) [PSYoungGen: 196608K->7320K(229376K)] 202911K->13623K(491520K), 0.0123499 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
2023-09-15T17:01:55.832-0800: 6.006: [GC (Allocation Failure) [PSYoungGen: 203928K->10496K(229376K)] 210231K->16799K(491520K), 0.0090898 secs] [Times: user=0.04 sys=0.01, real=0.01 secs]
2023-09-15T17:01:56.606-0800: 6.780: [GC (Allocation Failure) [PSYoungGen: 207104K->10720K(247296K)] 213407K->18279K(509440K), 0.0087408 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
2023-09-15T17:01:57.205-0800: 7.379: [GC (Allocation Failure) [PSYoungGen: 247264K->12768K(249344K)] 254823K->21047K(511488K), 0.0096744 secs] [Times: user=0.03 sys=0.02, real=0.01 secs]
2023-09-15T17:01:58.748-0800: 8.923: [GC (Allocation Failure) [PSYoungGen: 249312K->6368K(245248K)] 257608K->19872K(507392K), 0.0196945 secs] [Times: user=0.06 sys=0.02, real=0.02 secs]
2023-09-15T17:02:00.242-0800: 10.416: [GC (Allocation Failure) [PSYoungGen: 238932K->5780K(247296K)] 252907K->23023K(509440K), 0.0113338 secs] [Times: user=0.06 sys=0.01, real=0.01 secs]
2023-09-15T17:02:00.824-0800: 10.998: [GC (Metadata GC Threshold) [PSYoungGen: 64150K->4208K(247808K)] 81393K->24111K(509952K), 0.0101266 secs] [Times: user=0.05 sys=0.02, real=0.01 secs]
2023-09-15T17:02:00.835-0800: 11.009: [Full GC (Metadata GC Threshold) [PSYoungGen: 4208K->0K(247808K)] [ParOldGen: 19903K->22296K(262144K)] 24111K->22296K(509952K), [Metaspace: 33621K->33621K(1081344K)], 0.1070303 secs] [Times: user=0.31 sys=0.04, real=0.11 secs]
2023-09-15T17:02:03.546-0800: 13.720: [GC (Allocation Failure) [PSYoungGen: 233472K->6698K(247808K)] 255768K->29002K(509952K), 0.0134968 secs] [Times: user=0.03 sys=0.01, real=0.02 secs]
2023-09-15T17:02:06.452-0800: 16.626: [GC (Allocation Failure) [PSYoungGen: 239178K->5624K(248320K)] 261487K->33990K(510464K), 0.0162935 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
2023-09-15T17:02:08.184-0800: 18.358: [GC (Metadata GC Threshold) [PSYoungGen: 179478K->5818K(247808K)] 207843K->39408K(509952K), 0.0097895 secs] [Times: user=0.06 sys=0.01, real=0.01 secs]
2023-09-15T17:02:08.194-0800: 18.368: [Full GC (Metadata GC Threshold) [PSYoungGen: 5818K->0K(247808K)] [ParOldGen: 33589K->38079K(262144K)] 39408K->38079K(509952K), [Metaspace: 56158K->56158K(1099776K)], 0.1773337 secs] [Times: user=0.64 sys=0.08, real=0.18 secs]
2023-09-15T17:02:10.749-0800: 20.923: [GC (Allocation Failure) [PSYoungGen: 233984K->6895K(249344K)] 272063K->44982K(511488K), 0.0038996 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
2023-09-15T17:02:11.706-0800: 21.881: [GC (Allocation Failure) [PSYoungGen: 242927K->12799K(248832K)] 281014K->51951K(510976K), 0.0049413 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
2023-09-15T17:02:13.861-0800: 24.035: [GC (Allocation Failure) [PSYoungGen: 248831K->4800K(245760K)] 287983K->56480K(507904K), 0.0117595 secs] [Times: user=0.06 sys=0.02, real=0.01 secs]
2023-09-15T17:09:41.558-0800: 471.736: [GC (Allocation Failure) [PSYoungGen: 237248K->12888K(245760K)] 288928K->64576K(507904K), 0.0332538 secs] [Times: user=0.09 sys=0.10, real=0.04 secs]
2023-09-15T17:14:24.216-0800: 754.396: [GC (Allocation Failure) [PSYoungGen: 245336K->13240K(244224K)] 297024K->64928K(506368K), 0.0331098 secs] [Times: user=0.07 sys=0.03, real=0.04 secs]
2023-09-15T17:20:40.385-0800: 1130.564: [GC (Allocation Failure) [PSYoungGen: 241592K->13480K(242176K)] 293280K->65168K(504320K), 0.0425844 secs] [Times: user=0.17 sys=0.04, real=0.04 secs]
2023-09-15T17:28:50.512-0800: 1620.660: [GC (Allocation Failure) [PSYoungGen: 241827K->15616K(241152K)] 293515K->67304K(503296K), 0.0676943 secs] [Times: user=0.31 sys=0.07, real=0.07 secs]
2023-09-15T17:37:08.780-0800: 2118.924: [GC (Allocation Failure) [PSYoungGen: 238848K->15920K(239616K)] 290536K->67616K(501760K), 0.0574472 secs] [Times: user=0.35 sys=0.07, real=0.05 secs]
2023-09-15T17:45:38.343-0800: 2628.468: [GC (Allocation Failure) [PSYoungGen: 239152K->16480K(239104K)] 290848K->68176K(501248K), 0.0862843 secs] [Times: user=0.43 sys=0.09, real=0.08 secs]
2023-09-15T17:53:58.837-0800: 3128.958: [GC (Allocation Failure) [PSYoungGen: 234592K->16832K(235008K)] 286288K->68536K(497152K), 0.0752489 secs] [Times: user=0.42 sys=0.08, real=0.08 secs]
2023-09-15T19:17:30.341-0800: 3706.550: [GC (Allocation Failure) [PSYoungGen: 234944K->16232K(237056K)] 286648K->67944K(499200K), 0.0596707 secs] [Times: user=0.24 sys=0.06, real=0.06 secs]
2023-09-15T20:26:06.878-0800: 4316.551: [GC (Allocation Failure) [PSYoungGen: 230248K->16824K(230912K)] 281960K->68544K(493056K), 0.0730605 secs] [Times: user=0.41 sys=0.07, real=0.08 secs]
2023-09-15T20:34:51.063-0800: 4840.723: [GC (Allocation Failure) [PSYoungGen: 230840K->19952K(234496K)] 282560K->71680K(496640K), 0.0743499 secs] [Times: user=0.31 sys=0.14, real=0.07 secs]
2023-09-15T20:43:26.326-0800: 5355.985: [GC (Allocation Failure) [PSYoungGen: 229872K->19440K(229376K)] 281600K->71176K(491520K), 0.0700352 secs] [Times: user=0.41 sys=0.08, real=0.07 secs]
2023-09-15T20:51:58.805-0800: 5868.513: [GC (Allocation Failure) [PSYoungGen: 229360K->19696K(232960K)] 281096K->71440K(495104K), 0.0965856 secs] [Times: user=0.41 sys=0.21, real=0.10 secs]
2023-09-15T21:00:22.024-0800: 6371.713: [GC (Allocation Failure) [PSYoungGen: 225520K->19144K(233984K)] 277264K->70896K(496128K), 0.0641994 secs] [Times: user=0.30 sys=0.06, real=0.06 secs]
2023-09-15T21:08:10.500-0800: 6840.178: [GC (Allocation Failure) [PSYoungGen: 224968K->18688K(233984K)] 276720K->70448K(496128K), 0.0668325 secs] [Times: user=0.37 sys=0.07, real=0.06 secs]
2023-09-15T21:16:15.666-0800: 7325.344: [GC (Allocation Failure) [PSYoungGen: 224512K->14328K(233984K)] 276272K->69996K(496128K), 0.0573906 secs] [Times: user=0.26 sys=0.05, real=0.06 secs]
2023-09-15T21:24:28.027-0800: 7817.711: [GC (Allocation Failure) [PSYoungGen: 220152K->6272K(233984K)] 275820K->70058K(496128K), 0.0627377 secs] [Times: user=0.27 sys=0.07, real=0.07 secs]
2023-09-15T21:32:49.462-0800: 8319.146: [GC (Allocation Failure) [PSYoungGen: 213120K->5936K(234496K)] 276906K->70106K(496640K), 0.0313429 secs] [Times: user=0.18 sys=0.04, real=0.03 secs]
2023-09-15T21:42:17.084-0800: 8845.976: [GC (Allocation Failure) [PSYoungGen: 212784K->5552K(234496K)] 276954K->70153K(496640K), 0.0482874 secs] [Times: user=0.15 sys=0.13, real=0.05 secs]
2023-09-15T21:50:27.086-0800: 9335.977: [GC (Allocation Failure) [PSYoungGen: 212400K->3800K(234496K)] 277001K->70048K(496640K), 0.0346910 secs] [Times: user=0.13 sys=0.08, real=0.04 secs]
2023-09-15T21:58:39.518-0800: 9828.416: [GC (Allocation Failure) [PSYoungGen: 210648K->3800K(234496K)] 276896K->70120K(496640K), 0.0206057 secs] [Times: user=0.09 sys=0.02, real=0.02 secs]
2023-09-15T22:06:54.584-0800: 10323.479: [GC (Allocation Failure) [PSYoungGen: 210648K->3880K(234496K)] 276968K->70272K(496640K), 0.0085511 secs] [Times: user=0.04 sys=0.01, real=0.01 secs]
2023-09-15T22:15:10.758-0800: 10819.649: [GC (Allocation Failure) [PSYoungGen: 210728K->3880K(235520K)] 277120K->70352K(497664K), 0.0090785 secs] [Times: user=0.05 sys=0.01, real=0.01 secs]
2023-09-15T22:24:06.828-0800: 11355.745: [GC (Allocation Failure) [PSYoungGen: 212264K->2656K(235008K)] 278736K->70368K(497152K), 0.0112688 secs] [Times: user=0.06 sys=0.01, real=0.02 secs]
2023-09-15T22:33:30.597-0800: 11919.516: [GC (Allocation Failure) [PSYoungGen: 211040K->2464K(236544K)] 278752K->70280K(498688K), 0.0074404 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
2023-09-15T22:42:29.848-0800: 12458.747: [GC (Allocation Failure) [PSYoungGen: 212896K->2592K(236032K)] 280712K->70464K(498176K), 0.0065902 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
2023-09-15T22:55:05.375-0800: 13102.182: [GC (Allocation Failure) [PSYoungGen: 213024K->3544K(238592K)] 280896K->71480K(500736K), 0.0071783 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
2023-09-15T23:05:47.084-0800: 13743.910: [GC (Allocation Failure) [PSYoungGen: 217560K->3528K(237568K)] 285496K->71536K(499712K), 0.0055798 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
2023-09-15T23:16:28.326-0800: 14385.150: [GC (Allocation Failure) [PSYoungGen: 217544K->3640K(240128K)] 285552K->71720K(502272K), 0.0097711 secs] [Times: user=0.04 sys=0.02, real=0.01 secs]
2023-09-15T23:27:38.126-0800: 15054.954: [GC (Allocation Failure) [PSYoungGen: 220728K->3672K(239104K)] 288808K->71808K(501248K), 0.0091350 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
View File
+16
View File
@@ -0,0 +1,16 @@
2023-09-15 18:31:33,369 INFO {POS} {IP-DISABLED} valid: 169.254.94.199:8202@DEFAULT@service-sys, region: unknown, msg: client last beat: 1694772175945
2023-09-15 18:31:33,369 INFO {POS} {IP-DISABLED} valid: 169.254.94.199:8203@DEFAULT@service-product, region: unknown, msg: client last beat: 1694772175945
2023-09-15 19:33:05,878 INFO {POS} {IP-DISABLED} valid: 169.254.94.199:8202@DEFAULT@service-sys, region: unknown, msg: client last beat: 1694776680589
2023-09-15 19:33:05,878 INFO {POS} {IP-DISABLED} valid: 169.254.94.199:8201@DEFAULT@service-acl, region: unknown, msg: client last beat: 1694776680588
2023-09-15 19:33:05,878 INFO {POS} {IP-DISABLED} valid: 169.254.94.199:8203@DEFAULT@service-product, region: unknown, msg: client last beat: 1694776680589
2023-09-15 20:17:02,328 INFO {POS} {IP-DISABLED} valid: 169.254.94.199:8201@DEFAULT@service-acl, region: unknown, msg: client last beat: 1694779857680
2023-09-15 20:17:02,339 INFO {POS} {IP-DISABLED} valid: 169.254.94.199:8203@DEFAULT@service-product, region: unknown, msg: client last beat: 1694779857694
2023-09-15 20:17:02,339 INFO {POS} {IP-DISABLED} valid: 169.254.94.199:8202@DEFAULT@service-sys, region: unknown, msg: client last beat: 1694779857694
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
View File
View File
+415
View File
@@ -0,0 +1,415 @@
2023-09-15 17:00:31,652 INFO [SelectorManager] Load SelectorContextBuilder(class com.alibaba.nacos.naming.selector.context.CmdbSelectorContextBuilder) contextType(CMDB) successfully.
2023-09-15 17:00:31,653 INFO [SelectorManager] Load SelectorContextBuilder(class com.alibaba.nacos.naming.selector.context.NoneSelectorContextBuilder) contextType(NONE) successfully.
2023-09-15 17:00:31,656 INFO [SelectorManager] Load Selector(class com.alibaba.nacos.naming.selector.LabelSelector) type(label) contextType(CMDB) successfully.
2023-09-15 17:00:31,657 INFO [SelectorManager] Load Selector(class com.alibaba.nacos.naming.selector.NoneSelector) type(none) contextType(NONE) successfully.
2023-09-15 17:00:34,072 INFO Load instance extension handler []
2023-09-15 17:00:39,777 WARN [NamingServerHttpClientManager] Start destroying HTTP-Client
2023-09-15 17:00:39,807 WARN [NamingServerHttpClientManager] Destruction of the end
2023-09-15 17:00:40,439 ERROR [HEALTH-CHECK-V2] error while processing NIO task
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at com.alibaba.nacos.naming.healthcheck.v2.processor.TcpHealthCheckProcessor.processTask(TcpHealthCheckProcessor.java:122)
at com.alibaba.nacos.naming.healthcheck.v2.processor.TcpHealthCheckProcessor.run(TcpHealthCheckProcessor.java:139)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
2023-09-15 17:02:04,910 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,909 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,909 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,909 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,909 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,910 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,911 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,909 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,910 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,909 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,910 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,909 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,909 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,911 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,911 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:04,909 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:02:08,997 INFO [SelectorManager] Load SelectorContextBuilder(class com.alibaba.nacos.naming.selector.context.CmdbSelectorContextBuilder) contextType(CMDB) successfully.
2023-09-15 17:02:08,997 INFO [SelectorManager] Load SelectorContextBuilder(class com.alibaba.nacos.naming.selector.context.NoneSelectorContextBuilder) contextType(NONE) successfully.
2023-09-15 17:02:08,999 INFO [SelectorManager] Load Selector(class com.alibaba.nacos.naming.selector.LabelSelector) type(label) contextType(CMDB) successfully.
2023-09-15 17:02:08,999 INFO [SelectorManager] Load Selector(class com.alibaba.nacos.naming.selector.NoneSelector) type(none) contextType(NONE) successfully.
2023-09-15 17:02:11,130 INFO Load instance extension handler []
2023-09-15 17:20:09,192 INFO Client connection 169.254.241.107:50647#true connect
2023-09-15 17:20:09,330 INFO Client connection 169.254.94.199:8201#true connect
2023-09-15 17:20:09,332 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=0}, 169.254.94.199:8201#true
2023-09-15 17:21:02,497 INFO Client connection 169.254.241.107:55358#true connect
2023-09-15 17:21:02,496 INFO Client connection 169.254.241.107:50403#true connect
2023-09-15 17:21:02,608 INFO Client connection 169.254.94.199:8202#true connect
2023-09-15 17:21:02,608 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=0}, 169.254.94.199:8202#true
2023-09-15 17:21:02,622 INFO Client connection 169.254.94.199:8203#true connect
2023-09-15 17:21:02,622 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=0}, 169.254.94.199:8203#true
2023-09-15 18:31:33,436 INFO [AUTO-DELETE-IP] service: Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=1}, ip: {"ip":"169.254.94.199","port":8202,"healthy":false,"cluster":"DEFAULT","extendDatum":{"preserved.register.source":"SPRING_CLOUD","customInstanceId":"169.254.94.199#8202#DEFAULT#DEFAULT_GROUP@@service-sys"},"lastHeartBeatTime":1694772175945,"metadataId":"169.254.94.199:8202:DEFAULT"}
2023-09-15 18:31:33,436 INFO [AUTO-DELETE-IP] service: Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=1}, ip: {"ip":"169.254.94.199","port":8203,"healthy":false,"cluster":"DEFAULT","extendDatum":{"preserved.register.source":"SPRING_CLOUD","customInstanceId":"169.254.94.199#8203#DEFAULT#DEFAULT_GROUP@@service-product"},"lastHeartBeatTime":1694772175945,"metadataId":"169.254.94.199:8203:DEFAULT"}
2023-09-15 18:31:33,436 INFO Client remove for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=1}, 169.254.94.199:8202#true
2023-09-15 18:31:33,437 INFO Client remove for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=1}, 169.254.94.199:8203#true
2023-09-15 18:31:33,865 INFO Client connection 169.254.94.199:8203#true disconnect, remove instances and subscribers
2023-09-15 18:31:33,876 INFO Client connection 169.254.94.199:8202#true disconnect, remove instances and subscribers
2023-09-15 18:31:33,876 INFO Client connection 169.254.241.107:50647#true disconnect, remove instances and subscribers
2023-09-15 18:31:33,908 INFO Client connection 169.254.94.199:8203#true connect
2023-09-15 18:31:33,908 INFO Client connection 169.254.94.199:8202#true connect
2023-09-15 18:31:33,910 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=2}, 169.254.94.199:8202#true
2023-09-15 18:31:33,910 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=2}, 169.254.94.199:8203#true
2023-09-15 18:31:39,169 INFO Client connection 169.254.241.107:50647#true connect
2023-09-15 18:48:32,081 INFO Client connection 169.254.94.199:8203#true disconnect, remove instances and subscribers
2023-09-15 18:48:32,083 INFO Client connection 169.254.94.199:8201#true disconnect, remove instances and subscribers
2023-09-15 18:48:32,084 INFO Client connection 169.254.94.199:8202#true disconnect, remove instances and subscribers
2023-09-15 18:48:32,084 INFO Client connection 169.254.241.107:50647#true disconnect, remove instances and subscribers
2023-09-15 18:48:32,180 INFO Client connection 169.254.94.199:8201#true connect
2023-09-15 18:48:32,181 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=2}, 169.254.94.199:8201#true
2023-09-15 18:48:32,183 INFO Client connection 169.254.94.199:8203#true connect
2023-09-15 18:48:32,183 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=4}, 169.254.94.199:8203#true
2023-09-15 18:48:32,185 INFO Client connection 169.254.94.199:8202#true connect
2023-09-15 18:48:32,189 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=4}, 169.254.94.199:8202#true
2023-09-15 18:52:29,529 INFO Client connection 169.254.94.199:8203#true disconnect, remove instances and subscribers
2023-09-15 18:52:29,530 INFO Client connection 169.254.241.107:55358#true disconnect, remove instances and subscribers
2023-09-15 18:52:29,530 INFO Client connection 169.254.94.199:8201#true disconnect, remove instances and subscribers
2023-09-15 18:52:29,530 INFO Client connection 169.254.241.107:50403#true disconnect, remove instances and subscribers
2023-09-15 18:52:29,530 INFO Client connection 169.254.94.199:8202#true disconnect, remove instances and subscribers
2023-09-15 18:52:29,746 INFO Client connection 169.254.94.199:8201#true connect
2023-09-15 18:52:29,746 INFO Client connection 169.254.94.199:8203#true connect
2023-09-15 18:52:29,747 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=4}, 169.254.94.199:8201#true
2023-09-15 18:52:29,747 INFO Client connection 169.254.94.199:8202#true connect
2023-09-15 18:52:29,747 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=6}, 169.254.94.199:8202#true
2023-09-15 18:52:29,747 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=6}, 169.254.94.199:8203#true
2023-09-15 18:52:29,828 INFO Client connection 169.254.241.107:50647#true connect
2023-09-15 18:52:33,403 INFO Client connection 169.254.241.107:55358#true connect
2023-09-15 18:52:33,404 INFO Client connection 169.254.241.107:50403#true connect
2023-09-15 19:17:25,086 INFO Client connection 169.254.94.199:8203#true disconnect, remove instances and subscribers
2023-09-15 19:17:25,088 INFO Client connection 169.254.241.107:55358#true disconnect, remove instances and subscribers
2023-09-15 19:17:25,088 INFO Client connection 169.254.94.199:8201#true disconnect, remove instances and subscribers
2023-09-15 19:17:25,088 INFO Client connection 169.254.241.107:50403#true disconnect, remove instances and subscribers
2023-09-15 19:17:25,088 INFO Client connection 169.254.94.199:8202#true disconnect, remove instances and subscribers
2023-09-15 19:17:25,088 INFO Client connection 169.254.241.107:50647#true disconnect, remove instances and subscribers
2023-09-15 19:17:25,423 INFO Client connection 169.254.94.199:8201#true connect
2023-09-15 19:17:25,424 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=6}, 169.254.94.199:8201#true
2023-09-15 19:17:25,429 INFO Client connection 169.254.94.199:8202#true connect
2023-09-15 19:17:25,429 INFO Client connection 169.254.94.199:8203#true connect
2023-09-15 19:17:25,430 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=8}, 169.254.94.199:8203#true
2023-09-15 19:17:25,430 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=8}, 169.254.94.199:8202#true
2023-09-15 19:17:30,474 INFO Client connection 169.254.241.107:50647#true connect
2023-09-15 19:17:33,967 INFO Client connection 169.254.241.107:55358#true connect
2023-09-15 19:17:33,968 INFO Client connection 169.254.241.107:50403#true connect
2023-09-15 19:33:05,885 INFO [AUTO-DELETE-IP] service: Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=9}, ip: {"ip":"169.254.94.199","port":8202,"healthy":false,"cluster":"DEFAULT","extendDatum":{"preserved.register.source":"SPRING_CLOUD","customInstanceId":"169.254.94.199#8202#DEFAULT#DEFAULT_GROUP@@service-sys"},"lastHeartBeatTime":1694776680589,"metadataId":"169.254.94.199:8202:DEFAULT"}
2023-09-15 19:33:05,885 INFO [AUTO-DELETE-IP] service: Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=9}, ip: {"ip":"169.254.94.199","port":8203,"healthy":false,"cluster":"DEFAULT","extendDatum":{"preserved.register.source":"SPRING_CLOUD","customInstanceId":"169.254.94.199#8203#DEFAULT#DEFAULT_GROUP@@service-product"},"lastHeartBeatTime":1694776680589,"metadataId":"169.254.94.199:8203:DEFAULT"}
2023-09-15 19:33:05,885 INFO [AUTO-DELETE-IP] service: Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=7}, ip: {"ip":"169.254.94.199","port":8201,"healthy":false,"cluster":"DEFAULT","extendDatum":{"preserved.register.source":"SPRING_CLOUD","customInstanceId":"169.254.94.199#8201#DEFAULT#DEFAULT_GROUP@@service-acl"},"lastHeartBeatTime":1694776680588,"metadataId":"169.254.94.199:8201:DEFAULT"}
2023-09-15 19:33:05,885 INFO Client remove for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=9}, 169.254.94.199:8203#true
2023-09-15 19:33:05,885 INFO Client remove for service Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=7}, 169.254.94.199:8201#true
2023-09-15 19:33:05,885 INFO Client remove for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=9}, 169.254.94.199:8202#true
2023-09-15 19:33:06,037 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=10}, 169.254.94.199:8202#true
2023-09-15 19:33:06,037 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=8}, 169.254.94.199:8201#true
2023-09-15 19:33:06,037 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=10}, 169.254.94.199:8203#true
2023-09-15 19:33:10,459 INFO Client connection 169.254.241.107:55358#true disconnect, remove instances and subscribers
2023-09-15 19:33:10,461 INFO Client connection 169.254.241.107:50403#true disconnect, remove instances and subscribers
2023-09-15 19:33:10,461 INFO Client connection 169.254.241.107:50647#true disconnect, remove instances and subscribers
2023-09-15 19:33:11,017 INFO Client connection 169.254.241.107:50647#true connect
2023-09-15 19:38:29,499 INFO Client connection 169.254.241.107:50403#true connect
2023-09-15 19:38:29,499 INFO Client connection 169.254.241.107:55358#true connect
2023-09-15 19:38:30,539 INFO Client connection 169.254.94.199:8203#true disconnect, remove instances and subscribers
2023-09-15 19:38:30,540 INFO Client connection 169.254.94.199:8201#true disconnect, remove instances and subscribers
2023-09-15 19:38:30,540 INFO Client connection 169.254.94.199:8202#true disconnect, remove instances and subscribers
2023-09-15 19:38:30,540 INFO Client connection 169.254.241.107:50647#true disconnect, remove instances and subscribers
2023-09-15 19:38:31,188 INFO Client connection 169.254.94.199:8201#true connect
2023-09-15 19:38:31,188 INFO Client connection 169.254.94.199:8203#true connect
2023-09-15 19:38:31,188 INFO Client connection 169.254.94.199:8202#true connect
2023-09-15 19:38:31,189 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=10}, 169.254.94.199:8201#true
2023-09-15 19:38:31,189 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=12}, 169.254.94.199:8203#true
2023-09-15 19:38:31,189 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=12}, 169.254.94.199:8202#true
2023-09-15 19:38:36,151 INFO Client connection 169.254.241.107:50647#true connect
2023-09-15 19:53:40,833 INFO Client connection 169.254.94.199:8203#true disconnect, remove instances and subscribers
2023-09-15 19:53:40,839 INFO Client connection 169.254.94.199:8201#true disconnect, remove instances and subscribers
2023-09-15 19:53:40,839 INFO Client connection 169.254.94.199:8202#true disconnect, remove instances and subscribers
2023-09-15 19:53:40,839 INFO Client connection 169.254.241.107:50647#true disconnect, remove instances and subscribers
2023-09-15 19:53:41,546 INFO Client connection 169.254.94.199:8203#true connect
2023-09-15 19:53:41,546 INFO Client connection 169.254.94.199:8202#true connect
2023-09-15 19:53:41,546 INFO Client connection 169.254.94.199:8201#true connect
2023-09-15 19:53:41,547 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=12}, 169.254.94.199:8201#true
2023-09-15 19:53:41,547 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=14}, 169.254.94.199:8202#true
2023-09-15 19:53:41,547 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=14}, 169.254.94.199:8203#true
2023-09-15 20:10:56,956 INFO Client connection 169.254.94.199:8203#true disconnect, remove instances and subscribers
2023-09-15 20:10:56,956 INFO Client connection 169.254.241.107:55358#true disconnect, remove instances and subscribers
2023-09-15 20:10:56,956 INFO Client connection 169.254.94.199:8201#true disconnect, remove instances and subscribers
2023-09-15 20:10:56,956 INFO Client connection 169.254.241.107:50403#true disconnect, remove instances and subscribers
2023-09-15 20:10:56,956 INFO Client connection 169.254.94.199:8202#true disconnect, remove instances and subscribers
2023-09-15 20:10:57,590 INFO Client connection 169.254.241.107:50647#true connect
2023-09-15 20:10:57,679 INFO Client connection 169.254.94.199:8201#true connect
2023-09-15 20:10:57,680 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=14}, 169.254.94.199:8201#true
2023-09-15 20:10:57,693 INFO Client connection 169.254.94.199:8202#true connect
2023-09-15 20:10:57,694 INFO Client connection 169.254.94.199:8203#true connect
2023-09-15 20:10:57,694 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=16}, 169.254.94.199:8202#true
2023-09-15 20:10:57,694 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=16}, 169.254.94.199:8203#true
2023-09-15 20:11:00,984 INFO Client connection 169.254.241.107:50403#true connect
2023-09-15 20:11:00,984 INFO Client connection 169.254.241.107:55358#true connect
2023-09-15 20:17:02,330 INFO [AUTO-DELETE-IP] service: Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=15}, ip: {"ip":"169.254.94.199","port":8201,"healthy":false,"cluster":"DEFAULT","extendDatum":{"preserved.register.source":"SPRING_CLOUD","customInstanceId":"169.254.94.199#8201#DEFAULT#DEFAULT_GROUP@@service-acl"},"lastHeartBeatTime":1694779857680,"metadataId":"169.254.94.199:8201:DEFAULT"}
2023-09-15 20:17:02,330 INFO Client remove for service Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=15}, 169.254.94.199:8201#true
2023-09-15 20:17:02,335 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-acl', ephemeral=true, revision=16}, 169.254.94.199:8201#true
2023-09-15 20:17:02,340 INFO [AUTO-DELETE-IP] service: Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=17}, ip: {"ip":"169.254.94.199","port":8202,"healthy":false,"cluster":"DEFAULT","extendDatum":{"preserved.register.source":"SPRING_CLOUD","customInstanceId":"169.254.94.199#8202#DEFAULT#DEFAULT_GROUP@@service-sys"},"lastHeartBeatTime":1694779857694,"metadataId":"169.254.94.199:8202:DEFAULT"}
2023-09-15 20:17:02,340 INFO [AUTO-DELETE-IP] service: Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=17}, ip: {"ip":"169.254.94.199","port":8203,"healthy":false,"cluster":"DEFAULT","extendDatum":{"preserved.register.source":"SPRING_CLOUD","customInstanceId":"169.254.94.199#8203#DEFAULT#DEFAULT_GROUP@@service-product"},"lastHeartBeatTime":1694779857694,"metadataId":"169.254.94.199:8203:DEFAULT"}
2023-09-15 20:17:02,341 INFO Client remove for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=17}, 169.254.94.199:8202#true
2023-09-15 20:17:02,341 INFO Client remove for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=17}, 169.254.94.199:8203#true
2023-09-15 20:17:02,353 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-sys', ephemeral=true, revision=18}, 169.254.94.199:8202#true
2023-09-15 20:17:02,354 INFO Client change for service Service{namespace='public', group='DEFAULT_GROUP', name='service-product', ephemeral=true, revision=18}, 169.254.94.199:8203#true
2023-09-15 20:17:06,609 INFO Client connection 169.254.241.107:55358#true disconnect, remove instances and subscribers
2023-09-15 20:17:06,610 INFO Client connection 169.254.241.107:50403#true disconnect, remove instances and subscribers
2023-09-15 20:17:06,610 INFO Client connection 169.254.241.107:50647#true disconnect, remove instances and subscribers
2023-09-15 20:17:07,299 INFO Client connection 169.254.241.107:50647#true connect
2023-09-15 20:17:10,666 INFO Client connection 169.254.241.107:55358#true connect
2023-09-15 20:17:10,666 INFO Client connection 169.254.241.107:50403#true connect
2023-09-15 21:35:26,116 INFO Client connection 169.254.241.107:55358#true disconnect, remove instances and subscribers
2023-09-15 21:35:26,119 INFO Client connection 169.254.241.107:50403#true disconnect, remove instances and subscribers
2023-09-15 21:35:26,120 INFO Client connection 169.254.241.107:50647#true disconnect, remove instances and subscribers
2023-09-15 21:35:26,608 INFO Client connection 169.254.241.107:50647#true connect
2023-09-15 21:35:30,483 INFO Client connection 169.254.241.107:55358#true connect
2023-09-15 21:35:30,487 INFO Client connection 169.254.241.107:50403#true connect
2023-09-15 22:45:21,446 INFO Client connection 169.254.241.107:50647#true disconnect, remove instances and subscribers
2023-09-15 22:45:24,474 INFO Client connection 169.254.241.107:50647#true connect
+112
View File
@@ -0,0 +1,112 @@
2023-09-15 17:00:41,208 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,208 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,209 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,208 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,211 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,223 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,211 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,223 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,224 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,224 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,223 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,223 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,223 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,223 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,224 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
2023-09-15 17:00:41,223 ERROR [TASK-FAILED] java.lang.InterruptedException
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at com.alibaba.nacos.common.task.engine.TaskExecuteWorker$InnerWorker.run(TaskExecuteWorker.java:118)
File diff suppressed because it is too large Load Diff
View File
View File
+46
View File
@@ -0,0 +1,46 @@
2023-09-15 17:00:25,430 INFO [ClientConnectionEventListenerRegistry] registry listener - ConnectionBasedClientManager
2023-09-15 17:00:30,242 INFO [ClientConnectionEventListenerRegistry] registry listener - ConfigConnectionEventListener
2023-09-15 17:00:30,330 INFO [ClientConnectionEventListenerRegistry] registry listener - RpcAckCallbackInitorOrCleaner
2023-09-15 17:00:30,467 INFO Nacos GrpcSdkServer Rpc server starting at port 9848 and tls config:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false,"compatibility":true}
2023-09-15 17:00:31,120 WARN Recommended use 'nacos.remote.server.grpc.sdk.max-inbound-message-size' property instead 'nacos.remote.server.grpc.maxinbound.message.size', now property value is 10485760
2023-09-15 17:00:31,519 INFO Nacos GrpcSdkServer Rpc server started at port 9848 and tls config:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false,"compatibility":true}
2023-09-15 17:00:31,580 INFO Nacos GrpcClusterServer Rpc server starting at port 9849 and tls config:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false,"compatibility":true}
2023-09-15 17:00:31,584 WARN Recommended use 'nacos.remote.server.grpc.cluster.max-inbound-message-size' property instead 'nacos.remote.server.grpc.maxinbound.message.size', now property value is 10485760
2023-09-15 17:00:31,594 INFO Nacos GrpcClusterServer Rpc server started at port 9849 and tls config:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false,"compatibility":true}
2023-09-15 17:00:39,777 INFO Nacos GrpcSdkServer Rpc server stopping
2023-09-15 17:00:39,778 INFO Nacos GrpcClusterServer Rpc server stopping
2023-09-15 17:00:39,833 INFO Nacos GrpcSdkServer Rpc server stopped successfully...
2023-09-15 17:00:39,834 INFO Nacos GrpcClusterServer Rpc server stopped successfully...
2023-09-15 17:02:02,952 INFO [ClientConnectionEventListenerRegistry] registry listener - ConnectionBasedClientManager
2023-09-15 17:02:03,009 INFO [ClientConnectionEventListenerRegistry] registry listener - ConnectionBasedClientManager
2023-09-15 17:02:07,764 INFO [ClientConnectionEventListenerRegistry] registry listener - ConfigConnectionEventListener
2023-09-15 17:02:07,858 INFO [ClientConnectionEventListenerRegistry] registry listener - RpcAckCallbackInitorOrCleaner
2023-09-15 17:02:07,972 INFO Nacos GrpcSdkServer Rpc server starting at port 9848 and tls config:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false,"compatibility":true}
2023-09-15 17:02:08,535 WARN Recommended use 'nacos.remote.server.grpc.sdk.max-inbound-message-size' property instead 'nacos.remote.server.grpc.maxinbound.message.size', now property value is 10485760
2023-09-15 17:02:08,895 INFO Nacos GrpcSdkServer Rpc server started at port 9848 and tls config:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false,"compatibility":true}
2023-09-15 17:02:08,940 INFO Nacos GrpcClusterServer Rpc server starting at port 9849 and tls config:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false,"compatibility":true}
2023-09-15 17:02:08,944 WARN Recommended use 'nacos.remote.server.grpc.cluster.max-inbound-message-size' property instead 'nacos.remote.server.grpc.maxinbound.message.size', now property value is 10485760
2023-09-15 17:02:08,950 INFO Nacos GrpcClusterServer Rpc server started at port 9849 and tls config:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false,"compatibility":true}
+515
View File
@@ -0,0 +1,515 @@
/Library/Java/JavaVirtualMachines/jdk1.8.0_341.jdk/Contents/Home/bin/java -Djava.ext.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_341.jdk/Contents/Home/jre/lib/ext:/Library/Java/JavaVirtualMachines/jdk1.8.0_341.jdk/Contents/Home/lib/ext -Xms512m -Xmx512m -Xmn256m -Dnacos.standalone=true -Dnacos.member.list= -Xloggc:/Users/yovinchen/project/Java/ssyx/nacos/logs/nacos_gc.log -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=100M -Dloader.path=/Users/yovinchen/project/Java/ssyx/nacos/plugins,/Users/yovinchen/project/Java/ssyx/nacos/plugins/health,/Users/yovinchen/project/Java/ssyx/nacos/plugins/cmdb,/Users/yovinchen/project/Java/ssyx/nacos/plugins/selector -Dnacos.home=/Users/yovinchen/project/Java/ssyx/nacos -jar /Users/yovinchen/project/Java/ssyx/nacos/target/nacos-server.jar --spring.config.additional-location=file:/Users/yovinchen/project/Java/ssyx/nacos/conf/ --logging.config=/Users/yovinchen/project/Java/ssyx/nacos/conf/nacos-logback.xml --server.max-http-header-size=524288
,--.
,--.'|
,--,: : | Nacos 2.2.3
,`--.'`| ' : ,---. Running in stand alone mode, All function modules
| : : | | ' ,'\ .--.--. Port: 8848
: | \ | : ,--.--. ,---. / / | / / ' Pid: 31620
| : ' '; | / \ / \. ; ,. :| : /`./ Console: http://169.254.94.199:8848/nacos/index.html
' ' ;. ;.--. .-. | / / '' | |: :| : ;_
| | | \ | \__\/: . .. ' / ' | .; : \ \ `. https://nacos.io
' : | ; .' ," .--.; |' ; :__| : | `----. \
| | '`--' / / ,. |' | '.'|\ \ / / /`--' /
' : | ; : .' \ : : `----' '--'. /
; |.' | , .-./\ \ / `--'---'
'---' `--`---' `----'
2023-09-15 17:02:01,452 INFO Tomcat initialized with port(s): 8848 (http)
2023-09-15 17:02:01,747 INFO Root WebApplicationContext: initialization completed in 8083 ms
2023-09-15 17:02:04,734 ERROR Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'basicAuthenticationFilter' defined in class path resource [com/alibaba/nacos/prometheus/filter/PrometheusAuthFilter.class]: Unsatisfied dependency expressed through method 'basicAuthenticationFilter' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nacosAuthConfig' defined in URL [jar:file:/Users/yovinchen/project/Java/ssyx/nacos/target/nacos-server.jar!/BOOT-INF/lib/nacos-plugin-default-impl-2.2.3.jar!/com/alibaba/nacos/plugin/auth/impl/NacosAuthConfig.class]: Unsatisfied dependency expressed through constructor parameter 3; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nacosUserDetailsServiceImpl': Unsatisfied dependency expressed through field 'userPersistService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'embeddedUserPersistServiceImpl': Unsatisfied dependency expressed through field 'databaseOperate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'standaloneDatabaseOperateImpl': Invocation of init method failed; nested exception is java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
2023-09-15 17:02:04,854 WARN Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
2023-09-15 17:02:04,883 INFO Nacos Log files: /Users/yovinchen/project/Java/ssyx/nacos/logs
2023-09-15 17:02:04,885 INFO Nacos Log files: /Users/yovinchen/project/Java/ssyx/nacos/conf
2023-09-15 17:02:04,886 INFO Nacos Log files: /Users/yovinchen/project/Java/ssyx/nacos/data
2023-09-15 17:02:04,890 ERROR Startup errors :
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:163)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:577)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:745)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:423)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1317)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at com.alibaba.nacos.Nacos.main(Nacos.java:35)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:467)
Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:142)
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104)
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:479)
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:211)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:182)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:160)
... 16 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'basicAuthenticationFilter' defined in class path resource [com/alibaba/nacos/prometheus/filter/PrometheusAuthFilter.class]: Unsatisfied dependency expressed through method 'basicAuthenticationFilter' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nacosAuthConfig' defined in URL [jar:file:/Users/yovinchen/project/Java/ssyx/nacos/target/nacos-server.jar!/BOOT-INF/lib/nacos-plugin-default-impl-2.2.3.jar!/com/alibaba/nacos/plugin/auth/impl/NacosAuthConfig.class]: Unsatisfied dependency expressed through constructor parameter 3; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nacosUserDetailsServiceImpl': Unsatisfied dependency expressed through field 'userPersistService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'embeddedUserPersistServiceImpl': Unsatisfied dependency expressed through field 'databaseOperate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'standaloneDatabaseOperateImpl': Invocation of init method failed; nested exception is java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:212)
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:203)
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:97)
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:260)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:234)
at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5211)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1383)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:916)
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:835)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1383)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:916)
at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:265)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardService.startInternal(StandardService.java:430)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.startup.Tomcat.start(Tomcat.java:486)
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123)
... 21 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nacosAuthConfig' defined in URL [jar:file:/Users/yovinchen/project/Java/ssyx/nacos/target/nacos-server.jar!/BOOT-INF/lib/nacos-plugin-default-impl-2.2.3.jar!/com/alibaba/nacos/plugin/auth/impl/NacosAuthConfig.class]: Unsatisfied dependency expressed through constructor parameter 3; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nacosUserDetailsServiceImpl': Unsatisfied dependency expressed through field 'userPersistService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'embeddedUserPersistServiceImpl': Unsatisfied dependency expressed through field 'databaseOperate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'standaloneDatabaseOperateImpl': Invocation of init method failed; nested exception is java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:410)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
... 61 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nacosUserDetailsServiceImpl': Unsatisfied dependency expressed through field 'userPersistService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'embeddedUserPersistServiceImpl': Unsatisfied dependency expressed through field 'databaseOperate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'standaloneDatabaseOperateImpl': Invocation of init method failed; nested exception is java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
... 84 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'embeddedUserPersistServiceImpl': Unsatisfied dependency expressed through field 'databaseOperate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'standaloneDatabaseOperateImpl': Invocation of init method failed; nested exception is java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
... 99 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'standaloneDatabaseOperateImpl': Invocation of init method failed; nested exception is java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
... 113 common frames omitted
Caused by: java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at com.alibaba.nacos.config.server.service.datasource.DynamicDataSource.getDataSource(DynamicDataSource.java:60)
at com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl.init(StandaloneDatabaseOperateImpl.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
... 125 common frames omitted
Caused by: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl.reload(LocalDataSourceServiceImpl.java:100)
at com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl.initialize(LocalDataSourceServiceImpl.java:167)
at com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl.init(LocalDataSourceServiceImpl.java:83)
at com.alibaba.nacos.config.server.service.datasource.DynamicDataSource.getDataSource(DynamicDataSource.java:49)
... 133 common frames omitted
Caused by: java.sql.SQLException: Failed to start database '/Users/yovinchen/project/Java/ssyx/nacos/data/derby-data' with class loader org.springframework.boot.loader.LaunchedURLClassLoader@6267c3bb, see the next exception for details.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source)
at org.apache.derby.jdbc.InternalDriver$LoginCallable.call(Unknown Source)
at org.apache.derby.jdbc.InternalDriver$LoginCallable.call(Unknown Source)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database '/Users/yovinchen/project/Java/ssyx/nacos/data/derby-data' with class loader org.springframework.boot.loader.LaunchedURLClassLoader@6267c3bb, see the next exception for details.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source)
... 15 common frames omitted
Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database /Users/yovinchen/project/Java/ssyx/nacos/data/derby-data.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source)
... 12 common frames omitted
2023-09-15 17:02:04,893 WARN [WatchFileCenter] start close
2023-09-15 17:02:04,894 WARN [WatchFileCenter] start to shutdown this watcher which is watch : /Users/yovinchen/project/Java/ssyx/nacos/conf
2023-09-15 17:02:04,894 WARN [WatchFileCenter] already closed
2023-09-15 17:02:04,894 WARN [NotifyCenter] Start destroying Publisher
2023-09-15 17:02:04,894 WARN [NotifyCenter] Destruction of the end
2023-09-15 17:02:04,894 ERROR Nacos failed to start, please see /Users/yovinchen/project/Java/ssyx/nacos/logs/nacos.log for more details.
2023-09-15 17:02:04,955 INFO
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-09-15 17:02:05,021 ERROR Application run failed
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:163)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:577)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:745)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:423)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1317)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at com.alibaba.nacos.Nacos.main(Nacos.java:35)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:467)
Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:142)
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104)
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:479)
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:211)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:182)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:160)
... 16 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'basicAuthenticationFilter' defined in class path resource [com/alibaba/nacos/prometheus/filter/PrometheusAuthFilter.class]: Unsatisfied dependency expressed through method 'basicAuthenticationFilter' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nacosAuthConfig' defined in URL [jar:file:/Users/yovinchen/project/Java/ssyx/nacos/target/nacos-server.jar!/BOOT-INF/lib/nacos-plugin-default-impl-2.2.3.jar!/com/alibaba/nacos/plugin/auth/impl/NacosAuthConfig.class]: Unsatisfied dependency expressed through constructor parameter 3; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nacosUserDetailsServiceImpl': Unsatisfied dependency expressed through field 'userPersistService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'embeddedUserPersistServiceImpl': Unsatisfied dependency expressed through field 'databaseOperate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'standaloneDatabaseOperateImpl': Invocation of init method failed; nested exception is java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:212)
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:203)
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:97)
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:260)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:234)
at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5211)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1383)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:916)
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:835)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1383)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:916)
at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:265)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardService.startInternal(StandardService.java:430)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.startup.Tomcat.start(Tomcat.java:486)
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123)
... 21 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nacosAuthConfig' defined in URL [jar:file:/Users/yovinchen/project/Java/ssyx/nacos/target/nacos-server.jar!/BOOT-INF/lib/nacos-plugin-default-impl-2.2.3.jar!/com/alibaba/nacos/plugin/auth/impl/NacosAuthConfig.class]: Unsatisfied dependency expressed through constructor parameter 3; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nacosUserDetailsServiceImpl': Unsatisfied dependency expressed through field 'userPersistService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'embeddedUserPersistServiceImpl': Unsatisfied dependency expressed through field 'databaseOperate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'standaloneDatabaseOperateImpl': Invocation of init method failed; nested exception is java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:410)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
... 61 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'nacosUserDetailsServiceImpl': Unsatisfied dependency expressed through field 'userPersistService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'embeddedUserPersistServiceImpl': Unsatisfied dependency expressed through field 'databaseOperate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'standaloneDatabaseOperateImpl': Invocation of init method failed; nested exception is java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
... 84 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'embeddedUserPersistServiceImpl': Unsatisfied dependency expressed through field 'databaseOperate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'standaloneDatabaseOperateImpl': Invocation of init method failed; nested exception is java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
... 99 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'standaloneDatabaseOperateImpl': Invocation of init method failed; nested exception is java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
... 113 common frames omitted
Caused by: java.lang.RuntimeException: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at com.alibaba.nacos.config.server.service.datasource.DynamicDataSource.getDataSource(DynamicDataSource.java:60)
at com.alibaba.nacos.config.server.service.repository.embedded.StandaloneDatabaseOperateImpl.init(StandaloneDatabaseOperateImpl.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
... 125 common frames omitted
Caused by: com.alibaba.nacos.api.exception.runtime.NacosRuntimeException: errCode: 500, errMsg: load derby-schema.sql error.
at com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl.reload(LocalDataSourceServiceImpl.java:100)
at com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl.initialize(LocalDataSourceServiceImpl.java:167)
at com.alibaba.nacos.config.server.service.datasource.LocalDataSourceServiceImpl.init(LocalDataSourceServiceImpl.java:83)
at com.alibaba.nacos.config.server.service.datasource.DynamicDataSource.getDataSource(DynamicDataSource.java:49)
... 133 common frames omitted
Caused by: java.sql.SQLException: Failed to start database '/Users/yovinchen/project/Java/ssyx/nacos/data/derby-data' with class loader org.springframework.boot.loader.LaunchedURLClassLoader@6267c3bb, see the next exception for details.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source)
at org.apache.derby.jdbc.InternalDriver$LoginCallable.call(Unknown Source)
at org.apache.derby.jdbc.InternalDriver$LoginCallable.call(Unknown Source)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database '/Users/yovinchen/project/Java/ssyx/nacos/data/derby-data' with class loader org.springframework.boot.loader.LaunchedURLClassLoader@6267c3bb, see the next exception for details.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source)
... 15 common frames omitted
Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database /Users/yovinchen/project/Java/ssyx/nacos/data/derby-data.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source)
... 12 common frames omitted
2023-09-15 17:02:05,026 WARN [ThreadPoolManager] Start destroying ThreadPool
2023-09-15 17:02:05,026 WARN [ThreadPoolManager] Destruction of the end
View File
View File
View File