我当前的Artifactory Pro 6.5.2版本。我可以增量地从6.5.2升级到6.5.9再到6.0.0。如果我尝试升级到6.0.0以上,则在尝试访问Artifactory时收到404错误。
HTTP Status 404 – Not Found
Type Status Report
Message /artifactory/webapp/
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/8.5.32
我在/var/opt/jfrog/artifactory/logs/catalina/catalina.out
中看到以下错误
Failed to ensure db table 'master_key_status' exists
Error creating bean with name 'accessJdbcHelperImpl': Invocation of init method failed; nested exception is java.lang.IllegalStateException: Could not initialize database: Not supported
org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/access]]
我使用的数据库是MySQL
mysql Ver 15.1 Distrib 5.5.60-MariaDB, for Linux (x86_64) using readline 5.1
升级Artficatory Pro时有没有遇到过类似的问题?
谢谢
发布于 2019-04-03 07:46:22
只是把答案记下来。
该问题与Maria DB的JDBC驱动程序版本有关。
您所做的另一个更新是添加时区值。
https://stackoverflow.com/questions/55346287
复制相似问题