Re: [Dspace-tech] Error while attempting to create identifier for Item id: 7330

2013-08-26 Thread Otuoma
I have found [dspace]/log/handle-plugin.log it has the contents below. 2013-08-16 16:55:00,046 INFO org.dspace.handle.HandlePlugin @ Called init (not implemented) 2013-08-16 16:55:00,048 INFO org.dspace.handle.HandlePlugin @ Called scanNAs (not implemented) Am not sure how to fix this. --

Re: [Dspace-tech] Error while attempting to create identifier for Item id: 7330

2013-08-26 Thread Otuoma
When I run this: [dspace]/bin/dspace make-handle-config I get this: ERROR: You must specify a configuration directory. I have the directory [dspace]/handle-server and its configured in dspace.cfg : hanle.dir = ${dspace.dir}/handle-server The directory's owner is tomcat6 -- View this

[Dspace-tech] Error while attempting to create identifier for Item id: 7330

2013-08-20 Thread Otuoma
I have the error below when I try to submit a new item to the repository during the last step just after granting the license. I have tried granting the dspace user all privileges on the repository database and I also tried running all the database upgrade scripts as the dspace user but this did

Re: [Dspace-tech] Error while attempting to create identifier for Item id: 7330

2013-08-20 Thread helix84
Your dspace.log should contain a line like this: Caught exception in submission step: Find it and send the whole line. That should help us find the problem. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Error while attempting to create identifier for Item id: 7330

2013-08-20 Thread Otuoma
By the way I have also set the owner of everything in the [dspace] folder including subfolders and files to tomcat6 user because initially it was throwing errors at the file upload stage. Am not sure if this is correct as well? -- View this message in context:

Re: [Dspace-tech] Error while attempting to create identifier for Item id: 7330

2013-08-20 Thread Otuoma
I have files like dspace.log.2013-08-20, cocoon.log.2013-08-20 and checker.log.2013-08-20 for different dates in [dspace]/log/ I dont have dspace.log. I have also searched in them for Caught exception in submission step: and this line is not there. Am working on dspace 3.2. Am not there are other

Re: [Dspace-tech] Error while attempting to create identifier for Item id: 7330

2013-08-20 Thread helix84
On Tue, Aug 20, 2013 at 11:20 AM, Otuoma otuomathegr...@yahoo.com wrote: I have files like dspace.log.2013-08-20, cocoon.log.2013-08-20 and checker.log.2013-08-20 for different dates in [dspace]/log/ I dont have dspace.log. I have also searched in them for Caught exception in submission step:

[Dspace-tech] Error while enabling Discovery

2013-07-26 Thread remi asare
Hello people, I hope you all doing good. Here is a thing: i'm trying to enable discovery on dspace 1.8 and i follow this wiki https://wiki.duraspace.org/display/DSDOC18/Discovery; but i run the command /dspace/bin/dspace update-discovery-index i'm getting this error Error executing query

Re: [Dspace-tech] Error while enabling Discovery

2013-07-26 Thread helix84
Hi Remi, most likely you just misconfigured search.server in [dspace]/config/modules/discovery.cfg. By default, it should point to http://localhost:8080/solr/search. What value do you have there? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Error while enabling Discovery

2013-07-26 Thread remi asare
Thanks! it worked when i changed it. It was pointing to another URL. 2013/7/26 helix84 heli...@centrum.sk Hi Remi, most likely you just misconfigured search.server in [dspace]/config/modules/discovery.cfg. By default, it should point to http://localhost:8080/solr/search. What value do you

[Dspace-tech] Error uploading file to DSpace

2013-07-24 Thread Lewatle Phaladi
Hi All, I am getting the following error while uploading document into dspace, I have just finished installing Dspace 3.1 version on test system, and while uploading one item into collection I get this error: java.io.IOException: No such file or directory Cocoon stacktrace [show] Java

Re: [Dspace-tech] Error uploading file to DSpace

2013-07-24 Thread helix84
Hi Lewatle, you need to include the full Java stacktrace. This is almost certainly a permissions issue. Which user runs your Tomcat? Which user owns the [dspace] directory, assetstore and everything under it? Double check that it's the same user and that he owns everything under [dspace]. Is

Re: [Dspace-tech] Error uploading file to DSpace

2013-07-24 Thread Lewatle Phaladi
Hi Helix, Thanks, I will re-check and respond. Regards, Lewatle -Original Message- From: helix84 [mailto:heli...@centrum.sk] Sent: 24 July 2013 03:41 PM To: Lewatle Phaladi Cc: DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Error uploading file to DSpace Hi Lewatle

[Dspace-tech] Error when using itemupdate to add multiple metadata fields

2013-06-27 Thread Isaak, David C
Hello, [I am running DSpace 3.1.] I am attempting to use the itemupdate command to add metadata to three fields at the same time. The command I am using is: [dspace]/bin/dspace itemupdate -e j...@user.com -s [path/to/archive] -a dc.contributor.x.;dc.contributor.y;dc.contributor.z When I run

Re: [Dspace-tech] Error when using itemupdate to add multiple metadata fields

2013-06-27 Thread Bram Luyten
Hi David, just part of the answer bit it may set you on the right track: the reason why ; breaks your command is because it will tell the CLI to interprete dc.contributor.y as a separate command to be executed after the previous part. So I guess that will never work. what happens if you try:

Re: [Dspace-tech] Error when using itemupdate to add multiple metadata fields

2013-06-27 Thread Isaak, David C
] On Behalf Of Bram Luyten Sent: Thursday, June 27, 2013 1:36 PM To: Isaak, David C Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Error when using itemupdate to add multiple metadata fields Hi David, just part of the answer bit it may set you on the right track: the reason why

Re: [Dspace-tech] Error on start Tomcat

2013-06-17 Thread Mark H. Wood
On Fri, Jun 14, 2013 at 06:38:42PM -0300, Marcelo Henrique Gomes wrote: Hello, I run the command /dspace/bin/dspace stats-util -m -i -f and happen this error INFO [main] (DSpaceKernelInit.java:52) - Created new kernel:

Re: [Dspace-tech] Error on start Tomcat

2013-06-17 Thread Marcelo Henrique Gomes
Thanks Mark, Probably I changed dspace.cfg on the fly. I ran ant update and fixed the problem. I have many doubts about statistics. Old statistics VS solr statistics. I'm reading documentation and anything I ask for help again. Regards, Marcelo On Mon, Jun 17, 2013 at 9:44 AM, Mark H. Wood

[Dspace-tech] Error on start Tomcat

2013-06-14 Thread Marcelo Henrique Gomes
Hello, I run the command /dspace/bin/dspace stats-util -m -i -f and happen this error INFO [main] (DSpaceKernelInit.java:52) - Created new kernel: DSpaceKernel:org.dspace:name=57919428-707c-4ff1-ad38-0392890574be,type=DSpaceKernel:lastLoad=null:loadTime=0:running=false:kernel=null INFO [main]

[Dspace-tech] error occurred while processing an OAI record

2013-06-12 Thread Webshet, Sisay (ILRI)
Dspace 3.1/xmlui version I tried to harvest metadata from another dspace instance. I just test the testing which is 'Harvesting settings are valid'.But An error occurred while processing an OAI record. Can any body has a hint. Thanks

Re: [Dspace-tech] error occurred while processing an OAI record

2013-06-12 Thread helix84
On Wed, Jun 12, 2013 at 10:14 AM, Webshet, Sisay (ILRI) s.webs...@cgiar.org wrote: I tried to harvest metadata from another dspace instance. I just test the testing which is ‘Harvesting settings are valid’.But That only tests the connection - whether the parameters you entered really point to a

Re: [Dspace-tech] error occurred while processing an OAI record

2013-06-12 Thread Webshet, Sisay (ILRI)
Here is the error from the log file 2013-06-12 01:08:44,480 ERROR org.dspace.harvest.OAIHarvester @ Harvesting error occured while processing an OAI record: Handle collision: attempted to re-assign handle '10883/385' to an incoming harvested item 'oai:repository.cimmyt.org:10883/385'.

Re: [Dspace-tech] error occurred while processing an OAI record

2013-06-12 Thread helix84
On Wed, Jun 12, 2013 at 10:30 AM, Webshet, Sisay (ILRI) s.webs...@cgiar.org wrote: Here is the error from the log file 2013-06-12 01:08:44,480 ERROR org.dspace.harvest.OAIHarvester @ Harvesting error occured while processing an OAI record: Handle collision: attempted to re-assign handle

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

Re: [Dspace-tech] Error generated after clicking on feedback

2013-05-23 Thread Henry Agbodza
Hi Helix, below is my mail mail.allowed.referrers settings. mail.allowed.referrers = awdflibrary.org On Wed, 05/22/2013 11:05 AM, helix84 heli...@centrum.sk wrote: On Wed, May 22, 2013 at 12:33 PM, Henry Agbodza target=_blankhenry_agbo...@libr.ug.edu.gh wrote: I had this error after

Re: [Dspace-tech] Error generated after clicking on feedback

2013-05-23 Thread Henry Agbodza
Running this command : /usr/local/dspace/bin/dspace test-email gives me what is below INFO [main] (DSpaceKernelInit.java:52) - Created new kernel: DSpaceKernel:org.dspace:name=a72545a6-24b6-49e9-8d14-bc78a16ed0c0,type=DSpaceKernel:lastLoad=null:loadTime=0:running=false:kernel=null INFO

Re: [Dspace-tech] Error generated after clicking on feedback

2013-05-23 Thread helix84
On Thu, May 23, 2013 at 12:05 PM, Henry Agbodza henry_agbo...@libr.ug.edu.gh wrote: Error sending email: - Error: javax.mail.MessagingException: Could not connect to SMTP host: awdflibrary.org, port: 25; nested exception is: java.net.ConnectException: Connection refused That means

[Dspace-tech] Error generated after clicking on feedback

2013-05-22 Thread Henry Agbodza
​I had this error after clicking on the Feedback link. I'm using Dspace 3.1 and the mirage theme. java.lang.StringIndexOutOfBoundsException: String index out of range: -1 -- Try New Relic Now We'll Send You

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:

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,

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 esa.fa...@gmail.com 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.

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:

[Dspace-tech] error in dspace authorization policies

2013-05-06 Thread jayachandra B
Hi, I am using 1.8.2 dspace, When I am trying to edit authorization policies using Advanced item/wild card policy Admin tool. When i click on add policy I am getting Internal System Error -- Regards Jayachandr --

Re: [Dspace-tech] error in dspace authorization policies

2013-05-06 Thread jayachandra B
Hi, I am using 1.8.2 dspace, When I am trying to edit authorization policies using Advanced item/wild card policy Admin tool. When i click on add policy I am getting Internal System Error the error message in the error log file is mentioned below 2013-05-06 18:40:28,309 WARN

Re: [Dspace-tech] error in dspace authorization policies

2013-05-06 Thread jayachandra B
Hi, Can any one tell me how to make dspace collection shall accessed by only registered users. I am using dspace 1.8.2 On Mon, May 6, 2013 at 7:05 PM, helix84 heli...@centrum.sk wrote: This looks like you tried to add a new policy to an empty set of items. Make sure you're applying it to at

Re: [Dspace-tech] Error creating administrator Dspace 3.1 with Oracle and Red Hat

2013-04-29 Thread María Gómez Argudo
We had already tried to run the updating scripts to the database, but actually we didn´t follow the stepts of the Dspace upgrade process. Thanks for the advice and apologies for the inconvenience in the dspace-devel list. Regards,

[Dspace-tech] Error creating administrator Dspace 3.1 with Oracle and Red Hat

2013-04-25 Thread María Gómez Argudo
Good morning: I`m installing a Dspace 3.1 with an Oracle database in a Red Hat server. Creating the administrator account (step 10 of the installation process) an exception messagge appears, Exception: No such column 'salt'. There isn´t any error message in the log file

Re: [Dspace-tech] Error creating administrator Dspace 3.1 with Oracle and Red Hat

2013-04-25 Thread helix84
On Thu, Apr 25, 2013 at 10:24 AM, María Gómez Argudo mgom...@cic.upo.es wrote: Exception: No such column 'salt' java.lang.IllegalArgumentException: No such column 'salt' Hi María, this shouldn't happen when you're installing a new instance of DSpace, only when you're upgrading from an older

[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

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

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

2013-03-26 Thread Francisco Pais
) at java.lang.reflect.Method.invoke(Method.java:601) at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183) De: helix84 heli...@centrum.sk Para: Francisco Pais Suarez francisco.p...@udc.es 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

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

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

2013-03-26 Thread Francisco Pais
-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 if you can

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

[Dspace-tech] Error in DSpace logs: ClientAbortException: java.net.SocketException: Broken pipe

2013-01-23 Thread Anthony Petryk
Hello, The following error (copied below) is showing up in our DSpace logs every 2 minutes or so. I'm not sure what's causing it. Is this something to worry about? I haven't noticed any problems in the UI, but our users may have. Thanks for your help. Anthony --- 2013-01-22 10:58:32,310

Re: [Dspace-tech] Error in DSpace logs: ClientAbortException: java.net.SocketException: Broken pipe

2013-01-23 Thread helix84
On Wed, Jan 23, 2013 at 4:28 PM, Anthony Petryk anthony.pet...@uottawa.ca wrote: The following error (copied below) is showing up in our DSpace logs every 2 minutes or so. I’m not sure what’s causing it. Is this something to worry about? I haven’t noticed any problems in the UI, but our

Re: [Dspace-tech] Error in DSpace logs: ClientAbortException: java.net.SocketException: Broken pipe

2013-01-23 Thread Anthony Petryk
That's a relief. :) Thanks for the quick reply. -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Wednesday, January 23, 2013 11:06 AM To: Anthony Petryk Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Error in DSpace

Re: [Dspace-tech] Error Importing UTF-8 encoded file (some Chinese Characters)..

2012-12-14 Thread helix84
Did you run index-init and (update-discovery-index if you're using Discovery) after enabling ChieneseAnalyzer? This might be related: https://jira.duraspace.org/browse/DS-1170 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Error Importing UTF-8 encoded file (some Chinese Characters)..

2012-12-13 Thread helix84
On Thu, Dec 13, 2012 at 2:24 AM, brian.t brian88mail-l...@yahoo.com wrote: So, if the metadata content does have the special characters such as '' (or symbols) it will have to be enclosed in quotes or use HTML code, e.g. amp; for ''. Is that correct? That has really nothing to do with DSpace,

Re: [Dspace-tech] Error Importing UTF-8 encoded file (some Chinese Characters)..

2012-12-13 Thread marco . weiss
Hi Helix, thank you for your answare. I found the failure in the meanwhile. I forgot an xmlns ;) But maybe you can tell me how i can get only the handle ID like 123456789/123 without the http://hdl.handle.net printed in my XML. Regards, Marco Zitat von helix84 heli...@centrum.sk: On

Re: [Dspace-tech] Error Importing UTF-8 encoded file (some Chinese Characters)..

2012-12-13 Thread helix84
On Thu, Dec 13, 2012 at 10:36 AM, marco.we...@kesslernetworks.de wrote: thank you for your answare. I found the failure in the meanwhile. I forgot an xmlns ;) Hi Marco, my email actually wasn't a response to your question about an OAI crosswalk (which I didn't try yet), but to Brian's

Re: [Dspace-tech] Error Importing UTF-8 encoded file (some Chinese Characters)..

2012-12-13 Thread brian.t
: dspace-tech@lists.sourceforge.net dspace-tech@lists.sourceforge.net Sent: Thursday, 13 December 2012, 16:42 Subject: Re: [Dspace-tech] Error Importing UTF-8 encoded file (some Chinese Characters).. On Thu, Dec 13, 2012 at 2:24 AM, brian.t brian88mail-l...@yahoo.com wrote: So, if the metadata

Re: [Dspace-tech] Error Importing UTF-8 encoded file (some Chinese Characters)..

2012-12-12 Thread helix84
On Wed, Dec 12, 2012 at 10:42 AM, brian.t brian88mail-l...@yahoo.com wrote: Thank you for the quick response. My apology if my last email content triggered unnecessary processing at the dspace-tech list! No, there was actually no problem. It was just a precaution. I didn't even need it if I

Re: [Dspace-tech] Error Importing UTF-8 encoded file (some Chinese Characters)..

2012-12-12 Thread brian.t
To: brian.t brian88mail-l...@yahoo.com Cc: dspace-tech@lists.sourceforge.net dspace-tech@lists.sourceforge.net Sent: Wednesday, 12 December 2012, 18:58 Subject: Re: [Dspace-tech] Error Importing UTF-8 encoded file (some Chinese Characters).. On Wed, Dec 12, 2012 at 10:42 AM, brian.t

Re: [Dspace-tech] Error Importing UTF-8 encoded file (some Chinese Characters)..

2012-12-11 Thread brian.t
Hi All, I've been trying to import a batch of UTF-8 encoded text file (metadata) where there are some Traditional Chinese characters in the metadata, and the importer spelt out the following error message: Error Message Dump screen: = [Fatal Error]

Re: [Dspace-tech] Error Importing UTF-8 encoded file (some Chinese Characters)..

2012-12-11 Thread helix84
Hi Brian, can you send the metadata file zipped, in order to prevent mail servers from attempting any conversions? I can verify whether that part of the text file is really in UTF-8. It's possible that the file or it's part is in UTF-16. Regards, ~~helix84 Compulsory reading: DSpace Mailing

[Dspace-tech] Error choosing CC License, in Catalan

2012-10-25 Thread RUIZ MORENO, ROBERT
Hi everyone, we use DSpace 1.7.1 with XMLUI interface. Our instance of DSpace has 3 languages available: Spanish, English Catalan If we start a submission in Catalan language, when we arrive to CC License Step and clic on button that moves to CC page, it moves to: *URL:

Re: [Dspace-tech] Error choosing CC License, in Catalan

2012-10-25 Thread helix84
Hi Robert, here's how you can turn on debugging (don't forget to turn it off afterwards): https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-TurningonDebugging(optional) You should be able to find the exception causing it in the logs. Regards, ~~helix84

Re: [Dspace-tech] Error choosing CC License, in Catalan

2012-10-25 Thread RUIZ MORENO, ROBERT
Hi helix84, I've just turned on debug mode in config file, but it don't show me any error or strange message. I suspect that error comes from Creative Commons Page, but I'd like to know if anyone have the same behaviour in a different language than Spanish or English. Thanks, Robert 2012/10/25

Re: [Dspace-tech] Error choosing CC License, in Catalan

2012-10-25 Thread Àlex Magaz Graça
Al 25/10/12 10:53, En/na RUIZ MORENO, ROBERT ha escrit: Hi everyone, we use DSpace 1.7.1 with XMLUI interface. Our instance of DSpace has 3 languages available: Spanish, English Catalan If we start a submission in Catalan language, when we arrive to CC License Step and clic on button that

Re: [Dspace-tech] Error choosing CC License, in Catalan

2012-10-25 Thread RUIZ MORENO, ROBERT
Hi, many thanks Alex, the problem was that my CC Submit button has an accented character. Robert 2012/10/25 Àlex Magaz Graça alexandre.ma...@udl.cat Al 25/10/12 10:53, En/na RUIZ MORENO, ROBERT ha escrit: Hi everyone, we use DSpace 1.7.1 with XMLUI interface. Our instance of DSpace has

[Dspace-tech] Error 500 in Rest API

2012-10-19 Thread Modesto Caballero
Hi! I installed REST API, and I can only access http://www.example.org/rest/describe . Any other page gives me error 500. I can access http://www.example.org/xmlui and it works fine. What can I do? Thanks! Regards, Modesto

Re: [Dspace-tech] error with cwf_collectionrole

2012-10-11 Thread helix84
You may want to subscribe to watch this Jira issue: https://jira.duraspace.org/browse/DS-1281 and also send any additional comments there. I'm sure the suggestions you made will be useful to fix that. Regards, ~~helix84

Re: [Dspace-tech] error with cwf_collectionrole

2012-10-09 Thread helix84
Thanks for reporting a solution. I don't use this particular DSpace feature, so I'm unable to test it. I CCed Ian who originally reported the problem, he should be able to report if it helps. I don't believe this has been reported yet. Can you please report the problem to Jira and also add your

Re: [Dspace-tech] error 349

2012-09-07 Thread Hilton Gibson
See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/ERRORS And: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Digital_Preservation/Electronic_Archives_Preservation_Policy/Preservable_Digital_Objects Cheers hg On 7 September 2012 16:20, Lewatle Phaladi lewatle.phal...@wits.ac.zawrote: Hi All

Re: [Dspace-tech] error 349

2012-09-07 Thread Lewatle Phaladi
Thanks, I will look at it. From: Hilton Gibson [mailto:hilton.gib...@gmail.com] Sent: 07 September 2012 04:24 PM To: Lewatle Phaladi Cc: DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] error 349 See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/ERRORS And: http

Re: [Dspace-tech] error 349

2012-09-07 Thread helix84
On Fri, Sep 7, 2012 at 4:24 PM, Hilton Gibson hilton.gib...@gmail.com wrote: See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/ERRORS And: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Digital_Preservation/Electronic_Archives_Preservation_Policy/Preservable_Digital_Objects Hi Hilton,

Re: [Dspace-tech] error 349

2012-09-07 Thread Hilton Gibson
Hi Ivan Mostly the spaces. We are busy defining standards for file names now. Cheers hg On 7 September 2012 16:34, helix84 heli...@centrum.sk wrote: On Fri, Sep 7, 2012 at 4:24 PM, Hilton Gibson hilton.gib...@gmail.com wrote: See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/ERRORS

Re: [Dspace-tech] error 349

2012-09-07 Thread helix84
On Fri, Sep 7, 2012 at 4:53 PM, Hilton Gibson hilton.gib...@gmail.com wrote: Mostly the spaces. We are busy defining standards for file names now. Sorry if I misunderstood - are you saying that you're too busy to file the issue or that you're working on figuring out the offending characters

Re: [Dspace-tech] error 349

2012-09-07 Thread Hilton Gibson
Sorry Ivan I am not a programmer. I am system admin. For long term digital preservation purposes we have elected fix file names. On 7 September 2012 17:08, helix84 heli...@centrum.sk wrote: On Fri, Sep 7, 2012 at 4:53 PM, Hilton Gibson hilton.gib...@gmail.com wrote: Mostly the spaces. We are

[Dspace-tech] Error Pages and Returning 404...

2012-08-09 Thread Shafer, Philip
If we have a resource that no longer exists, it returns an Error Page, but I feel like it should return a 404 Not Found. Is it possible to redirect Resource Not Found to http 404 status? Thanks, Phil - Philip Shafer Web Developer Rowan University Library Services Ph:

[Dspace-tech] Error in creating E-Persons

2012-07-24 Thread Hardik Mishra
Hi Michael Did you get same URL http://dolon.cput.ac.za:8081/xmlui; in previous registration e-mails ? Check dspace.url = ${dspace.baseUrl}/jspui in your dspace.cfg Its a good practice to mention Dspace version and provide error logs when sending query to Tech List. Hardik Mishra

[Dspace-tech] error in mvn package

2012-07-16 Thread Jose Blanco
I just tried 'mvn package' and am getting this error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-1:attached (default) on project dspace-lni-client: Failed to create assembly: Error adding file-set for 'javax.activation:activation:jar:1.1' to archive:

Re: [Dspace-tech] error in mvn package

2012-07-16 Thread Tim Donohue
Hi Jose, Can you re-run Maven with the -e flag (as it mentions in the error message that you pasted below)? Sometimes that gives more information as to the underlying error message. So, you'd want to run: mvn -e package Also, what directory are you running 'mvn package' from? Are you

Re: [Dspace-tech] error in mvn package

2012-07-16 Thread Jose Blanco
I've been running it from the same dir since working with 1.8.2 - [dspace-src]. I saw this happening late on Friday, and thought some one was doing something to the repository and that it would be fixed today, but not the case. Here are more details: [ERROR] Failed to execute goal

Re: [Dspace-tech] error in mvn package

2012-07-16 Thread Tim Donohue
Hi Jose, I'm not sure what is going on, other than it seems to be having difficulty writing to your /tmp directory path...hence the error: Failed to create assembly: Error adding file-set for 'javax.activation:activation:jar:1.1' to archive: /tmp/archived-file-set.1701910094.tmp isn't a

[Dspace-tech] Error when attempting to delete roles from collection

2012-06-11 Thread Wellaway, Ian
Hi, I get the following error when attempting to delete any of the workflow roles from a collection (Accept/Reject Step for example): An error has occurred Go to EDA homehttp://vmerdmsdspace01.ex.ac.uk/repository java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

Re: [Dspace-tech] Error when attempting to delete roles from collection

2012-06-11 Thread helix84
Hi Ian, I searched the DSpace codebase and the only place where this table is used (apart from SQL scripts, which you said you didn't run) is in CollectionRole.java. It's curious that while this file exists in 1.8.2, it doesn't exist in git HEAD. Anyway, the file lists the names of guys from

Re: [Dspace-tech] Error when attempting to delete roles from collection

2012-06-11 Thread helix84
Make sure to also send them the full stack traces. Regards, ~~helix84 -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT

Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-11 Thread Masha Watts
Dear Tim, Thanks for your support. But same problem occurs with the new SVN also. Masha. On Wed, May 9, 2012 at 10:18 PM, Tim Donohue tdono...@duraspace.org wrote: All, On second glance, I don't believe this issue is fixable in the old SVN archive (now at

Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-09 Thread Tim Donohue
Masha, Ok, this is starting to make more sense now. :) NetBeans by default runs a 'mvn install' whenever you do a Maven build (it's just how it works). With DSpace, a 'mvn install' also runs a license check. I believe the reason why this isn't working is that we moved our SVN repository

Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-09 Thread Tim Donohue
All, On second glance, I don't believe this issue is fixable in the old SVN archive (now at http://svn.duraspace.org/dspace/). In other words, I think that running 'mvn install' against an old SVN checkout will always throw errors, unfortunately. The underlying issue seems to be that the

[Dspace-tech] Error during maven build. [Missing header]

2012-05-08 Thread Masha Watts
Dear All, I'm getting following error during the maven build. It says *[Missing header]*. But when I go to individual java files, those contains the default license text. Failed to execute goal com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check (check-headers) on project

Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-08 Thread Tim Donohue
Hi Masha, Maven usually will also report the exact files which it found to not have a proper header. Was there any additional information provided when you ran Maven? If you scroll up in your Maven response, you should find some information similar to this reported: [INFO] ---

Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-08 Thread Mark Diggory
Masha and Tim, Another thought. The license goal shouldn't be getting executed during the package phase of our regular build process. Are you executing some other mvn goal or phase such as install or deploy? Mark On Tue, May 8, 2012 at 7:12 AM, Tim Donohue tdono...@duraspace.org wrote: Hi

[Dspace-tech] error al iniciar tomcat

2012-03-28 Thread Karol Guzman
buenas tardes Buenas compañeros, sigo yo con problemas. A la hora de iniciar el tomcat, aparecen varios errores que no he podido solucinar. Creo que es con las rutas, sin embargo, no sè dónde cambiarlas. aquí está parte del log y los primeros errores generados 28/03/2012 02:23:09 PM

Re: [Dspace-tech] error al iniciar tomcat

2012-03-28 Thread Karol Guzman
hola sí, antes de instalar dspace funcionaba perfecto. De hecho, aún funciona, levanta bien el tomcat, pero no puedo ingresar a dspace gracias 2012/3/28 Sandoval, Álvaro alsando...@bcn.cl: Hola Karol: Creo que debes partir determinando el posible origen del problema. ¿Funcionaba tomcat antes

Re: [Dspace-tech] error al iniciar tomcat

2012-03-28 Thread Dennis Tobar
Hola, Creo que podrías tener algún problema con la configuración cuando compilaste con mvn o ant. Me nace la inquietud ya que tienes una ruta con {$dspace.dir} y eso no lo interpreta correctamente. Una consulta: ¿el que te muestra Tomcat error es 404 o 500? Saludos 2012/3/28 Karol Guzman

Re: [Dspace-tech] error al iniciar tomcat

2012-03-28 Thread Sandoval, Álvaro
Hola Karol: Creo que debes partir determinando el posible origen del problema. ¿Funcionaba tomcat antes de instalar dspace? Si no sabes, puedes simplemente quitar las aplicaciones web generadas por Dspace del directorio raíz de tomcat y reinicias el servicio. ¡Saludos! Álvaro El 28/03/12

[Dspace-tech] Error with workflow in DSpace 1.8.2

2012-03-26 Thread Wellaway, Ian
Hi, After updating from 1.6.2 to 1.8.2, I get the following error when attempting to remove a group from any of the three workflow roles when editing a collection (Accept/Reject, Accept/Reject/Edit Metadata Step, Edit Metadata Step): java.sql.SQLSyntaxErrorException: ORA-00942: table or view

Re: [Dspace-tech] Error with workflow in DSpace 1.8.2

2012-03-26 Thread Wellaway, Ian
:37 To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Error with workflow in DSpace 1.8.2 On 26 March 2012 11:05, Wellaway, Ian i.j.wella...@exeter.ac.uk wrote: After updating from 1.6.2 to 1.8.2, I get the following error when attempting to remove a group from any of the three

Re: [Dspace-tech] Error with workflow in DSpace 1.8.2

2012-03-26 Thread Sean Carte
On 26 March 2012 13:45, Wellaway, Ian i.j.wella...@exeter.ac.uk wrote: Hi Sean, Thanks for your reply. I did run the update scripts. Part of our upgrading process was to switch from Postgres to Oracle (should have mentioned this) which I have down and I ran the scripts accordingly.

Re: [Dspace-tech] Error during user registration

2012-03-21 Thread dolly
Hello Output: echo test | mail -s test subject Send options without primary recipient specified. Usage: mail -eiIUdFntBDNHRV~ -T FILE -u USER -h hops -r address -s SUBJECT -a FILE -q FILE -f FILE -A ACCOUNT -b USERS -c USERS users dspace dsrun org.dspace.core.Email About to send

Re: [Dspace-tech] Error during user registration

2012-03-21 Thread dolly
Hello!! Plz help me!! With Regards -- View this message in context: http://dspace.2283337.n4.nabble.com/Error-during-user-registration-tp4445921p4494562.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

Re: [Dspace-tech] Error ingesting to DSpace Sword

2012-03-15 Thread Kavitha Chandrasekar
Hi Tim, Thanks for the pointer to the help on logs. I was using the demo server at http://demo.dspace.orghttp://demo.dspace.org/xmlui. Since it was not possible to look at the logs of the demo server, I set up an instance of dspace on my local machine and was able to ingest data in through the

Re: [Dspace-tech] Error ingesting to DSpace Sword

2012-03-14 Thread Mark H. Wood
On Tue, Mar 13, 2012 at 10:53:52PM -0400, Kavitha Chandrasekar wrote: Hi, I am trying to submit a sample package using curl to the DSpace Sword demo server. I used the command below: curl -i --http1.0 --data-binary @example.zip -H Content-Disposition: filename=example.zip -H

Re: [Dspace-tech] Error ingesting to DSpace Sword

2012-03-14 Thread Tim Donohue
Kavitha, That internal error is a generic error message. To determine what the real error message is you will need to check your Tomcat or Dspace logs. For help on doing so, see: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error - Tim On 3/13/2012 9:53 PM, Kavitha Chandrasekar

Re: [Dspace-tech] Error during user registration

2012-03-06 Thread dolly
Hello!! thanks for the reply Yes,I entered an email address, but still it is giving error during new user registration. With Rergards -- View this message in context: http://dspace.2283337.n4.nabble.com/Error-during-user-registration-tp4445921p4449553.html Sent from the DSpace - Tech mailing

Re: [Dspace-tech] Error during user registration

2012-03-06 Thread helix84
On Tue, Mar 6, 2012 at 12:43, dolly him1912sha...@gmail.com wrote: Yes,I entered an email address, but still it is giving error during new user registration. I think the problem is that your DSpace is not able to send email. 1) Send us your mail.server.* properties from dspace.cfg 2) Run these

<    1   2   3   4   5   6   >