Opened 13 years ago
Closed 13 years ago
#130 closed defect (worksforme)
Spontaneous NoClassDefFoundError exceptions
Reported by: | dmik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | GA2 |
Component: | general | Version: | 1.6.0-b19 RC |
Severity: | medium | Keywords: | |
Cc: |
Description
Sometimes starting a Java application fails with the NoClassDefFoundError exception being thrown.
The problem is quite rare and the the failed class name is quite random. Just retrying the startup procedure solves it.
I'm seeing it since long. However, it's really hard to reproduce on demand. Once I've got it next time, I will attach the logs.
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Hmm, started SmartSVN a dozen times and can't reproduce this problem. Either it has been some how fixed by the latest Java b24 update (or within Odin) or I'm not just lucky (it should normally already happen at least once). Will keep it open for some more time.
comment:3 by , 13 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Couldn't get a single one since I wrote the last comment. Closing.
Here is the output of the Java process:
Note that the failing class may be different but the call stack is always the same.
AFAIR, NoClassDefFoundError means that the class constructor somehow failed. Google contains a lot of info about that.