Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread Josefina Perez Alvarez
Sorry all... I read just until the second message... Josi Perez 2012/7/11 helix84 > Josefina just to clear things up, the two repositories he tries to > harvest items _from_ and which both declare support for qdc are > http://oai.recercat.net/request and http://www.tdx.cat/oai/request, > not h

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread helix84
Josefina just to clear things up, the two repositories he tries to harvest items _from_ and which both declare support for qdc are http://oai.recercat.net/request and http://www.tdx.cat/oai/request, not http://oai-vinson2.upf.edu/request which is his repository he tries to harvest items _to_ (in ot

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread Josefina Perez Alvarez
Just a comment: using the harvester command to see what formats this site can send: http://oai-vinson2.upf.edu/request*?verb=ListMetadataFormats* the answer is: oai_dc rdf mets Then, you can harvest from this site using a harvester command like: http://oai-vinson2.upf.edu/request?verb=ListRecords

Re: [Dspace-tech] Oracle 11g and DSpace 1.8.1 problems

2012-07-11 Thread Kelly Brown
The epersongroup table contains 2 entries : EPERSON_GROUP_ID NAME 0 Anonymous 1 Administrator Thanks, Kelly Brown Database Analyst Massey Library | Bibliothèque Massey Royal Military College of Canada | Collège mi

Re: [Dspace-tech] Oracle 11g and DSpace 1.8.1 problems

2012-07-11 Thread helix84
OK. Can you somehow you check (maybe via SQL export) whether the primary key on the epersongroup table is correct? This is the immediate problem (if I read the code correctly). Regards, ~~helix84 -- Live Security Virtual

Re: [Dspace-tech] Oracle 11g and DSpace 1.8.1 problems

2012-07-11 Thread Kelly Brown
Both my Postgres (working version) and Oracle setup have the same 42 tables, there are no tables missing I compared both databases table for table . And just on a side the dspace test-email doesn't work with the Postgres either, but I have no problems with sending emails on the Postgres instal

Re: [Dspace-tech] Oracle 11g and DSpace 1.8.1 problems

2012-07-11 Thread helix84
On Wed, Jul 11, 2012 at 3:27 PM, Kelly Brown wrote: > The create-administrator output is attached the error is the following: > Exception: null java.lang.NullPointerException So it seems like a database issue after all. column is an empty string here: https://github.com/DSpace/DSpace/bl

Re: [Dspace-tech] Oracle 11g and DSpace 1.8.1 problems

2012-07-11 Thread Kelly Brown
The create-administrator output is attached the error is the following: Exception: null java.lang.NullPointerException The database test works fine. The email seems to be the issue as well as, I am using the same credentials as the install I have with Postgres db and everything works th

Re: [Dspace-tech] Handle collision during harvest

2012-07-11 Thread helix84
On Wed, Mar 28, 2012 at 7:41 PM, Bill Anderson wrote: > We're trying to havest the metadata from our IR, SMARTech (running DSpace > 1.7.2) to a metadata-only repository running DSpace 1.8.2, using the OAI > harvester. For the most part, it's going well -- but we have a lot of items > in SMARTech

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread helix84
On Wed, Jul 11, 2012 at 2:26 PM, helix84 wrote: > 2012-07-11 14:03:53,140 ERROR org.dspace.harvest.OAIHarvester @ > Harvesting error occured while processing an OAI record: Handle > collision: attempted to re-assign handle '10803/3001' to an incoming > harvested item 'oai:www.tdx.cat:10803/3001'.

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread helix84
On Wed, Jul 11, 2012 at 12:10 PM, RUIZ MORENO, ROBERT wrote: > The OAI servers I harvesting from are http://oai.recercat.net/request and > http://www.tdx.cat/oai/request Both repositories declare support for qdc, so it should work. (Also, both repositories are DSpace with XMLUI, which is required

Re: [Dspace-tech] Oracle 11g and DSpace 1.8.1 problems

2012-07-11 Thread helix84
On Wed, Jul 11, 2012 at 1:12 PM, Kelly Brown wrote: > Technically no the install doesn't work as I cannot add any accounts include > the initial account that is created after install. With that being said, the > DSpace web is present but not functional. OK, that might or might not be related t

Re: [Dspace-tech] Oracle 11g and DSpace 1.8.1 problems

2012-07-11 Thread Kelly Brown
Technically no the install doesn't work as I cannot add any accounts include the initial account that is created after install. With that being said, the DSpace web is present but not functional. Thanks, Kelly Brown Database Analyst Massey Library | Bibliothèque Massey Royal Military College

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread RUIZ MORENO, ROBERT
Hi, ok, centering on my initial problem. I choose QDC because I want to obtain the metadada in dc format, with qualifiers. Anyway, I just did a test with unqualified dc, with the same error. The OAI servers I harvesting from are http://oai.recercat.net/request and http://www.tdx.cat/oai/request

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread helix84
On Wed, Jul 11, 2012 at 11:17 AM, RUIZ MORENO, ROBERT wrote: > yes, in my previous message I mean the URL http://re.cs.uct.ac.za/ is down, > so I can't test my OAI URL. This is just a tool that can help diagnose the problem, but since we cannot use it right now, let's focus on the problem itself

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread RUIZ MORENO, ROBERT
Hi, yes, in my previous message I mean the URL http://re.cs.uct.ac.za/ is down, so I can't test my OAI URL. The URL of my OAI is: http://oai-vinson2.upf.edu/request (is a test server, not production server) many thanks Robert 2012/7/11 helix84 > In response to your original problem, you shou

Re: [Dspace-tech] Dspace Installation

2012-07-11 Thread helix84
On Wed, Jul 11, 2012 at 10:59 AM, seun olotu wrote: > error message: mvn is recognise as an internal or external command. > Please what do I do? You either don't have Maven installed or it's not in your path (the PATH environment variable). Maven is required to build DSpace: https://wiki.duraspa

[Dspace-tech] Dspace Installation

2012-07-11 Thread seun olotu
Thanks fo the document you sent. It is very useful. I am presently at the tage of installing Dspace, the command in the manual "mvn package " is not starting the Dspace installation at the dos prompt. error message: mvn is recognise as an internal or external command. Please what do I do? T

Re: [Dspace-tech] Oracle 11g and DSpace 1.8.1 problems

2012-07-11 Thread helix84
On Tue, Jul 10, 2012 at 8:36 PM, Kelly Brown wrote: > Please find attached the output of ant fresh_install I looked at your stack trace and I think in this case, the ORA-00942 error is harmless. It's just trying to drop tables during fresh install so that it can create them again empty. Obviously

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread helix84
In response to your original problem, you should send the OAI URL of the site you're trying to harvest here, we might look if there's a problem. >From what you posted it's possible it might not provide the QDC metadata format (it's not required by the specification). You may also want to try to har

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread helix84
I just checked and this is the required form: http://example.com/oai/request (However the site is still down) Regards, ~~helix84 -- Live Security Virtual Conference Exclusive live event will cover all the ways today's s

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread helix84
On Wed, Jul 11, 2012 at 10:12 AM, RUIZ MORENO, ROBERT wrote: > I tried entering the URL, but doesn't work. Do you know why? Did you enter the whole URL to your OAI interface or just URL to your web interface? I can't look right now which format it requires because it's currently down, but there y

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread Bram Luyten
Did it produce any error messages? Or did the site just fail to return anything? Could you copy the URL that you used in here? cheers, Bram -- [image: logo] *Bram Luyten* *@mire* *2888 Loker Avenue East, Suite 305, Carlsbad, CA. 92010* *Esperantolaan 4, Heverlee 3001, Belgium*

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface

2012-07-11 Thread RUIZ MORENO, ROBERT
Dear Bram, I tried entering the URL, but doesn't work. Do you know why? Thanks, Robert 2012/7/4 Bram Luyten > Hi Robert, > > not sure if this is useful, but if you run your OAI provider URL through > the OAI Repository Explorer, do you get any meaningful error messages ? > > This tool can be f

Re: [Dspace-tech] Authority Control getMatches

2012-07-11 Thread helix84
On Wed, Jul 11, 2012 at 1:09 AM, Helves Domingues wrote: > I´ve opened a jira issue (https://jira.duraspace.org/browse/DS-1079) > but I didn't receive any response. Someone could help me with this > problem? Hi Helves, you did the right thing to report the issue to Jira. It will surely be looked