| Author |
COMPILATION KILLED BY CONCURRENT CLASS LOADING : index = 1
|
NaChuan Chen
Greenhorn
Joined: Jul 11, 2005
Posts: 2
|
|
Hi all, I met a lot of this error messages in my application log file: COMPILATION KILLED BY CONCURRENT CLASS LOADING : index = 1 Could anybody explain: How could they occur? What effects can it cause to the system? How to avoid it? thannk in advance!
|
 |
Stuart Gray
Ranch Hand
Joined: Apr 21, 2005
Posts: 410
|
|
|
Sounds like a custom error message from your application (perhaps from a failed assertion or an exception). You will likely need to read the docs (or the source!) to find out where and why this message is generated. What program caused this anyway?
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24045
|
|
|
It sounds like something a JSP container might say. Look in our "Products" section and find the forum appropriate to your app server, and post this question there -- maybe somebody knows more.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: COMPILATION KILLED BY CONCURRENT CLASS LOADING : index = 1
|
|
|