Invient chart add on not working

Hi all,

I have tried to use invient chart with my application in netbeans 6.9.1 with vaadin plugin 6.2.3 .It gives a error message stating that incompatible version of vaadin and some componenet . so i tried in vaadin site regarding this…but they suggest that want to use vaadin plugin 6.5.1 upwards for use this invient. So i removed that vaadin plugin from netbeans… but i could not find netbeans vaadin 6.5.1 plugin(.nbm file) in vaadin.com. Instead that i download vaadin6.5.1.jar from vaadin.com site. but still it doesn’t work…

Any problem in my way… Could any one help around this.

Help will be more appreciate…

Thank you.

I don’t know anything about the Netbeans plugin, but I’ll try to help you with Invient. You stated that you downloaded vaadin6.5.1.jar; did you place it in the correct folder, and did you recompile the widgetset after you did this?

For a list of issues and solutions regarding the chart add-on, please read
this thread
, or search the forum for ‘invient’.

I got the following error while compiling invient add on in netbeans 6.9.1

Updating com.example.myapp.widgetset.chartWidgetSet…
Remember to define the widgetset in web.xml as follows.

        <init-param>
            <param-name>widgetset</param-name>
            <param-value>com.example.myapp.widgetset.chartWidgetSet</param-value>
        </init-param>

26 Aug, 2011 4:26:26 PM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
INFO: Widgetsets found from classpath:
com.vaadin.terminal.gwt.DefaultWidgetSet in jar:file:/home/sw205/Downloads/vaadin-6.5.1.jar!/
com.example.myapp.widgetset.chartWidgetSet in file:/home/sw205/NetBeansProjects/WebReport/src/java
com.invient.vaadin.charts.widgetset.InvientChartsWidgetset in jar:file:/home/sw205/Desktop/BW/BW Client Web/invientcharts-0.8.4/invientcharts-0.8.4/invientcharts-0.8.4.jar!/

26 Aug, 2011 4:26:26 PM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
INFO: Search took 9ms
compile-widgetset:
Compiling com.example.myapp.widgetset.chartWidgetSet into web/VAADIN/widgetsets directory…
Compiling module com.example.myapp.widgetset.chartWidgetSet
Validating newly compiled units
[ERROR]
Errors in ‘jar:file:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.jar!/com/vaadin/terminal/gwt/client/ui/VTree.java’
[ERROR]
Line 1556: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Line 1618: The method getCharCode() is undefined for the type NativeEvent
[ERROR]
Errors in ‘jar:file:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.jar!/com/vaadin/terminal/gwt/client/ui/VContextMenu.java’
[ERROR]
Line 144: The method scheduleDeferred(Scheduler.ScheduledCommand) in the type Scheduler is not applicable for the arguments (new Command(){})
[ERROR]
Errors in ‘jar:file:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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:/home/sw205/Downloads/vaadin-6.5.1.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(){})
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
/home/sw205/NetBeansProjects/WebReport/build-widgetset.xml:67: Java returned: 1
BUILD FAILED (total time: 11 seconds)

Please do not double post, and check that your GWT version is correct for the Vaadin version you are using.