摘要:
下载zookeeper压缩文件并解压到服务器,tar -xzvf apache-zookeeper-3.6.2-bin 先在目录下创建data,dataLog文件夹,再将conf目录下的zoo-exmple.cfg修改为zoo.cfg 修改里面的配置 dataDir=/usr/tools/zooke 阅读全文
摘要:
springboot集成druid启动时报错,日志框架用的是log4j2,配置文件就是官网的配置没有改动,启动时报如下错误 Failed to bind properties under 'spring.datasource.druid' to javax.sql.DataSource: Prope 阅读全文
摘要:
修改oracle表中的字段时提示 invalid modification of columns 因为我要修改的字段是CLOB类型,需要先删除字段保存,再添加字段才可以,不能直接修改 阅读全文
摘要:
由于8080端口占用,可在zoo.cfg中增加admin.serverPort=没有被占用的端口号解决问题 阅读全文
摘要:
最初使用官方文档中的3.0.0版本的maven依赖,发现问题太多,改为低版本2.1.5,由于最新版需要zookeeper 3.6.2版本,而这个版本的zookeeper返回的json数据没有大括号,所以低版本的elasticjob从zookeeper取数据时由于没有大括号会导致gson解析失败报错E 阅读全文
摘要:
服务器重启没有启动oracle,启动项目时报错The Network Adapter could not establish the connection,重新启动oracle即可 阅读全文
摘要:
MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. P 阅读全文