[kepler-dev] actors not showing up again

Aaron Schultz aschultz at nceas.ucsb.edu
Thu Jun 25 11:09:29 PDT 2009


Chad can you try a fresh checkout, and make sure to delete .kepler.

Sounds like you have configuration issues...

Aaron


Chad Berkley wrote:
> The previous stack trace was from the kepler dialog.  The stack on the 
> console is different.  It is:
>
> [run] error: TabPane is null.  This problem can be fixed by adding a 
> tabPaneFactory property in the configuration.xml file.
>       [run] java.lang.Exception: Outline TabPane specified in 
> config.xml was not found in the TabManager.
>       [run]  Make sure you have specified the TabPane in 
> configuration.xml
>       [run]     at 
> org.kepler.gui.ViewManager.addConfiguredTabPanes(ViewManager.java:346)
>       [run]     at 
> org.kepler.gui.ViewManager.initializeViews(ViewManager.java:83)
>       [run]     at 
> org.kepler.gui.KeplerGraphFrame._initBasicGraphFrame(KeplerGraphFrame.java:337) 
>
>       [run]     at 
> ptolemy.vergil.basic.BasicGraphFrame.<init>(BasicGraphFrame.java:219)
>       [run]     at 
> ptolemy.vergil.basic.ExtendedGraphFrame.<init>(ExtendedGraphFrame.java:95) 
>
>       [run]     at 
> ptolemy.vergil.actor.ActorGraphFrame.<init>(ActorGraphFrame.java:132)
>       [run]     at 
> org.kepler.gui.KeplerGraphFrame.<init>(KeplerGraphFrame.java:148)
>       [run]     at 
> org.kepler.gui.frame.KeplerGraphTableau.<init>(KeplerGraphTableau.java:185) 
>
>       [run]     at 
> org.kepler.gui.frame.KeplerGraphTableau$Factory.createTableau(KeplerGraphTableau.java:248) 
>
>       [run]     at 
> ptolemy.actor.gui.PtolemyTableauFactory.createTableau(PtolemyTableauFactory.java:100) 
>
>       [run]     at 
> ptolemy.actor.gui.TableauFactory.createTableau(TableauFactory.java:127)
>       [run]     at 
> ptolemy.actor.gui.Configuration.createPrimaryTableau(Configuration.java:516) 
>
>       [run]     at ptolemy.actor.gui.Effigy.showTableaux(Effigy.java:491)
>       [run]     at 
> org.kepler.osx.KeplerApplicationListener.handleQuit(KeplerApplicationListener.java:57) 
>
>       [run]     at com.apple.eawt.Application$6.run(Application.java:460)
>       [run]     at 
> java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
>       [run]     at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
>       [run]     at 
> java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) 
>
>       [run]     at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) 
>
>       [run]     at 
> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
>       [run]     at 
> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
>       [run]     at 
> java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
>
>
>
> Chad Berkley wrote:
>> Looks like it broke after r19510.  The changes between 19510 and 
>> 19511 are:
>>
>> Added:
>>    trunk/modules/core/src/org/kepler/kar/KARCacheManager.java
>> Modified:
>>    trunk/modules/common/resources/configurations/config.xml
>>    trunk/modules/core/src/org/kepler/kar/KARBuilder.java
>>    trunk/modules/core/src/org/kepler/kar/KARFile.java
>>
>> trunk/modules/core/src/org/kepler/objectmanager/cache/LocalRepositoryManager.java 
>>
>>    trunk/modules/util/src/org/kepler/moml/KARLibraryBuilder.java
>>    trunk/modules/wrp/
>>    trunk/modules/wrp/resources/configurations/config.xml
>>    trunk/modules/wrp/src/log4j.properties
>> Log:
>> KAR tables are now being populated as their contents are being 
>> cached. The actual KAR file itself is no longer cached - it is 
>> redundant to have the whole kar file in the cache alongside all of 
>> the objects inside of them.  The tables take the place of the cached 
>> KARs by allowing quick access to all of the relevant KAR data.
>>
>>
>> chad
>>
>> Chad Berkley wrote:
>>> Hi Aaron,
>>>
>>> I think one of the changes you made last night broke the actor 
>>> library again.  There are no actors showing up.  Could you take a look?
>>>
>>> chad
>>> _______________________________________________
>>> Kepler-dev mailing list
>>> Kepler-dev at kepler-project.org
>>> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
>> _______________________________________________
>> Kepler-dev mailing list
>> Kepler-dev at kepler-project.org
>> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
>



More information about the Kepler-dev mailing list