Activity
From 03/30/2002 to 04/28/2002
04/26/2002
- 05:33 PM Bug #331: metacat data replication feature
- Now, administrator can configure the metacat to replicate nothing, meta data
only or meta data and data file by set ... - 05:33 PM Revision 1037 (metacat): In update method, adding some code to handle replicate data file. Fixed the bug in deleting documents.
- 05:31 PM Revision 1036 (metacat): Making parser to handle datafile attribute in parsing updated doclist.
- 05:30 PM Revision 1035 (metacat): Add a new attribute in updated doc list: data file. So from this attribute, we can tell which document is a data file.
- 05:27 PM Revision 1034 (metacat): In writeDataFile method, using getDataFileLockGrant(docid) replace getDataFileLockGrant(docid, serverCode). The latter will cause a problem
- 01:38 PM Revision 1033 (metacat): Add a new variable datafileflag. This variable will indicate if a document is a data file in updated documents list in replication.
- 08:20 AM Bug #475: Associate access doc to some docid which doesn't have entry in xml_access table in knb
- We changed idea and don't want the porgram work. We hope the owner of the data
package use morpho to open it and ass...
04/25/2002
- 05:02 PM Revision 1032 (metacat): Add two controls for handle replication server list is empty and updated document list is empty
- 05:01 PM Revision 1031 (metacat): Using DocumentImpl.writeDataFile method in handleReplicateDataFileRequest. Make code simple.
- 04:59 PM Revision 1030 (metacat): Add a control to handle if the server list is empty.
- 04:58 PM Revision 1029 (metacat): Add a method named writeDataFile. This method will register data file into xml_documents table and save a input stream to a file.
- 11:21 AM Revision 1028 (metacat): Adding a new feature that in uploaddatafile that the datafile can be replicated.
- 11:19 AM Revision 1027 (metacat): Adding a control which can turn on or off replcation data file.
- 11:18 AM Revision 1026 (metacat): Add method getDataFileLockGrant(). This method will check if xml-document of data file can be store into database.
- 08:25 AM Bug #473: LTER Metacat LDAP Authentican is NOT case sensitive for passwords
- I think the problem is because LTER didn't install the new version of
Metacat1.1. If Metacat1.1 didn't work either, ...
04/24/2002
- 10:28 AM Revision 1025 (metacat): Add some new format.
- 10:28 AM Revision 1024 (metacat): changed .highlight style so font-size attribute is 1em instead of -1. Original -1 setting was not NN4 compatible
04/23/2002
- 06:09 PM Revision 1023 (metacat): Add two method: handleGetDataFileRequest and handleForceReplicateDataFile. The two methods will handle data file replication.
- 06:07 PM Revision 1022 (metacat): Adding handle force replication data file part.
- 06:06 PM Revision 1021 (metacat): Add a new method named unRegisterDocument. This method will delete the record in xml_document table which is for a data file
04/19/2002
- 06:52 PM Revision 1020 (metacat): Figure out the configuration issue about replication. If metacat was configured to set replication off in build.xml, it will reject replication.
- Adding a method named handleGetDataFileRequest. User can download data file from replcication now.
- 06:47 PM Revision 1019 (metacat): Change replication and replicationdata to be tokens
- 06:40 PM Revision 1018 (metacat): Adding two properties: replication and replicationdata. Administor can config build.xml instead of metacat.properties file.
04/18/2002
- 05:54 PM Revision 1017 (metacat): Add two variable: replication and replicationdata.
- If administrator set replication on, replication will work. Set it off, it stop.
If administrator set both replicatio... - 03:42 PM Bug #457: Bug in replciation
- The force replication and delt replication command is not correct. It missed
to specify server's name. And in wirte ... - 03:37 PM Bug #452: Configure ssl in dev and ecoinfo
- Testing between dev and my local amchine, the replication work well through
ssl.
- 03:35 PM Revision 1016 (metacat): Currently, some document in xml_document table doesn't have entries in
- xml_access table. This is okay during the old access policy.
But we changed the access policy( see bug 437 ) and if t... - 03:28 PM Bug #475: Associate access doc to some docid which doesn't have entry in xml_access table in knb
- A new java file named AssociateAccessPolicy was created. When we run main
method, the docid which doesn't have a ent...
04/17/2002
- 04:43 PM Bug #475 (Resolved): Associate access doc to some docid which doesn't have entry in xml_access table in knb
- Currently, some document in xml_document table doesn't have entries in
xml_access table. This is okay during the ol...
04/16/2002
- 06:21 PM Revision 1015 (metacat): Fixed the bug that handle force replication
- 06:20 PM Revision 1014 (metacat): Fixed the bug that to handle forceReplication action
- 06:19 PM Revision 1013 (metacat): Add a method named getLocalReplicationServerName
- 06:18 PM Revision 1012 (metacat): Fixed the bug metacat will set server location to 1, no matter it is.
- 04:39 PM Bug #474 (Resolved): Metacat in Ecoinfo hang
- In our production version of metacat, it often hang in there and need to
restart tomcat. In that time a process of ... - 10:51 AM Bug #473 (Resolved): LTER Metacat LDAP Authentican is NOT case sensitive for passwords
- When I try to log in to LTER's metacat my password takes whether it is whether
I use upper or lowercase. My userna...
04/15/2002
- 06:04 PM Revision 1011 (metacat): Fixed the getall didn't work. Now local host can insert or update documents from remote host.
- But still there some problem on force replcation.
- 06:01 PM Revision 1010 (metacat): Adding a variable "context " here.
- 06:01 PM Revision 1009 (metacat): Adding a new token "context" in it.
- 01:53 PM Revision 1008 (metacat): Token for the server is changed to correct one.
- 10:05 AM Bug #238: query performance
- During playing query performance, it is found that more time will take, if the
result set is bigger. So performance ...
04/11/2002
- 11:25 AM Bug #468 (Resolved): TLS between ldap server and metacat
- We already figured out hwo connect metacat with client. But we still need
metacat connect ldap server throught TSL.... - 08:35 AM Revision 1006 (metacat): Fixed getGroup method return a exception and cause authenticate failed.
- 12:18 AM Revision 1005 (metacat): Fixed the getIdentifyingName() sub so that it properly looks up someones
- DN if passed in a DN that is an alias. This is mainly important for
sites like PISCO that use a different root to th...
04/10/2002
- 10:04 PM Revision 1004 (metacat): Some changes for pisco.
- 04:08 PM Revision 1003 (metacat): updated some spelling and grammar errors
- 03:51 PM Revision 1002 (metacat): turned debug off for the release
- 03:18 PM Revision 1001 (metacat): hopefully fixed the connection closed error.
- 02:09 PM Revision 1000 (metacat): fixed groups error, I hope.
- 11:21 AM Revision 999 (metacat): Removed obsoleted marine files. See the new "marine" module for
- relevant copies of these files.
- 11:06 AM Revision 998 (metacat): New stylesheet that is specific to the KNB website.
- 08:58 AM Revision 997 (metacat): replaced dev.nceas.ucsb.edu with @server@ in the marine index file
- 08:38 AM Revision 996 (metacat): changed some values for the release
- 08:34 AM Revision 995 (metacat): changed some values for the release
- 08:34 AM Bug #465: Data diretory
- The bug was fixed. In build.xml file, during installation a mkdir and chmod
were used. A variable of data dir was us... - 08:32 AM Revision 994 (metacat): updated data directory note
- 08:27 AM Revision 993 (metacat): When Metacat installed, it can automatically create data directory for data file.
04/09/2002
- 01:12 PM Bug #466 (Resolved): Create a JUnit class for Metacat action
- We need a JUnit class for testing the action of metacat. These actions insert,
update, delete, with valid, invalid,... - 09:08 AM Revision 992 (metacat): updated build file. fixed the dist target so it doesn't copy the build directory into the distro.
- 08:31 AM Revision 991 (metacat): fixed auth bug
04/08/2002
- 02:23 PM Revision 990 (metacat): Adding a note for user. The user should make a directory under 'webapps/context/'.
- The user should have write permission for this directory.
- 02:21 PM Bug #465 (Resolved): Data diretory
- Now if the Metacat doesn't have permssion, it could not create the data
direcotry automaticly. Uer should create th... - 11:36 AM Revision 989 (metacat): updated for 1.1.0
- 11:12 AM Revision 988 (metacat): Update the install instruction.
- 10:39 AM Revision 987 (metacat): changed version number from 1.1 to 1.1.0
- 10:38 AM Revision 986 (metacat): changed version number from 1.1 to 1.1.0
- 10:21 AM Revision 985 (metacat): fixed some things for release 1.1
- 10:18 AM Revision 984 (metacat): fixed some things for release 1.1
- 09:55 AM Revision 983 (metacat): Change description for access control in readme file from "aplly" to "not aplly".
- 09:42 AM Revision 982 (metacat): changed some minor points in the readme.
- 09:28 AM Revision 981 (metacat): Update README for 1.1 release.
04/05/2002
- 04:54 PM Bug #457 (Resolved): Bug in replciation
- When I went to epsilon and dev.nceas.ucsb.edu/tao/replControl.html (I tried
both http and https )
It can update ... - 04:16 PM Bug #272: install production root LDAP server
- The root ldap server works fine. This bug need not have been reopened. The
referral to the lter server has been chan... - 03:47 PM Bug #160: need resource restriction capability
- Consolidating products to those we actually are maintaining.
- 03:47 PM Bug #137: need admin client for managing SRB systems
- Consolidating products to those we actually are maintaining.
- 03:47 PM Bug #152: Port SRB1_1_8 changes to Linux x86
- Consolidating products to those we actually are maintaining.
- 03:47 PM Bug #35: SRB RMI server doesn't authenticate after first connection
- Consolidating products to those we actually are maintaining.
04/04/2002
04/03/2002
- 10:42 AM Bug #452: Configure ssl in dev and ecoinfo
- 6.b Put the public of Apache into default keystore of Java:
If Metacat cmmiunicate to Apache server by https, for exa...
04/02/2002
- 09:17 PM Bug #452: Configure ssl in dev and ecoinfo
- 1. Enable Apache over ssl:
In /etc/httpd/conf/httpd.cof file, comment every <ifdef have_ssl>
2. Restart Apache:
/et... - 11:00 AM Bug #452 (Resolved): Configure ssl in dev and ecoinfo
- We already configured ssl in local machine (Tomcat standalone). Now we need to
configure dev and ecoinfo. But in th... - 10:57 AM Bug #449: Enable ssl for metacat and morpho
- Tomcat standalone was successfully configured to support ssl. But in the dev
and ecoinfo, apache is web server. Ther... - 10:43 AM Bug #449: Enable ssl for metacat and morpho
- When we create the keys by keytool. If it is selfsinged, we should put the
first name and last name as server's name...
04/01/2002
- 02:56 PM Bug #449: Enable ssl for metacat and morpho
- I aked Colby to copy the tomcat file to /etc/rc.d/init.d directory in ecoinfo.
Also available in: Atom