Re: [Dspace-tech] XML from dissemination crosswalk

2011-09-21 Thread Mark Diggory
Jason, Ok, in this case you don't need a packager, what you need is a Cocoon Generator that renders the Crosswalk to the browser. Take a look at the OREGenerator...

[Dspace-tech] Sorl statistics

2011-09-21 Thread amutsikiwa
I have recently re-installed my ubuntu server on which my dspace instance runs on. I then used my back up to re-install dspace. I changed my port from port 8080 to 80. I managed to change the log entries in [dspace]/logs from, for example http://localhost:8080/solr/statistics/update?wt=javabin

[Dspace-tech] problem in dspace-1.7.2 - create-admin

2011-09-21 Thread Abhishek Raval
Hello i m using dspace 1.7.2 in red-hat want to create a admin for my dspace instance. There is no problem with mvn package n ant fresh_install command, those were successfully completed. But create-administrator give me a error as below. [dspace@localhost dspace-1.7.2-build.dir]$

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Blanco, Jose
Tim, Have you had a chance to think about this? I'm just real stuck. I'd like to turn on cocoon DEBUG, but then the instance does not show up, any way to get that part to work, maybe if I saw an error message I'd know what's going wrong. Thank you! Jose -Original Message- From:

[Dspace-tech] dspace thumbnails

2011-09-21 Thread Lewatle Phaladi
Hi All I was running filter-media command to preview thumbnails on our repository but I got the following error message: Exception: Java heap space java.lang.OutOfMemoryError: Java heap space at java.awt.image.DataBufferByte.init(DataBufferByte.java:58) at

Re: [Dspace-tech] [Dspace-general] Private Collections

2011-09-21 Thread Mark Diggory
Miguel, Creating private Collections where the contents cannot be searched or browsed is not possible at this time. The Search and Browse indexes are not sophisticated enough to filter the search based on user role/permissions. Cheers, Mark On Mon, Sep 19, 2011 at 9:10 AM, Miguel A. Robledo

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Blanco, Jose
Tim, I was able to turn DEBUG for cocoon, and this is what's in the cocoon log file, but I still can't tell what's wrong. 2011-09-21 10:12:49,060 DEBUG cocoon - Creating source object for jndi:/blancoj.dev.deepblue.lib.umich.edu/ 2011-09-21 10:12:49,064 DEBUG cocoon - Checking if

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Tim Donohue
Jose, Is this a default XMLUI Instance (with a default 'item-submission.xml' file and 'input-forms.xml' configuration files)? Have you performed any XMLUI customizations (even theme based) that could be causing these issues? I'm at a loss here as well, as no errors seem to be logged (have

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Tim Donohue
Jose, A few more things to try: * Have you tried submitting to a different Collection? Maybe it's something in the Collection's settings? * I'm also wondering about the handle prefix of TEMP-BOGUS which you have set. Normally, handle prefixes don't include special characters like a dash (-).

Re: [Dspace-tech] Sorl statistics

2011-09-21 Thread Peter Dietz
You should check that you can still view the data in solr. If you ssh into your server, then try to view some data: http://localhost:8080/solr/statistics/select?q=type:[*%20TO%20*] or http://localhost/solr/statistics/select?q=type:[*%20TO%20*] If you've configured tomcat/apache to serve

[Dspace-tech] DSpace 1.8 fails to build, FileNotFoundException database_schema.sql

2011-09-21 Thread DSpace
I've been trying to get a DSpace 1.8 instance running at my institution, but have been unable to do so. I have two instances of 1.7.2 running without issues, on RHEL 5 servers. I have used the following packages for setting up 1.8: RHEL 5/6, x64 Debian 6.0.2.1, x32 Ant 1.8.1/1.8.2 Java JDK

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Tim Donohue
Hi Jose, addBody() is actually called from the Wing Framework API, specifically from org.dspace.app.xmlui.wing.AbstractWingTransformer. But, to be honest, I doubt that's the problem. Obviously, this all should work fine out-of-the-box. I'm wondering if we should take a step back and ensure

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Blanco, Jose
Tim, This is our installation: -bash-3.2$ /l/local/bin/mvn -version Apache Maven 3.0.1 (r1038046; 2010-11-23 05:58:32-0500) Java version: 1.6.0_24 Java home: /usr/jdk1.6.0_24/jre Default locale: en_US, platform encoding: UTF-8 OS name: linux version: 2.6.18-238.1.1.el5pae arch: i386 Family: unix

Re: [Dspace-tech] DSpace 1.8 fails to build, FileNotFoundException database_schema.sql

2011-09-21 Thread DSpace
Looks like I finally caught my mistake... I was modifying the value to db.name = postgres, which of course was confusing ant. From: DSpace [mailto:dsp...@nps.edu] Sent: Wednesday, September 21, 2011 12:57 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] DSpace 1.8 fails to build,