Re: [dspace-tech] EZProxy and Dspace accounts

2018-03-27 Thread Sean Carte
Hi Ray

Like EZProxy, DSpace supports LDAP authentication. Start with the
documentation here:

https://wiki.duraspace.org/display/DSDOC5x/Authentication+Plugins#AuthenticationPlugins-LDAPAuthentication

Sean

On 27 March 2018 at 19:41, Ray Schwartz  wrote:

> Has anybody used EZProxy to login to Dspace?  Rather than having users
> create a separate account on Dspace, we prefer tjhat our users login with
> their University account.  Our EZProxy server is hooked up with the
> University's LDAP service.
>
> /Ray Schwartz
>
> Head of Library Information Systems schwart...@wpunj.edu
> David and Lorraine Cheng Library   Tel: +1 973 720-3192
> William Paterson University  Fax: +1 973 720-2585
> <+1%20973-720-2585>
> 300 Pompton Road Mobile: +1 201
> 424-4491 <+1%20201-424-4491>
> Wayne, NJ 07470-2103 USA  http://nova.wpunj.edu/
> schwartzr2/ 
>
>
>
> --
> 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.
>



--

-- 
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] How to count the item without bitstream?

2018-03-27 Thread Paul
I found the code in the ItemCountDAOSolr.java

DiscoverQuery query = new DiscoverQuery();
query.setFacetMinCount(1);
query.addFacetField(new DiscoverFacetField("location.comm",
DiscoveryConfigurationParameters.TYPE_STANDARD, 
-1,
DiscoveryConfigurationParameters.SORT.COUNT, 
false));
query.addFacetField(new DiscoverFacetField("location.coll",
DiscoveryConfigurationParameters.TYPE_STANDARD, 
-1,
DiscoveryConfigurationParameters.SORT.COUNT, 
false));
query.addFilterQueries("search.resourcetype:2");// count only 
items
query.addFilterQueries("NOT(discoverable:false)");  // only 
discoverable
query.setMaxResults(0);

How do I write the code to count the item without bitstream?





-- 
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] EZProxy and Dspace Accounts

2018-03-27 Thread Fitchett, Deborah
Hi all,

The main thing to consider in choosing between the two options will be what 
you’re trying to achieve: identify individual users (eg so they can submit 
items under their own name) or just grant groups of people access to specific 
collections?

EZproxy/the IP auth module won’t do the former.  LDAP will. We currently have 
the LDAP plugin set up so all staff and students can log in with their 
university network account, get access to certain restricted collections, and 
submit items themselves. It was set up before I started so I don’t know what 
config was like, though I know when the university moved its LDAP servers, 
modifying this in the configuration was straight-forward.

We haven’t tried EZproxy specifically but we’ve struggled with the IP auth 
setup and never got it working. Granted last time I tried I wasn’t very 
familiar with the system yet, and we’ve upgraded since then so possibly it’d 
work nicely now if we looked again. It just hasn’t been a priority since people 
can login through the LDAP plugin.

Deborah

From: dspace-tech@googlegroups.com [mailto:dspace-tech@googlegroups.com] On 
Behalf Of Tim Donohue
Sent: Wednesday, 28 March 2018 9:10 a.m.
To: Ray Schwartz 
Cc: DSpace Technical Support 
Subject: Re: [dspace-tech] EZProxy and Dspace Accounts

Hi Ray,

Although I don't have direct experience with EZProxy, DSpace does have two 
authentication plugins that may be of interest:

First, an LDAP authentication plugin, which can be configured to use an 
external LDAP (allowing users to use an LDAP-based University signon).  It also 
can optionally be configured to assign permissions (i.e. add people to DSpace 
Groups) based on their current LDAP groups.  See 
https://wiki.duraspace.org/display/DSDOC6x/Authentication+Plugins#AuthenticationPlugins-LDAPAuthentication

Second, we have an IP authentication plugin, which can allow you to specify 
individual IP addresses (or IP ranges) which will be given extra access rights 
in your DSpace.  It essentially lets you map one or more IP addresses/ranges to 
DSpace Groups (and then use those Groups to provide access rights in DSpace).  
See 
https://wiki.duraspace.org/display/DSDOC6x/Authentication+Plugins#AuthenticationPlugins-IPAuthentication

In DSpace you can enable one or more Authentication plugins. So, it's possible 
to run both the LDAP plugin and the IP plugin together.   I don't have a 
specific example of doing this for EZProxy, but if you essentially want an LDAP 
single signon, and the ability to provide access rights via a Proxy (IP 
address), these might be useful in doing either/both.

Good luck!  Hopefully others on this list with more direct experience with 
EZProxy can provide you with better examples.
Tim

On Tue, Mar 27, 2018 at 2:56 PM Ray Schwartz 
mailto:schwartz...@gmail.com>> wrote:
Has anyone setup EZProxy to work with Dspace?

We have an EZProxy server connected to the University's LDAP server.  So rather 
than our users created their own accounts on Dspace, we would like them to use 
their University signon.

Have any of you all done something like this?
Ray Schwartz
Head of Library Information Systems 
schwart...@wpunj.edu
David and Lorraine Cheng Library   Tel: +1 973 720-3192
William Paterson University  Fax: +1 973 
720-2585
300 Pompton 
Road 
Mobile: +1 201 424-4491
Wayne, NJ 07470-2103 USA  
http://nova.wpunj.edu/schwartzr2/

--
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.
--
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org
--
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.

P Please consider the environment before you print this email.
"The contents of this e-mail (including any attachments) may be confidential 
and/or subject to copyright. Any unauthorised use, distribution, 

Re: [dspace-tech] Curation tasks on DSpace 6 stoped working

2018-03-27 Thread eneshukic via DSpace Technical Support
Hi Tim,

I have tried to copy the original curate.cfg, but it is the same outcome.  
I do not thing that it is the problem with curate.cfg.  The strange thing 
is that curation tasks have worked on this server for several months and 
tnen stopped working.

Regards,
Enes

On Monday, March 26, 2018 at 7:57:56 PM UTC+2, Tim Donohue wrote:
>
> Hi Enes,
>
> Huh, that is weird.  That configuration / output looks perfectly 
> reasonable to me, and I see it includes an entry named "requiredmetadata" 
> which is the exact task that threw the "Task: requiredmetadata not 
> resolved" error.   So, that's very odd to me... DSpace seems to see you 
> have a configuraiton for "requiredmetadata" but cannot find it when it 
> tries to run it.
>
> To be honest, that's a bit baffling to me.
>
> One thing you could try is to temporarily replace your configurations with 
> the *default* configurations from DSpace 6.x.  For example, copy the 
> curate.cfg for DSpace 6.x from here: 
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/modules/curate.cfg
>   
>  And then double check that you have this "include" line in your 
> dspace.cfg: 
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L2005
>
> After you've temporarily changed your configs, try running the 
> "requiredmetadata" task again.  If it works, then that implies one of the 
> other custom configs in your curate.cfg might be to blame...you can add 
> them back in one-by-one to see which one causes the failure.  If it still 
> doesn't work, then it's not your curate.cfg file at all.
>
> - Tim
>
>
> On Fri, Mar 23, 2018 at 7:52 PM eneshukic via DSpace Technical Support <
> dspac...@googlegroups.com > wrote:
>
>> Hi Tim,
>>
>> I executed:
>> dspace/bin/dspace dsprop -p plugin.named.org.dspace.curate.CurationTask -r
>>
>> My output is:
>> [org.dspace.ctask.general.NoOpCurationTask = noop, 
>> org.dspace.ctask.general.ProfileFormats = profileformats, 
>> org.dspace.ctask.general.RequiredMetadata = requiredmetadata, 
>> org.dspace.ctask.general.ClamScan = vscan, 
>> org.dspace.ctask.general.MicrosoftTranslator = translate, 
>> org.dspace.ctask.general.MetadataValueLinkChecker = checklinks, 
>> org.dspace.ctask.general.ValidateMetadata = validatemetadata, 
>> org.dspace.ctask.general.ExtractMBRfromTFW = extractmbr, 
>> org.dspace.ctask.general.InheritCollectionPermissions = 
>> collectionpermission, org.dspace.ctask.general.DeleteReplicationItems = 
>> deletereplicationitems]
>>
>> It looks correct.  Do you have any ideas what else could cause not 
>> resolved issue?
>>
>> Thanks,
>> Enes
>>
>>
>>
>> On Thursday, March 22, 2018 at 6:27:18 PM UTC+1, Tim Donohue wrote:
>>
>>> Hi Enes,
>>>
>>> To me, that error "Task: requiredmetadata not resolved", still sounds 
>>> suspiciously like a configuration problem.  So, I'm wondering if your 
>>> primary configuration in curate.cfg is being accidentally overridden 
>>> elsewhere (e.g. in local.cfg), or perhaps if the curate.cfg files isn't 
>>> being loaded into your dspace.cfg properly (e.g. via an "include" line like 
>>> this: 
>>> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L2005
>>> )
>>>
>>> One thing you could try... DSpace has a commandline tool that is able to 
>>> check what configurations it "sees".   Try running:
>>>
>>> [dspace]/bin/dspace dsprop -p 
>>> plugin.named.org.dspace.curate.CurationTask -r
>>>
>>> This should output the "raw" (-r) value of the 
>>> "plugin.named.org.dspace.curate.CurationTask" 
>>> configuration that DSpace is loading/seeing.  In a normal, default 6.x 
>>> DSpace site, this command should return an array of values like this:
>>>
>>> [org.dspace.ctask.general.NoOpCurationTask = noop, 
>>> org.dspace.ctask.general.ProfileFormats = profileformats, 
>>> org.dspace.ctask.general.RequiredMetadata =
>>> requiredmetadata, org.dspace.ctask.general.ClamScan = vscan, 
>>> org.dspace.ctask.general.MicrosoftTranslator = translate, 
>>> org.dspace.ctask.general.MetadataValueLinkChecker = checklinks]
>>>
>>> This array of values is defined in the curate.cfg file.  If your site 
>>> does *not* return this array of values, then something is definitely wrong 
>>> in your configuration.
>>>
>>> - Tim
>>>
>>
>>> On Thu, Mar 22, 2018 at 5:54 AM eneshukic via DSpace Technical Support <
>>> dspac...@googlegroups.com> wrote:
>>>
 Hi Tim,

 This happens on every curation task that I run on this machine.  For 
 example:

 dspace/bin/dspace curate -t requiredmetadata -i 123456789/3770 -r - -v
 Adding task: requiredmetadata
 Task: requiredmetadata not resolved
 Starting curation
 Curating id: 123456789/3770
 Ending curation. Elapsed time: 576

 The same command works on the other two machines and my test machine. 
 It was working too on this machine for couple of months and it stopped. 
 Configurations are the same on all instances. It looks like that this 
 problem occurs while task is get

Re: [dspace-tech] Dspace-cris-5.8.1 internal system error

2018-03-27 Thread Mohamad CHAITOU
Hello Riccardo,

Thank you for your reply.

The problem was that I did not set the argument 
"-Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true" to Tomcat correctly. 
After I created [tomcat]/bin/setenv.sh, I edited it by adding this line: 
CATALINA_OPTS="-Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true". Then I 
started tomcat using: [tomcat]/bin/catalina.sh start. Finally, the magic 
happened!

Best regards,

On Monday, March 19, 2018 at 10:24:58 AM UTC+2, Fazio Riccardo wrote:
>
> Hello Mohamad,
>
> looking at the logs it seems that could be some problems with the building 
> of the source code,
> can you try a "mvn clean -U package" ? this should "clean & update the 
> snapshot of packages";
> also DSpace-CRIS is tested on Tomcat8 so it is recommended to use this 
> version;
>
> I hope this helps
>
> Riccardo
>
> On 13/03/2018 17:43, Mohamad CHAITOU wrote:
>
> Dear all,
>
> I installed Dspace cris 5 on Ubuntu server 16 successfully. When I browse 
> for localhost:8080/jspui, the page opens. However, when I click on any of 
> the top menu fields such as  ("research ouputs" or " researchers" etc.) it 
> gives an "internal system error" or " document not found". Also when I 
> login using the admin account it gives the same error, though it indicates 
> that I am logged in.
> Note that "communities and collections" works fine ( I created a community 
> without errors).
> When I browse for "localhost:8080/xmlui" Tomcat gives: "Error 404 .The 
> origin server did not find a current representation for the target resource 
> or is not willing to disclose that one exists".
> When I browse for "localhost:8080:solr/search" Tomcat gives " 403 The 
> server understood the request but refuses to authorize it."
> I deployed all the webapps in [dspace-install]/webapps into 
> [tomcat]/webapps (by simply copying them from . [dspace-install]/webapps).
> Below is a part from the command output:  /dspace/bin/dspace version
> DSpace version:  CRIS-5.8.1-SNAPSHOT
>   SCM revision:  6abf691656214dcf672a82f2665b2c691447244d
> SCM branch:  dspace-5_x_x-cris
> OS:  Linux(amd64) version 4.4.0-116-generic
>   Applications:
> OAI at http://localhost:8080/jspui
> OAI at http://localhost:8080/jspui
> OAI at http://localhost:8080/jspui
> ...
>
> REST at http://localhost:8080/jspui
> RDF at http://localhost:8080/jspui
> JSPUI at http://localhost:8080/jspui
> JSPUI at http://localhost:8080/jspui
>  Discovery:  enabled.
>JRE:  Oracle Corporation version 1.8.0_161
>Ant version:  Apache Ant(TM) version 1.10.2 compiled on February 3 2018
>  Maven version:  3.5.3
>DSpace home:  /dspace
>
> I used tomcat 9.
> I verified the connectivity between dspace and database and it is ok 
> ([dspace-install]/bin/dispace database test)
> I verified that all webapps are running (curl -v -u user:pass 
> http://127.0.0.1:8080/manager/text/list)==>
>  HTTP/1.1 200
> < Cache-Control: private
> < Expires: Thu, 01 Jan 1970 02:00:00 EET
> < X-Content-Type-Options: nosniff
> < Content-Type: text/plain;charset=utf-8
> < Transfer-Encoding: chunked
> < Date: Tue, 13 Mar 2018 16:27:02 GMT
> <
> OK - Listed applications for virtual host [localhost]
> /:running:0:ROOT
> /rest:running:0:rest
> /swordv2:running:0:swordv2
> /sword:running:0:sword
> /docs:running:0:docs
> /rdf:running:0:rdf
> /jspui:running:88:jspui
> /examples:running:0:examples
> /host-manager:running:0:host-manager
> /solr:running:0:solr
> /xmlui:stopped:0:xmlui
> /manager:running:0:manager
> /oai:running:0:oai
> * Connection #0 to host 127.0.0.1 left intact
>
> Please find attached the log files of dspace and Tomcat.
> I hope to find some help.
> Thanks in advance!
>
>
> -- 
> 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 
> 
> .
>
>
> -- 
> Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non 
> infetto. 
> Clicca qui per segnalarlo come spam. 
>  
>
>
> -- 
> Riccardo Fazio
> DSpace and DSpace-CRIS developer
>
> 4Science,  www.4science.it (an Itway Group Company)
>
> office: Via Edoardo D'Onofrio 304, 00155 Rome, Italy
> tel: +39 3339341798
>
> -- 
> This message has been checked by Libra ESVA and is believed to be clean.
>

-- 
You received th

Re: [dspace-tech] EZProxy and Dspace Accounts

2018-03-27 Thread Tim Donohue
Hi Ray,

Although I don't have direct experience with EZProxy, DSpace does have two
authentication plugins that may be of interest:

First, an LDAP authentication plugin, which can be configured to use an
external LDAP (allowing users to use an LDAP-based University signon).  It
also can optionally be configured to assign permissions (i.e. add people to
DSpace Groups) based on their current LDAP groups.  See
https://wiki.duraspace.org/display/DSDOC6x/Authentication+Plugins#AuthenticationPlugins-LDAPAuthentication

Second, we have an IP authentication plugin, which can allow you to specify
individual IP addresses (or IP ranges) which will be given extra access
rights in your DSpace.  It essentially lets you map one or more IP
addresses/ranges to DSpace Groups (and then use those Groups to provide
access rights in DSpace).  See
https://wiki.duraspace.org/display/DSDOC6x/Authentication+Plugins#AuthenticationPlugins-IPAuthentication


In DSpace you can enable one or more Authentication plugins. So, it's
possible to run both the LDAP plugin and the IP plugin together.   I don't
have a specific example of doing this for EZProxy, but if you essentially
want an LDAP single signon, and the ability to provide access rights via a
Proxy (IP address), these might be useful in doing either/both.

Good luck!  Hopefully others on this list with more direct experience with
EZProxy can provide you with better examples.
Tim

On Tue, Mar 27, 2018 at 2:56 PM Ray Schwartz  wrote:

> Has anyone setup EZProxy to work with Dspace?
>
> We have an EZProxy server connected to the University's LDAP server.  So
> rather than our users created their own accounts on Dspace, we would like
> them to use their University signon.
>
> Have any of you all done something like this?
>
> Ray Schwartz
>
> Head of Library Information Systems schwart...@wpunj.edu
> David and Lorraine Cheng Library   Tel: +1 973 720-3192
> William Paterson University  Fax: +1 973 720-2585
> <(973)%20720-2585>
> 300 Pompton Road
> 
> Mobile: +1 201 424-4491 <(201)%20424-4491>
> Wayne, NJ 07470-2103 USA
> http://nova.wpunj.edu/schwartzr2/
> 
>
>
>
> --
> 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.
>
-- 
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

-- 
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] EZProxy and Dspace Accounts

2018-03-27 Thread Ray Schwartz
Has anyone setup EZProxy to work with Dspace?

We have an EZProxy server connected to the University's LDAP server.  So 
rather than our users created their own accounts on Dspace, we would like 
them to use their University signon.  

Have any of you all done something like this?

Ray Schwartz

Head of Library Information Systems schwart...@wpunj.edu 
mailto:schwart...@wpunj.edu>
David and Lorraine Cheng Library   Tel: +1 973 720-3192
William Paterson University  Fax: +1 973 720-2585
300 Pompton Road Mobile: +1 201 424-4491
Wayne, NJ 07470-2103 USA  
http://nova.wpunj.edu/schwartzr2/ 


 

-- 
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] EZProxy and Dspace accounts

2018-03-27 Thread Ray Schwartz
Has anybody used EZProxy to login to Dspace?  Rather than having users 
create a separate account on Dspace, we prefer tjhat our users login with 
their University account.  Our EZProxy server is hooked up with the 
University's LDAP service.

/Ray Schwartz

Head of Library Information Systems schwart...@wpunj.edu 
mailto:schwart...@wpunj.edu>
David and Lorraine Cheng Library   Tel: +1 973 720-3192
William Paterson University  Fax: +1 973 720-2585
300 Pompton Road Mobile: +1 201 424-4491
Wayne, NJ 07470-2103 USA  
http://nova.wpunj.edu/schwartzr2/ 


 

-- 
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: Ant is using wrong Java version on Centos

2018-03-27 Thread MALMQUIST Hrafn
Hi there


Just so that this might be of use to someone else.


The problem was that Java 1.8 JRE was installed but not the JDK.


Best regards, Hrafn


From: dspace-tech@googlegroups.com  on behalf of 
MALMQUIST Hrafn 
Sent: 26 March 2018 17:05:09
To: Mark H. Wood; DSpace Technical Support
Subject: Re: [dspace-tech] Re: Ant is using wrong Java version on Centos


Well. That was a wrong inference on my behalf, perhaps wishful thinking because 
I saw a stackoverflow asserting that 1.9.1 did not support 1.8


https://stackoverflow.com/questions/29745093/does-ant-1-9-1-support-java-1-8-45


I'm assuming this is then an Ant config issue.


From: dspace-tech@googlegroups.com  on behalf of 
Mark H. Wood 
Sent: 26 March 2018 16:36:43
To: DSpace Technical Support
Subject: [dspace-tech] Re: Ant is using wrong Java version on Centos

On Monday, March 26, 2018 at 10:59:28 AM UTC-4, MALMQUIST Hrafn wrote:
After looking more into this I've come to the conclusion that the problem is 
that Apache Ant 1.9.2 doesn't support Java 1.8.



That's strange:  I'm using Ant 1.9.1 on Oracle JDK 1.8.0_162-b12 without any 
difficulty.

--
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.

--
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.

-- 
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.
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.

-- 
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: Importing Metadata from csv file in collection of Dspace 5.2

2018-03-27 Thread Kabelo Kakole
I have created a spread sheet and added all the inofrmation on the fields. 
But when I try to upload the csv I get the error message For input string: 
"". Please help me to fix this and have my file uploaded.

On Monday, September 14, 2015 at 10:04:45 AM UTC+2, helix84 wrote:
>
> On Sun, Sep 13, 2015 at 8:32 PM, Sugumaran C  > wrote:
>
>> When I am importing the csv file by "+" in id column, and "collection id" 
>> column - the collection number correctly, it is uploading only in community 
>> and not in the collection, where I want.
>>
>
> "+" can only be used in the "id" column, not the "collection" column. The 
> collection column must always contain an ID of an existing collection.
>  
>
>> Another problem is, when I am log in as Administrator, I am able to go to 
>> only community, when I am going to collection, the import through csv is 
>> not enabled.   Can you please clarify this.
>>
>
> In XMLUI, it's in Administrative - Content Administration - Import 
> Metadata.
>
> Please note that GUI places a limit on the number of items changed during 
> each import. The limit can be changed here:
>
>
> https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace/config/modules/bulkedit.cfg#L17-L19
>  
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
>

-- 
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] Discovery ignoring double quoted strings

2018-03-27 Thread Vitor Rodrigues


Hello,

Our dspace is ignoring double quoted strings on /discovery

On tomcat7 access log

dspace looks like:  "GET 
/discover?scope=%2F&query=%22Correla%C3%A7%C3%B5es+lineares%22&submit= 
HTTP/1.1" 200 70172

Solr looks like: 
"GET 
/solr/search/select?q=%5C%22Correla%C3%A7%C3%B5es%5C+lineares%5C%22&spellcheck.q=%5C%22Correla%C3%A7%C3%B5es%5C+lineares%5C%22&spellcheck.collate=true&spellcheck=true&fq=NOT%28withdrawn%3Atrue%29&fq=NOT%28discoverable%3Afalse%29&start=0&rows=10&sort=score+desc&hl=true&hl.usePhraseHighlighter=true&hl.fl=dc.description.abstract_hl&hl.fl=dc.title_hl&hl.fl=dc.contributor.author_hl&hl.fl=fulltext_hl&f.dc.description.abstract_hl.hl.fragsize=250&f.dc.description.abstract_hl.hl.snippets=2&f.dc.title_hl.hl.fragsize=0&f.dc.title_hl.hl.snippets=5&f.dc.contributor.author_hl.hl.fragsize=0&f.dc.contributor.author_hl.hl.snippets=5&f.fulltext_hl.hl.fragsize=250&f.fulltext_hl.hl.snippets=2&wt=javabin&version=2
 
"HTTP/1.1" 200 819726

For some reason dspace is escaping "(double quote %22) with (reverse lash 
%5C).

if i remove all %5C in solr query the results are fine and correct.

Environment:

DSPACE 5.3

inteface XMLUI with mirage2

Java: OpenJDK Runtime Environment (IcedTea 2.6.9) (7u131-2.6.9-2~deb7u1)

Tomcat7

OS: Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.89-1 x86_64 GNU/Linux

Hardware specs

2x Intel(R) Xeon(R) CPU E5-2665 0 @ 2.40GHz
16GB RAM

I appreciate your help

   - 
   - 
   

-- 
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] Reminder: DSpace Developer Show and Tell Meeting starts in a little over an hour

2018-03-27 Thread Terry Brady
The DSpace Developer Show and Tell Meeting will take place TODAY at
15:00-16:30UTC (11AM ET).

https://wiki.duraspace.org/display/DSPACE/Janitor+and+DSpace%2C+DSpace+Development+on+Codenvy+-+Mar+27%2C+2018+at+1500+UTC

-- 
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
https://github.com/terrywbrady/info
425-298-5498 (Seattle, WA)

-- 
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] DSpace to DSpace-CRIS data migration

2018-03-27 Thread Fazio Riccardo
Dear Bhavesh,

you can "migrate" data from DSpace to Dspace-CRIS, upgrading the database (see  
https://wiki.duraspace.org/display/DSPACECRIS/Installation#Installation-UpgradeanexistentDSpace(notCRIS)installation
 )
otherwise if you want just "move" the items from DSpace you can use the 
functionalities that DSpace offers ( AIP, Import Export Metadata, etc);
It could be useful to take a look at this page ( 
https://wiki.duraspace.org/display/DSPACECRIS/How+to+collect+data+about+CRIS+entities
 ) , where you can find an help to edit the default configuration in order
to create the CRIS entities automatically

I hope this helps
regards
Riccardo

On 27/03/2018 08:27, Bhavesh Patel wrote:
Dear All,

We are planing to import our DSpace data to DSpace-CRIS. for that, we have 
install DSpace-CRIS in CentOS7 (it's work successfully) but we want to import 
our DSpace data to DSpace-CRIS so there standard process we have to follow 
after installation of DSpace-CRIS to import the DSpace database?

DSpace version: 6
DSpace CRIS version: dspace-6_x_x-cris
OS: CentOS7 (in both)

Regards,
Bhavesh

Thanks & Regards,
Bhavesh R. Patel

"Learning is a never ending process"

--
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.

--
Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non infetto.
Clicca qui per segnalarlo come 
spam.


--
Riccardo Fazio
DSpace and DSpace-CRIS developer

4Science,  www.4science.it (an Itway Group Company)

office: Via Edoardo D'Onofrio 304, 00155 Rome, Italy
tel: +39 3339341798

--
Questo messaggio e' stato analizzato da Libra ESVA ed e' risultato non infetto.
This message was scanned by Libra ESVA and is believed to be clean.

-- 
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.