Hello, I am attempting to set up journaling with an RMI receiver running on a following server. At this point, it appears that Fedora is missing the Jounaler.class file, so Fedora isn't starting properly.
Is this file in a separate download or did could I have accidentally chosen not to install it during my install somehow? I've included log entries below. Thanks in advance, Bob >From the log... Caused by: java.lang.RuntimeException: Fatal error while starting server at org.fcrepo.server.Server.init(Server.java:695) ~[fcrepo-server-3.6.1.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.6.0_24] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ~[na:1.6.0_24] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ~[na:1.6.0_24] at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_24] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1546) ~[spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1487) ~[spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1419) ~[spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE] ... 36 common frames omitted Caused by: java.io.FileNotFoundException: class path resource [fedora/server/journal/Journaler.class] cannot be opened because it does not exist at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:158) ~[spring-core-3.0.7.RELEASE.jar:3.0.7.RELEASE] at org.springframework.core.type.classreading.SimpleMetadataReader.<init>(SimpleMetadataReader.java:45) ~[spring-core-3.0.7.RELEASE.jar:3.0.7.RELEASE] -----Original Message----- From: fedora-commons-users-requ...@lists.sourceforge.net [mailto:fedora-commons-users-requ...@lists.sourceforge.net] Sent: Sunday, September 23, 2012 3:02 PM To: fedora-commons-users@lists.sourceforge.net Subject: Fedora-commons-users Digest, Vol 67, Issue 11 Send Fedora-commons-users mailing list submissions to fedora-commons-users@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/fedora-commons-users or, via email, send a message with subject or body 'help' to fedora-commons-users-requ...@lists.sourceforge.net You can reach the person managing the list at fedora-commons-users-ow...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of Fedora-commons-users digest..." Today's Topics: 1. Re: Fedora's OAI Provider (Jo?o Miguel Quintino de Morais Zamite) 2. Digitial Object Custom Properties (Denis Mur) 3. Setting up journaling on Fedora (Rice, Robert) 4. Re: Setting up journaling on Fedora (Edwin Shin) 5. gusunava...@gmail.com wants to follow you. Accept? (gusunava...@gmail.com) 6. herlimene...@gmail.com wants to follow you. Accept? (herlimene...@gmail.com) ---------------------------------------------------------------------- Message: 1 Date: Thu, 20 Sep 2012 16:22:03 +0100 From: Jo?o Miguel Quintino de Morais Zamite <zam...@xldb.di.fc.ul.pt> Subject: Re: [fcrepo-user] Fedora's OAI Provider To: fedora-commons-users@lists.sourceforge.net Message-ID: <20120920162203.19953mun96q11...@webnewhorde.di.fc.ul.pt> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Hi, I'm not sure about it but I'd check fedora.fcfg under the module: role="org.fcrepo.server.search.FieldSearch" class="org.fcrepo.server.search.FieldSearchSQLModule" This module has a parameter named "maxSecondsPerSession" which I think is added to the query time (times 1000, in miliseconds) to create the expiration date. Hope it helps, but its a longshot. Best, Jo?o Zamite Quoting "Nguyen, Vincent (CDC/OD/OADS) (CTR)" <v...@cdc.gov>: > Does anyone know how to adjust the "epirationDate" parameter on the > "resumptionToken" of fedora's OAI PMH? > > Our resumption token has an immediate expirationDate so the next batch > of harvesting based on the resumptionToken fails. > > See the bottom of the page: > http://stacks.cdc.gov/fedora/oai?verb=ListRecords&metadataPrefix=oai_d > c&from=1999-12-31T19:33:54Z&until=2012-09-20T13:32:32Z > > > ------------------------------ Message: 2 Date: Fri, 21 Sep 2012 01:30:30 -0700 (PDT) From: Denis Mur <smogst...@yahoo.com> Subject: [fcrepo-user] Digitial Object Custom Properties To: "fedora-commons-users@lists.sourceforge.net" <fedora-commons-users@lists.sourceforge.net> Message-ID: <1348216230.38611.yahoomail...@web113611.mail.gq1.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Hi, Is it possible to add custom properties to digital object? Are those properties indexed?? I had an idea to use?http://d3js.org/??for showing the graph of digital objects.? How do i gather information about digital objects in Repository? I can imagine only one way - ?making risearch,? and after that parse all RELS-EXT datastreams. May be there is a simplest way ? gather information about nodes and edges? Denis.? ------------------------------ Message: 3 Date: Fri, 21 Sep 2012 13:31:07 +0000 From: "Rice, Robert" <robert.r...@yale.edu> Subject: [fcrepo-user] Setting up journaling on Fedora To: "fedora-commons-users@lists.sourceforge.net" <fedora-commons-users@lists.sourceforge.net> Message-ID: <e084e6a6174df64784b256cb32a0a09509b9a...@x10-mbx11.yu.yale.edu> Content-Type: text/plain; charset="us-ascii" Hello, I am interested in setting up replication via journaling in our Fedora repository. I've read, and followed, the documents on the fedora-commons site, but I can't seem to make this work. I have installed two new instances of Fedora3.6.1 on Red Hat 5.8 machines that I'm using as a pilot. Any insight on how to get this running is greatly appreciated. Best, Bob -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 4 Date: Sat, 22 Sep 2012 03:52:55 +0800 From: Edwin Shin <ed...@fedora-commons.org> Subject: Re: [fcrepo-user] Setting up journaling on Fedora To: "Support and info exchange list for Fedora users." <fedora-commons-users@lists.sourceforge.net> Message-ID: <f080e993-e0c6-4223-a9c0-7d6d912a6...@fedora-commons.org> Content-Type: text/plain; charset=windows-1252 What's not working? e.g. which journaling config are you attempting and what log output are you getting? On Sep 21, 2012, at 9:31 PM, "Rice, Robert" <robert.r...@yale.edu> wrote: > Hello, > > I am interested in setting up replication via journaling in our Fedora > repository. I?ve read, and followed, the documents on the fedora-commons > site, but I can?t seem to make this work. > > I have installed two new instances of Fedora3.6.1 on Red Hat 5.8 machines > that I?m using as a pilot. > > Any insight on how to get this running is greatly appreciated. > > Best, > Bob ------------------------------ Message: 5 Date: Sat, 22 Sep 2012 01:19:07 -0500 From: gusunava...@gmail.com<i...@infoaxe.net> Subject: [fcrepo-user] gusunava...@gmail.com wants to follow you. Accept? To: fedora-commons-users@lists.sourceforge.net Message-ID: <0.0.1bf.d6b.1cd988a2c1af02c.1...@mail1.infoaxe.net> Content-Type: text/plain; charset="utf-8" Hi, Gustavo Urbano wants to follow you. ****** Is Gustavo Urbano you friend? ****** If Yes please follow the link below: http://invites.infoaxe.net/signup_e.html?fullname=Support+And+Info+Exchange+List+For+Fedora+Users.&email=fedora-commons-users@lists.sourceforge.net&invitername=Gustavo Urbano&inviterid=11138843&emailid=789305812&uie=0 If No please follow the link below: http://invites.infoaxe.net/signup_e_no.html?fullname=Support+And+Info+Exchange+List+For+Fedora+Users.&email=fedora-commons-users@lists.sourceforge.net&invitername=Gustavo Urbano&inviterid=11138843&emailid=789305812&uie=0 Follow the link below to unsubscribe from all emails from Flipora, 440 N.Wolfe Rd MS #153, Sunnyvale, CA. 94085 http://invites.infoaxe.net/unsubscribe.jsp?email=fedora-commons-users@lists.sourceforge.net&iid=789305812 -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 6 Date: Sun, 23 Sep 2012 13:45:52 -0500 From: herlimene...@gmail.com<i...@info-emailer.com> Subject: [fcrepo-user] herlimene...@gmail.com wants to follow you. Accept? To: fedora-commons-users@lists.sourceforge.net Message-ID: <0.0.e4.4c.1cd99bba8313d24.1...@mail3.info-emailer.com> Content-Type: text/plain; charset="utf-8" Hi, Herli Joaquim wants to follow you. ****** Is Herli Joaquim you friend? ****** If Yes please follow the link below: http://invites.info-emailer.com/signup_e.html?fullname=Support+And+Info+Exchange+List+For+Fedora+Users.&email=fedora-commons-users@lists.sourceforge.net&invitername=Herli Joaquim&inviterid=11184369&emailid=793378797&uie=1 If No please follow the link below: http://invites.info-emailer.com/signup_e_no.html?fullname=Support+And+Info+Exchange+List+For+Fedora+Users.&email=fedora-commons-users@lists.sourceforge.net&invitername=Herli Joaquim&inviterid=11184369&emailid=793378797&uie=1 Follow the link below to unsubscribe from all emails from Flipora, 440 N.Wolfe Rd MS #153, Sunnyvale, CA. 94085 http://invites.info-emailer.com/unsubscribe.jsp?email=fedora-commons-users@lists.sourceforge.net&iid=793378797 -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html ------------------------------ _______________________________________________ Fedora-commons-users mailing list Fedora-commons-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fedora-commons-users End of Fedora-commons-users Digest, Vol 67, Issue 11 **************************************************** ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fedora-commons-users mailing list Fedora-commons-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fedora-commons-users