Re: [Dspace-tech] Sword Dspace 5.1 fails

2015-04-24 Thread Domingo Iglesias
Bender, did you try curl -i --data-binary @/home/dspace/test-sword/example.zip -H Content-Disposition: filename=example.zip -H Content-Type: application/zip -H X-Packaging: http://purl.org/net/sword-types/METSDSpaceSIP; -H X-No-Op: true -H X-Verbose: true

[Dspace-tech] Fw: ##Urgent## Emergency## Technical Problem in DSpace- using it for my Masters Thesis of Computer Science ## Student of HUNAN UNIVERSITY, CHANGSHA, HUNAN, CHINA.

2015-04-24 Thread Usman
. On Friday, April 24, 2015 4:22 PM, Usman usman_ma...@yahoo.com wrote: Dear all, Let me introduce myself first.  I am currently doing Masters in Computer Science and Application Technology in Hunan University. Our University is located in Changsha City, Hunan Province, China.

Re: [Dspace-tech] Assistance

2015-04-24 Thread Daniel Francis
This is what I requested on firefox: http://localhost:8080/xmlui [/etc/hosts] has the following: 127.0.0.1 localhost 127.0.1.1 ally # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1

Re: [Dspace-tech] Assistance

2015-04-24 Thread Daniel Francis
Hi Hilton, [netstat -tpln] has: Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp0 0 127.0.0.1:631 0.0.0.0:* LISTEN - tcp0 0 127.0.0.1:5432

Re: [Dspace-tech] Assistance

2015-04-24 Thread Mark H. Wood
On Fri, Apr 24, 2015 at 02:50:10PM +0300, Daniel Francis wrote: Can someone assist, i have installed Dspace 5.1 on Ubuntu linux 14.04 lts, with openjdk-7-jdk and Tomcat 7 and everything was successful but when i try to load; http://localhost:8080/xmlui http://localhost:8080/jspui I am

Re: [Dspace-tech] ##Urgent## Emergency## Technical Problem in DSpace- using it for my Masters Thesis of Computer Science ## Student of HUNAN UNIVERSITY, CHANGSHA, HUNAN, CHINA.

2015-04-24 Thread Usman
Hello Everyone!Thank you so much for all your help and support.  I think that my question has been greatly misunderstood . Talking about those log files which contains user queries or their specific search requests.For instance if :User 1 searches for a specific item;then it should be logged in

Re: [Dspace-tech] Assistance

2015-04-24 Thread Daniel Francis
Dear All, Can someone assist, i have installed Dspace 5.1 on Ubuntu linux 14.04 lts, with openjdk-7-jdk and Tomcat 7 and everything was successful but when i try to load; http://localhost:8080/xmlui http://localhost:8080/jspui I am getting the following message: Server not found Firefox

Re: [Dspace-tech] Sword Dspace 5.1 fails

2015-04-24 Thread bender
Hi Domingo, Yes I did, but it didn't worked. 2015-04-24 2:36 GMT-04:00 Domingo Iglesias digles...@ub.edu: Bender, did you try curl -i --data-binary @/home/dspace/test-sword/example.zip -H Content-Disposition: filename=example.zip -H Content-Type: application/zip -H X-Packaging:

Re: [Dspace-tech] Fw: ##Urgent## Emergency## Technical Problem in DSpace- using it for my Masters Thesis of Computer Science ## Student of HUNAN UNIVERSITY, CHANGSHA, HUNAN, CHINA.

2015-04-24 Thread Luiz dos Santos
Are you using xmlui or jspui? I am face up the same problem here, in our case we are using xmlui, but we have a apache http server in front of Dspace, so in actually I'm looking at access log, because over there I can see the ip of the request that are coming, but if you just want see the trafic,

Re: [Dspace-tech] spider ip recognition

2015-04-24 Thread Mark H. Wood
On Thu, Apr 23, 2015 at 05:39:01PM +, Monika C. Mevenkamp wrote: I found a couple of really suspicious numbers in my solr stats, aka lots of entries were marked as isBot=false although the probably should has been isBot=true. In the config file I use spiderips.urls =

[Dspace-tech] Adding a METS / MODS Metadata Schema

2015-04-24 Thread Robert Linz
We are evaluating Dspace for use as our institutional repository. We need to use the METS / MODS metadata scheme. On the Dspace demo site, I see there is a way to add a new schema in the metadata registry. Using the form provided, I include URI to namespace for these schemas. While Dspace

Re: [Dspace-tech] Assistance

2015-04-24 Thread Hilton Gibson
Hi Daniel As I suspected. Nothing is listening on port 8080 and no webapps are deployed in the Tomcat folder. Try the following: 1. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu 2. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_DSpace Cheers hg *Hilton Gibson* Ubuntu

Re: [Dspace-tech] ##Urgent## Emergency## Technical Problem in DSpace- using it for my Masters Thesis of Computer Science ## Student of HUNAN UNIVERSITY, CHANGSHA, HUNAN, CHINA.

2015-04-24 Thread Usman
Yes. Thank you. That really helped. Next time, no bolds. Maybe I used bolds because of being nervous.  On Saturday, April 25, 2015 4:00 AM, Bruno Zanette brunonzane...@gmail.com wrote: Usman, Dspace.log do contains those infos. For instance, filtering for anonymous on my

[Dspace-tech] SWORD METS ingest -- specify primary dmdSec

2015-04-24 Thread Joseph Greene
Hi, I've seen in the documentation that it's possible to specify which metadata section in the METS file gets used in a sword ingest (in org.dspace.content.packagerDSpaceMETSIngester). I also came across this, which describes its genesis: https://jira.duraspace.org/browse/DS-386 I've seen

Re: [Dspace-tech] SWORD METS ingest -- specify primary dmdSec

2015-04-24 Thread Tim Donohue
Hi Joseph, That dmd param can be passed via the commandline using the 'dspace packager' command (e.g. './dspace packager -t METS -o dmd=MODS'). You can see this parameter as an option if you type this on the commandline: ./dspace packager -t METS -h It can also be specified programmatically

[Dspace-tech] problem when multiple db.schema are used

2015-04-24 Thread Fabian Smagghe
Hi, We use dspace with some customizations. We also use additional tables that are set in another schema than public (e.g.:myshema). In the fix Fix DS-2427 for 5.1, the name of the schema is given by DatabaseUtils.getSchemaName(connection); When we use Postgresql and the default

Re: [Dspace-tech] Question about statistics and Mirage2

2015-04-24 Thread George Stanley Kozak
Thanks, Hilton: I’m not sure if that addresses my issue. I have the statistics set up properly, but in the Mirage2 theme, I don’t see any method for displaying them. I can get them to appear if I type: http://myhttp://%3cmy test server/handle/prefix/id/statistics but I don’t see anything in

Re: [Dspace-tech] Question about statistics and Mirage2

2015-04-24 Thread Bram Luyten
Hi George, the button should be on the lower right in the right nav bar, as shown here: http://demo.dspace.org/xmlui/handle/10673/130 If the button is not there in your interface, check this property in your config, as the view might be restricted to admins only

Re: [Dspace-tech] ##Urgent## Emergency## Technical Problem in DSpace- using it for my Masters Thesis of Computer Science ## Student of HUNAN UNIVERSITY, CHANGSHA, HUNAN, CHINA.

2015-04-24 Thread Bruno Zanette
Usman, Dspace.log do contains those infos. For instance, filtering for anonymous on my dspace.log files i get things like: dspace.log.2015-03-23:2015-03-23 16:57:18,072 INFO org.dspace.usage.LoggerUsageEventListener @ anonymous::view_item:handle=123456789/583 dspace.log.2015-03-23:2015-03-23