Problems with 6.5.0 at startup

I downloaded 6.5.0 using maven,
When I tried to start my application I got the following messages :
24-gen-2011 15.47.16 com.vaadin.terminal.gwt.server.AbstractApplicationServlet serveStaticResourcesInVAADIN
INFO: Requested resource [VAADIN/widgetsets/com.vaadin.terminal.gwt.DefaultWidgetSet/EFE57989C61E44F944CF1F4FA9400312.cache.html]
not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.

and the application freezes.
How can I solve that issue ?
Tks
Tullio

Is this a new project or an old project that was updated? Have you extracted the VAADIN folder somewhere so it is using an older version of it? The .nocache.js file in the VAADIN/widgetsets/…/ directory loads the appropriate widgetset for your browser but EFE57989C61E44F944CF1F4FA9400312.cache.html is only found in Vaadin 6.4.8.

Yes i’ts a 6.4.8 project.
What should I do to migrate it ?
I’ve no custom UI widgets but I installed TreeTable and I was forced to recompile the widgetset.
Tks
Tullio


http://vaadin.com/download/release/6.5/6.5.0/release-notes.html#upgrading

You need to:

  • Update the jar
  • If you have a custom widgetset, recompile the widgetset using the new jar and the new GWT version
  • If you have a custom theme, ensure the theme that it extends is updated

You can check with the “?debug” url parameter that the versions of the jar, widgetset and theme match.

I tried to recompile widgetset but I get :

Compiling widgetset axioma.rubik.vaadin_rubik.widgetset.Vaadin_rubikWidgetset
Updating GWT module description file…
25-gen-2011 11.46.17 com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
INFO: Widgetsets found from classpath:
com.vaadin.terminal.gwt.DefaultWidgetSet in jar:file:I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/
axioma.rubik.vaadin_rubik.widgetset.Vaadin_rubikWidgetset in file://I/Configuratore/VaadinRubik/vaadin-rubik/src/main/java
com.vaadin.addon.treetable.TreetableWidgetset in jar:file:I:/Configuratore/Maven/repository/org/vaadin/addons/vaadin-treetable/1.1.0/vaadin-treetable-1.1.0.jar!/

25-gen-2011 11.46.17 com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
INFO: Search took 16ms
Done.
Starting GWT compiler
Compiling module axioma.rubik.vaadin_rubik.widgetset.Vaadin_rubikWidgetset
Validating newly compiled units
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VTree.java’
[ERROR]
Line 1517: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 1577: The method getCharCode() is undefined for the type NativeEvent
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java’
[ERROR]
Line 1098: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VSlider.java’
[ERROR]
Line 182: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 232: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VTabsheet.java’
[ERROR]
Line 353: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 913: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapper.java’
[ERROR]
Line 175: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VView.java’
[ERROR]
Line 243: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 375: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 436: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/Util.java’
[ERROR]
Line 611: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VContextMenu.java’
[ERROR]
Line 140: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/ShortcutActionHandler.java’
[ERROR]
Line 170: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 177: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 208: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VScrollTable.java’
[ERROR]
Line 833: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 1531: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 1566: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 1875: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 2795: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 4662: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 4779: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 4832: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 5445: The method getCharCode() is undefined for the type NativeEvent
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ApplicationConnection.java’
[ERROR]
Line 653: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VCustomComponent.java’
[ERROR]
Line 69: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/MenuBar.java’
[ERROR]
Line 383: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (Command)
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VTextField.java’
[ERROR]
Line 261: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 300: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/richtextarea/VRichTextArea.java’
[ERROR]
Line 301: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 343: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VTextArea.java’
[ERROR]
Line 73: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VWindow.java’
[ERROR]
Line 539: The method scheduleFinally(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 715: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 734: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VMenuBar.java’
[ERROR]
Line 535: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (Command)
[ERROR]
Line 640: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VOptionGroup.java’
[ERROR]
Line 194: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VNativeButton.java’
[ERROR]
Line 138: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VUpload.java’
[ERROR]
Line 234: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VSplitPanel.java’
[ERROR]
Line 266: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/VDebugConsole.java’
[ERROR]
Line 27: The import com.google.gwt.event.shared.UmbrellaException cannot be resolved
[ERROR]
Line 462: Incompatible conditional operand types Throwable and UmbrellaException
[ERROR]
Line 462: UmbrellaException cannot be resolved to a type
[ERROR]
Line 463: UmbrellaException cannot be resolved to a type
[ERROR]
Line 463: UmbrellaException cannot be resolved to a type
[ERROR]
Line 474: Incompatible conditional operand types Throwable and UmbrellaException
[ERROR]
Line 474: UmbrellaException cannot be resolved to a type
[ERROR]
Line 475: UmbrellaException cannot be resolved to a type
[ERROR]
Line 475: UmbrellaException cannot be resolved to a type
Finding entry point classes
[ERROR]
Unable to find type ‘com.vaadin.terminal.gwt.client.ApplicationConfiguration’
[ERROR]
Hint: Previous compiler errors may have made this type unavailable
[ERROR]
Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
Widgetset compilation failed

What’s wrong ?
Tks
Tullio

You have not updated GWT to 2.1.1

May be but I don’t understand how I can do it.
I only changed in my pom.xml version from 6.4.8 to 6.5.0.
I’ve no explicit reference to the GWT.
Tks
Tullio

See
http://vaadin.com/directory/help/using-vaadin-add-ons/maven
or
http://vaadin.com/wiki/-/wiki/Main/Using%20Vaadin%20with%20Maven

You should have a GWT dependency in your pom.xml. At the very least you should have a reference to the gwt-maven-plugin, probably depends on version 1.3-SNAPSHOT. That should be updated to version 2.1.0-1 aswell. Might be that the gwt-maven-plugin automatically decides what version of GWT to use if you don’t specify a dependency (2.1.0-1 will probably select 2.1.0 for you in that case, which should work just fine).

I found only that commented reference to gwt in my pom.

<!-- This is also used by gwt-maven-plugin to deduce GWT version number. -->
<!--
<dependency>
  <groupId>com.google.gwt</groupId>
  <artifactId>gwt-user</artifactId>
  <version>2.0.4</version>
  <scope>provided</scope>
</dependency>
-->

Should I uncomment it or only chsange the number?
Tks
Tullio

This is my complete pom downgraded to 4.3.8.

<?xml version="1.0" encoding="UTF-8"?>


4.0.0
Rubik
vaadin-rubik
war
0.0.2-SNAPSHOT
Vaadin Web Application

UTF-8 org.apache.maven.plugins maven-compiler-plugin 1.5 1.5
  <!-- Compile custom GWT components or widget dependencies with the GWT compiler -->
  <!--
  <plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>gwt-maven-plugin</artifactId>
    <version>1.3-SNAPSHOT</version>
    <configuration>
      <webappDirectory>${project.build.directory}/${project.build.finalName}/VAADIN/widgetsets</webappDirectory>
      <extraJvmArgs>-Xmx512M -Xss1024k</extraJvmArgs>
      <runTarget>vaadin-rubik</runTarget>
      <hostedWebapp>${project.build.directory}/${project.build.finalName}</hostedWebapp>
      <noServer>true</noServer>
      <port>8080</port>
      <soyc>false</soyc>
    </configuration>
    <executions>
      <execution>
        <goals>
          <goal>resources</goal>
          <goal>compile</goal>
        </goals>
      </execution>
    </executions>
  </plugin>
  <plugin>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-maven-plugin</artifactId>
    <version>1.0.1</version>
    <executions>
      <execution>
        <configuration>
        </configuration>
        <goals>
          <goal>update-widgetset</goal>
        </goals>
      </execution>
    </executions>
  </plugin>
  -->

  <!-- A simple Jetty test server at http://localhost:8080/vaadin-rubik can be launched with the Maven goal jetty:run 
    and stopped with jetty:stop -->
  <plugin>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>maven-jetty-plugin</artifactId>
    <version>6.1.24</version>
    <configuration>
      <stopPort>9966</stopPort>
      <stopKey>vaadin-rubik</stopKey>
      <!-- Redeploy every x seconds if changes are detected, 0 for no automatic redeployment -->
      <scanIntervalSeconds>0</scanIntervalSeconds>
      <!-- make sure Jetty also finds the widgetset -->
      <webAppConfig>
        <contextPath>/vaadin-rubik</contextPath>
        <baseResource implementation="org.mortbay.resource.ResourceCollection">
          <!-- Workaround for Maven/Jetty issue http://jira.codehaus.org/browse/JETTY-680 -->
          <!-- <resources>src/main/webapp,${project.build.directory}/${project.build.finalName}</resources> -->
          <resourcesAsCSV>src/main/webapp,${project.build.directory}/${project.build.finalName}</resourcesAsCSV>
        </baseResource>
      </webAppConfig>
    </configuration>
  </plugin>
</plugins>
vaadin-snapshots http://oss.sonatype.org/content/repositories/vaadin-snapshots/ false true vaadin-addons http://maven.vaadin.com/vaadin-addons JBOSS http://repository.jboss.org/maven2 axioma-pax-repo-releases Axioma Pax Repository Releases http://aximisvn:8081/artifactory/axioma-pax-framework-releases true false com.vaadin vaadin 6.4.8 org.vaadin.addons navigator7 7.49 org.vaadin.addons blackboard 2.1.1 javax.servlet servlet-api 2.5 Rubik base-rubik 0.0.2-SNAPSHOT org.vaadin.addons vaadin-treetable 1.0.0

I thought it was solved but I was wrong.
I’m still not able to compile widgetset for 6.5.0.
In my maven repository the 2.1.0-1 is not downloaded.
Shoud I add a dependency for that ?
What’s the syntax ?
Tks
Tullio

I Tullio,

I don’t know if you speack about gwt-user or gwt-compiler plugin but I succedeed into compiling all this stuff using gwt-compiler 2.1.0-1

you are currently using this one

<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.3-SNAPSHOT</version>

Butyou should use this one

<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.1.0-1</version>

regards

I changed it but I didn’t get any result.
Compiling GWT I get the following errors :

Compiling widgetset axioma.rubik.vaadin_rubik.widgetset.Vaadin_rubikWidgetset
Updating GWT module description file…
28-gen-2011 15.03.27 com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
INFO: Widgetsets found from classpath:
com.vaadin.terminal.gwt.DefaultWidgetSet in jar:file:I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/
axioma.rubik.vaadin_rubik.widgetset.Vaadin_rubikWidgetset in file://I/Configuratore/VaadinRubik/vaadin-rubik/src/main/java
com.vaadin.addon.treetable.TreetableWidgetset in jar:file:I:/Configuratore/Maven/repository/org/vaadin/addons/vaadin-treetable/1.1.0/vaadin-treetable-1.1.0.jar!/

28-gen-2011 15.03.27 com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
INFO: Search took 15ms
Done.
Starting GWT compiler
Compiling module axioma.rubik.vaadin_rubik.widgetset.Vaadin_rubikWidgetset
Validating newly compiled units
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ApplicationConnection.java’
[ERROR]
Line 653: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VContextMenu.java’
[ERROR]
Line 140: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VTree.java’
[ERROR]
Line 1517: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 1577: The method getCharCode() is undefined for the type NativeEvent
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VSplitPanel.java’
[ERROR]
Line 266: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapper.java’
[ERROR]
Line 175: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VWindow.java’
[ERROR]
Line 539: The method scheduleFinally(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 715: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 734: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VView.java’
[ERROR]
Line 243: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 375: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 436: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/Util.java’
[ERROR]
Line 611: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VOptionGroup.java’
[ERROR]
Line 194: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VSlider.java’
[ERROR]
Line 182: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 232: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VTabsheet.java’
[ERROR]
Line 353: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 913: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/ShortcutActionHandler.java’
[ERROR]
Line 170: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 177: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 208: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VScrollTable.java’
[ERROR]
Line 833: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 1531: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 1566: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 1875: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 2795: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 4662: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 4779: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 4832: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 5445: The method getCharCode() is undefined for the type NativeEvent
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VUpload.java’
[ERROR]
Line 234: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VTextArea.java’
[ERROR]
Line 73: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VTextField.java’
[ERROR]
Line 261: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 300: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VMenuBar.java’
[ERROR]
Line 535: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (Command)
[ERROR]
Line 640: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java’
[ERROR]
Line 1098: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/VDebugConsole.java’
[ERROR]
Line 27: The import com.google.gwt.event.shared.UmbrellaException cannot be resolved
[ERROR]
Line 462: Incompatible conditional operand types Throwable and UmbrellaException
[ERROR]
Line 462: UmbrellaException cannot be resolved to a type
[ERROR]
Line 463: UmbrellaException cannot be resolved to a type
[ERROR]
Line 463: UmbrellaException cannot be resolved to a type
[ERROR]
Line 474: Incompatible conditional operand types Throwable and UmbrellaException
[ERROR]
Line 474: UmbrellaException cannot be resolved to a type
[ERROR]
Line 475: UmbrellaException cannot be resolved to a type
[ERROR]
Line 475: UmbrellaException cannot be resolved to a type
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VCustomComponent.java’
[ERROR]
Line 69: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/richtextarea/VRichTextArea.java’
[ERROR]
Line 301: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 343: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/VNativeButton.java’
[ERROR]
Line 138: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/I:/Configuratore/Maven/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/MenuBar.java’
[ERROR]
Line 383: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (Command)
Finding entry point classes
[ERROR]
Unable to find type ‘com.vaadin.terminal.gwt.client.ApplicationConfiguration’
[ERROR]
Hint: Previous compiler errors may have made this type unavailable
[ERROR]
Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
Widgetset compilation failed

And this is my pom

<?xml version="1.0" encoding="UTF-8"?>


4.0.0
Rubik
vaadin-rubik
war
0.0.2-SNAPSHOT
Vaadin Web Application

UTF-8 org.apache.maven.plugins maven-compiler-plugin 1.5 1.5
  <!-- Compile custom GWT components or widget dependencies with the GWT compiler -->
  <!--
  <plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>gwt-maven-plugin</artifactId>
    <version>2.1.0-1</version>
    <configuration>
      <webappDirectory>${project.build.directory}/${project.build.finalName}/VAADIN/widgetsets</webappDirectory>
      <extraJvmArgs>-Xmx512M -Xss1024k</extraJvmArgs>
      <runTarget>vaadin-rubik</runTarget>
      <hostedWebapp>${project.build.directory}/${project.build.finalName}</hostedWebapp>
      <noServer>true</noServer>
      <port>8080</port>
      <soyc>false</soyc>
    </configuration>
    <executions>
      <execution>
        <goals>
          <goal>resources</goal>
          <goal>compile</goal>
        </goals>
      </execution>
    </executions>
  </plugin>
  <plugin>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-maven-plugin</artifactId>
    <version>1.0.1</version>
    <executions>
      <execution>
        <configuration>
        </configuration>
        <goals>
          <goal>update-widgetset</goal>
        </goals>
      </execution>
    </executions>
  </plugin>
  -->

  <!-- A simple Jetty test server at http://localhost:8080/vaadin-rubik can be launched with the Maven goal jetty:run 
    and stopped with jetty:stop -->
  <plugin>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>maven-jetty-plugin</artifactId>
    <version>6.1.24</version>
    <configuration>
      <stopPort>9966</stopPort>
      <stopKey>vaadin-rubik</stopKey>
      <!-- Redeploy every x seconds if changes are detected, 0 for no automatic redeployment -->
      <scanIntervalSeconds>0</scanIntervalSeconds>
      <!-- make sure Jetty also finds the widgetset -->
      <webAppConfig>
        <contextPath>/vaadin-rubik</contextPath>
        <baseResource implementation="org.mortbay.resource.ResourceCollection">
          <!-- Workaround for Maven/Jetty issue http://jira.codehaus.org/browse/JETTY-680 -->
          <!-- <resources>src/main/webapp,${project.build.directory}/${project.build.finalName}</resources> -->
          <resourcesAsCSV>src/main/webapp,${project.build.directory}/${project.build.finalName}</resourcesAsCSV>
        </baseResource>
      </webAppConfig>
    </configuration>
  </plugin>
</plugins>
vaadin-snapshots http://oss.sonatype.org/content/repositories/vaadin-snapshots/ false true vaadin-addons http://maven.vaadin.com/vaadin-addons JBOSS http://repository.jboss.org/maven2 axioma-pax-repo-releases Axioma Pax Repository Releases http://aximisvn:8081/artifactory/axioma-pax-framework-releases true false com.vaadin vaadin 6.5.0 org.vaadin.addons navigator7 7.49 org.vaadin.addons blackboard 2.1.1 javax.servlet servlet-api 2.5 Rubik base-rubik 0.0.2-SNAPSHOT org.vaadin.addons vaadin-treetable 1.1.0

As long as you get errors about [quote]
getCharCode() is undefined for the type NativeEvent
[/quote] or [quote]
The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[/quote] you are using an old GWT version for one reason or another. Try uncommenting the GWT dependency and set the version to 2.1.1 (the Maven GWT plugin version is 2.1.0-1, the GWT version Vaadin 6.5 uses is 2.1.1):

<!-- This is also used by gwt-maven-plugin to deduce GWT version number. -->
<dependency>
	<groupId>com.google.gwt</groupId>
	<artifactId>gwt-user</artifactId>
	<version>2.1.1</version>
	<scope>provided</scope>
</dependency>

This seems to solve partially.
Now the application starts but the widgetset compilation fails (same errors as before).
Then, when I reach the TreeTable component an error comes out.
Tks
Tullio