Re: [Dspace-tech] Help for dspace backup/restore

2015-05-11 Thread Olivier Nicole
Emmanuel,

 i backup zip entire site files using AIP command which includes backup.zip
 communities, collections and items.

 then i restore it in to another PC (dspace 4.2) using restore command :
 ./dspace packager -r -a -f -t AIP -e dspace@localhost -i 1/0
 /home/dspace/backup/backup.zip

 actually i tried to restore files from dspace 3.1 to dspace 4.2 . But it
 doesnot work for me.is that correct way?? my pc running out of storage.

I am not a DSpace specialist on that matter (nor on any matter in fact)
but usually you will backup 3.1 and restore to 3.1 and the only update
to 4.2. This is true for just any software.

Best regards,

Olivier


 [1/2:text/html Show]


 [2:text/plain Hide]

 --
 One dashboard for servers and applications across Physical-Virtual-Cloud 
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y

 [3:text/plain Hide]

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Help for dspace backup/restore

2015-05-11 Thread Emmanuel Wilson
Hello all.

i backup zip entire site files using AIP command which includes backup.zip
communities, collections and items.

then i restore it in to another PC (dspace 4.2) using restore command :
./dspace packager -r -a -f -t AIP -e dspace@localhost -i 1/0
/home/dspace/backup/backup.zip

actually i tried to restore files from dspace 3.1 to dspace 4.2 . But it
doesnot work for me.is that correct way?? my pc running out of storage.
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] About Context and special groups

2015-05-11 Thread Tim Donohue
Evgeni,

The IPAuthentication.getSpecialGroups() class adds the special groups 
based on your settings in authentication-ip.cfg

https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/authenticate/IPAuthentication.java#L168

That class is called by the AuthenticationManager.getSpecialGroups() 
(which calls the getSpecialGroups() method of all authentication plugins 
configured in authentication.cfg):

https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/authenticate/AuthenticationManager.java#L288

- Tim

On 5/8/2015 3:18 PM, Evgeni Dimitrov wrote:
 Thank you Peter,

 - I created groups,
 - I edited [dspace]/config/modules/authentication.cfg
 - I edited [dspace]/config/modules/authentication-ip.cfg

 What next - which class and which method populates the SpecialGroups in
 the Context?

 Best regards
 Evgeni

 On Fri, May 8, 2015 at 10:57 PM, Peter Dietz pe...@longsight.com
 mailto:pe...@longsight.com wrote:

 First you have to configure IP addresses to mean anything:
 
 https://wiki.duraspace.org/display/DSDOC4x/Authentication+Plugins#AuthenticationPlugins-IPAuthentication

 
 Peter Dietz
 Longsight
 www.longsight.com http://www.longsight.com
 pe...@longsight.com mailto:pe...@longsight.com
 p: 740-599-5005 x809 tel:740-599-5005%20x809

 On Fri, May 8, 2015 at 3:25 PM, Evgeni Dimitrov
 dimitrove@gmail.com mailto:dimitrove@gmail.com wrote:

 In DSpace 5.1.
 I start with the ID of an Item, the ID of an ePerson and the IP
 of the request.
 I need to know can the ePerson read the item (from this IP).

 - I create a Context
 - I create the ePerson
 - I set the ePerson in the context
 - I create the Item
 - I check

 AuthorizeManager.authorizeAction(
  context,
  item,
  org.dspace.core.Constants.READ);

 - I would like to know how can I use the IP address. My guess is
 that the SpecialGroups of the context should be populated but I
 don't know how. Could you help?

 Best regards
 Evgeni


 
 --
 One dashboard for servers and applications across
 Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable
 Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 mailto:DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Help dspace https configuration

2015-05-11 Thread Tim Donohue
Hi Makanda,

Have you tried the instructions on Using SSL with Apache in front of 
Tomcat that are in the official Installation docs?

https://wiki.duraspace.org/display/DSDOC5x/Installing+DSpace#InstallingDSpace-UsingSSLonApacheHTTPDinfrontofTomcat%28runningonports80and443%29

Those should provide a (mostly) step-by-step guide. I would recommend 
FIRST getting DSpace running in Tomcat (on port 8080), as that will 
ensure that you have all the DSpace prerequisites and everything else 
setup properly. Those basic installation instructions for DSpace are at:

* DSpace 4.x install instructions: 
https://wiki.duraspace.org/display/DSDOC4x/Installing+DSpace
* DSpace 5.x install instructions: 
https://wiki.duraspace.org/display/DSDOC5x/Installing+DSpace

After DSpace is running in Tomcat on port 8080, THEN you can install 
Apache HTTP Server and configure it to run DSpace on port 80 and via 
SSL. Again, those instructions are at:

https://wiki.duraspace.org/display/DSDOC5x/Installing+DSpace#InstallingDSpace-UsingSSLonApacheHTTPDinfrontofTomcat%28runningonports80and443%29

If there are specific issues you are having with those instructions, I'd 
recommend sending those specific questions to this mailing list.

(NOTE: If you are installing a brand new copy of DSpace, you may wish to 
install either DSpace 4.3 OR DSpace 5.1 (latest version). There were 
security issues in DSpace 4.2 that have been resolved in 4.3 or 5.1. See 
these Release notes for more info: 
https://wiki.duraspace.org/display/DSDOC4x/Release+Notes)

- Tim

On 5/9/2015 3:06 AM, Makanda Maxwel wrote:
 Hello,

 Kindly please help me with step by step procedure how to configure
 dspace to use apache2 ssl https and also how to configure dspace 4.2 to
 use host-name without the port no 8080 nor xmlui at the end am using
 tomcat7. Have scanned huge pages in net without gain.

 Am quite stuck and hopefully you the only hope i have.

 Quite grateful for any help offered.

 Makanda.


 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Is it possible to use Dspace 1.8.x with Solr 4 ?

2015-05-11 Thread Tim Donohue
Hi Maatari,

DSpace 1.8.x has never been tested with Solr 4, so I'm doubtful that it 
would work without code changes.

If you would like to use Solr 4, I'd recommend upgrading to DSpace 4.0 
or above, as they all now use Solr 4.

Here's the versions of Solr that past DSpace versions used:

* DSpace 1.8.x uses Solr 3.3.0
* DSpace 3.x uses Solr 3.5.0
* DSpace 4.x uses Solr 4.4.0
* DSpace 5.x uses Solr 4.10.2

As you can see, we tend to upgrade Solr with each major release of 
DSpace. So, when you upgrade your DSpace, you'll be upgrading Solr as well.

- Tim


On 5/9/2015 3:35 PM, Maatari wrote:
 Hi,

 I'm relatively new to dspace, still learning about it. However, as part of a
 project, we were interested in using some functionality such as atomic
 update of Solr, which for most of them, available in solr 4 only.

 Can Dspace be used with any version of solr (provided that they are backward
 compatible )? If anyone has experience with using another version than the
 one coming with a release, could you please share.

 I would really like to know if i could use dspace 1.8.x with solr 4 or
 later.

 I have inherited that dspace version where a lot of customization have been
 made, i don't think of upgrading that dspace would be wise. Hence I would
 rather go for the component that i need to be upgraded.


 Many thanks in advance.

 Best,

 M



 --
 View this message in context: 
 http://dspace.2283337.n4.nabble.com/Is-it-possible-to-use-Dspace-1-8-x-with-Solr-4-tp4677787.html
 Sent from the DSpace - Tech mailing list archive at Nabble.com.

 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Kerberos and filegroups

2015-05-11 Thread Vegard Korvald
Anyone? I would be really greatful if someone could help me resolve this issue. 

I can shorten the question:
Is it possible to authenticate with Kerberos and still autoregister epersons 
into groups? The best solution for us would be to use unix filegroups to see 
which eperson belongs to which group.


--
Vegard


-Original Message-
From: Vegard Korvald
Sent: Wednesday, April 29, 2015 4:57 PM
To: dspace-tech@lists.sourceforge.net
Subject: Kerberos and filegroups

Hello,

We're considering using DSpace for our researchers who work with videos and
other data. We'll mainly use DSpace as a frontend for metadata in the
database. I have a couple of questions.

1. Is it possible to authenticate with Kerberos? If so, is it also possible to
autoregister a user in a group on the first logon based on unix filegroups or 
AD?
I know that it's possible with LDAP authentication and AD, but we can't use
LDAP as authentication for AD, only Kerberos. The best option for us would be
to authenticate with Kerberos and autoregister users in groups by using unix
filegroups. All users will not be in the same group and one user might be a
member of several groups. Is this possible?

2. I want the files in DSpace to be useable by other software as well. For
example a video in DSpace should not have to be downloaded before the
user can analyze it with a software. DSpace will only be used as a frontend to
the database for metadata purposes and we don't want to store the files as a
38-digit internal ID, unless we have to. We want the users to be able to see
the same files on disk as they see in dspace. This means that the dspace
groups and the filegroups has to be the same. I've looked at Registering
Bitstreams via Simple Archive Format and if I understand it correctly it might
be a solution. It's very important that these files are not available for
everyone on disk. The dspace user should be the owner of the file, and a
filegroup should give some users access to the file on disk for analyzing.
Typically the dspace groups should correspond with the filegroups. Is this
doable with DSpace?

Please let me know if I need to clarify anything.


--
Vegard


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Is it possible to use Dspace 1.8.x with Solr 4 ?

2015-05-11 Thread Maatari
Thanks



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Is-it-possible-to-use-Dspace-1-8-x-with-Solr-4-tp4677787p4677806.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Kerberos and filegroups

2015-05-11 Thread Tim Donohue
Hi Vegard,

I'll admit, I'm not as familiar with Kerberos myself. But, DSpace does 
not come with a Keberos authentication plugin. Therefore, DSpace does 
not support Kerberos out-of-the-box. Here's the authentication plugins 
which are provided:

https://wiki.duraspace.org/display/DSDOC5x/Authentication+Plugins

If you are willing to do some Java programming (or have someone onsite), 
it may be possible for you to build a custom Kerberos authentication 
plugin for DSpace (by implementing a new 
org.dspace.authenticate.AuthenticationMethod). I'd recommend looking 
at some of the existing Authentication plugins as examples:
https://github.com/DSpace/DSpace/tree/master/dspace-api/src/main/java/org/dspace/authenticate

It's also possible someone else has found a way to use DSpace with 
Kerberos. If so, hopefully they'll speak up and share their code and/or 
experiences in doing so.

- Tim

On 5/11/2015 9:16 AM, Vegard Korvald wrote:
 Anyone? I would be really greatful if someone could help me resolve this 
 issue.

 I can shorten the question:
 Is it possible to authenticate with Kerberos and still autoregister epersons 
 into groups? The best solution for us would be to use unix filegroups to see 
 which eperson belongs to which group.


 --
 Vegard


 -Original Message-
 From: Vegard Korvald
 Sent: Wednesday, April 29, 2015 4:57 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: Kerberos and filegroups

 Hello,

 We're considering using DSpace for our researchers who work with videos and
 other data. We'll mainly use DSpace as a frontend for metadata in the
 database. I have a couple of questions.

 1. Is it possible to authenticate with Kerberos? If so, is it also possible 
 to
 autoregister a user in a group on the first logon based on unix filegroups 
 or AD?
 I know that it's possible with LDAP authentication and AD, but we can't use
 LDAP as authentication for AD, only Kerberos. The best option for us would be
 to authenticate with Kerberos and autoregister users in groups by using unix
 filegroups. All users will not be in the same group and one user might be a
 member of several groups. Is this possible?

 2. I want the files in DSpace to be useable by other software as well. For
 example a video in DSpace should not have to be downloaded before the
 user can analyze it with a software. DSpace will only be used as a frontend 
 to
 the database for metadata purposes and we don't want to store the files as a
 38-digit internal ID, unless we have to. We want the users to be able to see
 the same files on disk as they see in dspace. This means that the dspace
 groups and the filegroups has to be the same. I've looked at Registering
 Bitstreams via Simple Archive Format and if I understand it correctly it 
 might
 be a solution. It's very important that these files are not available for
 everyone on disk. The dspace user should be the owner of the file, and a
 filegroup should give some users access to the file on disk for analyzing.
 Typically the dspace groups should correspond with the filegroups. Is this
 doable with DSpace?

 Please let me know if I need to clarify anything.


 --
 Vegard


 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] upgrade from 4 to 5.2

2015-05-11 Thread Jose Blanco
I just turned on DEBUG and I keep seeing this in the log files:

2015-05-11 14:57:06,208 DEBUG org.dspace.storage.rdbms.DatabaseManager @
Running query SELECT * FROM resourcepolicy WHERE resource_type_id= ? AND
resource_id= ? AND action_id= ?   with parameters: 0,558156,0
2015-05-11 14:57:06,208 DEBUG org.dspace.storage.rdbms.DatabaseManager @
Running query SELECT * FROM group2groupcache WHERE child_id= ?   with
parameters: 0
2015-05-11 14:57:06,208 DEBUG org.ds


Not sure why?  It just keeps going and going

-Jose
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] problems with dspace 5.1 migration - error on eperson-firstname and unable to create administrator fresh install

2015-05-11 Thread Searle, Shannon
Hello,
I have been working on an upgrade from an older postgres db in 1.6 dspace to 
the latest install of dspace 5.1.
I ran the upgrades, checked migrate and started up the tomcat server. All 
looked well at first, but then any attempt to update profiles or show users 
resulted in an exception.

I ran a maven clean package, then an ant fresh install.  After that I couldn't 
even create an administrator:
Exception: Invalid metadata field: [eperson.lastname]
java.sql.SQLException: Invalid metadata field: [eperson.lastname]
at org.dspace.content.DSpaceObject.updateMetadata(DSpaceObject.java:122)
at org.dspace.eperson.EPerson.update(EPerson.java:1056)
at 
org.dspace.administer.CreateAdministrator.createAdministrator(CreateAdministrator.java:259)
at 
org.dspace.administer.CreateAdministrator.negotiateAdministratorDetails(CreateAdministrator.java:206)
at 
org.dspace.administer.CreateAdministrator.main(CreateAdministrator.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:225)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:77)

Anyone know where this is coming from? I did delete my old browse indexes but I 
didn't think they were needed any more...this is the same type of error I was 
getting on the web ui when trying to access anything to do with the eperson 
admin interface.

Anyone who can help - greatly appreciated. I need to get this server up and 
running :)

Thanks!
Shannon
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] upgrade from 4 to 5.2

2015-05-11 Thread Jose Blanco
It seems like every time I restart tomcat, items get re-indexed.  Is it
only when there's been a change to the db, or is it every time tomcat is
restarted?

-Jose

On Mon, May 11, 2015 at 2:58 PM, Jose Blanco blan...@umich.edu wrote:

 I just turned on DEBUG and I keep seeing this in the log files:

 2015-05-11 14:57:06,208 DEBUG org.dspace.storage.rdbms.DatabaseManager @
 Running query SELECT * FROM resourcepolicy WHERE resource_type_id= ? AND
 resource_id= ? AND action_id= ?   with parameters: 0,558156,0
 2015-05-11 14:57:06,208 DEBUG org.dspace.storage.rdbms.DatabaseManager @
 Running query SELECT * FROM group2groupcache WHERE child_id= ?   with
 parameters: 0
 2015-05-11 14:57:06,208 DEBUG org.ds


 Not sure why?  It just keeps going and going

 -Jose

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] upgrade from 4 to 5.2

2015-05-11 Thread Tim Donohue
Hi Jose,

During the upgrade to 5.x, DSpace will automatically re-index your 
content (as it's required in order to get the latest features). This 
only happens ONCE, on the first bootup of Tomcat after the database has 
been upgraded.

More specifically, this reindex is triggered by a file 
([dspace]/solr/search/conf/reindex.flag) which is created by the 
database upgrade process.  If the Discovery module sees that file on 
bootup, a full reindex is triggered, and that reindex.flag is then 
deleted.

So, if you are noticing a reindex every time you restart Tomcat, it's 
possible either your reindex has not been given enough time to complete, 
OR that reindex.flag file is somehow not being deleted properly.

- Tim

On 5/11/2015 2:08 PM, Jose Blanco wrote:
 It seems like every time I restart tomcat, items get re-indexed.  Is it
 only when there's been a change to the db, or is it every time tomcat is
 restarted?

 -Jose

 On Mon, May 11, 2015 at 2:58 PM, Jose Blanco blan...@umich.edu
 mailto:blan...@umich.edu wrote:

 I just turned on DEBUG and I keep seeing this in the log files:

 2015-05-11 14:57:06,208 DEBUG
 org.dspace.storage.rdbms.DatabaseManager @ Running query SELECT *
 FROM resourcepolicy WHERE resource_type_id= ? AND resource_id= ? AND
 action_id= ?   with parameters: 0,558156,0
 2015-05-11 14:57:06,208 DEBUG
 org.dspace.storage.rdbms.DatabaseManager @ Running query SELECT *
 FROM group2groupcache WHERE child_id= ?   with parameters: 0
 2015-05-11 14:57:06,208 DEBUG org.ds


 Not sure why?  It just keeps going and going

 -Jose




 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Question about adding a Search Filter

2015-05-11 Thread George Stanley Kozak
Hello, Everyone:

I am using DSpace 5.1 with a Mirage 2 theme.

I recently added a new browse and search filter based on  dc.type.

The browse for types works correctly.  However, if I do a search and then add 
the advanced search filter of type, I get no hits.
For the search filter, I updated dspace/config/spring/api/discovery.xml to add 
the Search Filter for type.

Does anyone have any suggestions as to what I might be doing wrong?
Thank you in advance.

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924



--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Incorrect traslation of Up and Down buttons in Edit Item - Bitstreams page

2015-05-11 Thread RICARDO EITO BRUN
Hi,
In dspace 4.2, the page Edit Item - Bistreams does not show the translated
literals for the Up and Down buttons.

Instead of the right translations in the messages.xml files, the buttons'
IDs are shown:

xmlui.administrative.item.EditItemBitstreamsForm.order_up
xmlui.administrative.item.EditItemBitstreamsForm.order_down

Any idea on the reason for this behaviour?

Thanks in advance,

Ricardo

-- 
RICARDO EITO BRUN
Universidad Carlos III de Madrid
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to add new metadata element ??

2015-05-11 Thread Andrea Schweer

  
  
Hi,

On 11/05/15 18:16, Emmanuel Wilson
  wrote:


  
i edit thiswebui.itemdisplay.default = dc.title,
  dc.title.alternative, dc.contributor.*, dc.Institution.University,
  \
  
  Didn't come

  


Please keep copying in the mailing list, someone else may be able to
help you better/faster.

You'll need to tell us a little bit more. Is that actually the name
of the metadata field you added (Including the capital letters)? Did
you do a rebuild as described on the page I linked to?

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
  


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Question about adding a Search Filter

2015-05-11 Thread Andrea Schweer

  
  
Hi George,

On 12/05/15 08:16, George Stanley Kozak
  wrote:


  
  
  
  I am using DSpace 5.1 with a Mirage 2
theme.
 
I recently added a new browse and search
  filter based on  dc.type.   
 
The browse for types works correctly. 
  However, if I do a search and then add the advanced search
  filter of “type”, I get no hits.
For the search filter, I updated
  dspace/config/spring/api/discovery.xml to add the Search
  Filter for “type”.
  


Stupid question, but did you restart tomcat and do a reindex for
discovery after the change to discovery.xml? I think both are needed
for this type of change.

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
  


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to add new metadata element ??

2015-05-11 Thread Emmanuel Wilson
hi,

i add on metadata field directory, new element as 'Instituion with its
qualifier, scope note.

secondly i add its value to proper fields ie. the name of the institution
to the metadata.

i mean if i add a new author at dc.contributor. author it will come at
display item metadata area see here
https://wiki.duraspace.org/pages/viewpage.action?pageId=19006086

like i want to see the dc.Institution.University at display item metadata
are...

in short i am pointing a link where you can find what i mean.Click Here
http://shodhganga.inflibnet.ac.in/handle/10603/35796

Please see guide, university and researcher field thereis that
possible to do like that ???
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette