Re: [Dspace-tech] ldap login

2009-04-28 Thread Hossain, Aaron
Hi,

I have recently upgrade from 1.5 to 1.5.2 and have implemented
LDAPHierarchicalAuthentication.

However ldap-login page does not authenticate LDAP users at all but
password-login page authenticates LDAP users (using user CN instead of
email address). I wouldn't might other than the fact that DSpace asks
you to choose which why to login and the password-login page text asks
for e-mail address.

There is obviously something wrong somewhere with my implementation.

-Original Message-
From: Stuart Lewis [mailto:s.le...@auckland.ac.nz] 
Sent: 27 April 2009 21:48
To: Sarah Ryder; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] ldap login

Hi Sarah,

If you have ldap.enable set to true, and LDAPAuthentication set in
plugin.sequence.org.dspace.authenticate.AuthenticationMethod then it
should just do it.

However, the URL used to present the login screen (ldap-login or
password-login) isn't actually a problem, as the user should get
authenticated via LDAP irrespective of the login screen. DSpace tries to
authenticate with the username and password combination given in all of
the authentication methods listed in
plugin.sequence.org.dspace.authenticate.AuthenticationMethod until it
finds one which succeeds. So your LDAP username and passwords should
work on the password-login page too.

Thanks,

Stuart Lewis
Digital Services Programmer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/


-Original Message-
From: Sarah Ryder [mailto:sry...@hampshire.edu] 
Sent: Tuesday, 28 April 2009 6:28 a.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] ldap login


Hi folks

I'm wondering if there is a way to redirect all login screens to the
ldap 
login screen instead of the normal login screen.

For example, I can change the login link on the sidebar to point
directly 
to the ldap login url (https://mydomain.edu:8443/jspui/ldap-login), but 
if a user is not logged in and they click on something for which they 
need to be logged in, they are bounced to the traditional login screen 
(https://mydomain.edu:8443/jspui/password-login).  Is there a 
configuration change I can make so that the users get bounced to the
ldap 
login screen globally?

Thanks!

-Sarah Ryder
Web Development
Hampshire College
413.559.5477


--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing

server and web deployment.
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing

server and web deployment.
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace Internal Error when approving item

2009-08-28 Thread Hossain, Aaron
Hi all,

 

Once an new item has been submitted, it then goes through a workflow and
an administrator then approves the item. 

 

ERROR: duplicate key value violates unique constraint
handle_handle_key

 

At this point we are getting an internal error, I think it may be trying
to issue a handle id that is already in use. A while back I did some
batch importing and had to assign/force certain handle id due to
conflicts.

 

Anyone any ideas how to get around this issue ?

 

Regards.

 

 

 

Aaron Hossain

Information Specialist

Central Server Group

Information Services

University of Abertay Dundee

 

Tel:   01382 308802 

Mob:  07791670579

a.hoss...@abertay.ac.uk

 

Home of Dare to be Digital - the UK's premier computer games design
competition for university students

The University of Abertay Dundee is a charity registered in Scotland,
No: SC016040

 

 

 

 

An internal server error occurred on
http://repository.abertay.ac.uk:8080/jspui:

 

Date:   8/27/09 1:55 PM

Session ID: 854358F5AE20442E9C5859DCC7E12E9A

 

-- URL Was: http://repository.abertay.ac.uk:8080/jspui/mydspace

-- Method: POST

-- Parameters were:

-- step: 3

-- submit_approve: Approve

-- workflow_id: 19

 

 

Exception:

org.postgresql.util.PSQLException: ERROR: duplicate key value violates
unique constraint handle_handle_key

  at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecu
torImpl.java:1531)

  at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImp
l.java:1313)

  at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:
188)

  at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Stateme
nt.java:452)

  at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdb
c2Statement.java:354)

  at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2S
tatement.java:308)

  at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(Delega
tingPreparedStatement.java:102)

  at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(Delega
tingPreparedStatement.java:102)

  at
org.dspace.storage.rdbms.DatabaseManager.execute(DatabaseManager.java:13
55)

  at
org.dspace.storage.rdbms.DatabaseManager.update(DatabaseManager.java:711
)

  at
org.dspace.handle.HandleManager.createHandle(HandleManager.java:174)

  at
org.dspace.content.InstallItem.installItem(InstallItem.java:110)

  at org.dspace.content.InstallItem.installItem(InstallItem.java:72)

  at
org.dspace.workflow.WorkflowManager.archive(WorkflowManager.java:662)

  at
org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:616)

  at
org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:592)

  at
org.dspace.workflow.WorkflowManager.advance(WorkflowManager.java:372)

  at
org.dspace.app.webui.servlet.MyDSpaceServlet.processPerformTask(MyDSpace
Servlet.java:461)

  at
org.dspace.app.webui.servlet.MyDSpaceServlet.doDSPost(MyDSpaceServlet.ja
va:141)

  at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.
java:147)

  at
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105
)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

  at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:290)

  at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)

  at
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnly
Filter.java:98)

  at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)

  at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)

  at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)

  at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:175)

  at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:128)

  at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102)

  at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)

  at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
86)

  at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:84
4)

  at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:583)

  at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

  at java.lang.Thread.run(Unknown Source)

 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and 

Re: [Dspace-tech] Update Messages.properties

2010-01-07 Thread Hossain, Aaron
This sounds interesting, is this a supported (safe) procedure ?

-Original Message-
From: Vinsenso [mailto:likeit_8...@hotmail.com] 
Sent: 07 January 2010 04:53
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Update Messages.properties


hi..if you want to update messages.properties...maybe you can do like what I
do...^^

if u using jspui webapp like me, then you can do this:
1. go to [dspace]\webapps\jspui\WEB-INF\lib
2. open [do not extract] file name 'dspace-api-1.5.2.1.jar' . I use : Winrar
Archiver
3. you will see Messages.properties inside. you can make a changes there.

If u do this, you do not need to run ant update. it will automaticly update.
^^

Hope this help
visit http://old.nabble.com/How-to-run-dsrun-command-td27034466.html maybe
you can help me.:-D

Vinsenso


Brouns, Francis wrote:
 
 Hi,
 
 I need to change some of the default messages and add a new one.
 Previously I made these changes in Messages.properties. According to the
 manual that still should be possible in 1.5.2. The updated file should be
 placed in
 [dspace-source]/dspace/modules/jspui/src/main/resources/Messages.properties.
 However, when I run ant update always the old Messages.properties is used:
 the lib/dspace-api-1.5.2.jar is not being replaced, nor is
 Messages.properties placed in the webapps directory or WAR file. 
 
 I do not want to add an additional language, just replace some of the
 messages for the default language (en_US).
 
 Where should I place the updated file? I'm running ant from the
 dspace-1.5.2-release package (not the src).
 
 Best wishes,
 Francis
 

-- 
View this message in context: 
http://old.nabble.com/Update-Messages.properties-tp27043019p27048105.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace 1.6 upgradation windows error - Jspui /xmlui

2010-06-25 Thread Hossain, Aaron
Hi Pons

Did you get a fix for this ? My upgrade just failed with same error ☹



Aaron Hossain
Senior Information Specialist
Central Server Group
Information Services
University of Abertay Dundee

Tel:   01382 308802
Mob:  07791670579
a.hoss...@abertay.ac.ukmailto:a.hoss...@abertay.ac.uk

Home of Dare to be Digital - the UK's premier computer games design competition 
for university students
The University of Abertay Dundee is a charity registered in Scotland, No: 
SC016040



From: ponerulappa...@cognizant.com [mailto:ponerulappa...@cognizant.com]
Sent: 12 March 2010 11:39
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] dspace 1.6 upgradation windows error - Jspui /xmlui

Dear All,

I’ve upgraded dspace1.6 from 1.5.2, build got successful , didn’t get any error 
while upgrading the same and could all the steps mentioned in the documentation 
as well. but, after all when I browse http://localhost:8080/jspui it shows the 
attached error, assumed that may due to Java set up couldn’t fix this out .can 
anyone address the issue would be appreciated. I wish to have what need to be 
done exactly to overcome this error

Thank you,

Regards
Pons
Library and Information Services | |Read, Learn and Lead...


This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information.

If you are not the intended recipient, please contact the sender by reply 
e-mail and destroy all copies of the original message.

Any unauthorized review, use, disclosure, dissemination, forwarding, printing 
or copying of this email or any action taken in reliance on this e-mail is 
strictly prohibited and may be unlawful.


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace 1.6 upgradation windows error - Jspui /xmlui

2010-06-25 Thread Hossain, Aaron
Yes this did work! Thanks!

For some reason the copy of webapps did not take the all the files, I wiped and 
did again and presto !

From: Kim Shepherd [mailto:kim.sheph...@gmail.com]
Sent: 25 June 2010 12:10
To: Hossain, Aaron
Cc: dspace-tech@lists.sourceforge.net; ponerulappa...@cognizant.com
Subject: Re: [Dspace-tech] dspace 1.6 upgradation windows error - Jspui /xmlui

Hi Aaron,

It seems as though your JSPUI webapp is still trying to use the 1.5.2 version 
of dspace-api -- have a look in the WEB-INF\lib folder of your deployed webapp, 
and if you see files like dspace-api-1.5.2.jar and dspace-jspui-api-1.5.2.jar, 
it means you're trying to run 1.6 JSPs on 1.5.x code.

If this is the case, it might be worth rebuilding and redeploying 
(copying/deploying the whole JSPUI directory, not just changed JSPs)

Hope this helps!

Cheers,

Kim
On 25 June 2010 22:36, Hossain, Aaron 
a.hoss...@abertay.ac.ukmailto:a.hoss...@abertay.ac.uk wrote:
Hi Pons

Did you get a fix for this ? My upgrade just failed with same error ☹



Aaron Hossain
Senior Information Specialist
Central Server Group
Information Services
University of Abertay Dundee

Tel:   01382 308802
Mob:  07791670579
a.hoss...@abertay.ac.ukmailto:a.hoss...@abertay.ac.uk

Home of Dare to be Digital - the UK's premier computer games design competition 
for university students
The University of Abertay Dundee is a charity registered in Scotland, No: 
SC016040



From: ponerulappa...@cognizant.commailto:ponerulappa...@cognizant.com 
[mailto:ponerulappa...@cognizant.commailto:ponerulappa...@cognizant.com]
Sent: 12 March 2010 11:39
To: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] dspace 1.6 upgradation windows error - Jspui /xmlui

Dear All,

I’ve upgraded dspace1.6 from 1.5.2, build got successful , didn’t get any error 
while upgrading the same and could all the steps mentioned in the documentation 
as well. but, after all when I browse http://localhost:8080/jspui it shows the 
attached error, assumed that may due to Java set up couldn’t fix this out .can 
anyone address the issue would be appreciated. I wish to have what need to be 
done exactly to overcome this error

Thank you,

Regards
Pons
Library and Information Services | |Read, Learn and Lead...


This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information.

If you are not the intended recipient, please contact the sender by reply 
e-mail and destroy all copies of the original message.

Any unauthorized review, use, disclosure, dissemination, forwarding, printing 
or copying of this email or any action taken in reliance on this e-mail is 
strictly prohibited and may be unlawful.



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.  See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Browse by Author or Subject causes Internal System Error, however...

2010-07-06 Thread Hossain, Aaron
Hi all,

Have upgraded from 1.5.2 to 1.6.2 and get an Internal System Error when trying 
to browse by Author or Subject, however when I change the url manually to a 
capital A or S accordingly the query works !

Is this a mis configured messages.properties file ??

Doesn't work jspui/browse?type=subject

Does work  jspui/browse?type=Subject

Doesn't work jspui/browse?type=author

Does work  jspui/browse?type=Author


Regards

@

Aaron Hossain
Senior Information Specialist
Central Server Group
Information Services
University of Abertay Dundee

Tel:   01382 308802
Mob:  07791670579
a.hoss...@abertay.ac.ukmailto:a.hoss...@abertay.ac.uk

Home of Dare to be Digital - the UK's premier computer games design competition 
for university students
The University of Abertay Dundee is a charity registered in Scotland, No: 
SC016040

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Browse by Author or Subject causes Internal System Error, however...

2010-07-06 Thread Hossain, Aaron
Sorry,

After further testing I have realised it does not actually work when changing 
the URL, it just defaults to a browse by issue date search, not a by 
Author/Subject.

This what the log says:-

jspui/browse?type=subject
-- Method: GET
-- Parameters were:
-- type: subject

java.lang.IllegalArgumentException: No such column authority
at 
org.dspace.storage.rdbms.TableRow.getStringColumn(TableRow.java:288)
at 
org.dspace.browse.BrowseDAOPostgres.doValueQuery(BrowseDAOPostgres.java:437)
at 
org.dspace.browse.BrowseEngine.browseByValue(BrowseEngine.java:515)
at org.dspace.browse.BrowseEngine.browse(BrowseEngine.java:126)
at 
org.dspace.app.webui.servlet.AbstractBrowserServlet.processBrowse(AbstractBrowserServlet.java:342)
at 
org.dspace.app.webui.servlet.BrowserServlet.doDSGet(BrowserServlet.java:112)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:151)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:112)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)


From: Hossain, Aaron [mailto:a.hoss...@abertay.ac.uk]
Sent: 06 July 2010 14:21
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Browse by Author or Subject causes Internal System 
Error, however...

Hi all,

Have upgraded from 1.5.2 to 1.6.2 and get an Internal System Error when trying 
to browse by Author or Subject, however when I change the url manually to a 
capital A or S accordingly the query works !

Is this a mis configured messages.properties file ??

Doesn't work jspui/browse?type=subject

Does work  jspui/browse?type=Subject

Doesn't work jspui/browse?type=author

Does work  jspui/browse?type=Author


Regards

@

Aaron Hossain
Senior Information Specialist
Central Server Group
Information Services
University of Abertay Dundee

Tel:   01382 308802
Mob:  07791670579
a.hoss...@abertay.ac.ukmailto:a.hoss...@abertay.ac.uk

Home of Dare to be Digital - the UK's premier computer games design competition 
for university students
The University of Abertay Dundee is a charity registered in Scotland, No: 
SC016040

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Browse by Author or Subject causes Internal System Error, however...

2010-07-06 Thread Hossain, Aaron
Hi all,

Thanks for the replies. My browse indices seem fine.

I reckoned the indexing was the problem so I ran dsrun index-init but got an 
error

Error in launcher.xml: Invalid class name: index-init

If it's not one thing.

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] 
Sent: 06 July 2010 14:37
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Browse by Author or Subject causes Internal System 
Error, however...

Hello Aaron,

did you change the name of the browse indices in the dspace.cfg?
Check this section:

webui.browse.index.1 = dateissued:item:dateissued
webui.browse.index.2 = author:metadata:dc.contributor.*,dc.creator:text
webui.browse.index.3 = title:item:title
webui.browse.index.4 = subject:metadata:dc.subject.*:text

Hope that helps

Claudia Jürgen


Am 06.07.2010 15:21, schrieb Hossain, Aaron:
 Hi all,

 Have upgraded from 1.5.2 to 1.6.2 and get an Internal System Error
 when trying to browse by Author or Subject, however when I change the
 url manually to a capital A or S accordingly the query works !

 Is this a mis configured messages.properties file ??

 Doesn't work jspui/browse?type=subject

 Does work  jspui/browse?type=Subject

 Doesn't work jspui/browse?type=author

 Does work  jspui/browse?type=Author


 Regards

 @

 Aaron Hossain Senior Information Specialist Central Server Group
 Information Services University of Abertay Dundee

 Tel:   01382 308802 Mob:  07791670579
 a.hoss...@abertay.ac.ukmailto:a.hoss...@abertay.ac.uk

 Home of Dare to be Digital - the UK's premier computer games design
 competition for university students The University of Abertay Dundee
 is a charity registered in Scotland, No: SC016040





 --


This SF.net email is sponsored by Sprint
 What will you do first with EVO, the first 4G phone? Visit
 sprint.com/first -- http://p.sf.net/sfu/sprint-com-first



 ___ DSpace-tech mailing
 list DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Mit freundlichen Gruessen

Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Browse by Author or Subject causes Internal System Error, however...

2010-07-06 Thread Hossain, Aaron
Doh! Yes my bad, didn’t read the notes properly.

Thanks everyone that has fixed it.

-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: 06 July 2010 15:42
To: Hossain, Aaron
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Browse by Author or Subject causes Internal System 
Error, however...

On Tue, Jul 6, 2010 at 16:21, Hossain, Aaron a.hoss...@abertay.ac.uk wrote:
 I reckoned the indexing was the problem so I ran dsrun index-init but got an 
 error

 Error in launcher.xml: Invalid class name: index-init

The release notes say to run

[dspace]/bin/dspace index-init

not dsrun index-init

Regards,
~~helix84
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech