Re: [Dspace-tech] changing solor confi

2012-10-26 Thread helix84
On Thu, Oct 25, 2012 at 5:54 PM, Jose Blanco blan...@umich.edu wrote: One more question, if I'm using /solr, do I still have to do /dspace index-init? Is lucen used at all. This is an important question, because sometimes I have to make changes to the metadatavalue table using SQL, and I

Re: [Dspace-tech] Contexts on Dspace and Apache Tomcat6

2012-10-26 Thread Francis Kayiwa
On Thu, Oct 25, 2012 at 4:44 PM, helix84 heli...@centrum.sk wrote: On Thu, Oct 25, 2012 at 11:38 PM, Francis Kayiwa francis.kay...@gmail.com wrote: and I attempted the second one with the same results. So yes I have done both and you read that correctly. OK. Just pick one. Done. tail

Re: [Dspace-tech] Contexts on Dspace and Apache Tomcat6

2012-10-26 Thread helix84
The SEVERE messages are what you're after. E.g.: Document base /services/indigo/dspace/webapps/oai does not exist or is not a readable directory This means that Tomcat can't read the DSpace webapp, most likely because of a permission problem. 1) Make sure the path is correct 2) Make sure the

[Dspace-tech] DSpace 3.0 Test-A-Thon, 2nd round Call for Translations

2012-10-26 Thread helix84
Dear DSpace community, we thank you all for your great feedback during the first round of the DSpace 3.0 Test-A-Thon! You have helped discover many bugs, some of which we have already fixed. Since we have so many great new features in 3.0, we decided to give it another round of public testing to

Re: [Dspace-tech] Pass script value to xsl variable

2012-10-26 Thread helix84
Hi Daniel, this is how you can get the current URI path: xsl:variable name=request-uri select=/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='request'][@qualifier='URI']/ You can also combine the following components to get the whole URL: metadata element=request

[Dspace-tech] dspace 1.7.2 mvn error

2012-10-26 Thread Tumie Morupisi
Good Day we are trying to upgrade our dpace from 1.6.2 to 1.7.2 and we are getting errors trying to build. Can somebody help as to what to could be leading to the problems. this is what we are getting. org.apache.maven.BuildFailureException: Compilation failure     at

Re: [Dspace-tech] dspace 1.7.2 mvn error

2012-10-26 Thread helix84
On Fri, Oct 26, 2012 at 3:49 PM, Tumie Morupisi tumi...@yahoo.com wrote: this is what we are getting. Hi Tumie, that is not enough info. Please, send the complete log as an attachment or using pastebin. Regards, ~~helix84

Re: [Dspace-tech] Contexts on Dspace and Apache Tomcat6

2012-10-26 Thread Francis Kayiwa
On Fri, Oct 26, 2012 at 6:20 AM, helix84 heli...@centrum.sk wrote: The SEVERE messages are what you're after. E.g.: Document base /services/indigo/dspace/webapps/oai does not exist or is not a readable directory This means that Tomcat can't read the DSpace webapp, most likely because of a

Re: [Dspace-tech] dspace 1.7.2 mvn error

2012-10-26 Thread helix84
Please, always CC dspace-tech when replying. That's strange, there's no other error in the log. So it must be Maven itself failing for some reason. I can think of 2 possible reasons: 1) the local maven repository is messed up. move it away using mv ~/.m2 ~/.m2.bak 2) Maven fails because it runs

Re: [Dspace-tech] Contexts on Dspace and Apache Tomcat6

2012-10-26 Thread helix84
Can you send me the output of ls -l /services/indigo/dspace/webapps/xmlui Also, you can try doing mvn clean package instead of mvn package and then redeploy (ant update). Regards, ~~helix84 -- The Windows 8 Center In

Re: [Dspace-tech] Contexts on Dspace and Apache Tomcat6

2012-10-26 Thread helix84
One more idea to try: walk up the directories from webapps and verify that for each of them tomcat has the execute right. Regards, ~~helix84 -- The Windows 8 Center In partnership with Sourceforge Your idea - your app -

Re: [Dspace-tech] Contexts on Dspace and Apache Tomcat6

2012-10-26 Thread Francis Kayiwa
On Fri, Oct 26, 2012 at 12:35 PM, helix84 heli...@centrum.sk wrote: Can you send me the output of ls -l /services/indigo/dspace/webapps/xmlui Thanks again. I have to ask. You DO SLEEP!? Yes? :-) ls -l /services/indigo/dspace/webapps/xmlui total 76 drwxr-xr-x 4 tomcat tomcat 4096 Oct 25

Re: [Dspace-tech] Assetstore structure question

2012-10-26 Thread Brian Freels-Stendel
Good afternoon, If there are files in all the right places, it might be less effort to export the entire repo and then import into a fresh instance. Maybe. I know you'uns have a lot of stuff. B-- On 10/26/2012 at 11:58 AM, in message

Re: [Dspace-tech] Assetstore structure question

2012-10-26 Thread helix84
Sounds right, to verify if the files are present where they should be, IOW to verify file names and location. The second step would be, as I suggested, to verify if the file contents is actually what it should be by comparing it to the checksum. But you're right with doing the name/location

Re: [Dspace-tech] Contexts on Dspace and Apache Tomcat6

2012-10-26 Thread helix84
On Fri, Oct 26, 2012 at 8:05 PM, Francis Kayiwa francis.kay...@gmail.com wrote: Thanks again. I have to ask. You DO SLEEP!? Yes? :-) Every now and then when it's slow on dspace-tech I get bored and take a catnap :) ls -l /services/indigo/dspace/webapps/xmlui Your output looks about right.

[Dspace-tech] BitstreamFormat, format registries, dsrun

2012-10-26 Thread Sara Amato
I find myself exploring Format Registries, and if Dspace uses them, and also the level of detail of the BistreamFormat property. I seem to know very little about how dspace assignes this property, nor how to view it. I was reading the BistreamFormat Workbench,

Re: [Dspace-tech] BitstreamFormat, format registries, dsrun

2012-10-26 Thread helix84
Hi Sara, the launcher script was changed to [dspace]/bin/dspace several versions ago. The old dsrun class launcher is now available as [dspace]/bin/dspace dsrun. But the wiki page is very outdated and you can no longer run the org.dspace.administer.Formats class, because there isn't any. I

Re: [Dspace-tech] Contexts on Dspace and Apache Tomcat6

2012-10-26 Thread Francis Kayiwa
On Fri, Oct 26, 2012 at 1:13 PM, helix84 heli...@centrum.sk wrote: On Fri, Oct 26, 2012 at 8:05 PM, Francis Kayiwa francis.kay...@gmail.com wrote: Thanks again. I have to ask. You DO SLEEP!? Yes? :-) Every now and then when it's slow on dspace-tech I get bored and take a catnap :) ls -l

[Dspace-tech] checksums

2012-10-26 Thread Alain Tschanz
Hello, How do I display the checksum of a bitstream in the item record? Patrons would like to have a way to compare the checksum on DSpace with the checksum generated on their own computer once they download a DSpace document. I run DSpace 1.8.2 with a customized XMLUI Reference theme. Thank

Re: [Dspace-tech] Contexts on Dspace and Apache Tomcat6

2012-10-26 Thread helix84
What's your version of DSpace, JDK, Tomcat, Maven and Ant? Regards, ~~helix84 -- WINDOWS 8 is here. Millions of people. Your app in 30 days. Visit The Windows 8 Center at Sourceforge for all your go to resources.

Re: [Dspace-tech] checksums

2012-10-26 Thread helix84
On Fri, Oct 26, 2012 at 10:16 PM, Alain Tschanz atsch...@njstatelib.org wrote: How do I display the checksum of a bitstream in the item record? Patrons would like to have a way to compare the checksum on DSpace with the checksum generated on their own computer once they download a DSpace

Re: [Dspace-tech] checksums

2012-10-26 Thread helix84
I just realized there's an even simpler way, just access the attribute from the template rendering the file list. That template is processing METS anyway. It's the same thing like getting the bistream size. Regards, ~~helix84

Re: [Dspace-tech] BitstreamFormat, format registries, dsrun

2012-10-26 Thread Sara Amato
I was really just trying to educate myself on format registries, and determine if Dspace used an external registry like PRONOM or GDFR. I was also trying to look at the format field for bitstreams to see if they were general (e.g. MS Word) or more specific (e.g. MS Word 6.0). You are

Re: [Dspace-tech] BitstreamFormat, format registries, dsrun

2012-10-26 Thread helix84
I'm afraid the current implementation is rather simple and relies on MIME types. But there have been some developments in this area and even a patch set you could use: https://jira.duraspace.org/browse/DS-1096 https://wiki.duraspace.org/display/DSPACE/BitstreamFormat+Renovation