Hi All , <br><br>When i try to debug the Guvnor using eclipse and GWT shell  i am getting below error can some one please let me know what is the issue<br><br>[ERROR] Failure to load module &#39;org.drools.guvnor.Guvnor&#39;<br>
java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.closestMatch()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;<br>    at com.google.gwt.dev.javac.LongFromJSNIChecker$CheckingVisitor.findClass(LongFromJSNIChecker.java:195)<br>
    at com.google.gwt.dev.javac.LongFromJSNIChecker$CheckingVisitor.getMethod(LongFromJSNIChecker.java:223)<br>    at com.google.gwt.dev.javac.LongFromJSNIChecker$CheckingVisitor.checkMethodRef(LongFromJSNIChecker.java:100)<br>
    at com.google.gwt.dev.javac.LongFromJSNIChecker$CheckingVisitor.checkRefs(LongFromJSNIChecker.java:140)<br>    at com.google.gwt.dev.javac.LongFromJSNIChecker$CheckingVisitor.endVisit(LongFromJSNIChecker.java:63)<br>    at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.traverse(MethodDeclaration.java:242)<br>
    at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1239)<br>    at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:687)<br>
    at com.google.gwt.dev.javac.LongFromJSNIChecker.check(LongFromJSNIChecker.java:307)<br>    at com.google.gwt.dev.javac.LongFromJSNIChecker.check(LongFromJSNIChecker.java:297)<br>    at com.google.gwt.dev.javac.CompilationUnitInvalidator.validateCompilationUnits(CompilationUnitInvalidator.java:138)<br>
    at com.google.gwt.dev.javac.CompilationState.compile(CompilationState.java:123)<br>    at com.google.gwt.dev.cfg.ModuleDef.updateTypeOracle(ModuleDef.java:477)<br>    at com.google.gwt.dev.cfg.ModuleDef.getTypeOracle(ModuleDef.java:324)<br>
    at com.google.gwt.dev.GWTShell$BrowserWidgetHostImpl.createModuleSpaceHost(GWTShell.java:252)<br>    at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidgetIE6.java:72)<br>    at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.java:139)<br>
    at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:294)<br>    at com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:194)<br>    at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:117)<br>
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)<br>    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)<br>    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)<br>
    at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:720)<br>    at com.google.gwt.dev.GWTShell.run(GWTShell.java:593)<br>    at com.google.gwt.dev.GWTShell.main(GWTShell.java:357)<br>