I've deleted the unit caches and have still the issue. But now that you are talking about unit cache I've seen this line in the log: Could not find the GWT compiler jarfile. Serialization errors might occur when accessing the persistent unit cache.
But I've checked my classpath and the gwt jar files (user and dev) are there. Am I missing something for the tests ? On Fri Nov 14 2014 at 1:12:02 PM 'Daniel Kurka' via GWT Contributors < google-web-toolkit-contributors@googlegroups.com> wrote: > Deleted all unit caches? > On Nov 14, 2014 1:10 PM, "Julien Dramaix" <julien.dram...@gmail.com> > wrote: > >> I have this problem for several days in fact. It's why I think the >> problem is on my side. >> >> On Fri Nov 14 2014 at 1:05:30 PM 'Daniel Kurka' via GWT Contributors < >> google-web-toolkit-contributors@googlegroups.com> wrote: >> >>> On the run rght now, but john merged a patch in that area yesterday, can >>> you try reverting that one? >>> >>> On Friday, November 14, 2014, Julien Dramaix <julien.dram...@gmail.com> >>> wrote: >>> >>>> I've updated my master branch (of the GWT-core project) the with the >>>> remote and now I'm not able to run any GWT test cases included in the >>>> project. I receive first this error: >>>> >>>> >>>> java.lang.NoSuchFieldError: VOID >>>> at >>>> com.google.gwt.dev.javac.JSORestrictionsChecker$JSORestrictionsVisitor.isGetter(JSORestrictionsChecker.java:294) >>>> at >>>> com.google.gwt.dev.javac.JSORestrictionsChecker$JSORestrictionsVisitor.checkJsTypeMethodsForOverloads(JSORestrictionsChecker.java:341) >>>> at >>>> com.google.gwt.dev.javac.JSORestrictionsChecker$JSORestrictionsVisitor.checkJsType(JSORestrictionsChecker.java:262) >>>> at >>>> com.google.gwt.dev.javac.JSORestrictionsChecker$JSORestrictionsVisitor.checkType(JSORestrictionsChecker.java:368) >>>> at >>>> com.google.gwt.dev.javac.JSORestrictionsChecker$JSORestrictionsVisitor.visit(JSORestrictionsChecker.java:239) >>>> at >>>> org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1286) >>>> at >>>> org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:712) >>>> at >>>> com.google.gwt.dev.javac.JSORestrictionsChecker.check(JSORestrictionsChecker.java:601) >>>> at >>>> com.google.gwt.dev.javac.JSORestrictionsChecker.check(JSORestrictionsChecker.java:524) >>>> at >>>> com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater$UnitProcessorImpl.process(CompilationStateBuilder.java:99) >>>> at >>>> com.google.gwt.dev.javac.JdtCompiler$CompilerImpl.process(JdtCompiler.java:384) >>>> at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:470) >>>> at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:985) >>>> at >>>> com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(CompilationStateBuilder.java:339) >>>> at >>>> com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:580) >>>> at >>>> com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:513) >>>> at >>>> com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:499) >>>> at >>>> com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:668) >>>> at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:1312) >>>> at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:1277) >>>> at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:671) >>>> at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:421) >>>> at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:247) >>>> at >>>> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83) >>>> at org.junit.runner.JUnitCore.run(JUnitCore.java:157) >>>> at >>>> com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:74) >>>> at >>>> com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:211) >>>> at >>>> com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:67) >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>> at >>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >>>> at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) >>>> >>>> >>>> Then each test case fails with: >>>> java.lang.NullPointerException >>>> at >>>> com.google.gwt.junit.JUnitShell.checkTestClassInCurrentModule(JUnitShell.java:714) >>>> at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:1321) >>>> at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:1277) >>>> at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:671) >>>> at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:421) >>>> at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:247) >>>> at >>>> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83) >>>> at org.junit.runner.JUnitCore.run(JUnitCore.java:157) >>>> at >>>> com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:74) >>>> at >>>> com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:211) >>>> at >>>> com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:67) >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>> at >>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >>>> at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) >>>> >>>> >>>> I'm sure something is wrong locally but I don't see what. Any hint ? >>>> >>>> Julien >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "GWT Contributors" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to >>>> google-web-toolkit-contributors+unsubscr...@googlegroups.com. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D66%3DKJkw6JW%3D4Lyk%2BPNkD6z_PMyqQp2zW%3D9ggVTjoVDrA%40mail.gmail.com >>>> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D66%3DKJkw6JW%3D4Lyk%2BPNkD6z_PMyqQp2zW%3D9ggVTjoVDrA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> -- >>> Google Germany GmbH >>> *Dienerstr. 12* >>> *80331 München* >>> >>> Registergericht und -nummer: Hamburg, HRB 86891 >>> Sitz der Gesellschaft: Hamburg >>> Geschäftsführer: Graham Law, Katherine Stephens >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "GWT Contributors" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com >>> . >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/CALLujiog0sXfV81ot6bYAK0Vf_QhHtj-19qMbe7upXWtjZ5a_Q%40mail.gmail.com >>> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/CALLujiog0sXfV81ot6bYAK0Vf_QhHtj-19qMbe7upXWtjZ5a_Q%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "GWT Contributors" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D6%2BYuqwoA_PQW1bf6_5M8qMnKye2Kvs1GtUOVzssEq%2B-g%40mail.gmail.com >> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D6%2BYuqwoA_PQW1bf6_5M8qMnKye2Kvs1GtUOVzssEq%2B-g%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . > > >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "GWT Contributors" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit-contributors/CALLujip17VSJvcTjyArXn%3DBndp5%2BqPKWjA6%3D5kF%3DPE0zrYhL_Q%40mail.gmail.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/CALLujip17VSJvcTjyArXn%3DBndp5%2BqPKWjA6%3D5kF%3DPE0zrYhL_Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D4YHSFTsO3oOi8SCX1W-y6MoM%3DCMGG1vfW%2B4FKJSVx2Wg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.