Re: [Dspace-devel] 1.5.2 -- 1.6.x upgrade steps - bad instruction org.dspace.administrator.RegistryLoader

2010-06-05 Thread Peter Dietz
Additionally, the ( -b bitstream ) is a problem as well. I think you just need to type -bitstream since it wouldn't work with both of those options specified. This is what worked for me. [dspace]/bin/dsrun org.dspace.administer.RegistryLoader -bitstream

Re: [Dspace-devel] 1.5.2 -- 1.6.x upgrade steps - bad instruction org.dspace.administrator.RegistryLoader

2010-06-05 Thread Peter Dietz
Lastly, [dspace]/bin/dspace stat-log-converter -i *input file name* -o *output file name* -m *(if you have more than one* dspace.log* file)* [dspace]/bin/dspace stat-log-importer -i *input file name (probably the output name from above)* -m Its stats-log-converter and stats-log-importer.

[Dspace-devel] 1.5.2 -- 1.6.x upgrade steps - bad instruction org.dspace.administrator.RegistryLoader

2010-06-04 Thread Peter Dietz
Hi All, We have a bug in the upgrade documentation for the CC-License fix. It says to run the command: [dspace-bin]/dsrun org.dspace.administrator.RegistryLoader however that class is not in that package. It actually is in org.dspace.administer.RegistryLoader