You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2009/04/20 03:25:47 UTC

[jira] Assigned: (PIVOT-101) Exception thrown upon application startup

     [ https://issues.apache.org/jira/browse/PIVOT-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown reassigned PIVOT-101:
--------------------------------

    Assignee: Todd Volkert  (was: Greg Brown)

Need more info. I just did a clean build from trunk on both OSX 10.5.6/JDK 1.6.0 and Windows XP Professional SP3/JDK 1.6.0_12 and I can't reproduce this issue.



> Exception thrown upon application startup
> -----------------------------------------
>
>                 Key: PIVOT-101
>                 URL: https://issues.apache.org/jira/browse/PIVOT-101
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>         Environment: OSX 10.5.6, DesktopApplicationContext, JRE 1.6.0_07-b06-153
> Possibly others
>            Reporter: Todd Volkert
>            Assignee: Todd Volkert
>            Priority: Critical
>             Fix For: 1.2
>
>
> > java -cp lib/pivot-core.jar:lib/pivot-wtk.jar:lib/pivot-wtk.terra.jar:lib/pivot-tutorials.jar:wtk/lib/stax-api-1.0.jar:wtk/lib/stax-1.2.0.jar pivot.wtk.DesktopApplicationContext pivot.tutorials.Demo
> Exception in thread "AWT-EventQueue-0" java.lang.AbstractMethodError: pivot.wtk.content.ButtonDataRenderer.getStyles()Lpivot/collections/Dictionary;
> 	at pivot.wtk.RadioButton.<clinit>(RadioButton.java:30)
> 	at java.lang.Class.forName0(Native Method)
> 	at java.lang.Class.forName(Class.java:169)
> 	at pivot.wtkx.WTKXSerializer.readObject(WTKXSerializer.java:414)
> 	at pivot.wtkx.WTKXSerializer.readObject(WTKXSerializer.java:167)
> 	at pivot.wtkx.WTKXSerializer.readObject(WTKXSerializer.java:158)
> 	at pivot.tutorials.Demo$RollupStateHandler.previewExpandedChange(Demo.java:99)
> 	at pivot.wtk.Rollup$RollupStateListenerList.previewExpandedChange(Rollup.java:53)
> 	at pivot.wtk.Rollup.setExpanded(Rollup.java:108)
> 	at pivot.tutorials.Demo$15.run(Demo.java:506)
> 	at pivot.wtk.ApplicationContext$ScheduledCallback$1.run(ApplicationContext.java:1114)
> 	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
> 	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:300)
> 	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:210)
> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:200)
> 	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:195)
> 	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:187)
> 	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.