[Dspace-tech] multilingual XMLUI

2008-06-26 Thread ARD Prasad
Hi,
After a bit of trouble shooting, I realized that the UTF-8 character are
not rendered correctly wherever post method used in a form.  However, the
get method works correctly.
For example in the file
dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/artifactbrowser/AdvancedSearch.java

if I replace METHOD_POST by METHOD_GET, I am getting results correctly. 
But I do not think it is a good solution, as it requires replacing every
MOTHOD_POST by METHOD_GET in the code.

Thanks to Karthik and Flemion for responding.

with best regards
-- 
ARD Prasad, Ph.D.
Documentation Research  Traning Centre (DRTC)
Indian Statistical Institute (ISI)
8th Mile Mysore Road
Bangalore  560 059
India
Phone (Off): +91-80-28483002  Ext. 496

Home Page: http://drtc.isibang.ac.in/DRTC/ardcv.html

Flemion Shafeeq wrote:
 Hi ,
 Try Keeping the container encoding in web.xml as
 ISO-8859-1

 and the form-encoding as UTF-8
 Things should work now.

 Regards
 Flemion.


 At 12:37 AM 6/26/2008 +0530, ARD Prasad wrote:
Hi,

Yes, there were all set to UTF-8 in web.xml file. I believe, somewhere
else the problem is.

regards
ard

  Message: 5
  Date: Wed, 25 Jun 2008 06:16:39 -0700 (PDT)
  From: Karthik Dathathri [EMAIL PROTECTED]
  Subject: Re: [Dspace-tech] multilingual problem in xmlui site
  To: ARD Prasad [EMAIL PROTECTED]
  Cc: dspace-tech@lists.sourceforge.net
  Message-ID: [EMAIL PROTECTED]
  Content-Type: text/plain; charset=us-ascii
 
  Hi Mr.Prasad,
 
  Did you checked the following parameters in xmlui webapp's web.xml?
 
  !--
 Set encoding used by the container. If not set the ISO-8859-1
 encoding
 will be assumed. Since the servlet specification requires that the
 ISO-
8859-1 encoding is used (by default), you should never change this
 value unless you have a buggy servlet container.
   --
init-param
   param-namecontainer-encoding/param-name
   param-valueUTF-8/param-value
/init-param
 
   !--
 Set form encoding. This will be the character set used to decode
  request
 parameters. If not set the ISO-8859-1 encoding will be assumed.
   --
init-param
 param-nameform-encoding/param-name
 param-valueUTF-8/param-value
/init-param
 
 
  Thanks  Regards,
 
  Karthik
 
 
  --- On Wed, 6/25/08, ARD Prasad [EMAIL PROTECTED] wrote:
 
  From: ARD Prasad [EMAIL PROTECTED]
  Subject: [Dspace-tech] multilingual problem in xmlui site
  To: dspace-tech@lists.sourceforge.net
  Date: Wednesday, June 25, 2008, 5:16 PM
  Hi,
  Our DSpace 1.5 installation runs on Apache + SSL (mod_jk)
  and tomcat 6.0.16, I have given the following line in
  tomcat server.xml file
 
  Connector port=8009
  protocol=AJP/1.3 redirectPort=8443
  URIEncoding=UTF-8/
 
  When I enter enter a non-English word in the search boxes,
  we do not have
  problems in the JSPUI side, but in the xmlui site we have
  problems,
 
  Even in XMLUI side, search box in the center of the screen
  is ok.
 
  Problems come when we use search box on the right hand side
  and also in
  advanced search,  The non-English characters get goofed up.
   Of course,
  with no search results
 
  regards
  ard
 
  --
  ARD Prasad, Ph.D.
  Documentation Research  Traning Centre (DRTC)
  Indian Statistical Institute (ISI)
  8th Mile Mysore Road
  Bangalore  560 059
  India
  Phone (Off): +91-80-28483002  Ext. 496
 
  Home Page: http://drtc.isibang.ac.in/DRTC/ardcv.html



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Error?

2008-06-26 Thread Zaya Kh
-- Forwarded message --
From: Zaya Kh [EMAIL PROTECTED]
Date: Thu, Jun 26, 2008 at 3:29 PM
Subject: Error?
To: dspace-tech@lists.sourceforge.net


* Hello all, I installed Dspace 1.5 on Fedora.*

   1. Is this error? when i shutdown apache-tomcat

 [EMAIL PROTECTED] ~]# /usr/local/tomcat/bin/shutdown.sh
Using CATALINA_BASE: /usr/local/tomcat
Using CATALINA_HOME: /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JRE_HOME: /usr/java/jdk1.6.0_06
Jun 26, 2008 2:20:57 AM org.apache.tomcat.util.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 25 column 2: The markup in the document
following the root element must be well-formed.
org.xml.sax.SAXParseException: The markup in the document following the root
element must be well-formed.
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1411)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDriver.next(XMLDocumentScannerImpl.java:1402)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:508)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1644)
at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:410)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:337)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:415)
Jun 26, 2008 2:20:58 AM org.apache.catalina.startup.Catalina stopServer
SEVERE: Catalina.stop:
org.xml.sax.SAXParseException: The markup in the document following the root
element must be well-formed.
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1231)
at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1644)
at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:410)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:337)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:415)

   1. when  I register new user print this error, What should I do?

Internal System Error

The system has experienced an internal error. Please try to do what you were
doing again, and if the problem persists, please contact us so we can fix
the problem.

Leave a message for the DSpace at My University
administrators.http://10.0.5.44:8080/jspui/feedback

Go to the DSpace home page http://10.0.5.44:8080/jspui/



My Dspace.cfd file configuration:

# Email settings ##

# SMTP mail server
mail.server=mail.num.edu.mn

# SMTP mail server authentication username and password (if required)
mail.server.username = situser
mail.server.password = sitpasswd

# SMTl settings ##

# SMTP mail server
mail.server=mail.num.edu.mn

# SMTP mail server authentication username and password (if required)
#mail.server.username = username

#mail.server.password =  passwd

# SMTP mail server alternate port (defaults to 25)
# mail.server.port = 25

# From address for mail
mail.from.address = [EMAIL PROTECTED]

# Currently limited to one recipient!
feedback.recipient = [EMAIL PROTECTED]

# General site administration (Webmaster) e-mail
mail.admin = [EMAIL PROTECTED]

  Can You help Me?
Thanks, zayakh
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.

[Dspace-tech] [Fwd: Re: Regarding installation of DSpace-1.5 on Windows XP]

2008-06-26 Thread Robert Roggenbuck
I can not help regarding Maven - but may be someone else can...

 Original-Nachricht 
Betreff: Re: Regarding installation of DSpace-1.5 on Windows XP
Datum: Wed, 25 Jun 2008 21:39:52 -0700
Von: Honey Solution [EMAIL PROTECTED]
An: Robert Roggenbuck [EMAIL PROTECTED]
Referenzen: 
[EMAIL PROTECTED]  
[EMAIL PROTECTED]

Dear Sir,
Thanks for your quick reply.
Infact, I tried to configure mvn but failed to do so. Since, I am using
proxy server for internet connection, I am not able to configure it
properly. I edited the xml file where proxy detail is to be changed but
failed to install artifact properly.

If possible, kindly help me in installation of mvn. Please give the full
detail. I will be highly thankful to you.

With kind regards,
DP Tripathi
IIT Kanpur

On Wed, Jun 25, 2008 at 2:34 AM, Robert Roggenbuck 
[EMAIL PROTECTED] wrote:

 Dear Honey Solution,

 the best documentation is the one which ships with the software package of
 DSpace. I have no special experiences with Windows. Look into the Windows
 installation chapter. It seems to me clear and detailed enough - if You read
 it carefully. Just be aware of the 2 different 'make-tools', named 'mvn' and
 'ant' and the directories where the are invoked.

 Hope that helps

 Robert

 

 Honey Solution schrieb:

  Dear Sir,
 I am working as a senior library information assistant at PK Kelkar
 library IIT Kanpur - India. I am installing DSpace-1.5 on windows but
 at many steps, I am getting confused. Finally, I failed to install
 DSpace successfully.

 May you please help me in installing DSpace-1.5 on windows? I tried
 with the manual given at DSpace website but it did not work for me. If
 possible, please send any ppt or pdf containing steps for which I will
 ever remain grateful to you.

 Waiting for your sharp reply.

 With kind regards,
 DP Tripathi
 IIT Kanpur







-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Registry Error on ant fresh_install

2008-06-26 Thread weilong liao

Hi, Can anyone help with this error? I am using Oracle database and I got the 
below error when running ant fresh_install. Thanks in advance!
 
[java] 2008-03-27 15:02:51,479 FATAL org.dspace.administer.RegistryLoader @ 
anonymous::error_loading_registries:
 [java] java.lang.NullPointerException
 [java] at 
org.dspace.storage.rdbms.TableRow.canonicalize(TableRow.java:611)
 [java] at 
org.dspace.storage.rdbms.TableRow.hasColumn(TableRow.java:110)
_
NEW! Get Windows Live FREE.
http://www.get.live.com/wl/all-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] can not Dspace update

2008-06-26 Thread Zaya Kh
I installed dspace 1.5 on fedora,

How to update my dspace.cfg file?

Help me?
 Thanks,Zayakh
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Browse, UTF-8 and sorting in 1.5

2008-06-26 Thread Urban Andersson
Hello all,

One obstacle that I see in 1.5 is that terms containing diacritics are 
sorted by base character in the browse indexes - i.e. the letter Ö 
(oumlaut) is treated like O etc., which result in records not being 
sorted according to (national) standards (or the postgres locale).

I notice that these characters are decomposed (diacritic stored after 
the base character) before writing the sorting terms to the database, 
and this result in the above.
I know that this has been discussed  in the past, at the DSUG meeting in 
Rome for instance, but I cannot remember the exact reason why it was 
done this way (but I remember that there was an explanation and I would 
be happy if someone could please repeat it).

Modifying the utf-8 characters manually in bi_2_dis.sort_value et al 
will result in records being sorted correctly, but then the links from 
the indexes don't seem to work. 

Has anyone else looked into this and is there perhaps a known, quick 
(and possibly dirty) solution to get the most rudimentary sorting to 
work properly?
Our 1.5 runs on Debian linux, Postgres and Tomcat 6.


/ Urban Andersson

-- 
Urban Andersson
Digitala biblioteket / Digital library
Göteborgs universitetsbibliotek / Göteborg University Library
Box 222, SE 405 30 Göteborg, SWEDEN
Tel: +46 (0)31 7866185
[EMAIL PROTECTED] 



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] how to change my Interface font?

2008-06-26 Thread Zaya Kh
Hello all, i installed successfully,

now i change my Dspace interface font, and some color
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem opening documents larger than 6K in DSpace using Firefox

2008-06-26 Thread George Kozak

Thanks, Terry:

I added the patch to my test server.

What I have found is that video and other files greater than 6MB now 
can be viewed and downloaded, BUT I still get file damaged and could 
not be repaired when using Firefox to view a PDF greater than 6MB.


I am wondering if there is something else that is causing this PDF problem.

At 03:57 PM 6/25/2008, Reese, Terry wrote:
There was a patch posted sometime ago that forces the browser to 
initiate a download by setting the Content-Disposition header 
element rather than inline viewing if the file is over a specific 
file size.  The patch is found here:

https://sourceforge.net/tracker/?func=detailatid=319984aid=1751638group_id=19984https://sourceforge.net/tracker/?func=detailatid=319984aid=1751638group_id=19984

The patch sets the threshold to 20 mb.  I've never seen problems 
with files smaller than 10 mb, but set the threshold in the code to 5 mbs.


--TR

From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of George Kozak

Sent: Wednesday, June 25, 2008 12:49 PM
To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]; 
dspace-tech@lists.sourceforge.net
Cc: Smail, James W. (LARC-B702)[NCI INFORMATION SYSTEMS]; Lowe, 
Greta M. (LARC-B702)
Subject: Re: [Dspace-tech] Problem opening documents larger than 6K 
in DSpace using Firefox


Sue:

Yes, this is a problem with DSpace and Firefox that we at Cornell 
University have had for a while.  With DSpace 1.3.2, it was only a 
problem with older versions of Firefox.  However, once we went to 
1.4.2, the problem started happening with all the versions of Firefox.


By the way, I am assuming that you mean 6MB and not 6KB.  That is 
size where we run into problems.


The viewing of object larger than 6MB works fine in IE.  I haven't 
experimented with any other browsers.


I tell people who are having the problem to do the following:
1) Right click on the View/Open link
2) Select Save Link As
3) Save it on your PC and then you can open it without any problems.

I don't know if there is a fix.

At 03:10 PM 6/25/2008, Thornton, Susan M. (LARC-B702)[NCI 
INFORMATION SYSTEMS] wrote:


We have a DSpace 1.4.2 User that is having a problem opening some of 
the documents in our repository.  I noticed he was using FireFox and 
found something in the DSpace archives about an issue opening 
documents larger than 6K in DSpace using Firefox.  Can someone 
comment on this and if it is an issue, are there plans to correct 
it?  A lot of our Users use Firefox.

Thanks in advance,
Sue


Sue Walker-Thornton
ConITS Contract
NASA Langley Research Center
Integrated Library Systems Application Administrator/DBA
130 Research Drive
Hampton, VA  23666
Office: (757) 224-4074
Fax:(757) 224-4001
Pager: (757) 988-2547
Email:  mailto:[EMAIL PROTECTED][EMAIL PROTECTED]

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.phphttp://sourceforge.net/services/buy/index.php

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

***
George Kozak
Coordinator
Web Development and Management
Digital Media Group
501 Olin Library
Cornell University
607-255-8924
***
[EMAIL PROTECTED]
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

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


***
George Kozak
Coordinator
Web Development and Management
Digital Media Group
501 Olin Library
Cornell University
607-255-8924
***
[EMAIL PROTECTED] -
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem opening documents larger than 6K in DSpace using Firefox

2008-06-26 Thread George Kozak

Terry, Susan, et. al...

I responded too quickly!  I reset the threshold for the patch to 6MB, 
and now everything is working using Firefox.  Thanks again, Terry!


At 03:57 PM 6/25/2008, Reese, Terry wrote:
There was a patch posted sometime ago that forces the browser to 
initiate a download by setting the Content-Disposition header 
element rather than inline viewing if the file is over a specific 
file size.  The patch is found here:

https://sourceforge.net/tracker/?func=detailatid=319984aid=1751638group_id=19984https://sourceforge.net/tracker/?func=detailatid=319984aid=1751638group_id=19984

The patch sets the threshold to 20 mb.  I've never seen problems 
with files smaller than 10 mb, but set the threshold in the code to 5 mbs.


--TR

From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of George Kozak

Sent: Wednesday, June 25, 2008 12:49 PM
To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]; 
dspace-tech@lists.sourceforge.net
Cc: Smail, James W. (LARC-B702)[NCI INFORMATION SYSTEMS]; Lowe, 
Greta M. (LARC-B702)
Subject: Re: [Dspace-tech] Problem opening documents larger than 6K 
in DSpace using Firefox


Sue:

Yes, this is a problem with DSpace and Firefox that we at Cornell 
University have had for a while.  With DSpace 1.3.2, it was only a 
problem with older versions of Firefox.  However, once we went to 
1.4.2, the problem started happening with all the versions of Firefox.


By the way, I am assuming that you mean 6MB and not 6KB.  That is 
size where we run into problems.


The viewing of object larger than 6MB works fine in IE.  I haven't 
experimented with any other browsers.


I tell people who are having the problem to do the following:
1) Right click on the View/Open link
2) Select Save Link As
3) Save it on your PC and then you can open it without any problems.

I don't know if there is a fix.

At 03:10 PM 6/25/2008, Thornton, Susan M. (LARC-B702)[NCI 
INFORMATION SYSTEMS] wrote:


We have a DSpace 1.4.2 User that is having a problem opening some of 
the documents in our repository.  I noticed he was using FireFox and 
found something in the DSpace archives about an issue opening 
documents larger than 6K in DSpace using Firefox.  Can someone 
comment on this and if it is an issue, are there plans to correct 
it?  A lot of our Users use Firefox.

Thanks in advance,
Sue


Sue Walker-Thornton
ConITS Contract
NASA Langley Research Center
Integrated Library Systems Application Administrator/DBA
130 Research Drive
Hampton, VA  23666
Office: (757) 224-4074
Fax:(757) 224-4001
Pager: (757) 988-2547
Email:  mailto:[EMAIL PROTECTED][EMAIL PROTECTED]

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.phphttp://sourceforge.net/services/buy/index.php

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

***
George Kozak
Coordinator
Web Development and Management
Digital Media Group
501 Olin Library
Cornell University
607-255-8924
***
[EMAIL PROTECTED]
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

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


***
George Kozak
Coordinator
Web Development and Management
Digital Media Group
501 Olin Library
Cornell University
607-255-8924
***
[EMAIL PROTECTED] -
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Index-init

2008-06-26 Thread Wayne Graham
Ran into an issue (other than the Lucene 2.3.2 issue mentioned earlier 
this month). I was updating my instance, going step-by-step in the 
update docs and when I got to the part to run index-init, I get an SQL 
exception:

Exception in thread main java.lang.IllegalArgumentException: No such 
column uuid
at org.dspace.storage.rdbms.TableRow.getStringColumn(TableRow.java:252)

I reran the psql update, but that didn't seem to fix the issue. Which 
table needs the uuid column?

Thanks,
Wayne

-- 
/**
  * Wayne Graham
  * Earl Gregg Swem Library
  * PO Box 8794
  * Williamsburg, VA 23188
  * 757.221.3112
  * http://swem.wm.edu/blogs/waynegraham/
  */



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] index init

2008-06-26 Thread Jeffrey Trimble
Okay, I've followed the conflicting examples for the browse index   
(see p. 52 vs. p. 64 of the May 2008 manual)

and here's the error I've run into the browse configuration:

Creating browse index
Exception in thread main org.dspace.browse.BrowseException: Browse  
Index confi
guration is not valid: webui.browse.index.1 =  
dateissued:dc.date.issued:date:ful

l
at org.dspace.browse.BrowseIndex.init(BrowseIndex.java:220)
at org.dspace.browse.BrowseIndex.getBrowseIndices 
(BrowseIndex.java:676)

at org.dspace.browse.IndexBrowse.init(IndexBrowse.java:150)
at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:618)
Creating search index


Any suggestions??

Here's the configuration as I have it:

webui.browse.index.1 = dateissued:dc.date.issued:date:full
webui.browse.index.2 = author:dc.contributor.*:text:single
webui.browse.index.3 = title:dc.title:title:full
webui.browse.index.4 = subject:dc.subject.*:text:single


Jeffrey Trimble
Systems Librarian
Maag Library
Youngstown State University
330-941-2483 (Office)
[EMAIL PROTECTED]
http://www.maag.ysu.edu
http://digital.maag.ysu.edu



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech