Saturday, December 31, 2016

Re: GWT 2.8.0 released

Hi all,

I have tried to migrate to 2.8 from 2.7. somehow resolved all the build issues and successfully done. When I deploy my war into weblogic getting folloing error. 
I verified gwt-servlet jar is in war\WEB-INF\lib\gwt-servlet-2.8.0.jar
Any idea what might cause this issue ?

appreciate your help.

<Jan 1, 2017 2:32:32 AM EST> <Warning> <HTTP> <BEA-101162> <User defined listener weblogic.wsee.deploy.ServletDeployListener failed: java.lang.NoClassDefFoundError: com/google/gwt/user/client/rpc/RemoteService.
java.lang.NoClassDefFoundError: com/google/gwt/user/client/rpc/RemoteService
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:344)
        at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:301)
        Truncated. see log file for complete stacktrace

Caused By: java.lang.ClassNotFoundException: Class bytes found but defineClass()failed for: 'com.google.gwt.user.client.rpc.RemoteService'
        at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:275)
        at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177)
        Truncated. see log file for complete stacktrace

Caused By: java.lang.UnsupportedClassVersionError: com/google/gwt/user/client/rpc/RemoteService : Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:344)
        at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:301)
        Truncated. see log file for complete stacktrace
>




On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote:
Hi all,

I am very happy to announce GWT 2.8.0 on behalf of the GWT steering committee and the GWT team at Google.

You can download the release from http://www.gwtproject.org/download.html or from maven central.


Daniel,
on behalf of the GWT team

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment