事情的原因是:我执行了一个load into语句的SQL将一个很大的文件导入到我的MySQL数据库中,执行了一段时间后报错"The total number of locks exceeds the lock table size". 首先使用命令 show variables like '%storage_engine%' 查看MySQL的存储引擎: mysql> show variables like '%storage_engine%'; +----------------…
今天新安装了soapui准备测试一下接口,结果安装成功后启动时报错:The JVM could not be started. The maximum heap size (-Xmx) might be too large 意思就是:Java虚拟机无法启动.Xmx可能太大 这时就需要将这个参数的值改小一点. 经过排查这个参数在soapui安装目录\bin\目录下的vmoptions配置文件中 将原来的值改为800,保存后启动成功…
mysql启动报错Starting MySQL... ERROR! The server quit without updating PID file (/opt/mysql/data/mysql.pid) 查看mysql错误日志也没有写入. 最后发现是selinux打开,汗…… 参考 mysql启动时报错:Starting MySQL... ERROR! The server quit without updating PID file (/opt/mysql/data/mysql.pid)…
Eclipse启动时报错Java was started but returned exit code=13 如图所示 原因是通过第三方更新JRE时,第三方安装的是32位的JRE,与64位的eclipse不匹配(报错信息的--launcher.library中有x86_64说明这个eclipse是64位的) JDK8/JRE8在安装完成之后,会添加一个环境变量C:\ProgramData\Oracle\Java\javapath 这个环境变量是三个快捷方式,分别是java.exe.lnk jav…
jenkins启动时报错: consider increasing the maximum size of the cache. After eviction approximately [10,239] KB of data 缓存不足 解决办法: D:\tomcat\apache-tomcat-8.5.32\conf\context.xml 中加上一行 <Resources cachingAllowed="true" cacheMaxSize="100000&q…
如果把Adapter安装到C盘,有时在启动Adapter的时候会抛出java.io.IOException: Cannot run program "C:\tibco\adapter\adr3\7.0\bin\adr3.exe" (in directory "C:\tibco\designer\5.7\temp"): CreateProcess error=740这个错误. 出现问题的原因:是因为我们登录的用户的权限不够,不能运行C盘下的程序. 解决办法: 1.点击…
数据库rac启动时报错,日志例如以下,后来使用 Sat Jun 7 06:02:11 2014 GATHER_STATS_JOB encountered errors. Check the trace file. Sat Jun 7 06:02:11 2014 Errors in file /oracle/product/admin/dqb/bdump/dqb2_j001_13352.trc: ORA-08103: object no longer exists Sat Jun 7 06…
netperf启动netserver时报错 "Unable to start netserver with 'IN(6)ADDR_ANY' port '12865' and family AF_UNSPEC'" netserver启动报错: 如果netserver启动时端口被占用,则会报以下错误: Unable to start netserver with 'IN(6)ADDR_ANY' port '12865' and family AF_UNSPEC 解决方法—亲测可用: 指定一…
java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot cannot be cast to com.octetstring.vde.backend.standard.BackendStandard at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:273) at weblogic.t3.srvr.SubsystemRequest.run(Subsystem…