Re: [fcrepo-dev] Issue on upgrading to fedora 3.6.1

2012-09-13 Thread Harry Sidhunata
Hi Edwin, yes it is the same issue as reported by Nilani, and thanks for the solution. It works now. Thanks Soroka for opening the ticket. Regards, Harry -- Got visibility? Most devs has no idea what their producti

Re: [fcrepo-dev] Issue on upgrading to fedora 3.6.1

2012-09-13 Thread A. Soroka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A little further research (thanks to Chris Wilper) turns up a migration utility that does exist now: https://wiki.duraspace.org/display/~cwilper/A+New+Fedora+Storage+Utility It seems that the task at hand is actually to get this functionality into

Re: [fcrepo-dev] FEDORA3.6 LOW-LEVEL STORAGE

2012-09-13 Thread Nilani Ganeshwaran
It worked. I stopped fedora then deleted $FEDORA_HOME/server/config/spring/akubra-llstore.xml and then started fedora again. -Original Message- From: Edwin Shin [mailto:ed...@fedora-commons.org] Sent: 13 September 2012 15:18 To: fedora-commons-developers@lists.sourceforge.net Subject: R

Re: [fcrepo-dev] FEDORA3.6 LOW-LEVEL STORAGE

2012-09-13 Thread Nilani Ganeshwaran
The same happened with my 3.6 installation -Original Message- From: Edwin Shin [mailto:ed...@fedora-commons.org] Sent: 13 September 2012 15:09 To: fedora-commons-developers@lists.sourceforge.net Subject: Re: [fcrepo-dev] FEDORA3.6 LOW-LEVEL STORAGE I just tested this locally to confirm

Re: [fcrepo-dev] Issue on upgrading to fedora 3.6.1

2012-09-13 Thread aj...@virginia.edu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've just opened that issue and you can follow it: https://jira.duraspace.org/browse/FCREPO-1153 - --- A. Soroka Software & Systems Engineering :: Online Library Environment the University of Virginia Library On Sep 13, 2012, at 10:20 AM, Edwin Shin

Re: [fcrepo-dev] Issue on upgrading to fedora 3.6.1

2012-09-13 Thread Edwin Shin
Harry, I think the issue you reported is, at base, the same that Nilani just reported about Fedora using akubra even though the legacy store was selected. -Eddie On Sep 11, 2012, at 1:04 AM, Harry Sidhunata wrote: > Hi All, > > I hope that someone can help to solve this migration issue. > I

Re: [fcrepo-dev] FEDORA3.6 LOW-LEVEL STORAGE

2012-09-13 Thread Edwin Shin
On a brand new install, with legacy-fs selected, it seems enough to delete $FEDORA_HOME/server/config/spring/akubra-llstore.xml before the first start of Fedora On Sep 13, 2012, at 9:08 AM, Edwin Shin wrote: > I just tested this locally to confirm (selecting legacy-fs in the installer). > I

Re: [fcrepo-dev] FEDORA3.6 LOW-LEVEL STORAGE

2012-09-13 Thread Edwin Shin
I just tested this locally to confirm (selecting legacy-fs in the installer). Initial run shows the following in the log: INFO 2012-09-13 09:02:38.354 [main] (Server) loading spring beans from /foo/bar/fedora/server/config/spring/akubra-llstore.xml INFO 2012-09-13 09:02:38.542 [main] (Server)

Re: [fcrepo-dev] FEDORA3.6 LOW-LEVEL STORAGE

2012-09-13 Thread Nilani Ganeshwaran
Hi Ben I was using fcrepo-installer-3.6 in Solaris Details from the install.properties; llstore.type=legacy-fs Details from fedora configuration file; The java class used to determine the path algorithm; default is org.fcrepo.server.storage.lowlevel.Time

Re: [fcrepo-dev] FEDORA3.6 LOW-LEVEL STORAGE

2012-09-13 Thread Benjamin Armintor
Nilani- Just to help us diagnose, could you paste your dialog with the installer into a message? This is definitely a configuration problem. - Ben On Thu, Sep 13, 2012 at 5:47 AM, Nilani Ganeshwaran wrote: > Hi > > > > I have recently upgraded from 3.1 to 3.6. I prefer to use File System low >

[fcrepo-dev] FEDORA3.6 LOW-LEVEL STORAGE

2012-09-13 Thread Nilani Ganeshwaran
Hi I have recently upgraded from 3.1 to 3.6. I prefer to use File System low level storage not Akubra, because Akubra in not backwards compatible with data stream and objects storage. So when I installed 3.6, I specified "Low Level Storage" as "legacy-fs". But when I run fedora it is using Ak