[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: Scheme Change Not Implemented

When HCR occurs, the Eclipse debug framework essentially fires off the new 
bytes of the changed classfile(s) to the VM.
The VM may or may not accept them. In your case it is rejecting the 
change(s).

Scheme change usual means you are adding methods or fields (or making 
changes within an innerclass that results in synthetic method changes?).
I do not know of how the build would have any impact on this

What VM are you using? Possibly a different VM would help

HTH
Darins

"Eric" <eric.miller@xxxxxxxx> wrote in message 
news:f90bb6d13fba8420530af2d939496d44$1@xxxxxxxxxxxxxxxxxx
> Hello,
> I'm running Eclipse 3.1.1.  Whenever I remote debug my BEA Weblogic 9.1 
> app server, I get an error when trying to use the Hot Code Replace 
> feature.  This happens for any change that I make, no matter how small. 
> Has anyone seen this message before?
>
> Hot code replace failed - Scheme change not implemented
>
> I thought it might be a problem with the way I build.  I use ant, 
> externally, to build.  So I made sure that my Eclipse VM, Default JRE, and 
> Ant JDK are all the same, but it doesn't seem to make any difference.  Can 
> anyone provide any input?
>
> Thanks,
> Eric
>