Re: [Dspace-tech] How to show Discovery Facet on the Item page ?

2013-01-28 Thread helix84
On Mon, Jan 28, 2013 at 8:07 AM, revskill revskil...@gmail.com wrote:

 Do you know how to show Discovery Facet on the Item page ? I want to show
 similar items for an item based on many facets like the Author, Subjects,
 Publisher,


Hi, this was briefly possible in DSpace 1.7 (solr.facets.item), but it
wasn't very well thought out, so it was removed. There are no plans at this
time to bring it back.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
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] [KE1019161] Embargo settings on item import

2013-01-28 Thread helix84
On Mon, Jan 28, 2013 at 8:29 AM,  marco.we...@kesslernetworks.de wrote:
 Am 18.01.2013 12:52, schrieb helix84:
 On Fri, Jan 18, 2013 at 11:36 AM,  marco.we...@kesslernetworks.de wrote:
 Now what have i done. I created an item and imported it in OAI Solr
 search.

 What do you mean OAI Solr search? I assume you mean the oai Solr
 core? search is a different Solr core, used for Discovery.

 With OAI Solr search i meant i imported the items in Solr so that a query on
 OAI can deliver the data getting it from the Solr ... hope i'm right here.

Yes, that is the oai Solr core and you've done well.

 The simple archive and the csv file shows no difference between the two
 states except of the dc.description.provenance.
 The unpacked AIP shows a difference between the two mets.xml files.
 That tells me, that only over AIP i can handle the embargo settings, or?

 Yes, as I wrote in my previous email.
 Old embargo = bitstream authorizations + embargo terms in metadata (so
 SAF import should recognize it)
 3.0 embargo = bitstream resource policies (so probably only AIP would
 recognize it - it's part of METS)

 Ok so the old embargo should work, but what is SAF ? Can't find something in
 the documentation.
 Unfortunately i don't have enough time to test it because it was just nice
 to have and not must have criteria.
 Maybe in a later step i will get back to this. The step is planed but i can
 not tell when.

Sorry, SAF is just a name for the format used in the original importer
([dspace]/bin/dspace import/export).

 So i had the idea now to restore/replace it with the AIP i created as the
 item was in not private state and it have to be in that state after
 replacing it.
 Unfortunately it replaces the item but the not private state was not
 applied to the item.
 I set the not private state in XMLUI manually and imported the AIP i
 created as the item was in the private state and this works in parts.
 In parts means the item is withdrawn but in not private state after
 that.
 That means replacing an item that is in not private state with the
 private state item works the other way round not.
 To see the difference between the withdrawn item that is in not private
 state i put it manually in private state, exported it as AIP, unzipped,
 and diff the two mets.xml ... no changes that shows me what i have to set
 so
 get the item in privatestate.


 Thanks for the testing, you may have found a bug. I didn't try it
 myself (exporting/importing items with embargo via AIP), so I can't
 explain it. If noone else answers in the next few days, you should
 file a Jira issue to make sure it's addressed (either explained if
 it's supposed to work that way, or fixed if it's not).


 Ok no one had answered to this mail so i will file a Jira issue.


 org.dspace.authorize.AuthorizeException: To withdraw item must be
 COLLECTION_ADMIN or have REMOVE authorization on owning Collection


 This sounds pretty straightforward - did you use a correct value for
 the -e flag? E.g. a site admin eperson?


 Yes, sure i only have one account the site admin i created following the
 installation documentation.
 And yes i used the -e flag but in long version
  --eperson=my.m...@adress.de

Sorry, I can't think of anything else that could have gone wrong there.

 Ok, i hope i can find a bit spare time to place a Jira issue the next day
 for that and i'll post the link to that.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] dspace stat cron

2013-01-28 Thread helix84
On Sat, Jan 26, 2013 at 5:11 PM, revskill revskil...@gmail.com wrote:
 Hi Helix84, do you know which queries are common to query SOLR (that are
 equivalent to those queries using old statistics) ?

What are those queries? Try to make a list.

It should be really quite simple to construct them - it's just
changing URL parameters.

 For examples, how to
 generate the most downloaded items in the repository , and display it inside
 a facet discovery block ?

That doesn't really make sense - you have to specify which field you
want to facet by (think GROUP BY in SQL). For example, here's most
downloaded items faceted by user name:

https://wiki.duraspace.org/display/DSPACE/Solr#Solr-Topdownloadeditemsbyaspecificuser

I haven't tried it with anything else byt metadata fields, but it will
probably work if you use valuetype:0value in

https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-SearchfilterssidebarfacetsCustomization

P.S. Please, do not hijack existing email threads others started.
Start your own. One question = one thread.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] dspace 1.8.2 SendFeedbackAction.java Issue

2013-01-28 Thread helix84
On Mon, Jan 28, 2013 at 10:28 AM, helix84 heli...@centrum.sk wrote:
 Hi Christian, what is your value of dspace.hostname?

And mail.allowed.referrers?


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] dspace 1.8.2 SendFeedbackAction.java Issue

2013-01-28 Thread helix84
And the contents of your hosts file (/etc/hosts)?

You should have this there:
83.169.21.252   stadtteilgeschichten.netstadtteilgeschichten

Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] Feedback page problem (DSpace 3.0)

2013-01-28 Thread helix84
What is the contents of your hosts file (/etc/hosts)?


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] Feedback page problem (DSpace 3.0)

2013-01-28 Thread mErRYo
i got it right. I changed my host url from localhost to my serverip in 
dspace.cfg and my feedback page is working fine now. What i did is as follows 

dspace.hostname = (from localhost to myserverip)
dspace.baseurl = (from http://localhost:8080 to http://myserverip:8080)
dspace.url = (from http://localhost:8080/jspui to http://myserverip:8080/jspui)
mail.allowed.referrers = localhost,myserverip

Thanks for the support. Specially from Claudia

--- On Mon, 1/28/13, helix84 heli...@centrum.sk wrote:

 From: helix84 heli...@centrum.sk
 Subject: Re: [Dspace-tech] Feedback page problem (DSpace 3.0)
 To: mErRYo merryob...@yahoo.com
 Cc: dspace-tech@lists.sourceforge.net, claudia.juer...@ub.tu-dortmund.de
 Date: Monday, January 28, 2013, 2:41 PM
 What is the contents of your hosts
 file (/etc/hosts)?
 
 
 Regards,
 ~~helix84
 
 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
 

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] LDAP authentication failing with: [LDAP\colon; error code 49 - Invalid Credentials]

2013-01-28 Thread Darren Arsenault
Hi All,

Version 1.8.0, JSPUI.

This morning I was contacted by a user who has recently changed their LDAP 
password as per company security policies. When this user proceeded to login to 
DSpace they were unable to use their new credentials, triggering the invalid 
credentials error code in the subject line: [LDAP\colon; error code 49 - 
Invalid Credentials] (found in the log files.)

The odd thing is that this user can still use their old LDAP password and they 
login successfully. I have checked the authentication.cfg and 
LDAPAuthentication is enabled, with precedence over PasswordAuthentication, and 
other users are logging in OK—even with recently changed credentials.

I am at a loss as to where to look next? Any ideas?

Thank you for your time. Good-day and be well.

Darren Arsenault
Programmer
Algonquin College
1385 Woodroffe Avenue
Ottawa, ON, K2G 1V8

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] [Dspace-general] How to implements Lucene

2013-01-28 Thread helix84
Hi Álvaro,

first of all, please, don't cross-post. When you reply to this mail,
please don't include dspace-general. This question belongs to
dspace-tech, so let's continue the conversation there.

Your question is not entirely clear. If you want to build a search
engine (also known as a central index in the library world) using
Lucene, why are you asking at a DSpace mailing list?

DSpace happens to use Lucene (actually in two independent forms -
Lucene and Solr), but from the point of view of a search engine, that
doesn't matter. You should access its data via network protocols.

Now you have two options, depending on what you want to build:
a) if you want to build a metasearch engine (that issues a requests to
multiple systems at the same time and waits for all of them to
respond), then to connect DSpace as a source you may use its Solr
search interface [1]
b) if you want to build a central index (that harvests its source
systems periodically and then queries only its own index), then
connect to DSpace via OAI-PMH and harvest all available items [2]

Also, if you're thinking of building upon Lucene, you may want to go
with Solr or ElasticSearch from the start. They both build on top of
Lucene.

[1] http://wiki.duraspace.org/display/DSPACE/Solr
[2] https://wiki.duraspace.org/display/DSDOC3x/OAI


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] LDAP authentication failing with: [LDAP\colon; error code 49 - Invalid Credentials]

2013-01-28 Thread helix84
Hi Darren,

I don't think this can be DSpace's fault. Although DSpace can create
an eperson on the first login via LDAP (if autoregister is set to
true), it only means that a row in the eperson table is created. The
password is not stored in DSpace and the user is always authenticated
by trying to bind to LDAP with the specified username/password.

If I were you, I'd take a look at your LDAP infrastructure. If you
have some kind of replication set up or if you're using custom code to
change the password in multiple systems (LDAP being just one of them),
the changed password may not yet have propagated to the LDAP server
DSpace uses. So try to bind the user using e.g. the ldapsearch utility
or any other LDAP client. My bet is that the LDAP server still has the
old password.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] [Dspace-general] How to implements Lucene

2013-01-28 Thread helix84
On Mon, Jan 28, 2013 at 6:17 PM, Álvaro Vargas Quezada
al...@outlook.com wrote:
 Ok, let's see if I understood: I want to have a central index, that provides
 me a basic interface to search in various data sources (i.e. databases), the
 method that we want to use is the second: index periodically and consults
 its own index, I guess this way is faster.

OK

 So, that means that we are gonna use DSpace + Lucene with OAI
 protocol, isn't?

As I wrote, this part is confusing. For your central index you don't
need DSpace at all, DSpace is just one of the sources that can be
connected. Right? Just confirming that we understand each other. If
you think you need DSpace for your central index to work, then we
don't understand each other and you need to explain more about what
you want to achieve.

 You recomemend me to use OAI
 protocol, I agree but, is this possible with other databases like SQL and
 Oracle?

So, the architecture would be your central index harvesting from
multiple sources, e.g.:

Central index:
* your own Lucene-based program

Sources
* DSpace (via OAI-PMH)
* Oracle (via SQL)
* some other source, e.g. via Solr
* yet another source, e.g. via CSV import
* ...

So SQL could be just another harvesting protocol (e.g. SELECT title,
author, keywords FROM items).


And I wanted to write one more important information in my previous
email, but I forgot. Maybe you don't need to start from scratch. Take
a look at RCAAP [1] [2] and if you think you want something like that,
maybe you don't have to start from scratch. Contact João Melo in that
case.

[1] http://www.rcaap.pt
[2] http://www.rcaap.pt/help.jsp


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] LDAP authentication failing with: [LDAP\colon; error code 49 - Invalid Credentials]

2013-01-28 Thread Darren Arsenault
Hi Helix,

Weirder and weirder. I just changed my credentials so that I could recreate the 
error without the assistance of the affected user, and I cannot recreate the 
error. The new credentials work fine for me, and my old credentials do not. 
This user still has the issue in DSpace, yet they can access other systems 
without error. I have not written any code for storing, saving, or manipulating 
passwords in DSpace, and the only place in the database that I am aware stores 
a password is the eperson table, which I have ensured is blank. 

I have checked with the IT guys, and there is no replication or duplication 
happening, only one LDAPserver.

Any other ideas?

Darren Arsenault
Programmer
Algonquin College
1385 Woodroffe Avenue
Ottawa, ON, K2G 1V8

From: ivan.ma...@gmail.com [ivan.ma...@gmail.com] On Behalf Of helix84 
[heli...@centrum.sk]
Sent: January-28-13 10:56 AM
To: Darren Arsenault
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] LDAP authentication failing with: [LDAP\colon; error 
code 49 - Invalid Credentials]

Hi Darren,

I don't think this can be DSpace's fault. Although DSpace can create
an eperson on the first login via LDAP (if autoregister is set to
true), it only means that a row in the eperson table is created. The
password is not stored in DSpace and the user is always authenticated
by trying to bind to LDAP with the specified username/password.

If I were you, I'd take a look at your LDAP infrastructure. If you
have some kind of replication set up or if you're using custom code to
change the password in multiple systems (LDAP being just one of them),
the changed password may not yet have propagated to the LDAP server
DSpace uses. So try to bind the user using e.g. the ldapsearch utility
or any other LDAP client. My bet is that the LDAP server still has the
old password.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] LDAP authentication failing with: [LDAP\colon; error code 49 - Invalid Credentials]

2013-01-28 Thread helix84
We can always blame it on the user :)

No, really, have him change his password under your supervision, I
think it will magically work.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] Unable to delete workflow step in DSpace 3.0

2013-01-28 Thread Charles Kinney
I would like to delete a collection workflow step.

When attempting to do so,  I get java.lang.NullPointerException.  Java full
stacktrace attached.
I see no errors in the posgresql log.  Configurable workflow is NOT enabled.

*Environment:  *Mac OS X 10.7.5 (Lion); DSpace 3.0; XMLUI Mirage interface
with Discovery enabled; Postgresql

Thanks!
An error has occurred


java.lang.NullPointerException:

Cocoon stacktrace [show]

Java stacktrace [show]

Java full stacktrace [hide]

org.apache.cocoon.ProcessingException: Sitemap: error calling continuation
at map:call - resource://aspects/Administrative/sitemap.xmap:220:38
at map:match type=request - 
resource://aspects/Administrative/sitemap.xmap:219:67
at map:match - resource://aspects/Administrative/sitemap.xmap:218:44
at map:select type=AuthenticatedSelector - 
resource://aspects/Administrative/sitemap.xmap:124:45
at map:mount - jndi:/localhost/xmlui/aspects/aspects.xmap:89:72
at map:select type=parameter - 
jndi:/localhost/xmlui/aspects/aspects.xmap:79:34
at map:match type=AspectMatcher - 
jndi:/localhost/xmlui/aspects/aspects.xmap:78:36
at map:mount - jndi:/localhost/xmlui/sitemap.xmap:485:100
at map:match - jndi:/localhost/xmlui/sitemap.xmap:484:49
at map:serialize type=xml - 
resource://aspects/EPerson/sitemap.xmap:302:31
at map:transform type=Navigation - 
resource://aspects/EPerson/sitemap.xmap:107:38
at map:generate - resource://aspects/EPerson/sitemap.xmap:96:19
at map:serialize type=xml - 
resource://aspects/Submission/sitemap.xmap:251:38
at map:transform type=Navigation - 
resource://aspects/Submission/sitemap.xmap:107:45
at map:generate - resource://aspects/Submission/sitemap.xmap:104:26
at map:serialize type=xml - 
resource://aspects/Statistics/sitemap.xmap:285:31
at map:generate - resource://aspects/Statistics/sitemap.xmap:37:19
at map:serialize type=xml - 
resource://aspects/Workflow/sitemap.xmap:139:38
at map:generate - resource://aspects/Workflow/sitemap.xmap:76:26
at map:serialize type=xml - 
resource://aspects/Discovery/sitemap.xmap:195:40
at map:transform type=Navigation - 
resource://aspects/Discovery/sitemap.xmap:76:47
at map:generate - resource://aspects/Discovery/sitemap.xmap:64:28
at map:serialize type=xml - 
jndi:/localhost/xmlui/aspects/aspects.xmap:85:34
at map:transform type=PageNotFound - 
jndi:/localhost/xmlui/aspects/aspects.xmap:84:43
at map:generate - jndi:/localhost/xmlui/aspects/aspects.xmap:83:22
at map:serialize type=xhtml - 
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:164:34
at map:transform type=i18n - 
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:158:33
at map:transform - 
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:153:51
at map:transform type=IncludePageMeta - 
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:140:55
at map:transform type=IncludePageMeta - 
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:135:55
at map:transform type=IncludePageMeta - 
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:126:55
at map:generate type=file - 
jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:120:55
at map:match - jndi:/localhost/xmlui/themes/Mirage/sitemap.xmap:117:28
at map:mount - jndi:/localhost/xmlui/themes/themes.xmap:33:45
at map:match type=ThemeMatcher - 
jndi:/localhost/xmlui/themes/themes.xmap:32:35
at map:mount - jndi:/localhost/xmlui/sitemap.xmap:652:94
at 
org.apache.cocoon.ProcessingException.throwLocated(ProcessingException.java:111)
at 
org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode.invoke(CallFunctionNode.java:96)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
at 
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
at 
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at 
org.apache.cocoon.components.treeprocessor.sitemap.SelectNode.invoke(SelectNode.java:82)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)

Re: [Dspace-tech] Unable to delete workflow step in DSpace 3.0

2013-01-28 Thread helix84
Ah, great, we were just looking for someone to confirm the fix:

cd [dspace-source]
wget https://github.com/DSpace/DSpace/pull/179.diff
patch -p1  179.diff


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] [Dspace-general] How to implements Lucene

2013-01-28 Thread Álvaro Vargas Quezada
Perfect, I was confused about the use of DSpace, you're right, we don't need 
DSpace at all, with Lucene and those protocols will be enough, in the end, 
Again, thank you very much for the information helix84, i will investigate 
RCAAP.
Greets!

 From: heli...@centrum.sk
 Date: Mon, 28 Jan 2013 18:50:04 +0100
 Subject: Re: [Dspace-general] How to implements Lucene
 To: al...@outlook.com
 CC: dspace-tech@lists.sourceforge.net; alvaro.vargas.quez...@gmail.com
 
 On Mon, Jan 28, 2013 at 6:17 PM, Álvaro Vargas Quezada
 al...@outlook.com wrote:
  Ok, let's see if I understood: I want to have a central index, that provides
  me a basic interface to search in various data sources (i.e. databases), the
  method that we want to use is the second: index periodically and consults
  its own index, I guess this way is faster.
 
 OK
 
  So, that means that we are gonna use DSpace + Lucene with OAI
  protocol, isn't?
 
 As I wrote, this part is confusing. For your central index you don't
 need DSpace at all, DSpace is just one of the sources that can be
 connected. Right? Just confirming that we understand each other. If
 you think you need DSpace for your central index to work, then we
 don't understand each other and you need to explain more about what
 you want to achieve.
 
  You recomemend me to use OAI
  protocol, I agree but, is this possible with other databases like SQL and
  Oracle?
 
 So, the architecture would be your central index harvesting from
 multiple sources, e.g.:
 
 Central index:
 * your own Lucene-based program
 
 Sources
 * DSpace (via OAI-PMH)
 * Oracle (via SQL)
 * some other source, e.g. via Solr
 * yet another source, e.g. via CSV import
 * ...
 
 So SQL could be just another harvesting protocol (e.g. SELECT title,
 author, keywords FROM items).
 
 
 And I wanted to write one more important information in my previous
 email, but I forgot. Maybe you don't need to start from scratch. Take
 a look at RCAAP [1] [2] and if you think you want something like that,
 maybe you don't have to start from scratch. Contact João Melo in that
 case.
 
 [1] http://www.rcaap.pt
 [2] http://www.rcaap.pt/help.jsp
 
 
 Regards,
 ~~helix84
 
 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
  --
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
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] Unable to delete workflow step in DSpace 3.0

2013-01-28 Thread Charles Kinney
Bingo!  Worked like a charm ... so far.  I've tested ONLY with deleting the
third, Edit Metadata Step in one collection.  Others may want to test
more thoroughly.

CK


On Mon, Jan 28, 2013 at 12:36 PM, helix84 heli...@centrum.sk wrote:

 Ah, great, we were just looking for someone to confirm the fix:

 cd [dspace-source]
 wget https://github.com/DSpace/DSpace/pull/179.diff
 patch -p1  179.diff


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
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] dspace stat cron

2013-01-28 Thread Andrea Schweer
Hi,

On 26/01/13 03:13, helix84 wrote:
 On Fri, Jan 25, 2013 at 2:42 PM, Miguel Angel Robledo
 marobl...@santafe.gov.ar wrote:
 I come from old versions of dspace and now i have 1.8.2 in a production
 environment and 3.0 in a development environment. I have the following
 cron jobs but i don know if it is necessary

 0 1 *** [dspace]/ bin / dspace stat-general
 0 1 *** [dspace]/ bin / dspace stat-monthly
 0 2 *** [dspace]/ bin / dspace stat-report-general
 0 2 *** [dspace]/ bin / dspace stat-report-monthly
 Those are the old statistics generated from log files. These commands
 just generate reports (HTML, I think) from logfiles. If you're using
 Solr statistics (available since 1.6), you don't need to use the old
 statistics.

Just to clarify -- this isn't true. These scripts update the
overall+monthly statistics accessed via the Statistics link in the
administrative section (in XMLUI at least). See the example on the demo
server: http://demo.dspace.org/xmlui/statistics (you need to be logged
in as an administrator for that link to work). In my repositories we
call these content statistics as opposed to the usage statistics.
The content statistics still come from the log files and still require
the cronjobs you list, though you may be able to disable the two with
-report- in their names unless you're using JSPUI.

If you don't ever use the content statistics then it's fine to disable
all those cron jobs. Otherwise, you'll need to keep them; however, to
get accurate numbers, you should run the -monthly ones at the end of the
day rather than early in the morning or they'll miss off items added on
the last day of the month.

cheers,
Andrea

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


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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 customize v 3.0 Discovery search filter drop-down labels

2013-01-28 Thread mErRYo
Well i created new sidebar facet and search filter now which is working fine. 
Steps mentioned in manual were right but the only problem i was facing that it 
doesn't implicitly mention to rebuild solr index also, though it has solr index 
maintenance topic after it. 

After doing editing in discovery.xml file i ran command i.e. 
update-discovery-index with -b parameter to recreate my solr index and it 
worked fine after sometime i also ran same command with -o parameter for solr 
search core optimization.


--- On Wed, 1/23/13, mErRYo merryob...@yahoo.com wrote:

 From: mErRYo merryob...@yahoo.com
 Subject: Re: [Dspace-tech] How customize v 3.0 Discovery search filter 
 drop-down labels
 To: heli...@centrum.sk
 Cc: dspace-tech@lists.sourceforge.net
 Date: Wednesday, January 23, 2013, 1:48 PM
 I already did this but no effect any
 other idea
 
 --- On Wed, 1/23/13, helix84 heli...@centrum.sk
 wrote:
 
  From: helix84 heli...@centrum.sk
  Subject: Re: [Dspace-tech] How customize v 3.0
 Discovery search filter drop-down labels
  To: mErRYo merryob...@yahoo.com
  Cc: dspace-tech@lists.sourceforge.net
  Date: Wednesday, January 23, 2013, 12:19 PM
  Here is the official documentation of
  those configuration options:
  https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-SearchfilterssidebarfacetsCustomization
  
  The only difference I can see is that you used the
  DiscoverySearchFilterFacet class, while the
 documentation
  tells you to
  use the DiscoverySearchFilter class. Try changing that.
 Also
  try
  running update-discovery-index after changing the
  configuration,
  although I don't think that's necessary.
  
  I'm in fact using DiscoverySearchFilterFacet myself,
 but my
  search
  filters are also facets and I'm using XMLUI.
  
  
  Regards,
  ~~helix84
  
  Compulsory reading: DSpace Mailing List Etiquette
  https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
  
 
 --
 Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012,
 HTML5, CSS,
 MVC, Windows 8 Apps, JavaScript and much more. Keep your
 skills current
 with LearnDevNow - 3,200 step-by-step video tutorials by
 Microsoft
 MVPs and experts. ON SALE this month only -- learn more at:
 http://p.sf.net/sfu/learnnow-d2d
 ___
 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
 

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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] Fwd: need help

2013-01-28 Thread Ashapurna P. Nayak
please help me out for the problem
 *
*
*C:\dspace-1.8.2-src-release\dspacemvn package*
*[INFO] Scanning for projects...*
*Downloading:
http://repo.maven.apache.org/maven2/org/dspace/dspace-pom/12/dspace*
*-pom-12.pom*
*[ERROR] The build could not read 1 project - [Help 1]*
*[ERROR]*
*[ERROR]   The project org.dspace:dspace:1.8.2
(C:\dspace-1.8.2-src-release\dspac*
*e\pom.xml) has 1 error*
*[ERROR] Non-resolvable parent POM for org.dspace:dspace-parent:1.8.2:
Could*
*not transfer artifact org.dspace:dspace-pom:pom:12 from/to central (
http://repo.*
*maven.apache.org/maven2): repo.maven.apache.org and 'parent.relativePath'
points*
* at wrong local POM @ org.dspace:dspace-parent:1.8.2,
C:\dspace-1.8.2-src-releas*
*e\pom.xml, line 15, column 13: Unknown host repo.maven.apache.org - [Help
2]*
*[ERROR]*
*[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e swit*
*ch.*
*[ERROR] Re-run Maven using the -X switch to enable full debug logging.*
*[ERROR]*
*[ERROR] For more information about the errors and possible solutions,
please rea*
*d the following articles:*
*[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin*
*gException*
*[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo*
*delException*
*C:\dspace-1.8.2-src-release\dspace*
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
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