Redian新闻
>
ConcurrentModificationException
avatar
ConcurrentModificationException# Java - 爪哇娇娃
o*g
1
这是log节选:
01-25-2007 16:02:44 DEBUG {http-8080-Processor22} got request from: whatever
_user_token
01-25-2007 16:02:44 INFO {http-8080-Processor22} start to [email protected]
AssignmentPool
01-25-2007 16:02:45 INFO {http-8080-Processor22} return 0 jobs to: whatever_
user_token
01-25-2007 16:02:50 DEBUG {http-8080-Processor21} got request from: whatever
_user_token
01-25-2007 16:02:50 INFO {http-8080-Processor21} start to [email protected]
AssignmentPool
01-25-2007 16:02:50 ERROR {http-8080-Processor21} Fault occur
avatar
B*h
2
n你是不是在iterate list的时候尝试删除list item啊?在这种for loop中是不允许的。
一边iterate,一边remove的合法做法是:通过iterator.remove来操作。

whatever
whatever_
whatever

【在 o***g 的大作中提到】
: 这是log节选:
: 01-25-2007 16:02:44 DEBUG {http-8080-Processor22} got request from: whatever
: _user_token
: 01-25-2007 16:02:44 INFO {http-8080-Processor22} start to [email protected]
: AssignmentPool
: 01-25-2007 16:02:45 INFO {http-8080-Processor22} return 0 jobs to: whatever_
: user_token
: 01-25-2007 16:02:50 DEBUG {http-8080-Processor21} got request from: whatever
: _user_token
: 01-25-2007 16:02:50 INFO {http-8080-Processor21} start to [email protected]

avatar
o*g
3
ah, you are right
thanks a lot

的。

【在 B*********h 的大作中提到】
: n你是不是在iterate list的时候尝试删除list item啊?在这种for loop中是不允许的。
: 一边iterate,一边remove的合法做法是:通过iterator.remove来操作。
:
: whatever
: whatever_
: whatever

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。