Thursday, February 13, 2014

[ERROR] Line XX: Unexpected exception while processing element 'property-provider'... shell failed in doStartup method

Hi,

I am having trouble in starting my Web Application created using GWT Platform.  I am using eclipse 4.3 with GWT 2.6.0 along with Maven.  I have imported a project which is basically developed using GWT 2.4 and Maven automatically binds all libraries to 2.4 version when I do mvn clean install command.

My Current Environment to which I have includes Eclipse 4.3, JDK 1.7, GWT 2.6.0, Maven.  And, I am trying to import a project which is built using JDK 1.6 & GWT 2.4.0.  When I do a clean from Eclipse, it automatically maps to GWT 2.6 version and to JDK 1.6.  But, when I start the application, it is throwing the below error.  

I have already tried:
  • Reinstalling GWT Plugin for Eclipse
  • Cleaning the build and rebuild the whole project
  • Tried a Maven clean install for the project
  • Restarted the eclipse.
Still no luck.  Any clue on what to do next?  Please help me here.

Error Details:
Loading modules
   com.companyname.division.prodshortname.prodname
      Loading inherited module 'com.companyname.division.prodshortname.prodname'
         Loading inherited module 'com.sencha.gxt.ui.GXT'
            Loading inherited module 'com.sencha.gxt.data.Data'
               Loading inherited module 'com.sencha.gxt.core.Core'
                  [ERROR] Line 70: Unexpected exception while processing element 'property-provider'
com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error during visit.
..............
..............
..............
..............
[ERROR] shell failed in doStartup method


Thanks,
Praveen

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment