Activity
From 12/09/2010 to 01/07/2011
01/07/2011
- 04:43 PM Bug #5095: test kepler and wrp for memory leaks
- Coming up to speed on this.
I've added a step-by-step example of using jvisualvm to find memory leaks. You can find... - 10:20 AM Bug #5095: test kepler and wrp for memory leaks
- I'm not that surprised that there is a memory leak in the GUI when
a simple model is run just in Ptolemy, outside of ... - 05:07 AM Bug #5269: Selectordialog and Case actors do not work well together
- RExpression converts the string array to a string scalar. Expression does not.
01/06/2011
- 04:54 PM Bug #5269 (New): Selectordialog and Case actors do not work well together
- The Selectordialog actor in Kepler outputs a strange sort of string array that cannot be cast or converted into a str...
- 04:37 PM Bug #5095: test kepler and wrp for memory leaks
- My tests show Kepler has memory leaks for "workflow open, execution and close" and "workflow open, edit and close". M...
01/05/2011
- 11:31 PM Bug #5191: GUI improvements to Save As
- BTW - org.kepler.gui.util.ExtensionFileFilter is very similar to
diva.gui.ExtensionFileFilter.
I cleaned up a few cl... - 05:56 PM Bug #5191: GUI improvements to Save As
- fixed at r26641.
Turns out Kepler has its own ExtensionFileFilter that I previously missed , which is different fro... - 05:14 PM Bug #5268 (New): Dragging modified version of Sinewave actor to canvas causes gui oddity
- While testing http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5146 , I came across some gui strangeness. To replic...
- 05:04 PM Bug #5267 (New): Changing a ptolemy.kernel.util.Attribute in Kepler gui doesn't work
- While testing http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5146 , I notice if I drag the Sinewave actor to canv...
- 04:55 PM Bug #5266 (Resolved): Two empty boxes inside Sinewave actor and other icon problems for attributes
- While testing http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5146 , this bug was found.
From the Reporting suite... - 04:39 PM Bug #5146: modifying and saving the composite sinewave actor fails
- Derik tested this too and it looks like the specific issue described here has been fixed. We noticed a few other fun...
- 03:07 PM Bug #5146: modifying and saving the composite sinewave actor fails
- i agreed to test this...
- 02:40 PM Bug #5095: test kepler and wrp for memory leaks
- status update: after the check in yesterday at version 26623, now there is no big memory leak for window open and clo...
- 08:16 AM Bug #5265: Kepler 2.1.0 has omitted the Publish & subscribe actors from Ptolemy
- I found my error (case sensitivity) and am now a happy camper. Sorry to have bothered you.
- 07:23 AM Bug #5265 (Resolved): Kepler 2.1.0 has omitted the Publish & subscribe actors from Ptolemy
- This complementary pair of actors is not present in version 2.1.0 of Kepler for the Mac. I've been trying to "instant...
01/04/2011
- 11:53 PM Bug #5101: Composite Actor windows show wrong title after workflow Rename
- Aha, I finally tracked this down. The issue was that the Effigy for the ComponentEntity has a special StringAttribut...
- 04:09 PM Bug #5258: kepler start exception when soft links are in KeplerData/workflows/MyWorkflows
- The open dialog now starts at the last used directory.
- 03:22 PM Bug #5129: adding and removing configuration properties could be made easier
- I have made changes to the configuration manager, so that any completely new configuration that is in the active modu...
01/03/2011
- 12:39 PM Bug #4693: Ability to save just a report instance
- Sure it would be nice to have the File->Export PDF... option, same as File->Print...
Similarly it would be nice if th... - 12:23 PM Bug #4693: Ability to save just a report instance
- Trunk now has a working Save pdf button on the report viewer tab, but leaving this open for feedback -- should this b...
- 12:19 PM Bug #5087: Image report items aren't shown when original image path doesn't resolve
- This was merged into trunk. Just tested, works.
- 12:03 PM Bug #4694: workflow run manager - differentiate imported runs
- This is done.
- 12:00 PM Bug #5083: possible to save a kar that loses the report layout
- This was merged into trunk.
Still need to look into removing stopgap. - 11:46 AM Bug #5164: Don't show Workflow Run Manager and tag workflow drop-down list on Schedule tab of Workflow Scheduler view
- This bug is no longer relevant.
- 11:26 AM Bug #4473: Add WRM to bottom of report viewer for navigation
- Closing this old bug.
12/28/2010
- 09:38 PM Bug #5153: Save As... closes all windows associated with a workflow
- Well my first thought was to go build the Nov 11, 2009 Kepler and see what the problem was there. Then see if the pr...
12/27/2010
- 01:17 PM Bug #5263: failure to restart after upgrade from 2.0 to 2.1
- The original reporter now reports that he got this to work by logging in as administrator before upgrading. He write...
12/23/2010
- 05:46 PM Bug #5263 (Resolved): failure to restart after upgrade from 2.0 to 2.1
- You are receiving this mail because Pranav Godbole
ingi_05@hotmail.com
is sending feedback about the site administe...
12/22/2010
- 04:20 PM Bug #5146: modifying and saving the composite sinewave actor fails
- Kepler Revision 26595 reflects the changes I've made in an attempt to solve this bug. Because of how composite actor...
- 12:39 PM Bug #5247: Allow user to set memory allocated to Kepler from within Kepler
- Added this feature.
12/21/2010
- 05:13 PM Bug #5261 (Resolved): Get an error when execute the dataturbineToMetacat workflow in the second time
- First, I executed the workflow successfully after i switched from MySQL to HSQL.
But the second time, I got the er... - 01:29 PM Bug #5260 (Resolved): Problems with unknown free-form tags
- There are some exceptions and gui malfunctions/lockups that occur that I believe are related to unknown free-form tag...
12/19/2010
- 01:20 PM Bug #5101: Composite Actor windows show wrong title after workflow Rename
- Hi Christopher,
You are not replicating this bug properly. You need to rename the workflow (by right-clicking on the...
12/18/2010
- 02:57 PM Bug #5101: Composite Actor windows show wrong title after workflow Rename
- I'm not able to reproduce this bug.
What I tried:
1. Build kepler from the devel tree
2. ant run
3. In the left ha... - 02:40 PM Bug #4281: ant update produces message about running svn cleanup
- The problem with "ant update" failing under Windows continues.
After recent changes to build-area, I ran "svn update...
12/17/2010
- 04:58 PM Bug #5259 (Resolved): kepler/util/src/util/LineReader.java should be updated to match Ptolemy sources
- Edward Lee identified and fixed the following bug in ptolemy.actor.lib.io.LineReader:
r59929 | eal | 2010-12-07 17:5... - 04:05 PM Bug #5095: test kepler and wrp for memory leaks
- the problem in #19 is fixed at version 26554.
- 03:21 PM Bug #5095: test kepler and wrp for memory leaks
- Now in Kepler suite, window close will release memory. But it is not the case in Reporting suite. By debugging, I fou...
- 02:59 PM Bug #5101: Composite Actor windows show wrong title after workflow Rename
- Reassigning to Aaron to handle the merge to Ptolemy.
- 02:41 PM Bug #5101: Composite Actor windows show wrong title after workflow Rename
- Retargeting this necessary fix back to 2.2.
- 02:30 PM Bug #5101: Composite Actor windows show wrong title after workflow Rename
- Due to issues with overrides, re-opening and re-targeting to an indefinite time in the future.
- 10:09 AM Bug #5258 (New): kepler start exception when soft links are in KeplerData/workflows/MyWorkflows
- in trunk version 26536, menu item 'File --> Open' can open workflow xml file or kar file and the default directory is...
12/16/2010
- 08:15 PM Bug #5101: Composite Actor windows show wrong title after workflow Rename
- I have fixed this by overriding ptolemy.actor.gui.Configuration.
- 05:13 PM Bug #5146: modifying and saving the composite sinewave actor fails
- OK, some progress on this bug. I've narrowed it down to being an issue with the Sinewave actor being a class definit...
12/15/2010
- 03:50 PM Bug #5146: modifying and saving the composite sinewave actor fails
- This is a tough one. As a first step I have added code to KeplerGraphTableau to correctly retrieve the LSID when ope...
12/12/2010
- 11:26 AM Bug #5240: NameDuplicationException from SequencePlotter
- The model consists of two Plots under PN. The error is reproducible under Ptolemy, outside of Kepler. I think it is...
12/10/2010
- 11:25 PM Bug #5193: Open menu items should be merged into one
- I have merged the functionality of these two open dialogs into one dialog.
Closing. - 06:48 PM Bug #5254: provenance database connections keep growing when using Reporting suite.
- Jianwu tested this after my change, and he says he doesn't see the number of connections increasing for new windows o...
- 11:57 AM Bug #5144: renaming an actor does not persist in saved kar files
- I updated ptolemy yesterday to r59948. I've deleted your override in r26481.
12/09/2010
- 06:38 PM Bug #5254: provenance database connections keep growing when using Reporting suite.
- The first execution in any new window makes a new db connection. This is because a new SQLRecordingV8 is created for ...
- 05:02 PM Bug #5254 (Resolved): provenance database connections keep growing when using Reporting suite.
- Every time a window is open, or a workflow is saved, running, a separate db connection is gotten. but they are not re...
- 05:14 PM Bug #5146: modifying and saving the composite sinewave actor fails
- This is most likely an issue with the ActorMetadata class. I will look into it. First task may be to document how/w...
- 03:34 PM Bug #5122: Develop an approval process for patches
- This is not really a release issue, but it is instead a management issue. Retargeting from 2.2 to unspecified.
- 09:24 AM Bug #5136: semantic type checker always returns error
- Fixed in r26458. This is caused by the transition to the new OWL API. The condition for a semantic type being compati...
Also available in: Atom