Project

General

Profile

Activity

From 11/06/2009 to 12/05/2009

12/05/2009

01:19 PM Bug #4512: missing entries with multiple copies of the same KAR file in a single repository
The primary key used for the KARS_CACHED table has been changed to be the full File path for the KAR. So you can now... Aaron Aaron

12/04/2009

02:18 PM Bug #4336: Merge the old configuration systems
Also still need to convert the reporting module. I also missed one property in the ptolemy config. "tabPaneFactory" ... Chad Berkley
01:42 PM Bug #4336: Merge the old configuration systems
removing the 4597 dependency because that doesn't really depend on the configuration conversion. Chad Berkley
01:41 PM Bug #4336: Merge the old configuration systems
All of the kepler specific factory properties have now been removed from the configuration.xml file. I still need to... Chad Berkley

12/03/2009

10:18 PM Bug #4601 (Resolved): New LSID not propagating to provenance
This came up as a reporting bug, but that's a symptom if something larger. I'm not sure exactly where the system brea... ben leinfelder
10:11 PM Bug #4599: changing Expression and running problematic workflow generates blank report
Here's the scenario:
1. KAR/Workflow from another Kepler installation is opened - you can run it once and everything ...
ben leinfelder
04:54 PM Bug #4599 (Resolved): changing Expression and running problematic workflow generates blank report
This uses the same workflow in Bug 4598. Open the workflow and change the "Figure Number" Expression from 1 to 12. ... Oliver Soong
05:34 PM Bug #4596: selecting text entry box of report item moves activation highlight but does not update properties window
I should point out this also affects section headers and dynamic report items. Basically, it's anything with a text ... Oliver Soong
04:20 PM Bug #4596: selecting text entry box of report item moves activation highlight but does not update properties window
This is now fixed. Clicking in the text entry area updates the properties window. debi staggs
03:24 PM Bug #4596 (Resolved): selecting text entry box of report item moves activation highlight but does not update properties window
Create 2 text items with different attributes. Click in the text entry area of the non-highlighted one. It will now... Oliver Soong
05:21 PM Bug #4600 (Resolved): Changing workflow & running causes "execution history not found" message to appear in report viewer
This uses the example workflow in bug 4598.
Run the workflow. Change "Figure Number" to 12 and run again. Now vi...
Oliver Soong
05:15 PM Bug #4598: particular workflow triggers "QueryException: No tokens found for execution"
Ben and I have decided this is actually a symptom of bug 4436. Oliver Soong
05:08 PM Bug #4598: particular workflow triggers "QueryException: No tokens found for execution"
The error says reporting 2 lines down. Oliver Soong
04:50 PM Bug #4598 (Resolved): particular workflow triggers "QueryException: No tokens found for execution"
I've tried this on several Windows machines and 1 linux. When I run the workflow, I get this error:
org.kepler.p...
Oliver Soong
04:33 PM Bug #4597 (Resolved): adding new configuration properties before/after a certain exiting configuration property.
Different modules may have their own menu items. To realize it, the module should be able to add configuration proper... jianwu jianwu
02:47 PM Bug #4595 (Resolved): ViewPane selection does not work with toolbar tear-off
When the toolbar is detached from the KeplerFrame the view selection drop down does not trigger view changes in the w... ben leinfelder
10:38 AM Bug #4582: reporting/module-info/module.properties
This was just an old file, that had no current use as far as we can tell. It has now been deleted. debi staggs

12/02/2009

06:03 PM Bug #4514: Files are being saved in the Kepler installation directory
configuration/ has been moved.
I think we just need to deal with / come to a consensus on InstanceAuthNamespace and ...
Derik Barseghian
05:37 PM Bug #4578: tracking bug for changes to .kepler
.kepler now has cache and persistent areas like:
.kepler/cache/gamma.msi.ucsb.edu.OpenAuth.1278/modules/actors (etc)...
Derik Barseghian
04:39 PM Bug #4579: Remove all references to specific module names from the code.
Modules can now be referenced by a stem name which is the base name before a version, for instance "common" refers to... Chad Berkley
01:11 PM Bug #4463: Grey out component names in the component library that can not be dragged to the canvas
My current thinking is to just assign appropriate icons to objects so people know what they are. Then a WorkflowRun ... Aaron Aaron
01:09 PM Bug #4380: Removing LocalRepository does not remove actors from Ontologies
Removing local repositories still causes problems, the components are not being removed from the library Aaron Aaron
01:03 PM Bug #4449: exception when dragging workflow
I'm not seeing this... closing for now Aaron Aaron
01:00 PM Bug #4150: Save in Library broken
Works now Aaron Aaron
12:23 PM Bug #4409: View Documentation for an actor works once
Should be OK now. Aaron Aaron
11:45 AM Bug #4512: missing entries with multiple copies of the same KAR file in a single repository
I should clarify the first statement in my previous comment.
Two different KARs (i.e. each KAR has a different KAR L...
Aaron Aaron
11:41 AM Bug #4512: missing entries with multiple copies of the same KAR file in a single repository
With the new Library changes, having two different KARS with the same LSIDs works fine now.
As for having multiple i...
Aaron Aaron
10:51 AM Bug #4582: reporting/module-info/module.properties
I think this is here from waaay back when we did the 'ant make-module' target. I don't know why it is here, either.
C...
ben leinfelder
10:04 AM Bug #4336: Merge the old configuration systems
All .properties files have now been removed from kepler and their contents merged into the configuration manager. St... Chad Berkley

12/01/2009

09:25 PM Bug #4592: ROML lost when saving KAR a second time
Because the model was being closed and reopened, we trashed the layout on the close (which happened after the "new" f... ben leinfelder
03:08 PM Bug #4592: ROML lost when saving KAR a second time
The workaround I suggested sometimes seems to trigger bug 4571, so it might be safest to restart Kepler after saving ... Oliver Soong
02:42 PM Bug #4592: ROML lost when saving KAR a second time
The error occurs on the second File->Save Archive as long as the KAR is not closed and re-opened between.
New workfl...
Oliver Soong
02:16 PM Bug #4592: ROML lost when saving KAR a second time
*** Bug 4593 has been marked as a duplicate of this bug. *** Oliver Soong
02:14 PM Bug #4592: ROML lost when saving KAR a second time
Overwriting turns out not to be necessary. Simply File->Save Archive again. Oliver Soong
01:56 PM Bug #4592 (Resolved): ROML lost when saving KAR a second time
Create a workflow and report. File->Save Archive. The KAR should contain the ROML. File->Save Archive again, overw... Oliver Soong
02:16 PM Bug #4593: ROML lost when saving workflow with a composite actor to KAR after saving XML after saving to KAR
I think the trigger here is the second Save Archive, and this now seems to be a duplicate of the (newly modified) bug... Oliver Soong
02:08 PM Bug #4593 (Resolved): ROML lost when saving workflow with a composite actor to KAR after saving XML after saving to KAR
I haven't isolated exactly what the trigger is, but I think this is the bug I've been trying to track down for a coup... Oliver Soong
11:05 AM Bug #4591 (New): ImageJ creating folders based on file paths from prior executions saved in the MOML
Not a hugely important bug and unlikely to cause any actual problems, but a bug nonetheless.
If I generate a workf...
Oliver Soong
10:42 AM Bug #4590 (Resolved): Workflow Run Manager - Export Archive can give error
Export Archive from WRM has problems again, I think with the recent changes to Cache. Yesterday fixed an out of range... Derik Barseghian
10:36 AM Bug #4569: viewing report before executing sometimes generates persistent blank report
The last comment wasn't terribly specific.
1. Create a workflow, File->Save (say test.xml), and run it. I believe t...
Oliver Soong

11/30/2009

06:03 PM Bug #4580: Error saving/opening KAR that has a workflow with a PortParameter
in case it's related, for reference: ptolemy bug#311 (https://chess.eecs.berkeley.edu/bugzilla/show_bug.cgi?id=311) Derik Barseghian
05:49 PM Bug #4325: Workflow Run Manager - deleted runs sometimes reappear after Kepler relaunch
No reports of degraded performance, going to close this. Derik Barseghian
05:37 PM Bug #4586: problem tagging all rows when selected with keyboard
Fixed in r21927. Derik Barseghian
04:38 PM Bug #4589 (New): Workflow Run Manager - tagging causes row(s) to unhighlight
When you tag a row (or rows) the row loses its highlighting, but the tagging context stays set to 'run'. You can cont... Derik Barseghian
04:19 PM Bug #4454: Workflow Run Manager - ability to display new run tags
This was fixed in r21075. Derik Barseghian
03:34 PM Bug #4568: must have some way to view full path to port in report
This got moved around with some previous changes, it is now back. debi staggs
12:02 PM Bug #4336: Merge the old configuration systems
I have converted all but 4 of the .properties files to the new system. The remaining 4, uiDisplayText, uiSettings, u... Chad Berkley
10:37 AM Bug #4587 (Resolved): Assure a clean cache when module configuration changes
Because KAR files are dependent on certain modules being present in the running Kepler configuration we need to rebui... Aaron Aaron

11/25/2009

05:46 PM Bug #4586 (Resolved): problem tagging all rows when selected with keyboard
If in WRM you select all rows with, e.g., apple-A, and then tag, you won't tag all the rows. Tagging context changes ... Derik Barseghian
01:03 PM Bug #4584 (New): CacheManager.getObject(KeplerLSID lsid) returns an object with the wrong LSID
It seems that objects returned by the CacheManager.getObject(KeplerLSID lsid) method do not always have the right LSI... Aaron Aaron
01:15 AM Bug #4582 (Resolved): reporting/module-info/module.properties
I am not sure what the function of this file is. However, I noticed that it references specific modules. Here is the ... David Welker

11/24/2009

09:32 PM Bug #4581: Handle multiple revisions of components in the Component Library
As a first solution to this problem I have added a context menu item to components in the Ontologies of the Component... Aaron Aaron
09:23 PM Bug #4581 (Resolved): Handle multiple revisions of components in the Component Library
It is possible for many different revisions of an object to contain the same semantic types. The question is how to ... Aaron Aaron
06:53 PM Bug #4580: Error saving/opening KAR that has a workflow with a PortParameter
If you remove the fix to bug#3593 (re-enable commented out section in addAttribute in ActorMetadata), you don't get t... Derik Barseghian
06:22 PM Bug #4580: Error saving/opening KAR that has a workflow with a PortParameter
This is an issue with Save Archive in vanilla too.
Drag a portparam onto canvas and Save Archive and you'll get an NDE.
Derik Barseghian
05:02 PM Bug #4580 (Resolved): Error saving/opening KAR that has a workflow with a PortParameter
Opening a past run where the workflow contained a PortParameter is giving a ptolemy.kernel.util.NameDuplicationException Derik Barseghian
04:19 PM Bug #4455: provenance schema must meet tag storage and search needs
Tag table is sufficient for this release, we decided to just do simple keyword searching in the WRM. Derik Barseghian
04:12 PM Bug #4574: Able to delete workflow tags when on a run
Should be fixed as of 21866. Sean Riddle
02:50 PM Bug #4579 (Resolved): Remove all references to specific module names from the code.
In certain areas of the code, there are references to specific module names. This is extremely problematic in two sce... David Welker
01:24 PM Bug #4578 (Resolved): tracking bug for changes to .kepler
Thanks everyone for your input to the "proposed changes to .kepler" email. The threads are here:
http://mercury.ncea...
Derik Barseghian
01:04 PM Bug #4577 (New): integrate, and separate from save/export, the code for Uploading
1) There's UploadToRepository (module: repository), UploadKARToRepositoryNoGUI (provenance), and ComponentUpload (gui... Derik Barseghian
12:01 PM Bug #3656: create a Provenance Client
Provenance recorder and queryable provide non-gui methods store and retrieve provenance information. Additional speci... Daniel Crawl
10:23 AM Bug #4444: Reevaluate Cache and Library startup procedure. Restore performance enhancements.
I am now getting sub 30 second startup times with a cleaned cache and sub 10 second startup times with a built cache ... Aaron Aaron
09:58 AM Bug #4320: Component Library Folders and Popup Menus
Subclasses of the LibraryPopup class can now be used to add right click menu functionality to items in the component ... Aaron Aaron
09:40 AM Bug #4319: LibraryManager
Building the library has been enhanced and now consists of 4 classes.
LibraryManager, LibraryGenerator, LibIndex, and...
Aaron Aaron
03:40 AM Bug #1898: Redesign the web service harvester and create design documentation
closed & fixed Leo Charles
03:40 AM Bug #1898: Redesign the web service harvester and create design documentation
closed Leo Charles
03:39 AM Bug #1898: Redesign the web service harvester and create design documentation
fixed Leo Charles

11/23/2009

05:56 PM Bug #4574: Able to delete workflow tags when on a run
That's an artifact of the way I update the tag display now. I'm looking into it. Sean Riddle
05:28 PM Bug #4574: Able to delete workflow tags when on a run
If I relaunch Kepler, past run workflow tags are static (no X to click for delete). Which is good.
However, once I'v...
Derik Barseghian
04:11 PM Bug #4574 (Resolved): Able to delete workflow tags when on a run
I'm able to delete a workflow tag when I shouldn't be to, that is after that workflow has been run. This used to work... Derik Barseghian
04:50 PM Bug #3649: determine if Provenance has everything needed by Reporting
The provenance recorder is currently capturing all the data needed by reporting. Additional requirements can go in ne... Daniel Crawl
03:58 PM Bug #4443: gui-free class for provenance store settings
The provenance recorder constructors use the connection parameters in the configuration file, and none of the constru... Daniel Crawl
03:38 PM Bug #4037: WRM - connect to Kepler-wide configurable provenance store
This is implemented: the config file specifies the default connection parameters for the provenance store. Daniel Crawl
10:15 AM Bug #4567: NPE viewing LSID of non-workflow entries in local repositories
Skipping the full LSIDViewer UI when we are looking at a non-NamedObj ben leinfelder
10:08 AM Bug #4572: ROML lost when reported ports are in composite actors
I was deleting the layout when the frame was closed (and the frame for the composite shared that same model). Now che... ben leinfelder
09:01 AM Bug #4571: report "lost" from KAR
I actually get the report showing in the first KAR whenever I open it.
I notice that the second KAR does not show the...
ben leinfelder
08:44 AM Bug #4569: viewing report before executing sometimes generates persistent blank report
I'm still not able to recreate this bug. ben leinfelder

11/22/2009

07:49 PM Bug #4562: report seems to exist in MOML workflows when kar of same name exists in a local repository
Very good point. The intent was to support 1:n layouts - but that requirement got has been pushed to a later phase.
...
ben leinfelder
11:37 AM Bug #4562: report seems to exist in MOML workflows when kar of same name exists in a local repository
So what happens if I want to have 2 reports for the same workflow? If I want to generate a new report for a workflow... Oliver Soong
12:57 PM Bug #4572 (Resolved): ROML lost when reported ports are in composite actors
Starting from a clean-cache:
1. Create a KAR containing a composite actor and a report:
a. SDF (iterations = 1...
Oliver Soong
12:09 PM Bug #4571 (Resolved): report "lost" from KAR
In the process of tracking down another bug, I came across some odd behavior. I'm not sure what the exact trigger is... Oliver Soong
11:41 AM Bug #4569: viewing report before executing sometimes generates persistent blank report
It's the File->Save Archive (KAR) that triggers this. After the save, when the archive has been reloaded, changing t... Oliver Soong

11/21/2009

09:17 AM Bug #4409: View Documentation for an actor works once
Still happening for me in WRP suite...retargeting to 2.0 - it seems like a bad idea to release with a bug happening f... ben leinfelder
09:12 AM Bug #4562: report seems to exist in MOML workflows when kar of same name exists in a local repository
While I can see this as odd-looking, I think it ultimately makes sense. KARs in this context are just packaging and c... ben leinfelder
09:03 AM Bug #4569: viewing report before executing sometimes generates persistent blank report
1) opened the tpc01 kar with a clean-cache
2) look at the Report Design view
3) not all items are viewable (scrolling...
ben leinfelder

11/20/2009

05:23 PM Bug #4570 (Resolved): dangling file handle for KARs
I'm not a 100% certain this is the cause, but on Windows, if I open a KAR file then close it, Kepler doesn't seem to ... Oliver Soong
05:14 PM Bug #4569 (Resolved): viewing report before executing sometimes generates persistent blank report
I unfortunately can't figure out how to replicate this yet. It occurred with the latest tpc01 report archive, althou... Oliver Soong
04:44 PM Bug #4568 (Resolved): must have some way to view full path to port in report
Bug 4471 got rid of the report TOC. Somewhere along the line, tooltips for the report items disappeared. I now have... Oliver Soong
02:56 PM Bug #4566: Workflow Run Manager - highlighting sometimes doesn't work for multiple rows
Fixed in r21805. This was a sorting issue. Also added double-click to open, and improved the way right clicks work. Derik Barseghian
01:01 PM Bug #4566 (Resolved): Workflow Run Manager - highlighting sometimes doesn't work for multiple rows
Sometimes when you select multiple rows in the WRM and then right click to get the context menu popup, WRM changes to... Derik Barseghian
02:37 PM Bug #4554: Make layout panel scroll to where the user dropped the last report item.
The designer panel now scrolls down (or up) to where you dropped the last item if there are more than a few items in ... debi staggs
01:17 PM Bug #4567 (Resolved): NPE viewing LSID of non-workflow entries in local repositories
If I have a local repository with KAR files in it and I attempt to "View LSID" on any entry that is not a MOML, I get... Oliver Soong
01:15 PM Bug #4559: local repositories not showing up in components tree
I think this bug is partly due to bug 4512, partly due to the new hiding empty repositories "feature", partly due to ... Oliver Soong
12:31 PM Bug #4559: local repositories not showing up in components tree
I'll see if I can make this happen with a simpler case. There have been unusual errors with this workflow in the pas... Oliver Soong
12:24 PM Bug #4559: local repositories not showing up in components tree
Oliver can you send me the kar you're having the problem with, I am having trouble reproducing this... Aaron Aaron
12:04 PM Bug #4507: report designer losing content when there are too many items
It would be nice to make this more flexible, but it isn't absolutely necessary at this time. However, it would be goo... debi staggs
11:40 AM Bug #4507: report designer losing content when there are too many items
I'm not currently planning on exceeding 95 items, so there's less urgency for a more involved fix. On the other hand... Oliver Soong
11:36 AM Bug #4507: report designer losing content when there are too many items
Does everyone think that this is acceptable at 95 items, or so, or should I consider creating a 'buffer' that would c... debi staggs

11/19/2009

08:12 PM Bug #4507: report designer losing content when there are too many items
I see the problem as described at r21780, but at r21788, the number of actors is pushed up to around 95 or so. The p... Oliver Soong
06:45 PM Bug #4507: report designer losing content when there are too many items
I'm at r21647 for report\src\org\kepler\reporting\gui\ReportDesignerPanel.java. I saw you just committed 2 updates, ... Oliver Soong
06:27 PM Bug #4507: report designer losing content when there are too many items
I have a feeling that you might not have the latest revision of the ReportDesignerPanel class, can you try updating o... debi staggs
05:41 PM Bug #4507: report designer losing content when there are too many items
Beyond 5 items, I can no longer add to the bottom of the report designer. There doesn't seem to be any space, and an... Oliver Soong
05:13 PM Bug #4507: report designer losing content when there are too many items
I've been able to get this to happen on my mac (10.5.8) -- at least the part
about having more items on the report de...
Derik Barseghian
05:06 PM Bug #4507: report designer losing content when there are too many items
Will test it out on a different machine to see what happens. debi staggs
04:36 PM Bug #4507: report designer losing content when there are too many items
I just tried r21780 on OS X here in the vis lab and lost ROML content at 10 items. Something isn't matching here... Oliver Soong
03:32 PM Bug #4507: report designer losing content when there are too many items
I just tested it with 26 items on OSX, and it seems to be working correctly. debi staggs
03:28 PM Bug #4507: report designer losing content when there are too many items
I just tested it with 26 items in the report designer and there were no problems on OSX. debi staggs
03:28 PM Bug #4507: report designer losing content when there are too many items
I just put 26 items in the report designer and there were no issues on OSX. debi staggs
02:52 PM Bug #4507: report designer losing content when there are too many items
This doesn't quite seem to be fully fixed. I'm no longer losing report items from the test case, but add 15 items to... Oliver Soong
08:08 PM Bug #4564: Model Reference throws error with workflows in the same folder, but still functions
What boggles my mind is the tpc09-plant-dynamics-woody.xml workflow uses a VisualModelReference actor that generally ... Oliver Soong
07:34 PM Bug #4564: Model Reference throws error with workflows in the same folder, but still functions
I take back that bit about ../tmp/referred.xml working. I think I just got confused. An error seems to be thrown fo... Oliver Soong
07:11 PM Bug #4564 (New): Model Reference throws error with workflows in the same folder, but still functions
If I have a referring model (referring.xml) and a referred model (referred.xml) in the same folder, I have difficulty... Oliver Soong
07:55 PM Bug #4565: clean wrp checkout has no actors
Missed a clean-cache step from the previous checkout. Oliver Soong
07:15 PM Bug #4565 (Resolved): clean wrp checkout has no actors
I just did a clean checkout, and the Components, Projects, and Statistics branches are completely missing. The Actor... Oliver Soong
05:45 PM Bug #4563: components search seems to be broken
If you follow the instructions in comment 5 for bug 4559, you'll get a Kepler instance with the report archive and ru... Oliver Soong
05:37 PM Bug #4563: components search seems to be broken
Hm, something got buggered somewhere along the way, but I'm not sure exactly what. A clean-cache fixed it, but now I... Oliver Soong
05:30 PM Bug #4563: components search seems to be broken
It's working for me at r21785. There's still the issue with non-workflow items within kars not showing up, but I'm se... Derik Barseghian
05:19 PM Bug #4563 (Resolved): components search seems to be broken
It no longer seems to return anything. Oliver Soong
03:59 PM Bug #4559: local repositories not showing up in components tree
This is slightly more complicated. I restarted Kepler again, and now both KARs show up in the components tree.
So s...
Oliver Soong
03:47 PM Bug #4559: local repositories not showing up in components tree
I deleted the run archive from the repository and restarted Kepler, but the report archive (MOML and ROML only) still... Oliver Soong
03:44 PM Bug #4559: local repositories not showing up in components tree
yeah, definitely still a little buggy, "ant clean-cache" will fix things if they get out of sync... I'll keep workin... Aaron Aaron
03:40 PM Bug #4559: local repositories not showing up in components tree
Well, I'm now seeing the described behavior at r21780, but I'm missing a KAR. I've got one that's just the MOML and ... Oliver Soong
03:23 PM Bug #4559: local repositories not showing up in components tree
Yeah this is an interesting artifact of the new way the Component Library is built. I'm not sure if this is a bug or... Aaron Aaron
02:25 PM Bug #4559 (Resolved): local repositories not showing up in components tree
Summary says it all. I'm at r21772, and the default workflows repository isn't in the components tree. Adding repos... Oliver Soong
03:09 PM Bug #4562: report seems to exist in MOML workflows when kar of same name exists in a local repository
Yeah - so right now the KARs in the local repository are being cached - including the report.
The report is associate...
ben leinfelder
02:49 PM Bug #4562 (Resolved): report seems to exist in MOML workflows when kar of same name exists in a local repository
Create a workflow, save it with some basename (e.g., test.xml), then create a report and save it with the same basena... Oliver Soong
02:35 PM Bug #4561 (New): icon overlays not showing up for actors in the components tree
RExpression used to have the little R icon show up in the components tree (it was an easy way to find the RExpression... Oliver Soong
02:27 PM Bug #4560 (Resolved): can't remove local repositories
This may be related to bug 4559, but attempting to remove local repositories from the components sources list gives a... Oliver Soong
11:47 AM Bug #4555: error exporting etc >1 run with same name but different wf
Ok, fixed in r21769 by adding a little check in KARBuilder right before createKAR that removes karEntry "duplicates",... Derik Barseghian
08:15 AM Bug #4555: error exporting etc >1 run with same name but different wf
put a change in yesterday that will prevent a "blank" ROML from being serialized. But I can definitey imagine a case... ben leinfelder

11/18/2009

06:37 PM Bug #4555: error exporting etc >1 run with same name but different wf
I fixed the workflow duplicate entry error in r21693, but you can still get a ROML duplicate entry error:
Failed to ...
Derik Barseghian
04:08 PM Bug #4524: no prompt to save a changed report
retarget/assign ben leinfelder
02:25 PM Bug #4525: saved KAR and memory report can be out of sync
we are now getting rid of the report layout when the frame is closed - only the version that is in the kar will be used. ben leinfelder
02:08 PM Bug #4514: Files are being saved in the Kepler installation directory
I just sent a related email to kepler-dev, "proposed changes to .kepler".
After discussion w/ Chad and Aaron it soun...
Derik Barseghian
11:48 AM Bug #4457: Workflow Run Manager - past Report Layouts don't open
Turn out this was a problem with multiple report layouts being exported to the KAR: the one "in memory" was blank and... ben leinfelder
10:47 AM Bug #4197: Waterflow TPC demo - tracking bug
The water flow workflow is also looking successful from the command line ben leinfelder
10:28 AM Bug #4197: Waterflow TPC demo - tracking bug
The bovine TB TPC is also a good candidate for "testing" these features out. Just ran the KAR for that from the comma... ben leinfelder
10:07 AM Bug #4161: Develop kepler workflow execution engine
In terms of the credentials - we can now include them in the configuration xml file that is used by the command line ... ben leinfelder
10:05 AM Bug #4546: Save Archive on an actor quits Kepler
commented out the KAR opening that occurred after the save/export/upload ben leinfelder
09:56 AM Bug #4546: Save Archive on an actor quits Kepler
Yep - this is a problem with the ExportArchiveAction eventually trying to "open" the KAR that it exported. ben leinfelder
09:53 AM Bug #4546: Save Archive on an actor quits Kepler
i'm thinking this could have something to do with a previous save archive bug that i was looking at... ben leinfelder
09:12 AM Bug #4410: Cannot open KARs from arbitrary location on disk
only printing a warning message when the KAR is being cached from a non-local repository location. ben leinfelder
08:59 AM Bug #4529: NPE while saving KAR crashes Kepler
The Configuration that was being retrieved ended up being null so the openModel() call failed with the NPE. I used a ... ben leinfelder

11/17/2009

02:44 PM Bug #4336: Merge the old configuration systems
Have now removed the configXML system from kepler and replaced it with the new ConfigurationManager. ConfigurationMa... Chad Berkley
02:03 PM Bug #4410: Cannot open KARs from arbitrary location on disk
I tried this (after the fix) but I'm not able to use the command line to open/run the KAR that is not in the local re... ben leinfelder
12:28 PM Bug #4520: Login Anonymously Fails
Working for me - in all sorts of permutations. Derik is reporting some error messages when the results are parsed, bu... ben leinfelder
11:34 AM Bug #4520: Login Anonymously Fails
I've tried this for both DEV and KNB datasources and both worked fine.
Also tried for the SEEK domain (Tools->Ecogrid...
ben leinfelder

11/16/2009

05:12 PM Bug #4555 (Resolved): error exporting etc >1 run with same name but different wf
If you export or open more than one run where the workflow names are the same but the workflows are different, you ge... Derik Barseghian
03:13 PM Bug #4552: Workflow Run Manager Export Archive no longer adding to Library
fixed in r21544 -- just returning false when trying to add a object to cache that has no CacheObjectInterface. reenab... Derik Barseghian
03:02 PM Bug #4554 (Resolved): Make layout panel scroll to where the user dropped the last report item.
Right now the layout panel scrolls to the top of the report items after each item is dropped. It would be better if ... debi staggs
02:58 PM Bug #4507: report designer losing content when there are too many items
Just needed to dynamically re-size the scrolling pane in the layout panel, and it fixed the problem. debi staggs

11/13/2009

07:37 PM Bug #4552 (Resolved): Workflow Run Manager Export Archive no longer adding to Library
r21538, now setting KARFile members _lsidNames and _lsidTypes, introduced a bug: Export Run from WRM gives an error f... Derik Barseghian
07:27 PM Bug #4541: problem exporting run
Fixed, I believe in r21514. Derik Barseghian
07:23 PM Bug #4410: Cannot open KARs from arbitrary location on disk
r21539 should fix this, going to leave open for a bit for others to test... Derik Barseghian
07:23 PM Bug #4132: Workflow Run Manager - Open in New Window is just opening the workflow, not the ROML or report
r21539 should fix this, going to leave open for a bit for others to test... Derik Barseghian
07:23 PM Bug #4457: Workflow Run Manager - past Report Layouts don't open
r21539 should fix this, going to leave open for a bit for others to test... Derik Barseghian
04:56 PM Bug #4549 (In Progress): String Replace actor "remembers" previous execution values
1. Build a workflow with an SDF director (set iterations to 1), an RExpression (turn off graphics output), and a Disp... Oliver Soong
03:11 PM Bug #4548 (Resolved): string tokens with newlines print the escape sequences
This was first noticed when viewing an RExpression's "output" port. The output port emits a string token containing ... Oliver Soong
03:06 PM Bug #4547 (Resolved): documentation for file parameter includes an error
The documentation for the file parameter includes at the top:
Error evaluating DocAttribute parameter: ptolemy.ke...
Oliver Soong
03:04 PM Bug #4545: String To Image Converter seems broken
I misread the documentation. Oliver Soong
02:44 PM Bug #4545 (Resolved): String To Image Converter seems broken
If I pass the an image file as a string ("C:/tmp/image.png") to the String To Image Converter actor, it seems not to ... Oliver Soong
02:46 PM Bug #4546 (Resolved): Save Archive on an actor quits Kepler
If you right click on an actor and select Save Archive, Kepler shows some error dialogs. Once you click through these... Derik Barseghian
02:18 PM Bug #4544 (Resolved): Enter key in Report Designer title invokes a search
I notice if I enter a title in the Report Designer and then hit Enter, I get debug messages on the console from Compo... Derik Barseghian

11/12/2009

07:47 PM Bug #4132: Workflow Run Manager - Open in New Window is just opening the workflow, not the ROML or report
Unless I missed something, this turned out to not be so bad, and I've got it working locally. I'll check in after mor... Derik Barseghian
05:42 PM Bug #4132: Workflow Run Manager - Open in New Window is just opening the workflow, not the ROML or report
I've gotten option 1 to work locally: when opening (a) run(s) from WRM, just build a temp kar and then open it. This ... Derik Barseghian

11/10/2009

03:37 PM Bug #4467: WRP - restarting/reopening Kepler throws error
I also can get this reliably. Sean Riddle
03:36 PM Bug #4467: WRP - restarting/reopening Kepler throws error
I'm seeing this. The console indicates:
ERROR (org.kepler.reporting.rio.fop.ReportParser:parse:97) could not find ...
Oliver Soong
03:06 PM Bug #4540: authentication problems with dev.nceas.ucsb.edu
it was removed with the configuration system changes. i've now added it in the WRP module using a configuration override ben leinfelder
10:42 AM Bug #4540 (Resolved): authentication problems with dev.nceas.ucsb.edu
If I start Kepler and open a workflow that accesses the dev metacat, I get some error messages and this on the consol... Oliver Soong
02:39 PM Bug #4539: Applying a tag can be slow
Fixed in r21473. Problem was repeated calls to Vector contains() in NamedOntModel.getNamedClasses() which is expensiv... Derik Barseghian
12:25 PM Bug #4541 (Resolved): problem exporting run
If in WRP I open and run a workflow, quit and restart Kepler, and then right click on the run and select Export Archi... Derik Barseghian
09:47 AM Bug #4410: Cannot open KARs from arbitrary location on disk
this can also be problematic when we use the "remote execution" version of Kepler because it forces us to either conf... ben leinfelder

11/09/2009

06:48 PM Bug #4539: Applying a tag can be slow
See comment in r21462. Derik Barseghian
06:45 PM Bug #4539 (Resolved): Applying a tag can be slow
I've tracked down (one of?) the reason(s) for applying a tag being slow -- starting at the Workflow Run Manager a cal... Derik Barseghian
11:52 AM Bug #4538 (Resolved): problems with KARs that contain tags from default ontologies
If you Save KAR a workflow that you've tagged with a tag that comes from an existing ontology (e.g. one of the defaul... Derik Barseghian

11/06/2009

01:33 PM Bug #4518: Workflow Run Manager - no imported run tags
Tags are now serialized into WorkflowRun moml. Run tags are at the top level, workfow tags are in a workflowTags sect... Derik Barseghian
11:44 AM Bug #4512: missing entries with multiple copies of the same KAR file in a single repository
now that i've seen this...it's very confusing indeed!
I think it's absolutely fine to have the "same" (LSID matches) ...
ben leinfelder
09:05 AM Bug #4527: reports cannot be loaded when InstanceAuthNamespace changes
this should work now that the LSID is not being changed when the workflow opens in a new namespace (kepler) instance ben leinfelder
08:30 AM Bug #4527: reports cannot be loaded when InstanceAuthNamespace changes
also: just opening a plain old XML workflow file from a different InstanceAuthNamespace results in a new LSDI being a... ben leinfelder
08:24 AM Bug #4527: reports cannot be loaded when InstanceAuthNamespace changes
The workflow in question has an LSID of:
urn:lsid:gamma.msi.ucsb.edu/OpenAuth/:964:30:97
when I step through opening ...
ben leinfelder
09:05 AM Bug #4224: New LSID generated when opened from KAR
i commented out the new LSID line - hopefully this does not have negative consequences for other parts of the system. ben leinfelder
08:39 AM Bug #4224: New LSID generated when opened from KAR
The LSID is still being changed when we have a new InstanceAuthNamespace. This is causing some problems with reports ... ben leinfelder
 

Also available in: Atom