2024年2月9日发(作者:)
sonar初次启动问题解决办法
以下是初次安装启动sonarQube报错日志:
2018.09.18 14:14:48 WARN app[][4Transport] exception caught on
transport layer [[id: 0x964c917c, L:/127.0.0.1:51043 - R:/127.0.0.1:9001]], closing
connection
ption: 远程主机强迫关闭了一个现有的连接。
at 0(Native Method)
at (Unknown Source)
at toNativeBuffer(Unknown Source)
at (Unknown Source)
at (Unknown Source)
at
es(:433)
at ytes(:1100)
at
Bytes(:372)
at
ctNioByteChannel$(:123)
at sSelectedKey(:644)
at
sSelectedKeysOptimized(:579)
at sSelectedKeys(:496)
at (:458)
at
ThreadEventExecutor$(:858)
at (Unknown Source)
解决办法:将ties里的=9001改为=9002即可


发布评论