macOS 10.13上的数据库连接被拒绝

问题描述

我需要帮助,而应用程序支持不知道(revolversoft)。 我使用macOS应用多年(有更新;-,并且没有问题),几周前发生了未知的事情,该应用无法再连接到数据库。 以下是错误日志的一部分。有人可以帮助您解决问题吗?

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public class Main {
    private static final Logger logger = LoggerFactory.getLogger(Main.class);

    /**
     * Default private constructor.
     */
    private Main() {
    }

    /**
     * Main method.
     *
     * @param args Arguments passed to the execution of the application
     */
    public static void main(final String[] args) {
        logger.info("Message to log");
    }
}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)