ufal / clarin-dspace

clarin-dspace digital repository based on DSpace and LINDAT/CLARIN DSpace
http://lindat.cz
BSD 3-Clause "New" or "Revised" License
27 stars 18 forks source link

Upgrade b2safe to newer version #183

Closed vidiecan closed 9 years ago

vidiecan commented 9 years ago

The destination directory does not exist which is also causing minor issues

kosarko commented 9 years ago

there are still some issue regarding logging, part of it was fixed in #136, part is still pending...

vidiecan commented 9 years ago

we can observer the logging but it seems to be acceptable now

kosarko commented 9 years ago

not acceptable if we use dsprop somewhere

TEST=`sudo -u tomcat6 /opt/lindat-dspace/installation/bin/dspace dsprop -property handle.dir`;echo "====$TEST===="
====[main] INFO  core.ConfigurationManager  - Loading from classloader: file:/mnt/DATA/home/dspace/installations/dspace/lindat-dspace/config/dspace.cfg
[main] INFO  core.ConfigurationManager  - Using dspace provided log configuration (log.init.config)
[main] INFO  core.ConfigurationManager  - Loading: /opt/lindat-dspace/installation/config/log4j.properties
/opt/lindat-dspace/installation/handle-server====
kosarko commented 9 years ago

added path to log4j.properties at least for bin/dspace (in 8e93cec5)