Project

General

Profile

Activity

From 05/01/2011 to 05/30/2011

05/30/2011

02:44 PM Bug #5416 (Resolved): downloaded modules by Kepler module manager should know the path of main Kepler installation.
In Kepler 2.2, new modules downloaded by Kepler module manager are located at ~/KeplerData/kepler.modules/, which inc... jianwu jianwu
02:30 PM Bug #5415 (Resolved): module releasing and downloading by module manager should keep file mode.
Currently, the modules to be released are compressed to be zip files, which will lose the file mode. Some modules hav... jianwu jianwu

05/27/2011

05:55 PM Bug #5405: remove tagging's BasicGraphController override
updated the override at r27661 so workflows will execute again, but it still needs removal Derik Barseghian
02:12 PM Bug #5414 (Resolved): fileparameter browse has NPE
FileParameter browse button throws an NPE on Mac. No error on linux.
[run] Exception in thread "AWT-EventQue...
Daniel Crawl

05/26/2011

05:18 PM Bug #5413 (New): large run deletion via the WRM with hsql provenance store takes a very long time and no gui feedback
Deleting workflow executions that processed a lot of data via the Workflow Run Manager takes far too long - often lon... Derik Barseghian
03:49 PM Bug #5412: saving with an open plot window crashes
I added throw new RuntimeException to Plot.java and saving to XML generates an exception, but saving to KAR exits Kep... Daniel Crawl
03:30 PM Bug #5412: saving with an open plot window crashes
I checked in a change to ptolemy.plot.Plot, but I can't verify
that the problem is fixed in Kepler because Kepler doe...
Christopher Brooks
03:04 PM Bug #5412 (Resolved): saving with an open plot window crashes
If there is a plot window open, the following error occurs when saving and crashes Kepler. It also partially writes o... Daniel Crawl
03:00 PM Bug #5411 (Resolved): file->save to xml does not work
An error occurs when saving to xml:
java.io.FileNotFoundException: /Users/crawl/KeplerData/Users/crawl/KeplerData/...
Daniel Crawl

05/25/2011

04:44 PM Bug #5396: rename ptolemy-8.1.0 module for the kepler 2.2 release
Per discussion with Bertram, renaming ptolemy-8.1 to ptolemy-kepler-2.2 which mean "the Ptolemy version used for Kepl... David Welker

05/24/2011

05:25 PM Bug #5396: rename ptolemy-8.1.0 module for the kepler 2.2 release
For now, I am proceeding on my understanding that Kepler modules are independent entities and therefore we should not... David Welker
05:05 PM Bug #5318: 2.2.0 release testing
The additional issues that Jianwu mentioned are either addressed in Bug 5333 or has been confirmed to work.
Closing.
David Welker
05:03 PM Bug #5186: Publish example KARs to repository
This is orthogonal to the release and is not a release blocker. Derik can upload new KARs whenever he likes. Retarget... David Welker
04:57 PM Bug #5352: build-area-2.1 is not working and build-area-2.2 is needed for kepler-2.2 release.
Fixed. Closing. David Welker
04:36 PM Bug #5326: 2.2rc2 - upgrade config file bug workaround moves KeplerData/modules to KeplerData/modules.old instead of just configuration file dirs
This has been fixed. Closing. David Welker
11:35 AM Bug #5410: provenance data is not flushed to HSQL database before Kepler quit.
I discussed this issue with Dan. He confirmed the bug. My test is done in non-GUI mode, so Kepler exit right after wo... jianwu jianwu
11:30 AM Bug #5410: provenance data is not flushed to HSQL database before Kepler quit.
I'm a little surprised you're seeing this with write_delay at 100ms. Have you tried 0 to see if it's truly the proble... Derik Barseghian
11:09 AM Bug #5410 (Resolved): provenance data is not flushed to HSQL database before Kepler quit.
Currently, provenance data writing to HSQL database has write delay (100 ms by default). It causes some data is not u... jianwu jianwu
11:00 AM Bug #5409 (Resolved): reporting 2.1 can not start when setting "JDBC URL" in provenance.
After I set "JDBC URL" in provenance configuration file, Kepler can not start. The exception is the same with GUI or ... jianwu jianwu

05/20/2011

05:47 PM Bug #5407: wrm/tagging have errors when starting with provenance turned off
The wrm also tries to connect to the SQL database during startup by default. This is incorrect if provenance is turne... Daniel Crawl
05:40 PM Bug #5407 (Resolved): wrm/tagging have errors when starting with provenance turned off
If I start with provenance turned off (change Recording Type to Ignore in configuration.xml), the follow error occurs... Daniel Crawl
05:43 PM Bug #5408 (Resolved): dataturbine actor should reuse connection
When running the archival workflow, the dt actor reconnects to the dt server many times. Since the same dt server is ... Daniel Crawl
03:40 PM Bug #5406 (Resolved): "./kepler.sh -runwf -nogui" won't work if the workflow file path includes 'repository'
The error message is below. After some digging, I found the reason is because of the code in org.kepler.KeplerConfigu... jianwu jianwu

05/18/2011

04:55 PM Bug #5346: Kepler 2.2r3 Mac OS 64-bit Matlab demo fails with 'no suitable image found'
More info: my check in is at both Kepler 2.2 branch and Kepler trunk. jianwu jianwu
04:54 PM Bug #5346: Kepler 2.2r3 Mac OS 64-bit Matlab demo fails with 'no suitable image found'
I've checked in Christopher's new lib and is closing the bug.
The reason why the Kepler version is different with Pt...
jianwu jianwu

05/17/2011

03:07 PM Bug #5405 (Resolved): remove tagging's BasicGraphController override
The tagging module overrides ptolemy's BasicGraphController. Currently, workflows cannot be executed because the Basi... Daniel Crawl

05/16/2011

02:10 PM Bug #5346: Kepler 2.2r3 Mac OS 64-bit Matlab demo fails with 'no suitable image found'
Sure, I'm fine with shipping the dylib that is created as part of
the Ptolemy II build.
However, it would be good...
Christopher Brooks
01:40 PM Bug #5346: Kepler 2.2r3 Mac OS 64-bit Matlab demo fails with 'no suitable image found'
I updated my DYLD_LIBRARY_PATH in ~/.MacOSX/environment.plist and run the workflow with Kepler.app and libptmatlab.jn... jianwu jianwu

05/14/2011

08:12 AM Bug #5346: Kepler 2.2r3 Mac OS 64-bit Matlab demo fails with 'no suitable image found'
The attachment was built under Mac OS X 10.5.8 by running
cd $PTII/ptolemy/matlab
make clean
make
The commands were:...
Christopher Brooks

05/13/2011

03:58 PM Bug #5402: Linux build at r27617 can't drag instantiate components
Now I can't get this to recur. I'll reopen if I see it again. Derik Barseghian
01:11 PM Bug #4763: create gui to access datalogger program
This new feature can sometimes crash cr1k_d, so I've temporarily disabled it at r27619.
Example crash:
*** glibc det...
Derik Barseghian
12:06 PM Bug #5404 (Resolved): change-sampling.kar demo no longer works
This demo seems to get stuck at preinitializing. Derik Barseghian
11:09 AM Bug #5346: Kepler 2.2r3 Mac OS 64-bit Matlab demo fails with 'no suitable image found'
Christopher, I tried the libptmatlab.jnilib file you attached with Java 1.6 64 bit, Matlab R2010a 64 bit in Mac 10.6.... jianwu jianwu

05/12/2011

02:38 PM Bug #5402: Linux build at r27617 can't drag instantiate components
http://ptolemy.eecs.berkeley.edu was rebooted by Mary at around 8pm PST yesterday,
so I'm not sure if the website bei...
Christopher Brooks
02:22 PM Bug #5402 (Resolved): Linux build at r27617 can't drag instantiate components
Attempting to drag an actor out from the library gives an exception. Oddly only happening to me on linux - I tried a ... Derik Barseghian
02:29 PM Bug #5403 (Resolved): Improve the performance of the workflow archiving data from dataturbine to metacat
Now the workflow iterates each sensor sequentially to archiving data. Probably we can parallel the process. Jing Tao
02:14 PM Bug #5401 (New): Workflow archiving dataturbine data to metacat should check the last archiving time through repository
Currently the workflow check the last archiving time through a local database.
If the workflow run on different mach...
Jing Tao
02:05 PM Bug #5400 (New): User can specify the interval of data chunk in the workflow archiving dataturbine data to metacat
In the current workflow, it chops the data from the last archiving time to latest data stamp if there is no metadata ... Jing Tao

05/11/2011

04:39 PM Bug #5399 (Resolved): "./kepler.sh -runwf -nogui -nocache" command will not quit if some parameters are set.
When parameters are set, such as "./kepler.sh -runwf -nogui -nocache -Para newValue workflow.xml", the whole workflow... jianwu jianwu
02:28 PM Bug #5398 (Resolved): Re-install of Kepler-x.y doesn't overwrite modules.txt
Whenever Kepler-x.y is installed, modules.txt is overwritten to reflect the default for Kepler-x.y. But, if Kepler-x.... David Welker
11:35 AM Bug #5397 (Resolved): "./kepler.sh -runwf -nogui workflow.xml" doestn't work if the user is logged out on Mac
I has the same error with or without "-nocache" option. The error is the same when I tried on two iMacs where I'm adm... jianwu jianwu

05/06/2011

06:22 PM Bug #4068: File Menu should display 5 most recently used workflows
The file history.txt is no longer ever updated by Kepler. At r26484 the open dialogs were merged, and OpenArchiveActi... Derik Barseghian
12:04 PM Bug #5396: rename ptolemy-8.1.0 module for the kepler 2.2 release
Just to note: Kepler 2.1 uses the same version of ptolemy that Kepler 2.0 did (and we didn't create an installer for ... Derik Barseghian
09:46 AM Bug #5396: rename ptolemy-8.1.0 module for the kepler 2.2 release
The ptII development tree has a version number of 8.1.devel, see
ptII/ptolemy/kernel/attributes/VersionAttribute.java...
Christopher Brooks

05/05/2011

05:41 PM Bug #5396: rename ptolemy-8.1.0 module for the kepler 2.2 release
This is not acceptable. Modules where the "patch" version number indicates a
patch and will be treated as such by the...
David Welker
05:35 PM Bug #5396: rename ptolemy-8.1.0 module for the kepler 2.2 release
Besides probably breaking our rules of what constitutes a patch-level change (perhaps we can make an exception for pt... Derik Barseghian
04:44 PM Bug #5396 (Resolved): rename ptolemy-8.1.0 module for the kepler 2.2 release
Christopher mentioned that the next ptolemy release might be called 8.1, and so he'd prefer kepler-2.2 name the inclu... Derik Barseghian
05:23 PM Bug #5362: Create a GUI so user can easily archive a senosr's data from a dataturbine to a metacat
Move the "Cancel" button to the left side of the commit button. Jing Tao
05:16 PM Bug #5362: Create a GUI so user can easily archive a senosr's data from a dataturbine to a metacat
Matt:
here is what i found online:
*****************************************************************
For Windows
...
Jing Tao
05:04 PM Bug #5362: Create a GUI so user can easily archive a senosr's data from a dataturbine to a metacat
Jing -- when creating dialogs, note that the Cancel button should be on the left, not on the right. Matt Jones
12:49 PM Bug #5302: module_dependencies column defined too short
I've found another 255-char limit truncation issue, but this issue *does* affect our default hsql provenance dbs: par... Derik Barseghian

05/04/2011

05:28 PM Bug #4763: create gui to access datalogger program
At r27575, on Site Import and site layout execution, the span-default active program is fetched from the logger, and ... Derik Barseghian
04:40 PM Bug #5390: EML created by DataTurbineToMetacat workflow should have the spatial coverage
In SenorMLToEML class, the code to capture the spatial information was added. Then the information will be added to e... Jing Tao

05/03/2011

03:29 PM Bug #5390 (Resolved): EML created by DataTurbineToMetacat workflow should have the spatial coverage
Current EML document generated by the worklfow only have the temporal coverage. We need to add spatial coverage as well. Jing Tao
01:11 PM Bug #5362: Create a GUI so user can easily archive a senosr's data from a dataturbine to a metacat
Hi, matt:
Derik, Dan and I talked about the issue couple times. We've had to drop the idea of a new Sensor actor con...
Jing Tao

05/02/2011

06:18 PM Bug #5341: Belkin f5u409 usb=>serial dongle periodically stops working
The local radioshack actually doesn't carry the keyspan, so I got one off amazon. Ubuntu recognizes it, but SPAN won'... Derik Barseghian
05:35 PM Bug #4763: create gui to access datalogger program
After a long fruitless struggle trying to determine why upload transactions from SPAN for the CR800 always returned t... Derik Barseghian
04:52 PM Bug #4483: Module dependencies in MoML files
Dan made some changes (~r27498 to r27503 i think) so the provenance recorder and reporting listener are no longer add... Derik Barseghian
03:59 PM Bug #4483: Module dependencies in MoML files
Moving dependency tracking bug to 2.3 as an issue to be resolved for this release. Matt Jones
04:00 PM Bug #4516: Module Manager needs ability to install modules needed by KARs
Moving to 2.3 for target. Matt Jones
 

Also available in: Atom