Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
R: [ajdt-dev] java.lang.NoSuchFieldError : ajc$cflowStack$0

Sorry, I gave a wrong information: I get this error when I execute/debug the
code, not when
I compile.
And, if I compile with the Ant task, all works, except variables evaluation
(that gives me
the problems below)





> -----Messaggio originale-----
> Da: ajdt-dev-admin@xxxxxxxxxxxxxxx
> [mailto:ajdt-dev-admin@xxxxxxxxxxxxxxx]Per conto di Leonardo Francalanci
> Inviato: mercoledì 26 novembre 2003 11.52
> A: ajdt-dev@xxxxxxxxxxxxxxx
> Oggetto: [ajdt-dev] java.lang.NoSuchFieldError : ajc$cflowStack$0
>
>
> I get this error when compiling inside the Eclipse IDE, no problems
> compiling outside with the ant task.
> It heve never happened until this morning...
>
> Plus, if I compile with the ant task and then debug inside the IDE, only a
> few variables are available and
> for others variables I get this stack trace when I try to evaluate:
>
> !SESSION nov 26, 2003
> 11:24:11.796 ---------------------------------------------
> java.version=1.4.2_01
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=it_IT
> Command-line arguments: -os win32 -ws win32 -arch x86 -install
> file:C:/Programmi/eclipse/
> !ENTRY org.eclipse.jdt.debug 4 120 nov 26, 2003 11:24:11.796
> !MESSAGE Internal error logged from JDI Debug:
> !STACK 0
> java.lang.ClassCastException
> 	at
> org.eclipse.jdt.internal.debug.eval.ast.instructions.Instruction.p
> opValue(In
> struction.java:120)
> 	at
> org.eclipse.jdt.internal.debug.eval.ast.instructions.PushFieldVari
> able.execu
> te(PushFieldVariable.java:48)
> 	at
> org.eclipse.jdt.internal.debug.eval.ast.engine.Interpreter.execute
> (Interpret
> er.java:50)
> 	at
> org.eclipse.jdt.internal.debug.eval.ast.engine.ASTEvaluationEngine
> $1$Evaluat
> ionRunnable.run(ASTEvaluationEngine.java:303)
> 	at
> org.eclipse.jdt.internal.debug.core.model.JDIThread.runEvaluation(
> JDIThread.
> java:630)
> 	at
> org.eclipse.jdt.internal.debug.eval.ast.engine.ASTEvaluationEngine
> $EvalRunna
> ble.run(ASTEvaluationEngine.java:340)
> 	at
> org.eclipse.jdt.internal.debug.core.model.JDIThread$AsyncThread.ru
> n(JDIThrea
> d.java:2492)
> 	at java.lang.Thread.run(Unknown Source)
>
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/ajdt-dev
>



Back to the top