I'm a FC user since version 3.0 but I'm new to journaling and replication.
After following the instructions written in the documentation, I've
configured an existing repository for journaling (Multicast with only local
transport for testing purposes). However, I can't see any journal entry in
my journalFiles directory (read/write permissions are given to that folder).
Is there any security policy that should be enabled ? The journal Module is
initializing properly but no call are written in the logs, even at the INFO
level. Any suggestions ?

Thanks,

Martin Boucher

P.S. Here is the config sections added for journaling:

<module role="org.fcrepo.management.Management"
class="org.fcrepo.server.journal.Journaler">
    <param name="journalFileSizeLimit" value="100M"/>
    <param name="journalFileAgeLimit" value="1H"/>
    <param name="journalWriterClassname"
           
value="org.fcrepo.server.journal.readerwriter.multicast.MulticastJournalWrit
er"/>
    <param name="transport.local.classname"
           
value="org.fcrepo.server.journal.readerwriter.multicast.LocalDirectoryTransp
ort"/>
    <param name="transport.local.directoryPath"
value="/var/journaling/journalFiles"/>
    <param name="transport.local.crucial" value="true"/>
  </module>
  <module role="org.fcrepo.server.management.ManagementDelegate"
          class="org.fcrepo.server.management.ManagementModule">
    <param name="decorator1"
value="org.fcrepo.server.messaging.NotificationInvocationHandler"/>
    <param name="autoChecksum" value="false">
    </param>
    <param name="checksumAlgorithm" value="MD5">
    </param>
    <param name="purgeDelayInMillis" value="60000">
    </param>
    <param name="uploadStorageMinutes" value="5">
    </param>
  </module>



------------------------------------------------------------------------------
RSA&#174; Conference 2012
Save $700 by Nov 18
Register now&#33;
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to