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
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
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
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
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 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
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