Activity
From 01/25/2009 to 02/23/2009
02/23/2009
- 06:06 PM Bug #3835 (In Progress): design and implement OAI-PMH compliant harvest subsystem
- Metacat's current harvest mechanism works well but is a proprietary system. The Dryad project has proposed to implem...
- 05:33 PM Bug #3816: Export action doesn't create complete package
- Mike,
This Metacat export bug is 1) a regression from prior behavior, and 2) sorely needs fixing for the NCEAS colla...
02/20/2009
- 11:16 AM Bug #3822: Spatial part of advanced search doesn't work
- In include_advancedsearch.jsp, changed the javascript calls to lenght() to be just length (without parens).
- 09:58 AM Bug #3833 (Rejected): Advanced search (liveMap) map doesn't display on linux firefox
- The map applet in advanced search doesn't display on unbuntu linux running firefox 3. duplicated this on my machine ...
02/18/2009
- 04:56 PM Bug #3823: "make" dependency causes build to fail on windows
- Does this also prevent installation of the various CGI files that might depend on that make successfully completing?
- 04:53 PM Bug #3823: "make" dependency causes build to fail on windows
- Added a property to build.properties called make.perl.code. Setting this to false will block the cgi make from runni...
- 04:37 PM Bug #3826: Remove jdbc properties from build.properties if not needed
- Removed database properties from build.properties.
- 04:36 PM Bug #3825: indexPaths should be more readable in build.properties
- Changed the indexPaths property to be multi-line and alphabetized. Had to modify SortedProperties to read multi-line...
- 04:35 PM Bug #3830 (New): Add the ability to modify multi-line properties
- Right now, SortedProperties will read a multi-line property, but not modify one. It should be able to modify a multi...
- 11:31 AM Bug #3777: Move Tomcat libraries into metacat build
- Review comments on ticket 3824
- 11:19 AM Bug #3777: Move Tomcat libraries into metacat build
- We used to include those libs back in the Tomcat 3 days, but took them out as
the servlet library jars changed in Tom... - 11:30 AM Bug #3824: Normalize the app deploy dir in build.properties
- Yeah, makes sense. Unfortunately, there is another domain specific issue (to be solved) which is that the knb websit...
- 11:19 AM Bug #3824: Normalize the app deploy dir in build.properties
- We used to include those libs back in the Tomcat 3 days, but took them out as
the servlet library jars changed in Tom... - 11:12 AM Bug #3824: Normalize the app deploy dir in build.properties
- Referencing ticket 3777 which moves tomcat libs into metacat project and eliminates build.tomcat.dir from build.prope...
- 11:09 AM Bug #3824: Normalize the app deploy dir in build.properties
- My response:
The problem with 3 A is that the build.tomcat.dir is not necessarily the same as the app.deploy.dir. O...
02/17/2009
- 04:32 PM Bug #3826 (Resolved): Remove jdbc properties from build.properties if not needed
- Per Duane Costa:
In build.properties:
The 'database' property and all the 'jdbc' properties
are still in t... - 04:29 PM Bug #3825 (Resolved): indexPaths should be more readable in build.properties
- Per Duane Costa:
In build.properties:
'indexPaths' is an important property, but its value is
very difficult... - 04:27 PM Bug #3824 (Resolved): Normalize the app deploy dir in build.properties
- Per Duane Costa:
in build.properties file:
app.deploy.dir=/usr/local/devtools/jakarta-tomcat/webapps
It wo... - 04:26 PM Bug #3823 (Resolved): "make" dependency causes build to fail on windows
- Per duane costa:
There's a platform dependency on 'make' which is a blocker for building the source distribution o... - 04:24 PM Bug #3822 (Resolved): Spatial part of advanced search doesn't work
- Per Duane Costa:
I tested a number of searches in the 'default' skin and almost everything ran fine. However, the... - 09:37 AM Bug #3819: Error writing to replication log
- Fixed
- 09:36 AM Bug #3819 (Resolved): Error writing to replication log
- If the replication log directory does not exist, the replication code throws warnings. Changed the PropertyAdmin to ...
02/12/2009
- 02:12 PM Bug #3818: Maps don't load for mac and windows
- Windows needed to be rebooted to work.
The mac issues were known issues. Mapbuilder will not work right against f... - 11:41 AM Bug #3818: Maps don't load for mac and windows
- Seeing this in Safari on mac as well
- 11:14 AM Bug #3818 (Resolved): Maps don't load for mac and windows
- Maps are not loading on mac running firefox 3.0.1 and Win XP running firefox 3.0.6 (those were all we tested so far)....
- 09:06 AM Bug #3817: Documents with DTD declarations cannot be inserted
- Fixed the DTD registration in the xml_catalog table.
Now just warning about pre-existing DTDs when [re]fetching from ... - 09:02 AM Bug #3817 (Resolved): Documents with DTD declarations cannot be inserted
- Background:
Working with Choonhan Youn at SDSC (cyoun@sdsc.edu): they are developing a skin that makes use of the FG...
02/11/2009
- 10:36 AM Bug #3814: Backed up directories are not getting read during configuration
- fixed on bug 3813
- 10:36 AM Bug #3813: Local save of backup location is not being written
- Made sure a local file was written to the user's home directory. The file is at <user_home>/.<application_context>
02/10/2009
- 01:05 PM Bug #3815: Ampersand character not correctly encoded
- Register-dataset.cgi may not have any testing itself, but it is based on Metacat.pm which does have a test suite in t...
- 12:33 PM Bug #3815: Ampersand character not correctly encoded
- To properly fix this bug, we'll need to add tests for character conversions, to make sure that we aren't introducing ...
- 12:36 PM Bug #3816: Export action doesn't create complete package
- Add an explicit test for this action, by uploading a new document with associated files, then downloading the resulti...
- 11:45 AM Bug #3812: Registry service will fail when registering new services
- Updated the MetacatImpl.xml build file in seek to include the ecogrid registry service xml schema files. Added the s...
02/09/2009
- 06:02 PM Bug #3816 (Closed): Export action doesn't create complete package
- When using the export action, two bugs are noticeable:
1. Documents with associated data tables have files with t... - 05:35 PM Bug #3815 (Resolved): Ampersand character not correctly encoded
- Ampersands are encoded as "&" within register-dataset.cgi in normalize(), but documents uploaded have a "%26amp;"...
- 05:16 PM Bug #3814 (Resolved): Backed up directories are not getting read during configuration
- Once metacat is configured after the initial installation, the configured values should be saved. The global propert...
- 05:05 PM Bug #3813 (Resolved): Local save of backup location is not being written
- If the tomcat user has a home directory, a file should get written to it in ~/.metacat/<application>_backup_location....
02/07/2009
- 03:17 PM Bug #3811: Spatial caches should be backed up and restored
- Matt Perry and I discussed having them be located outside of the knb context dir many times. We both agreed it was a...
02/06/2009
- 03:07 PM Bug #3812 (Resolved): Registry service will fail when registering new services
- The xml used to register a new registry service will fail because the schema location does not exist and we validate ...
- 01:50 PM Bug #3811 (Resolved): Spatial caches should be backed up and restored
- Right now it takes over 40 minutes for the spacial caches to be generated every time metacat is upgraded on knb. The...
- 01:46 PM Bug #3806: Multiple instances of metacat will try to back up configuration to the same directory
- Changed the configuration to back up properties to a subdirectory named for the context.
02/02/2009
- 03:12 PM Bug #3806 (Resolved): Multiple instances of metacat will try to back up configuration to the same directory
- When metacat autodiscovers the backup directories, it will find the same directory for multiple instances of metacat ...
01/29/2009
- 11:10 AM Bug #3784: Docs don't drop off of esa moderator's list once they are approved
- Changed the xml access paths to reflect EML 2.1.0, adding the 2.1.0 paths to indexing and changing the paths for quer...
- 09:15 AM Bug #3784 (Resolved): Docs don't drop off of esa moderator's list once they are approved
- The doc keeps showing up even after the moderator approves it. It looks like the query to get the moderators list is...
- 09:13 AM Bug #3781: Add admin user/password configuration to esa skin configuration
- Added user/password configuration. Also removed moderator configuration from skin since we currently use the auth.mo...
01/28/2009
- 10:15 AM Bug #3783 (New): Optimize ESA moderator queries
- The queries used to get information for ESA moderators are very slow. They may work fine against a limited db (like ...
01/27/2009
- 03:31 PM Bug #3781 (Resolved): Add admin user/password configuration to esa skin configuration
- ESA uses and admin account when datasets are registered. This needs to be configurable in the esa skin config. This...
- 10:31 AM Bug #3780: Register dataset with data file fails on saeon skin
- Changed the MetacatUtil.writeTempFile to write to an "upload" temp directory to avoid conflicts with the registry code.
- 08:36 AM Bug #3780 (Resolved): Register dataset with data file fails on saeon skin
- Registering a data set on the saeon skin with a data file fails. It comes back with the following error: "Failed to ...
01/26/2009
- 04:50 PM Bug #3779: A missing $skin.properties.metadata.xml file causes metacat to fail
- I had put in code to handle a missing <Skin>.properties file but not the skin.metadata.xml file
That is now caught, ... - 03:59 PM Bug #3779 (Resolved): A missing $skin.properties.metadata.xml file causes metacat to fail
- If a skin lacks a $skin.properties.metadata.xml file, Metacat will throw this error on startup:
MC 15:33:01,688: [... - 04:49 PM Bug #3778: Null sessionids causing configuration to fail
- This turned out to be a byproduct of a bad skin configuration. I went ahead and added checks for null session ids so...
- 03:07 PM Bug #3778: Null sessionids causing configuration to fail
- 1.
Jan 26, 2009 2:15:48 PM org.apache.catalina.core.StandardWrapperValve invoke
2.
SEVERE: Servlet.... - 02:46 PM Bug #3778 (Resolved): Null sessionids causing configuration to fail
- null session Id's are causing metacat to throw null pointer exceptions
- 01:13 PM Bug #3776: LTER logged in link is broken
- LTER Skin has a branding_extensions.js file that overrides branding.js. Added the contextURL to the insertLoginBox m...
- 11:23 AM Bug #3776 (Resolved): LTER logged in link is broken
- On the LTER skin, the "logged in" link tries to take you to:
/knb/style/skins/lter/style/skins/lter/metacatlogin.jsp - 01:07 PM Bug #3777 (Resolved): Move Tomcat libraries into metacat build
- Right now, the Tomcat libraries (javax.http...) are referenced via the Tomcat install directory on the build machine....
- 11:22 AM Bug #3775: Unaffiliated is only organization to show up at login time
- Added org.name.<orgname>= values back to metacat.properties so all organizations show up on login dropdowns.
- 08:38 AM Bug #3775 (Resolved): Unaffiliated is only organization to show up at login time
- When trying to log in via ldapweb.cgi, the only organization available is Unaffiliated.
Also available in: Atom