You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Todd Volkert (JIRA)" <ji...@apache.org> on 2009/04/21 17:35:49 UTC

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

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

Todd Volkert resolved PIVOT-101.
--------------------------------

    Resolution: Fixed

This seemed to be caused by building on JDK 1.5 in the Mac (though I don't know why).  I added a note to the BUILD file and a check in the build.xml file to help the user towards avoiding this problem.

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