[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 helix84
On Tue, Jul 6, 2010 at 15:21, Hossain, Aaron a.hoss...@abertay.ac.uk wrote:
 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

Hello,
I might have run into the same issue as you, only I was using XMLUI
instead of JSPUI. Try it and let us know.

http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg10936.html

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


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

2010-07-06 Thread Claudia Jürgen
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


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

2010-07-06 Thread Simon Brown

On 6 Jul 2010, at 14:29, Hossain, Aaron wrote:

 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.

Looks to me like your browse indexes need to be rebuilt. You need to  
run the index-init script (*not* index-update).

Regards,
--
Simon Brown st...@cam.ac.uk - Cambridge University Computing Service
+44 1223 3 34714 - New Museums Site, Pembroke Street, Cambridge CB2 3QH



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


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