haxqer / confluence

The simplest docker file of Confluence. Support v8.9.4(latest) and v8.5.12(lts)
340 stars 180 forks source link

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

Open youaremywind opened 1 year ago

youaremywind commented 1 year ago

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

youaremywind commented 1 year ago

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

youaremywind commented 1 year ago

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

haxqer commented 1 year ago

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.