[Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-03-26 Thread Francisco Pais
Hi I'm trying to make an update from my dspace server to dspace 3.1. I followed all the step, and before the migration, i've copied all data to a new and cleaned dspace 3.1 server. The full application seems to be running right but when I go to oai-phm interface to list Records and Identifiers

Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-03-26 Thread helix84
Hi Francisco, try running [dspace]/bin/dspace oai import -c Does that fix the problem? If not, try accessing ListRecords or ListIdentifiers again and look at what was added at that time to the Solr log (presumably catalina.out). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiqu

Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-03-26 Thread Francisco Pais
.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183) De: "helix84" Para: "Francisco Pais Suarez" CC: dspace-tech@lists.sourceforge.net Enviados: Martes, 26 de Marzo 2013 10:41:13 Asunto: Re: [Dspace-tech]

Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-03-26 Thread helix84
Is your Solr (10.8.40.56) on the same machine as DSpace? By default, the Solr HTTP interface is restricted only to access from localhost. See details here: https://wiki.duraspace.org/display/DSPACE/Solr Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.

Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-03-26 Thread helix84
BTW you can change the Solr URL (solr.url) in [dspace]/config/modules/oai.cfg. Try using "localhost" as the hostname if you can. Modifications to configuration require Tomcat restart. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/M

Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-03-26 Thread Francisco Pais
CC: dspace-tech@lists.sourceforge.net Enviados: Martes, 26 de Marzo 2013 10:59:01 Asunto: Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers BTW you can change the Solr URL (solr.url) in [dspace]/config/modules/oai.cfg. Try using "localhost" as the hostname

Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-03-26 Thread helix84
Sorry Francisco, no more ideas. João, could you please take a look? Here's the whole thread: http://dspace.2283337.n4.nabble.com/Error-with-Dspace-OAI-PHM-listing-records-and-Identifiers-td4662827.html Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.

Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-05-15 Thread esa
hi, i have same problem with you, and i manage to finish it. try deleting files in [dspace folder]/var/oai/requests I managed to bring up the record after deleting all the files in the folder, but I have another problem when trying to use the OAI-ORE see my post if you can help me .. my post: ht

Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-05-16 Thread helix84
On Wed, May 15, 2013 at 6:23 PM, esa wrote: > see my post if you can help me .. > my post: > http://dspace.2283337.n4.nabble.com/Cannot-harvesting-with-bitstream-use-OAI-ORE-OAI-ORE-Bitstream-is-null-td4663798.html Hi Esa, for some reason I didn't get the email you linked to. In [dspace]/dspace

Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-05-17 Thread esa
hi helix, thanks for your reply its work! now i can get the ore.xml but i'm still get error. this is the error (in dspace log) : 2013-05-16 00:42:00,953 ERROR org.dspace.harvest.OAIHarvester @ Error occured while generating an OAI response: Server returned HTTP response code: 400 for URL: http:/

Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-05-17 Thread helix84
The 123456789%2F34 part is almost certainly wrong. %2F is an url-encoded slash, so you probably copied 123456789/34 as the handle prefix somewhere and now you're asking for handle 123456789%2F34/1, which is obviously wrong. Also, in the future it helps to send the full stacktrace. In this case, th

Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-05-31 Thread esa
hi helix, you're right. the problem is the HTML URL encoding, but i still cannot find where is the problem. i read this : https://jira.duraspace.org/browse/DS-1014?page=com.xiplink.jira.git.jira-git-plugin:git-commits-tabpanel but in my OREDisseminationCrosswalk.java the code is fixed. i try to