[Dspace-tech] Search Problem

2007-10-09 Thread Surinder Kumar Gaba
We have added around 1,40,000 records  into DSpace which contains both
Hindi and English language PDF file. After giving filter-media command
for full text searching, the searching gives a different results. Some
words are searching whereas on certain words, DSpace gives Internal
Error. A listing of dspace.log as follows :

2007-10-09 12:20:24,447 INFO
org.dspace.app.webui.servlet.BrowseServlet @
anonymous:session_id=4914CD68F31E870DC2F9815E351923DF:ip_addr=10.1.10.152:browse_title:results=21
2007-10-09 12:20:29,994 INFO  org.dspace.search.DSQuery @ Final query
string: fiscal
2007-10-09 12:20:31,883 WARN
org.dspace.app.webui.servlet.DSpaceServlet @
anonymous:session_id=4914CD68F31E870DC2F9815E351923DF:ip_addr=10.1.10.152:database_error:java.sql.SQLException:
Query fiscal returned unresolvable handle: 123456789/17341
java.sql.SQLException: Query fiscal returned unresolvable handle:
123456789/17341
at 
org.dspace.app.webui.servlet.SimpleSearchServlet.doDSGet(SimpleSearchServlet.java:256)
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:269)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
@

There is no such handle available in the database, I checked through
dspace-admin under Item entry, And also in 'handle' table.

Anyone has come across such problems and solutions to it.
-- 
Surinder Kumar Gaba
Technical Director
Bibliographic Informatics Division
National Informatics Centre
A-Block, CGO Complex, Lodhi Road
New Delhi-110 003
Tel : 011-24362359 (o)
  : 011-27865224 (r)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Where to get the DSpace and Manakin logos

2007-10-09 Thread Vlastimil Krejcir
   Hi all,

   I am not sure where to ask - so maybe here :-). Is it possible to 
download the DSpace logo and Manakin logo in a vector (SVG, EPS, WMF, ...) 
format? I would like to use them on my poster... The bitmaps that can be 
found on the web are not enough :-(.

   Thanks

   Vlastik


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Tagging an exported item in DSpace

2007-10-09 Thread James Rutherford
On Tue, Oct 09, 2007 at 10:59:06AM +0200, Obiajulu Odu wrote:
 Is there any way to test  or put a tag in a DSpace instance that an
 item has been exported before? This will enable us not to export the
 same item next time we run export.

What kind of export do you mean? Assuming you mean command-line batch
export with ItemExport, the best way to keep track of this would be to
record the date of the export somewhere and filter the results based on
what is new. Note that DSpace doesn't do this for you (there's no
reason for it to assume that you don't want to export things multiple
times) so you would have to modify the ItemExport class to allow it to
accept a date range.

cheers,

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential
and may be legally privileged. If you have received this message in
error, you should delete it from your system immediately and advise the
sender. To any recipient of this message within HP, unless otherwise
stated you should consider this message and attachments as HP
CONFIDENTIAL.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] SQLException unresolvable handle

2007-10-09 Thread Hlias Stavrakis
Hi, 
 in some cases while performing a search giving an existing text i'm getting 
the following SQLException :

005:ip_addr=194.177.214.59:database_error:java.sql.SQLException: Query MyText 
returned unresolvable handle: 123456789/12322
java.sql.SQLException: Query 24 oikoi of the Virgin returned unresolvable 
handle: 123456789/12322
at 
org.dspace.app.webui.servlet.SimpleSearchServlet.doDSGet(SimpleSearchServlet.java:256)
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.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
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:104)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581)
at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)

Could anyone give me any advice why this happens and how can be avoided?
I have noticed that usually happens when the text i'm searching exists as is in 
a metadata field of an element.
Thanks a lot.
Ilias-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Search Problem

2007-10-09 Thread James Rutherford
On Tue, Oct 09, 2007 at 01:36:07PM +0530, Surinder Kumar Gaba wrote:
 java.sql.SQLException: Query fiscal returned unresolvable handle:
 123456789/17341

It sounds like your indices are out of sync with your database. This
really shouldn't be able to happen unless you manually change the
Handles in your db (updates / deletes etc should be dealt with
automatically). Try running index-all and see if that helps.

cheers,

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential
and may be legally privileged. If you have received this message in
error, you should delete it from your system immediately and advise the
sender. To any recipient of this message within HP, unless otherwise
stated you should consider this message and attachments as HP
CONFIDENTIAL.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] bulk load communities/collections

2007-10-09 Thread susan rector
Good morning,
I want to to bulk load a list of communities and collections that are 
based on the University's schools  departments. Has anyone written a 
pl/sql or postgres procedure to do this that you could pass along?
Thanks!
Susan

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] bulk load communities/collections

2007-10-09 Thread Claudia Jürgen
Hi Susan,

I was referring to the import of communities and collections, see patch
http://sourceforge.net/tracker/index.php?func=detailaid=1659901group_id=19984atid=319984

It is not part of 1.4.1 but of 1.4.2. So you might apply the above 
mentioned patch or upgrade to 1.4.2.


Claudia





susan rector schrieb:
 Hi Claudia,
 I don't see this section of application.html. Which version of Dspace 
 are you referring to - I'm still using 1.4.1. Also, my email wasn't 
 totally clear (whoops!). I don't want to import actual bitstreams/items, 
 but just the community/collection names. We want to set up a structure 
 for the University before they actually import anything. I just didn't 
 want to set up each community/collection manually through the web UI.
 Hope this makes sense.
 thanks again!
 
 Claudia Jürgen wrote:
 Hi Susan,


 there is a the possibility to bulk import the dspace structure, see
 [dspace-source]/docs/application.html#structbuilder for details.

 hope this helps

 Claudia Jürgen


 susan rector schrieb:
 Good morning,
 I want to to bulk load a list of communities and collections that are 
 based on the University's schools  departments. Has anyone written a 
 pl/sql or postgres procedure to do this that you could pass along?
 Thanks!
 Susan

 - 

 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Dspace-general] Name Authority

2007-10-09 Thread Dorothea Salo
On 10/9/07, Hutchinson, Alvin [EMAIL PROTECTED] wrote:
 Two questions regarding name authority:

 Some scholars believe that a name listed in a bibliographic entry should
 be entered exactly as it appears on the publication.

They don't do that when they cite in a subsequent publication; it's a
matter of journal style. Library catalogues don't do that with their
books; that's what name authority files are all about. I don't see why
scholars should expect to do that anywhere else. Ignore 'em, say I.

 However I feel like consistent retrieval of items by a particular author
 requires consistent naming. Any thoughts on this?

I agree; it's just a tremendous pain in the posterior to do and to
keep current. I'm looking at a name-authority project (if the Manakin
redesign doesn't kill me first) that's going to take *months*. The
last one I did -- on a much smaller repository -- took weeks.

Mind you, I was obsessive about finding full names, which in the
journal world is an inordinate hassle. If you're not, then authority
control reduces to figuring out which name representations belong
together, a much easier problem.

 Do you think any of
 the contributors to your repositories have a problem with normalizing or
 standardizing their name regardless of how it appears on the article
 they've published?

They might. They can argue with me if they want to. My money's on them
not arguing. I'm happy to explain the principle of collocation if I
have to.

 Also, does anyone have any scripts or codes (or advice) for replacing
 creator names in the dcvalue table of the DSpace database? I would
 imagine that an sql script along the lines of:

 update dcvalue set text_value=Hutchinson, Alvin R. where
 text_value=Hutchinson, A.R.

 would be an adequate routine to standardize the name.

You'll want to fix the itemsbyauthor table as well, as you surmised.

update itemsbyauthor set author='Hutchinson, Alvin R.' where
author='Hutchinson, A.R.';

update itemsbyauthor set sort_author='hutchinson, alvin r.' where
sort_author='hutchinson, a.r.';

And then run an index_all.

Copying dspace-tech; apologies for duplication.

Dorothea

-- 
Dorothea Salo[EMAIL PROTECTED]
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Any way to not display blank fields and dashes when extending webui.itemlist.columns

2007-10-09 Thread Shane Beers
I'm becoming increasingly frustrated with the limitations of the  
indexing and display features of DSpace. Our collection features a  
variety of content, some with dc.contributor.author, some with  
dc.contributor.editor, and so on. It is fairly essential that the  
webui.itemlist.columns dc.title, dc.contributor.* continue to be  
used, due to having these various dc.contributor.X's as creators.  
However, the ETD schema we are starting to employ uses dc.contributor  
as the field to capture thesis and dissertation advisors. In a non- 
flat hierarchy the dc.contributor.type field would be able to explain  
what a specific contributor did. This makes advisors show up in the  
itemlist where item creators are, which is both somewhat incorrect  
and confusing.


Now, you may say why not just put dc.title, dc.contributor.author,  
dc.contributor.editor as the webui.itemlist.columns? The issue there  
is that if you specify individual element like that, and that element  
is not found in the item, random dashes, empty fields, and line  
breaks occur.


I'd love to just be able to say show me these fields, but don't put  
in wacky extra spaces and dashes if the field doesn't have data (or  
doesn't exist) in that item.


Maybe I'm missing an obvious solution. This is why I'm asking for any  
assistance. Thanks in advance!



Shane Beers
Digital Repository Services Librarian
George Mason University
[EMAIL PROTECTED]
703-993-3742



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] virutal groups

2007-10-09 Thread spvempat
Hi,

I would like to create different kinds of groups using dspace-admin.  
These are more like virtual groups because the authorization (read,  
submit) through dapce-admin is not set through dspace-admin.

But, within the code. This is for creating different kinds of users.

Could you anyone please help me on this.

Thanks,
Sree





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Any way to not display blank fields and dashes when extending webui.itemlist.columns

2007-10-09 Thread Dorothea Salo
On 10/9/07, Shane Beers [EMAIL PROTECTED] wrote:

 I'd love to just be able to say show me these fields, but don't put in
 wacky extra spaces and dashes if the field doesn't have data (or doesn't
 exist) in that item.

My suspicion is that in JSP you're stuck. I ran head-on into the same
problem for the same reason (dissertation advisors erroneously showing
up as authors), and I didn't find a non-major-hacking fix. I thought
at first that it might be possible to do a comma-separated list of
values for webui.itemlist.columns, but after I broke DSpace by trying
it, I learned the error of my ways.

If you can stand it for a few more months, though, I *think* this is
fixable in Manakin. WARNING: I HAVE NOT TESTED ANY OF THIS CODE YET.
(Subversion issues on the new server. They're supposed to be fixed
now.) Adopt or adapt it at your own risk.

Speaking in meta-pseudocode, Manakin's default author listing on the
item page (search DS-METS-1.0-DIM.xsl for item-author to find the
code) does roughly the same thing that JSP does. If there's a
dc.contributor.author, put them first. If there's a dc.creator, put
them. Then add any other dc.contributors regardless of qualifier.

I commented out the final xsl:when (dc.contributor.*, in dspace.cfg
parlance) and added some more table rows to cover my edge-case
contributors (I have translators and advisors; you may have others).
To address the blank-metadata problem, I've been wrapping rows in
xsl:if clauses (in meta-pseudocode, if this piece of metadata
exists, write the row with its implied if not, don't), a technique
I commend to the Manakin developers, because the empty rows look like
a system error, take up screen space unnecessarily, and confuse users.

So each of my new rows looks like this. Be warned; I haven't put keys
in messages.xml yet, but that would be the proper way to do this.

xsl:if test=$data/dim:[EMAIL PROTECTED]'contributor'[EMAIL 
PROTECTED]'advisor']
trtdspan
class=boldxsl:textAdvisor(s):/xsl:text/span/td
td
xsl:for-each
select=$data/dim:[EMAIL PROTECTED]'contributor'[EMAIL PROTECTED]'advisor']
xsl:copy-of select=./
xsl:if
test=count(following-sibling::dim:[EMAIL PROTECTED]'contributor'[EMAIL 
PROTECTED]'advisor'])
!= 0
xsl:text; /xsl:text
/xsl:if
/xsl:for-each
/td/tr
/xsl:if

As for the browse pages, I think my decision for the time being is
going to be to limit the author field to dc.creator and
dc.contributor.author. Should be fairly easy to do with the techniques
I just outlined.

Dorothea

-- 
Dorothea Salo[EMAIL PROTECTED]
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace/ARK

2007-10-09 Thread Mongi Sioud
Hi All,


We are looking for a solution to use ARK identifier schemes in Dspace
instead of Handle. Has anyone worked to do this before or has any
information about the project: Dspace/ARK Integration
http://wiki.dspace.org/index.php/Dark .



Thanks in advance



MSioud
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Redefining dc.type for only dcmi values and creating another descriptive type field

2007-10-09 Thread Sunyeen Pai
Greetings,

Our metadata advisors would like to split up the values for dc.type so that 
dc.type lists dcmi recommended types and dc.description.subtype holds values 
such as article, preprint, and book.  Is this asking for trouble?

I found an unintended consequence in the statistics report, which can only 
report dc.type values.  With this change, items that are articles, preprints, 
etc. would no longer be listed.  

I believe (NOT a programmer here) the use of dc.type is defined in 
/dspace-source/src/org/dspace/app/statistics/LogAnalyzer.java in these areas:

(1)/** list of item types to be reported on in the current state */
private static List itemTypes = new ArrayList();

(2)  // read the config values into our instance variables (see
  // documentation for more info on config params)

 if (key.equals(item.type))
{
  itemTypes.add(value);   
}

Could I change this java file to evaluate dc.description.subtype instead of 
dc.type?  

Are there other reasons NOT to make this kind of change?  Such as the 
statistics module is being re-written, potential upgrade problems, or other 
functions in DSpace that expects values such as book and article to be in 
dc.type?

Version: 1.4.1

Thank you,
Sunny Pai
University of Hawaii


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Help - Internal Server Error on viewing Eperson

2007-10-09 Thread Clive Gould
Help - as dspace-admin I have tried to view the list of users (epeople) on
the server this morning and I get an internal server error.

I have appended the relevant log entry to this email.

Can anyone please advise me what is wrong and what I need to do to correct
this?

Thanks very much

Clive Gould
Bromley College


2007-10-10 06:33:57,759 WARN 
org.dspace.app.webui.servlet.InternalErrorServlet @
:session_id=10BD6C8CDBB11C85E09C09D9E4B6D0B9:internal_error:-- URL Was:
http://vle.bromley.ac.u
k/dspace/tools/eperson-list?multiple=false
-- Method: GET
-- Parameters were:
-- multiple: false

java.lang.NullPointerException
at
org.apache.jsp.tools.eperson_002dlist_jsp._jspService(org.apache.jsp.tools.eperson_002dlist_jsp:434)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:91)
at
org.dspace.app.webui.servlet.admin.EPersonListServlet.doDSGet(EPersonListServlet.java:110)
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:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:98)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:307)
at
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:385)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:748)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:678)
at
org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:871)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech