Re: [Dspace-tech] Queries

2013-01-04 Thread Parul dubey
Hi Please find the details below as required : DSPace version: 1.8.2 JSPUI Operating System: Windows XP Please suggest a solution Thanks Parul Dubey -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Thursday, January 03, 2013 10:17 PM To: Parul dubey Cc:

Re: [Dspace-tech] Help message_bg.properties

2013-01-04 Thread Hristo Stamenov
Hi To my problem from yesterday Here is the solution if needed i can post full tutorial how to run dspace 3.0 from netbeans from tomcat and add add easy some metafields in the itemTag.java for the dspace jsp-ui i added the following code // this part is to display ONLY bulgarian local

Re: [Dspace-tech] Help message_bg.properties

2013-01-04 Thread helix84
On Fri, Jan 4, 2013 at 9:40 AM, Hristo Stamenov darkel...@gmail.com wrote: Here is the solution Thanks for sharing your solution. if needed i can post full tutorial how to run dspace 3.0 from netbeans from tomcat and add add easy some metafields If you have anything to add, feel free to

Re: [Dspace-tech] Solr Exception in DSpace 3.0

2013-01-04 Thread helix84
On Fri, Jan 4, 2013 at 6:58 AM, mErRYo merryob...@yahoo.com wrote: SEVERE: org.apache.solr.common.SolrException: org.apache.lucene.queryParser.ParseException: Cannot parse 'title:()': Encountered ) ) at line 1, column 7. You asked Solr to search for 'title:()', which is an invalid query.

Re: [Dspace-tech] Severe Warnings from SOLR Dspace 3.0

2013-01-04 Thread helix84
On Fri, Jan 4, 2013 at 7:09 AM, mErRYo merryob...@yahoo.com wrote: Any idea why it is happening. Is it related with memory allocation of web applications though i have set the Java_opts params at high rate. AFAIK, Tomcat usually writes this to the log when you restart DSpace. I see it quite

Re: [Dspace-tech] Discovery SearchServiceException: This statement has been closed.

2013-01-04 Thread helix84
On Fri, Jan 4, 2013 at 7:33 AM, mErRYo merryob...@yahoo.com wrote: Caused by: org.postgresql.util.PSQLException: This statement has been closed. Does it occur often? I think it happens if the underlying database connection is closed before you issue the SQL statement. If it occurs regularly, try

[Dspace-tech] Queries

2013-01-04 Thread Parul dubey
Hi I have a query kindly provide a possible solution for the same. 1. I have some Communities as Books , Periodicals , Events , Others. The default order is showing as : Books, Events, Others , Periodicals But I want the community to be

Re: [Dspace-tech] Queries

2013-01-04 Thread Tim Donohue
Hi Parul, I answered several of these questions already in a separate thread. But, here's some more specifics now that I know you are using JSPUI. On 1/4/2013 4:47 AM, Parul dubey wrote: Hi I have a query kindly provide a possible solution for the same. 1.I have some Communities as Books ,

Re: [Dspace-tech] Queries

2013-01-04 Thread Thornton, Susan M. (LARC-B702)[LITES]
I actually did exactly this. I added a column to both the Community and Collection tables entitled local_display_order (I use the local prefix on any column or table I add to the database so I can easily identify them later). Then I modified Community.java and Collection.java to new the new

Re: [Dspace-tech] Queries

2013-01-04 Thread Thornton, Susan M. (LARC-B702)[LITES]
Sorry, that should have been ...I modified Community.java and Collection.java to USE the new column.. Sue Sue Walker-Thornton (w): (757) 864-2368 (m): (757) 506-9903 -Original Message- From: Thornton, Susan M. (LARC-B702)[LITES] [mailto:susan.m.thorn...@nasa.gov] Sent: Friday,

Re: [Dspace-tech] Queries

2013-01-04 Thread helix84
Hi Sue, why don't you create a Jira issue and share the code? It would be useful as such. And someone might create even the admin UI code. -- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get

Re: [Dspace-tech] Help message_bg.properties

2013-01-04 Thread helix84
Hi Hristo, I just learned about this configuration option: https://wiki.duraspace.org/pages/viewpage.action?pageId=19006086 You could do without your modifications if you listed all your metadata fields in the configuration property and defined human readable names for your custom metadata in

Re: [Dspace-tech] DSpace 3.0 XMLUI error: HTTP Status 404 - Servlet spring is not available

2013-01-04 Thread helix84
On Fri, Jan 4, 2013 at 7:56 PM, Charles Kinney cbkinn...@gmail.com wrote: Thanks. I'd already carefully ported my config changes. A diff appeared to show differences between the 1.8 and 3.0 directory contents. Rather than (blindly, for me) undertake a move-a-file-then-test process, to be sure

Re: [Dspace-tech] Queries

2013-01-04 Thread Thornton, Susan M. (LARC-B702)[LITES]
Ok – will do! It’s a very simple modification! Sue Sue Walker-Thornton (w): (757) 864-2368 (m): (757) 506-9903 From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Friday, January 04, 2013 11:34 AM To: Thornton, Susan M. (LARC-B702)[LITES] Cc: dspace-tech;

[Dspace-tech] Create collection from command line

2013-01-04 Thread Mark Ehle
Folks - I need a way to create an empty collection from the command line. We are automating the ingestion of newspaper PDF's and the structure-build command will allow me to do everything I need except create a collection by itself in a separate step. The community that the collection belongs to

Re: [Dspace-tech] Create collection from command line

2013-01-04 Thread Mark Ehle
OK - looks like I have found a way, but I don't know if it's the most optimum. Using the packager command, I can ingest a zip file with just the mets.xml file in it and point it to the community I want it to land under. It looks like this: /[dspace]/bin/dspace packager -s -a -u -t AIP -e

Re: [Dspace-tech] Create collection from command line

2013-01-04 Thread Richard Rodgers
Hi Mark: Have you looked at StructBuilder, command-line tool used to create Communities Collections from XML files: https://wiki.duraspace.org/display/DSDOC3x/Importing+Community+and+Collection+Hierarchy Not sure if this fits your needs, but might be worth examining, Hope this helps,