This looks like an issue with your gwt-unitCache. Can you clear it and
retry?

-Daniel

On Sat, Oct 18, 2014 at 8:17 PM, Jim Douglas <jdou...@basis.com> wrote:

> Is GPE support still pending?  I just did a quick test in Kepler.  I set
> this as my default GWT SDK, then attempted to GWT Compile my project; it
> died immediately with this stack trace:
>
> Compiling module com.basis.bbj.web.gwt.EnglishOnly
>
> [ERROR] Unexpected internal compiler error
>
> java.lang.IncompatibleClassChangeError: class
> com.google.gwt.dev.javac.asm.CollectMethodData has interface
> org.objectweb.asm.MethodVisitor as super class
>
> at java.lang.ClassLoader.defineClass1(Native Method)
>
> at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
>
> at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
>
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
>
> at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
>
> at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
>
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>
> at java.security.AccessController.doPrivileged(Native Method)
>
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>
> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>
> at java.lang.Class.getDeclaredMethods0(Native Method)
>
> at java.lang.Class.privateGetDeclaredMethods(Class.java:2615)
>
> at java.lang.Class.getDeclaredMethod(Class.java:2007)
>
> at java.io.ObjectStreamClass.getPrivateMethod(ObjectStreamClass.java:1431)
>
> at java.io.ObjectStreamClass.access$1700(ObjectStreamClass.java:72)
>
> at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:494)
>
> at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:468)
>
> at java.security.AccessController.doPrivileged(Native Method)
>
> at java.io.ObjectStreamClass.<init>(ObjectStreamClass.java:468)
>
> at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:365)
>
> at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:602)
>
> at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1622)
>
> at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1517)
>
> at
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771)
>
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)
>
> at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)
>
> at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:500)
>
> at
> com.google.gwt.dev.javac.CachedCompilationUnit.readObject(CachedCompilationUnit.java:202)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:606)
>
> at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017)
>
> at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1893)
>
> at
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)
>
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)
>
> at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1706)
>
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1344)
>
> at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
>
> at
> com.google.gwt.dev.javac.CompilationUnitArchive.readObject(CompilationUnitArchive.java:124)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:606)
>
> at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017)
>
> at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1893)
>
> at
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)
>
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)
>
> at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
>
> at
> com.google.gwt.dev.javac.CompilationUnitArchive.createFromStream(CompilationUnitArchive.java:59)
>
> at
> com.google.gwt.dev.javac.CompilationUnitArchive.createFromURL(CompilationUnitArchive.java:66)
>
> at
> com.google.gwt.dev.ArchivePreloader.preloadArchives(ArchivePreloader.java:62)
>
> at com.google.gwt.dev.Precompile.precompile(Precompile.java:246)
>
> at com.google.gwt.dev.Precompile.precompile(Precompile.java:229)
>
> at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
>
> at com.google.gwt.dev.Compiler.run(Compiler.java:204)
>
> at com.google.gwt.dev.Compiler.run(Compiler.java:156)
>
> at com.google.gwt.dev.Compiler$1.run(Compiler.java:118)
>
> at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
>
> at
> com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
>
> at com.google.gwt.dev.Compiler.main(Compiler.java:125)
>
> On Saturday, October 18, 2014 10:54:40 AM UTC-7, Daniel Kurka wrote:
>>
>> Hi all,
>>
>> since we are adding major features to GWT, we decided to change our
>> release process for GWT 2.7. I just published GWT 2.7.0-beta1 to maven
>> central and our file storage <http://goo.gl/pr7km3>.
>> We are doing this beta to get external feedback on incremental
>> compilation and GSS.
>>
>> Incremental compilation is now default with GWT 2.7 and replaces,
>> together with Super dev mode, the regular old dev mode. Inside of Google we
>> are already using it for a while now and most of the issues should have
>> already been dealt with, however we also want to make sure that external
>> users that might have slightly different use cases will have a working
>> 2.7.0 release.
>>
>> So please start testing with beta1 and give us lots of feedback on the 
>> contributor
>> list
>> <https://groups.google.com/forum/#!forum/Google-Web-Toolkit-Contributors>
>> or on the issue tracker
>> <https://code.google.com/p/google-web-toolkit/issues/list>. Please keep
>> in mind that we did not do any release testing on beta1, so there might be
>> issues that you do not expect from a release candidate.
>>
>> Our current plan is to wait until the end of next week for any feedback.
>> If we do not find any serious external issues we will start the testing
>> process for an actual release candidate.
>>
>> -Daniel
>>
>  --
> 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/880dfdec-4884-4f51-905b-b3672e0e01c6%40googlegroups.com
> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/880dfdec-4884-4f51-905b-b3672e0e01c6%40googlegroups.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/CALLujioZZYP6PfZShVs42zQHmao8QKBToutJDqSAhdL1HqnmkA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to