confluence icon indicating copy to clipboard operation
confluence copied to clipboard

使用jira启动的mysql 8 配置到confluence

Open youaremywind opened this issue 1 year ago • 3 comments

Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class is com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.

youaremywind avatar Apr 24 '23 06:04 youaremywind

image 因为jira 那边已经启动了一个mysql 那么我就复用一个mysql 创建对应的用户和库 image

youaremywind avatar Apr 24 '23 08:04 youaremywind

image /opt/confluence/confluence/WEB-INF/lib 和 /opt/confluence/lib 都有这个驱动文件

youaremywind avatar Apr 25 '23 01:04 youaremywind

Deprecated means that it can still be used, but may be removed in later versions.

I have also encountered the problem you mentioned, deprecated does not block program operation. It's just that the initialization time is quite long, just wait a bit and it'll be fine

My testing machine has a 16 core, 32GB of memory, and completes the initialization phase in approximately 109 seconds.

25-Apr-2023 14:36:34.708 WARNING [Catalina-utility-2] org.apache.catalina.valves.StuckThreadDetectionValve.notifyStuckThreadCompleted Thread [http-nio-8090-exec-7] (id=[83]) was previously reported to be stuck but has completed. It was active for approximately [109,952] milliseconds.

haxqer avatar Apr 25 '23 07:04 haxqer