Project

General

Profile

Activity

From 11/01/2010 to 11/30/2010

11/30/2010

05:19 PM Bug #5250 (Resolved): confusing ant options.
In Kepler trunk, when you type 'ant' command at build-area directory, all ant options will show up. But some of them ... jianwu jianwu
03:22 PM Bug #5240: NameDuplicationException from SequencePlotter
Re-assigning to 2.3 since this less critical. David Welker
02:53 PM Bug #5095: test kepler and wrp for memory leaks
change the milestone to be wrp-modules-2.X.Y, since reporting 2.2 release is separate with kepler 2.2. bug 5249 is fo... jianwu jianwu
02:50 PM Bug #5249 (In Progress): test kepler for memory leaks
a separate bug only for memory leak fixing for Kepler suite. bug 5095 depends on it. jianwu jianwu
02:27 PM Bug #5191: GUI improvements to Save As
Re: comment#5 - I've been waiting to hear from the leadership team re: having kepler require 1.6 before moving ptole... Derik Barseghian

11/29/2010

04:13 PM Bug #5205: Sensor site components not yet in tree
Sensor view actors are now in the tree. Daniel Crawl
02:54 PM Bug #5227: Finish work on installers.
Work on the installers is done, with the following results:
The Mac installer is a .dmg file.
The Windows installer ...
David Welker
01:31 PM Bug #5133: Authentication and authorization of GPP server
This is done: communication to the SPAN server ports can now be done via ssh. Daniel Crawl

11/24/2010

05:13 PM Bug #5226: User should be warned to design a report if there isn't a report when scheduling
When user schedule a local workflow, user will be given a warning during uploading workflow process if the workflow h... Jing Tao
01:22 PM Bug #5248: downloading non-public kars from Search Components doesn't work
You can also find non-publicly accessible kars from the web interface (http://library.kepler-project.org/kepler/style... Derik Barseghian
12:44 PM Bug #5248: downloading non-public kars from Search Components doesn't work
I'll bet this is a side effect of using the anonymous Ecogrid Get Service rather than the AuthenticatedGet service. ... Matt Jones
12:25 PM Bug #5248 (Resolved): downloading non-public kars from Search Components doesn't work
When searching for components, kars that are not publicly accessible are visible in the search results, and you may a... Derik Barseghian
11:26 AM Bug #4742: create engineering view model type
I've changed around the way to make components visible. There are two attributes defined in org.kepler.domains.ev.EVT... Sean Riddle

11/23/2010

06:18 PM Bug #5247 (Resolved): Allow user to set memory allocated to Kepler from within Kepler
A nice feature for advanced users would be to let them set how much memory kepler is allocated (presumably a restart ... Derik Barseghian

11/22/2010

03:19 PM Bug #5132: Connecting Workflow Run Manager to remote KAR store should prompt for credentials
Just discussed this bug with Dan - it's true most of the original intent of this bug is no longer relevant now that I... Derik Barseghian

11/18/2010

05:22 PM Bug #4749: run google earth within kepler gui
The GE browser plugin is ran using JavaScript. The built-in HTML viewer, ptolemy.actor.gui.HTMLViewer, does not appea... Daniel Crawl
04:53 PM Bug #5205: Sensor site components not yet in tree
I'll add the KARs, but they won't appear in the tree until 4742 is done (see comment 5). Daniel Crawl
04:52 PM Bug #5050: Automatically filter workflow run manager runs based on selected workflow
With our gui redesigns this is no longer needed. Derik Barseghian
04:50 PM Bug #5202: update existing site layout with span changes
Metadata changes to the site layout are updated. (To see this, you can run two site layouts and toggle a sensor in on... Daniel Crawl

11/16/2010

06:09 PM Bug #5226: User should be warned to design a report if there isn't a report when scheduling
In KarXml class, code was added to see if it has a report karEntry.
For the remote workflows, user will be given a w...
Jing Tao
03:21 PM Bug #5226: User should be warned to design a report if there isn't a report when scheduling
Talked with derik and knows: if a kar file has a reporting module, the according karxml will have something looking l... Jing Tao
06:04 PM Bug #5236: The list on the left panel of the scheduler should only show WF objects that can be scheduled.
We removed some local component library on the left panel:
Ontology libraries of local components.
Actor libraries.
...
Jing Tao
11:08 AM Bug #5240 (Resolved): NameDuplicationException from SequencePlotter
Reproduce with attached workflow.
ptolemy.kernel.util.IllegalActionException: Error creating effigy and tableau
...
Daniel Crawl

11/10/2010

02:14 PM Bug #5237: Downloading kars on os X 10.6 locks Kepler
Dan fixed this, i checked it in at r26280. Derik Barseghian
01:53 PM Bug #5237 (Resolved): Downloading kars on os X 10.6 locks Kepler
If you search for and attempt to download a remote KAR when on a mac with 10.6, Kepler freezes forever. This doesn't ... Derik Barseghian

11/09/2010

04:08 PM Bug #5201: track changes on span server
SPAN and the SPAN simulator have been updated with a new connection that reports metadata changes that occur for sens... Daniel Crawl
01:55 PM Bug #5095: test kepler and wrp for memory leaks
In Reporting, if you save a workflow that has a report design, modify the workflow and save again, the report layout ... Derik Barseghian
09:24 AM Bug #5208: Setting sensor sampling rate <1 causes errors
I've updated the sensor actor so that the sampling period must be an integer > 0; this appears to be the requirement ... Daniel Crawl

11/05/2010

01:58 PM Bug #5032: Workflow Run Manager - ability to connect to different prov stores from gui actions
Some of comment#2 is no longer relevant:
-1) automatically filtering runs based on a workflow selection no longer rel...
Derik Barseghian
01:44 PM Bug #5049: Prompt for credentials when connecting to remote kepler server
This new tab is no longer relevant, we've decided to use the existing Components servers as remote stores.
(In reply...
Derik Barseghian

11/03/2010

05:58 PM Bug #5233: Remote component search messes up returns which have the same karFileName in kar xml
for comment 1:
Ben: it is in kepler-dev.nceas.ucsb.edu/kepler. You may find the two items there.
Jing Tao
05:55 PM Bug #5233: Remote component search messes up returns which have the same karFileName in kar xml
I dug around and found in method EcogridRepositoryLibrary.createKarLevel():
it used the kar file name as the entity n...
Jing Tao
04:56 PM Bug #5095: test kepler and wrp for memory leaks
In r26239 I've changed the ObjectManager's _namedObjs WeakHashMap back to a HashMap, see bug#5200 for details on some... Derik Barseghian
04:29 PM Bug #5200: WorkflowRun and Reporting artifacts no longer put into run-kars
I wasn't able to keep the WeakHashMap, and with r26239 I've changed it back to a HashMap. In r26239 I also changed th... Derik Barseghian
03:18 PM Bug #5200: WorkflowRun and Reporting artifacts no longer put into run-kars
Changing the WeakHashMap back to a HashMap in ObjectManager fixes this bug -- the Reporting karEntryHandlers were una... Derik Barseghian

11/02/2010

01:34 PM Bug #4281: ant update produces message about running svn cleanup
I am also experiencing this bug with Windows 7 64-bit
when I run:
ant update
I get the same message:
"[update-mod...
Jonathan Boright
12:32 PM Bug #5172: Exceptions are sometimes thrown during sensor workflow run
I took a quick look at the
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at
sun.java2d.p...
Christopher Brooks
12:14 PM Bug #4753: create gui for scheduled execution of sensor workflows on server
Item 1 on above was described in a new bug:
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5236
Item 2 on above ...
Jing Tao
12:01 PM Bug #5236 (Resolved): The list on the left panel of the scheduler should only show WF objects that can be scheduled.
In the scheduler, the list on the left should only show WF objects that
can be scheduled.
Jing Tao
11:59 AM Bug #5235 (Resolved): Scheduler GUI can schedule any wf (even local ones).
Current scheduler only being able to schedule wfs that have already been uploaded seems limiting. A better model woul... Jing Tao

11/01/2010

10:44 AM Bug #5225: problems loading & saving KARs when disconnected
This might also be a problem when trying to read the KAR XML schema for validating it (I believe the namespace points... ben leinfelder
10:40 AM Bug #5232: unable to open KARs saved beneath absent (e.g. third party) modules
A warning message about the required dependency not being met seems like the best option. Especially if it is integra... ben leinfelder
10:32 AM Bug #5233: Remote component search messes up returns which have the same karFileName in kar xml
What server are these on? I can't see them on http://library.kepler-project.org/kepler ben leinfelder
 

Also available in: Atom