Server connection failure during transaction. Due to underlying exception: 'java.sql.SQLException: null, message from server: "Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug"'.
** BEGIN NESTED EXCEPTION **
java.sql.SQLException
MESSAGE: null, message from server: "Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug"
STACKTRACE:
java.sql.SQLException: null, message from server: "Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug"
请各位达人解决下,不胜感激!
9 个解决方案
#1
没遇到过
#2
可能是你的线程开的太多吧
你的操作系统不支持或不允许开那么多线程
你的操作系统不支持或不允许开那么多线程
#3
thread开的过多
系统不支持开得太多
系统不支持开得太多
#4
Can't create a new thread (errno 12);
线程不够用了,看看你的配置文件里最大线程的配置部分。
resin 没用过,具体哪个不清楚了!
线程不够用了,看看你的配置文件里最大线程的配置部分。
resin 没用过,具体哪个不清楚了!
#5
Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
这句话已经把出错信息报告了,你把它翻译成中文就知道是什么错了
good luck!
这句话已经把出错信息报告了,你把它翻译成中文就知道是什么错了
good luck!
#6
你是不是在不可以为null的地方用了null
#7
没遇到过这种情况.不过按老紫竹的意思那就这样配一下:
resin.conf文件中
<thread-max>最大线程数量</thread-max>重配一下最大线程数量
resin.conf文件中
<thread-max>最大线程数量</thread-max>重配一下最大线程数量
#8
可能是MYSQL数据库中的my.ini配置的问题引起的,现在正在测试。
#9
加大resin.conf配置文件下的线程数量还是会出现上面的问题
#1
没遇到过
#2
可能是你的线程开的太多吧
你的操作系统不支持或不允许开那么多线程
你的操作系统不支持或不允许开那么多线程
#3
thread开的过多
系统不支持开得太多
系统不支持开得太多
#4
Can't create a new thread (errno 12);
线程不够用了,看看你的配置文件里最大线程的配置部分。
resin 没用过,具体哪个不清楚了!
线程不够用了,看看你的配置文件里最大线程的配置部分。
resin 没用过,具体哪个不清楚了!
#5
Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
这句话已经把出错信息报告了,你把它翻译成中文就知道是什么错了
good luck!
这句话已经把出错信息报告了,你把它翻译成中文就知道是什么错了
good luck!
#6
你是不是在不可以为null的地方用了null
#7
没遇到过这种情况.不过按老紫竹的意思那就这样配一下:
resin.conf文件中
<thread-max>最大线程数量</thread-max>重配一下最大线程数量
resin.conf文件中
<thread-max>最大线程数量</thread-max>重配一下最大线程数量
#8
可能是MYSQL数据库中的my.ini配置的问题引起的,现在正在测试。
#9
加大resin.conf配置文件下的线程数量还是会出现上面的问题