Re: [dspace-tech] Problem into input-form.xml file while customize for specific community in DSpace 6

2017-03-07 Thread Bhavesh Patel
Thanks for your point, 

we have import the database (previous version 5.5) and we checked that all 
the fields are avaliable into Metadata schema registry,
http://dublincore.org/documents/dcmi-terms/ dc

is there any setting related to Namespace into any configuration into 
DSpace 6?

Regards,
Bhavesh

On Tuesday, March 7, 2017 at 5:00:21 PM UTC+5:30, Claudia Jürgen wrote:
>
> Hello Bhavesh, 
>
> check your input-form.xml and make sure all the fields you use are 
> actually in the metadata registry. 
> Seems as if a field can not be found. 
>
>
> Hope this helps 
>
> Claudia Jürgen 
>
>
> Am 07.03.2017 um 11:52 schrieb Bhavesh Patel: 
> > Dear All, 
> > 
> > We are facing the issue after changes into input-form.xml file. 
> > 
> > when we submit to that collection, while pressing next page or adding 
> any 
> > repetable field button [+ Add More] it will redirect to Internal System 
> > Error page, during that page the URL is look like 
> > http://[ip]:8080/jspui/submit#null 
> > 
> > DSpace version: 6 
> > OS: CentOS7 
> > 
> > The same changes we have done into DSpace 5.5 and it's working fine into 
> it 
> > but facing issue into DSpace 6. 
> > 
> > Please help us to resolve this issue, we have attached the log screen 
> shot. 
> > 
> > Regards, 
> > Bhavesh 
> > 
>
> -- 
> Claudia Juergen 
> Eldorado 
>
> Technische Universität Dortmund 
> Universitätsbibliothek 
> Vogelpothsweg 76 
> 44227 Dortmund 
>
> Tel.: +49 231-755 40 43 
> Fax: +49 231-755 40 32 
> claudia...@tu-dortmund.de  
> www.ub.tu-dortmund.de 
>
> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. 
> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines 
> solchen Schriftstücks per Telefax erfolgen. 
>
> Important note: The information included in this e-mail is confidential. 
> It is solely intended for the recipient. If you are not the intended 
> recipient of this e-mail please contact the sender and delete this message. 
> Thank you. Without prejudice of e-mail correspondence, our statements are 
> only legally binding when they are made in the conventional written form 
> (with personal signature) or when such documents are sent by fax. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Dspace6: Creating new metadata field via REST?

2017-03-07 Thread Ari
Find the solution. I was missing the qualifier:

curl -i -X POST -H "Accept: application/json" -H "Content-Type: 
application/json" 
"http://demo.dspace.org:8080/rest/registries/schema/dc/metadata-fields"; -b  
cookies.txt -d  '{"name":"dc", "description":"Toka 
admin","element":"admin","qualifier":"other"}'

Sorry for the noise.

On Wednesday, 8 March 2017 07:59:47 UTC+2, Ari wrote:
>
> Hi,
> I've tried to create a new metadata field via REST api.
>
> curl -i -X POST -H "Accept: application/json" -H "Content-Type: 
> application/json" "
> http://siljo.lib.jyu.fi:8080/rest/registries/schema/dc/metadata-fields 
> "
>  
> -b  cookies.txt -d  '{"name":"dc.admin", "description":"Other 
> admin","element":"admin.other"}'
>
>  When you watch metadata registry in DSpace, you'll see the 
> "dc.admin.other", this seems to work.. However, when you open it up, you 
> notice that it not right at all.
>
>
>
> 
>
> "admin" and "other" should be separate elements.  I've tried all sort of 
> combinations with name and I tried giving elements as array.
>  Am I doing it wrong? Any hints are most welcome.
>
>
> Best,
> Ari Häyrinen
> Information systems expert
>  Open Science Centre
> Jyväskylä University
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: [Dspace-tech] External Searching of DSpace contents

2017-03-07 Thread Anjli Narwani
Hi Peter

I found your post about Vivo and Dspace, and was wondering if you have 
managed to get a method to integrate the two

We are working on deploying a Vivo proof of concept for our institution, 
and would like to get Dspace information interfaced to Vivo

Could you please advise

Thank You

Kind Regards

Anjli Narwani
Instructional Technology Supervisor
Masdar Institute

On Wednesday, August 26, 2015 at 10:17:57 PM UTC+4, Peter Dietz wrote:

> I was wondering if anyone has built any integrations where an external web 
> site (such as your institution website or CMS) can search and show results 
> from your DSpace? One approach that ought to be pretty straight forward 
> that I'm thinking of is the OpenSearch web service.
>
> https://trydspace.longsight.com/open-search/discover?query=test
>
> Getting that to work on a site would require some AJAX to update as the 
> user types in a search query, and then display the updated search results. 
>
> Another route could be the DSpace 5 REST API. There is a 
> find-by-metadata-field (key, value), but isn't suited for full text 
> searching. Other possible routes that I'm thinking are SRW/U or Z39.50. 
>
> So, I was just wondering if anyone has already accomplished something in 
> this area, and has client integration examples. I suppose a cheap route 
> would be to have some DSpace-iframe solution, where you 
> homepage/searchpage, just embeds DSpace search page inside. 
>
> Thanks
> 
> Peter Dietz
> Longsight
> www.longsight.com
> pe...@longsight.com 
> p: 740-599-5005 x809
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Dspace6: Creating new metadata field via REST?

2017-03-07 Thread Ari


Hi,
I've tried to create a new metadata field via REST api.

curl -i -X POST -H "Accept: application/json" -H "Content-Type: 
application/json" 
"http://siljo.lib.jyu.fi:8080/rest/registries/schema/dc/metadata-fields"; 
-b  cookies.txt -d  '{"name":"dc.admin", "description":"Other 
admin","element":"admin.other"}'

 When you watch metadata registry in DSpace, you'll see the 
"dc.admin.other", this seems to work.. However, when you open it up, you 
notice that it not right at all.




"admin" and "other" should be separate elements.  I've tried all sort of 
combinations with name and I tried giving elements as array.
 Am I doing it wrong? Any hints are most welcome.


Best,
Ari Häyrinen
Information systems expert
 Open Science Centre
Jyväskylä University





-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Re: Question about thumbnail replacements

2017-03-07 Thread George Kozak
Thanks, Everyone:
Actually, we are placing the thumbnails in the Thumbnail bundle.  So, we
create a thumbnail (then as Admin) add it to the Thumbnail bundle of an
item, and it works fine.  But overnight our filter media runs and it
generates a thumbnail from the PDF of the item, so the next morning the
item has 2 bitstreams in the Thumbnail bundle: the jpg we added and the one
generated by filter-media from the PDF, and that generated thumbnail seems
to have precedence over our thumbnail.  It doesn't matter if I move the
thumbnail order.  However, I can delete the auto-generated thumbnail, and
our thumbnail appears (only to be replaced, again, overnight by the
filter-media).

I ma going to try Anuchit's fix of renaming our thumbnail to the name that
is used by the auto-generated thumbnail to see if that fixes the problem.
I'll know in the morning.
George Kozak
Cornell University

On Tue, Mar 7, 2017 at 1:58 AM, Alan Orth  wrote:

> George,
>
> I suspect your problem is actually that you are uploading your manually
> created thumbnails during item submission, in which case they get placed in
> the ORIGINAL aka "content files" bundle. When the filter-media script runs
> at night it makes a thumbnail of this image and places it in the THUMBNAIL
> bundle. DSpace makes thumbnail out of your thumbnail, which is obviously
> inefficient and decreases the quality! We have this problem too...
>
> The solution to this is to upload your manually created thumbnails to the
> THUMBNAIL bundle after item submission via "edit item", as there is no way
> to do this during item submission itself.
>
> Regards,
>
> On Tue, Mar 7, 2017 at 3:01 AM IPST LIbrary 
> wrote:
>
>> Hi,
>>
>> For PDF bitstream, I renamed my specific PNG thumbnails in format
>>  $BITSTREAMFILENAME.PDF.PNG.
>>
>> Hope this help.
>>
>> Anuchit
>>
>>
>> On Monday, March 6, 2017 at 9:54:30 PM UTC+7, George Kozak wrote:
>>
>> HI...
>> I am not sure if this has been discussed before, but I am having a
>> problem with thumbnails.
>> I am using DSpace 5.5 (XMLUI, modified Mirage2 theme).
>> We have an item to which we added a JPEG thumbnail, but when filter media
>> ran overnight, it created a new generated thumbnail that replaced our
>> thumbnail in the display.
>> The owner of the item prefers the thumbnail we created.
>>
>> Is there a way to tell DSpace to use one thumbnail over another?  I
>> though that if I moved one thumbnail above the other in the bitstream order
>> that would do it, but that's not what I'm seeing.
>>
>> --
>>
>> ***
>> George Kozak
>> Digital Library Specialist
>> Cornell University Library - IT
>> 218 Olin Library
>> Cornell University
>> Ithaca, NY 14853
>> 607-255-8924 <(607)%20255-8924>
>>
>> gs...@cornell.edu
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to dspace-tech+unsubscr...@googlegroups.com.
>> To post to this group, send email to dspace-tech@googlegroups.com.
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
>
> Alan Orth
> alan.o...@gmail.com
> https://englishbulgaria.net
> https://alaninkenya.org
> https://mjanja.ch
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
***
George Kozak
Digital Library Specialist
Cornell University Library - IT
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924
g...@cornell.edu

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Need help for dspace 6.0,

2017-03-07 Thread Tran Huu Trung (TTTV.ICT)
Hi, can anyone help me with this error

ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper @ Batch entry 0 
insert into public.item2bundle (bundle_id, item_id) values 
('24d9bd53-e2ce-44ad-8758-376e0d74d8da'::uuid, 
'02986bc4-baa2-437e-b544-ad4c458f3f37'::uuid) was aborted: ERROR: record 
"new" has no field "id"
  Where: SQL statement "INSERT INTO 
 "public".rr_pending_changes(change_table, change_key, change_type, 
change_time)
  SELECT 'item2bundle', 'id|' || NEW."id", 'I', now()"



-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Need Java Developer in Richmond, VA.

2017-03-07 Thread dhanasrinivas24


*Hi,*

*This is Dhana  from SAGE IT.*

Hope you are doing good. Please find the below mentioned requirement and 
let me know you’re availability

 

*Job Title: Java Developer.*

*Location: Richmond, VA.*

*Job Type: 12+ Months*

 

*Job Description: (USC/GC/TN/E3/GC-EAD/H1 for H1 need passport copy)*

· 7+  years’ IT application development experience

· Good hands-on experience developing web services using java

· Knowledge on SOAP & REST API experience is a must

· Should have very good understanding of Spring and junit using any 
mocking framework

· Experience in SVN, Git, Maven, Jenkins is a must

· Knowledge and experience in working on Weblogic 10g, Tomcat

· Hands on Unix is desirable

· Knowledge of hosting apps in cloud environment (AWS) and Spark is 
mandatory.

 

*If interested, Please e-mail your updated resume in word format along with 
the details listed below*

Full Name 

Primary Skills  

Total Experience

Phone 

Email 

Skype ID

Last 4 digits of SSN

DOB(MM/DD/YY)

Education with pass out years

Visa Status

Current location

Availability

Interview Availability 

 

 

 

*Thanks& Regards*

*Dhana Navya Aligineni*

*Technical Recruiter*

*Sage IT INC.|Global Delivery Centre*

*3011 Internet Blvd, Ste 110 Frisco, TX 75034.*

*Main: 972-996-0650 x 367.*

*Email: daligin...@sageitinc.net *

 

 

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Errors when updating DSpace-CRIS

2017-03-07 Thread tesla . tgn
Hi

Thanks for your time, really appreciate it.

Yes, the code comes from 4Science Github.

As I see my problem is that I want to deploy the new webapps but keeping 
all (or nearly all my customization). I just tried to to do that, I kept 
the new webapps and only copied .jsp and .css files from my old /jspui/ 
folder. But this doesn't work, I get totally blank page.

I also tried with new webapps and old /static, /layout, /css, but blank 
page too.

So which folders/files should I be keeping and which ones should I 
"update"? I know this depends on my customization but If you can give my 
some hints that would help me a lot.

Tesla.

El dimecres, 1 març de 2017 16:30:46 UTC+1, Bollini Andrea va escriure:
>
> Hi,
>
> have you get the code from https://github.com/4Science/DSpace ?
>
> Have you deployed the new generated webapps ? you need to put your 
> customization in the new version you cannot use the old webapp with the new 
> configuration files.
>
> if you have already deployed the new webapp, can you share the list of the 
> content of your jspui/WEB-INF/lib folder?
>
> Andrea
>
> Il 01/03/2017 13:34, tesl...@gmail.com  ha scritto:
>
> Hi there
>
> I recently updated my repository from DSpace-CRIS 5 to the last version 
> available in Github.
>
> So far good except some files are causing serious issues. Specifically I 
> get this log errors in my Catalina output.
>
> Failed to startup the DSpace Service Manager: failure starting up spring 
> service manager: Error creating bean with name 
> 'org.dspace.content.ItemEnhancer#0' defined in file 
> [/dspace/bin/config/spring/cris/cris-metadata-enhancers.xml]: 
> Initialization of bean failed; nested exception is 
> org.springframework.beans.ConversionNotSupportedException: Failed to 
> convert property value of type 'java.util.ArrayList' to required type 
> 'java.util.List' for property 'generators'; nested exception is 
> java.lang.IllegalStateException:
>
> Cannot convert value of type 
> [org.dspace.content.integration.defaultvalues.FulltextInfoGenerator] to 
> required type [it.cineca.surplus.ir.defaultvalues.EnhancedValuesGenerator] 
> for property 'generators[0]': no matching editors or conversion strategy 
> found
>
> Initialization of bean failed; nested exception is 
> org.springframework.beans.ConversionNotSupportedException: Failed to 
> convert property value of type 'java.util.ArrayList' to required type 
> 'java.util.List' for property 'generators'; nested exception is 
> java.lang.IllegalStateException: Cannot convert value of type 
> [org.dspace.content.integration.defaultvalues.FulltextInfoGenerator] to 
> required type [it.cineca.surplus.ir.defaultvalues.EnhancedValuesGenerator] 
> for property 'generators[0]': no matching editors or conversion strategy 
> found
>
> etc, etc, etc
>
> If using old version of cris-metadata-enhancers.xml doesn't work because 
> same problems occur with cris-plugin.xml and so on. If maintaining old 
> versions of these files implies I can't run any commands using 'dspace' 
> script like export-cris-configuration and more.
>
> During my update I only copied webapps and some minor configuration 
> changes from old installation.
>
> Any ideas?
> -- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech...@googlegroups.com .
> To post to this group, send email to dspac...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
>
> -- 
> Andrea Bollini
> Chief Technology and Innovation Officer
>
> 4Science,  www.4science.it
> office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy
> mobile: +39 333 934 1808
> skype: a.bollini
> linkedin: andreabollini
> orcid: -0002-9029-1854
>
> an Itway Group Company
> Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Problem into input-form.xml file while customize for specific community in DSpace 6

2017-03-07 Thread Claudia Jürgen

Hello Bhavesh,

check your input-form.xml and make sure all the fields you use are
actually in the metadata registry.
Seems as if a field can not be found.


Hope this helps

Claudia Jürgen


Am 07.03.2017 um 11:52 schrieb Bhavesh Patel:

Dear All,

We are facing the issue after changes into input-form.xml file.

when we submit to that collection, while pressing next page or adding any
repetable field button [+ Add More] it will redirect to Internal System
Error page, during that page the URL is look like
http://[ip]:8080/jspui/submit#null

DSpace version: 6
OS: CentOS7

The same changes we have done into DSpace 5.5 and it's working fine into it
but facing issue into DSpace 6.

Please help us to resolve this issue, we have attached the log screen shot.

Regards,
Bhavesh



--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@tu-dortmund.de
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the intended recipient of 
this e-mail please contact the sender and delete this message. Thank you. 
Without prejudice of e-mail correspondence, our statements are only legally 
binding when they are made in the conventional written form (with personal 
signature) or when such documents are sent by fax.

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.