From: <web...@st...> - 2002-11-08 08:22:28
|
On Thu, 7 Nov 2002, Eric B.Ridge wrote: | <snip> | | this isn't WebMacro's fault. :) Well, that's OK, but it's still -my- problem! ;) | | > The secondary stack trace: | > | > -- secondary stack trace -- | > java.lang.IllegalAccessError: tried to access method | > java.lang.Object.clone()Ljava/lang/Object; from class | > com.corelets.statistics.SamplerHolder | > at | > com.corelets.statistics.SamplerHolder.getValues(SamplerHolder.java:208) | <snip> | > HERE ==>> ret.lastSample = (double[]) _lastSample.clone(); | | You found the line. I'm willing to bet that whatever object this | _lastSample variable is, at one point didn't "implements Cloneable" | (but now it does), and somehow your compiled .class files got out of | sync. It's a double-array (as the lines before were trying to suggest). They are cloneable, right?? And it's an IllegalAccessError..? Sources are all rebuilt. The deal is that all files are actually _copied_ from the devel to the prod environment (it works on the devel), so I just can't figure out what is the problem. Same VM, same Tomcat, same everything (at least to the point I've managed to research so far). Thus, I'm more asking for ideas for where to hunt for this, in my view, psycho-problem..! -- Mvh, Endre Stølsvik M[+47 93054050] F[+47 51625182] Developer @ CoreTrek AS - http://www.coretrek.com/ CoreTrek corporate portal / EIP - http://www.corelets.com/ |