[Dspace-tech] Browse by author issue (diacritics)

2010-10-18 Thread Carlos Alonso Vega

Hi all,

We are tracking a issue (at diacritics) with browse by author option (DS 
1.6.1 + Oracle) and  found that  tables  bi_2_dis,  bi_2_dmap, ... are 
missing. The docs do not mention they are obsolete (nor the contrary) 
If we restore them by hand the script index-init destroys them but later 
it does not re-create them and no error is raised. Are these tables 
obsolete on 1.6.x?

Thanks in advance

Carlos


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] advanced search options in Collection homepage

2010-10-18 Thread Joao Oliveira Baptista
 Hi all,

 I'm using Dspace 1.6 with jspui interface.

 I'd like to add one or two advanced search options to the simple search box
in the collection home page, so as to narrow the search. Is this possible?
Can anyone give me a hint how to do it?

 Alternatively, I could try to bring the whole advanced search box to the
collection home page... Is this any easier?

  Thanks!

 Joao Baptista
 University of Amsterdam
--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Endnote metadata import in to DSpace

2010-10-18 Thread TAYLOR Robin
Hi Anthony,

We make use of an open source Java reference manager called Jabref for that 
purpose. You have to stick the jar into your maven repo and then there is a wee 
bit of code to embed the product into Dspace. Let me know if you are interested 
and I'll send you what we have.

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Antony Corfield [awc] [mailto:a...@aber.ac.uk] 
 Sent: 15 October 2010 14:20
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Endnote metadata import in to DSpace
 
 Hi,
 Is anyone aware of a dspace add-on for importing endnote 
 metadata (exported xml files) in to dspace? I've had a look 
 around and have seen this done for Fedora.
 
 Thanks,
 Antony
 
 Antony Corfield
 Technical Support Officer
 Welsh Repository Network
 Tel. 01970 628724
 http://www.wrn.aber.ac.uk/
 
 
 
 --
 
 Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) 
 Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
 Flex(R) Builder(TM)) enable the development of rich 
 applications that run across multiple browsers and platforms. 
 Download your free trials today!
 http://p.sf.net/sfu/adobe-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Browse by author issue (diacritics)

2010-10-18 Thread Tim Donohue
Carlos,

Those tables (bi_2_dis,  bi_2_dmap, etc.) still exist in 1.6.x.  They 
should be recreated automatically whenever you run 'index-init'.  If 
they are not being recreated, then there must be some issue with your 
current DSpace setup.  Try looking in your log files for DSpace, Tomcat 
and Oracle -- it's possible some error is appearing there which could 
help us to resolve the problem.

Here's some hints on finding error messages in your log files:
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

If you find an error message, and are not sure what it means, send it to 
this listserv and we can help try to figure it out.

- Tim

On 10/18/2010 4:54 AM, Carlos Alonso Vega wrote:

 Hi all,

 We are tracking a issue (at diacritics) with browse by author option (DS
 1.6.1 + Oracle) and  found that  tables  bi_2_dis,  bi_2_dmap, ... are
 missing. The docs do not mention they are obsolete (nor the contrary)
 If we restore them by hand the script index-init destroys them but later
 it does not re-create them and no error is raised. Are these tables
 obsolete on 1.6.x?

 Thanks in advance

 Carlos


 --
 Download new Adobe(R) Flash(R) Builder(TM) 4
 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
 Flex(R) Builder(TM)) enable the development of rich applications that run
 across multiple browsers and platforms. Download your free trials today!
 http://p.sf.net/sfu/adobe-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Why DSpaceKernelServletContextListener and DSpaceWebappServletFilter cann't be found in source code?

2010-10-18 Thread mev

Hi, every one:

In web.xml of xmlui webapps, there are two listerer and filter class :

listener
 
listener-classorg.dspace.servicemanager.servlet.DSpaceKernelServletContextListener/listener-class
  /listener


filter
    filter-namedspace.request/filter-name
    
filter-classorg.dspace.utils.servlet.DSpaceWebappServletFilter/filter-class
/filter
 
I try to read the source code, but I cann't find them in the source. There is a 
dspace-services-utils-2.0.1.jar file containing them.

Why the source code of the two class(and the utilis.Dspace class and others in 
dspace-services-utils-2.0.1.jar) don't be accessed? What's the purpose of this 
design?

Thanks in adnance!

  martin
  
--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Why DSpaceKernelServletContextListener and DSpaceWebappServletFilter cann't be found in source code?

2010-10-18 Thread helix84
On Mon, Oct 18, 2010 at 17:09, mev evon020...@hotmail.com wrote:
 Why the source code of the two class(and the utilis.Dspace class and others 
 in dspace-services-utils-2.0.1.jar) don't be accessed? What's the purpose of 
 this design?

Hello Martin,

I'm not a DSpace developer but I believe it's because dspace-services
are being pulled in as a dependency during the maven build process.
dspace-services is a DSpace module and it's source can be found in SVN
here:
http://scm.dspace.org/trac/dspace/browser/modules/dspace-services/trunk/impl/src/main/java/org/dspace/servicemanager/servlet/DSpaceKernelServletContextListener.java?rev=4983

So you would use
svn checkout http://scm.dspace.org/svn/repo/modules/dspace-services/
to get a working copy of this module.

Regards,
~~helix84

--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] unsubscribe

2010-10-18 Thread David Marcinkowski
 

--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Endnote metadata import in to DSpace

2010-10-18 Thread Pottinger, Hardy J.
Hey, Robin, we'd be interested in seeing that code and write up, if you've got 
it handy. Thanks!

--Hardy 

 -Original Message-
 From: TAYLOR Robin [mailto:robin.tay...@ed.ac.uk]
 Sent: Monday, October 18, 2010 8:48 AM
 To: Antony Corfield [awc]; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Endnote metadata import in to DSpace
 
 Hi Anthony,
 
 We make use of an open source Java reference manager called Jabref for
 that purpose. You have to stick the jar into your maven repo and then
 there is a wee bit of code to embed the product into Dspace. Let me know
 if you are interested and I'll send you what we have.
 
 Cheers, Robin.
 
 
 Robin Taylor
 Main Library
 University of Edinburgh
 Tel. 0131 6513808
 
  -Original Message-
  From: Antony Corfield [awc] [mailto:a...@aber.ac.uk]
  Sent: 15 October 2010 14:20
  To: dspace-tech@lists.sourceforge.net
  Subject: [Dspace-tech] Endnote metadata import in to DSpace
 
  Hi,
  Is anyone aware of a dspace add-on for importing endnote
  metadata (exported xml files) in to dspace? I've had a look
  around and have seen this done for Fedora.
 
  Thanks,
  Antony
 
  Antony Corfield
  Technical Support Officer
  Welsh Repository Network
  Tel. 01970 628724
  http://www.wrn.aber.ac.uk/
 
 
 
  --
  
  Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R)
  Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
  Flex(R) Builder(TM)) enable the development of rich
  applications that run across multiple browsers and platforms.
  Download your free trials today!
  http://p.sf.net/sfu/adobe-dev2dev
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 --
 The University of Edinburgh is a charitable body, registered in
 Scotland, with registration number SC005336.
 
 
 
 --
 Download new Adobe(R) Flash(R) Builder(TM) 4
 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
 Flex(R) Builder(TM)) enable the development of rich applications that
 run
 across multiple browsers and platforms. Download your free trials today!
 http://p.sf.net/sfu/adobe-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] SSL with mod-jk and ajp

2010-10-18 Thread Jason Fowler
Can anyone explain how to configure SSL on Dspace with mod-jk and ajp?

Thanks,
Jason

--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] SSL with mod-jk and ajp

2010-10-18 Thread Tim Donohue
Jason,

There are semi-detailed instructions on the Wiki at:
https://wiki.duraspace.org/display/DSPACE/ModJk

I cannot guarantee they are 100% up-to-date, but they should at least 
provide you with a good starting point.  If you find any updates are 
necessary, please feel free to change that wiki page.

- Tim


On 10/18/2010 2:01 PM, Jason Fowler wrote:
 Can anyone explain how to configure SSL on Dspace with mod-jk and ajp?

 Thanks,
 Jason

 --
 Download new Adobe(R) Flash(R) Builder(TM) 4
 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
 Flex(R) Builder(TM)) enable the development of rich applications that run
 across multiple browsers and platforms. Download your free trials today!
 http://p.sf.net/sfu/adobe-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] SSL with mod-jk and ajp

2010-10-18 Thread Pottinger, Hardy J.
Hi, Jason, the instructions that Tim linked on the wiki seem OK. I can tell you 
that our sysadmins urged us to employ mod_proxy instead of mod_jk, but in 
practice we've used both. Functionally they're both just ways to reverse proxy 
to Tomcat. We're currently doing what makes our sysadmins happy, and using 
mod_proxy.

One point that may not be clear, and from your message I figured I'd better 
mention it, is that you do not need to employ SSL on the Tomcat side of things, 
as long as your Apache front end/reverse proxy is on the same server as Tomcat. 
The reason being that you don't need to encrypt connections that are just going 
across localhost, that's overhead you don't need. So, just the AJP 1.3 
Connector on port 8009 is all you need. You are probably going to want to set 
up SSL on your Apache front end (ample documentation on how to do that on the 
Apache site), and then just reverse proxy to Tomcat.

Hope that helps, and good luck!

--Hardy 

 -Original Message-
 From: Jason Fowler [mailto:jfow...@sbts.edu]
 Sent: Monday, October 18, 2010 2:02 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] SSL with mod-jk and ajp
 
 Can anyone explain how to configure SSL on Dspace with mod-jk and ajp?
 
 Thanks,
 Jason
 
 
 --
 Download new Adobe(R) Flash(R) Builder(TM) 4
 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
 Flex(R) Builder(TM)) enable the development of rich applications that
 run
 across multiple browsers and platforms. Download your free trials today!
 http://p.sf.net/sfu/adobe-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] SSL with mod-jk and ajp

2010-10-18 Thread Hilton Gibson

 Hi Jason

Check: 
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu#Step_6._Setup_Apache2_Tomcat_6_Jakarta_Connector


Cheers

hg

On 18/10/2010 21:01, Jason Fowler wrote:

Can anyone explain how to configure SSL on Dspace with mod-jk and ajp?

Thanks,
Jason

--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Hilton Gibson
Systems Administrator
JS Gericke Library
Room 1053
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

Simplicity is the ultimate sophistication
Leonardo da Vinci

--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] SSL with mod-jk and ajp

2010-10-18 Thread Jason Fowler
Thanks to everyone who responded. I made an error in my question, though.

We're actually using mod_proxy and ajp. That's what we would like to set up SSL 
with. Is there a good way to do that? I looked at the links that were posted, 
and haven't really seen anything that seemed to apply to this situation. 
Perhaps I missed something, though.

Thanks in advance,
Jason

From: Hilton Gibson [mailto:hilton.gib...@gmail.com]
Sent: Monday, October 18, 2010 3:52 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] SSL with mod-jk and ajp

Hi Jason

Check: 
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu#Step_6._Setup_Apache2_Tomcat_6_Jakarta_Connector

Cheers

hg

On 18/10/2010 21:01, Jason Fowler wrote:

Can anyone explain how to configure SSL on Dspace with mod-jk and ajp?



Thanks,

Jason



--

Download new Adobe(R) Flash(R) Builder(TM) 4

The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly

Flex(R) Builder(TM)) enable the development of rich applications that run

across multiple browsers and platforms. Download your free trials today!

http://p.sf.net/sfu/adobe-dev2dev

___

DSpace-tech mailing list

DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/dspace-tech



--

Hilton Gibson

Systems Administrator

JS Gericke Library

Room 1053

Stellenbosch University

Private Bag X5036

Stellenbosch

7599

South Africa



Tel: +27 21 808 4100 | Cell: +27 84 646 4758



Simplicity is the ultimate sophistication

Leonardo da Vinci
--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace User Group Mtg after SPARC-last wk to register

2010-10-18 Thread Valorie Hollister

This is the last week to register for the DSpace User Group Meeting on November 
10, 2010 in Baltimore, Maryland, from 8:30am to 1pm.  The meeting will be held 
following the SPARC Digital Repositories Conference 
(http://www.arl.org/sparc/media/10-0513.shtml) on November 8 and 9.

Here is the current agenda: 

1) Update on 1.7 and beyond 

2) Structured Networking/Innovative uses of DSpace - call for proposals from 
the community*
3) @mire projects and products

4) Batch metadata editing tutorial


Meeting Registration
The meeting is being sponsored by @mire, a Registered DSpace Service Provider, 
and is free to anyone who wishes to participate. For planning purposes, please 
be sure to register by this Friday, October 22, 2010. Send an email with your 
name and institution to vhollis...@duraspace.org.

*Call for Proposals 
We are still seeking presentation proposals from members of the community with 
innovative DSpace projects at their institutions. Proposals should be sent to 
vhollis...@duraspace.org by October 22, 2010. 


For more information, please visit the wiki: 
https://wiki.duraspace.org/display/DSPACE/SPARC+DSpace+User+Group+Meeting+Fall+2010.
  

I look forward to seeing you in a few weeks!

Valorie Hollister
Director of Community Development, DSpace Project
DuraSpace
vhollis...@duraspace.org--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] invalid multibyte character for locale

2010-10-18 Thread Osama Alkadi
Hi all,

After upgrading DSpace from 1.5 to 1.6 and  running the script index-init I
get the following error:

Creating browse and search indexes
Exception: org.postgresql.util.PSQLException: ERROR: invalid multibyte
character for locale
org.dspace.browse.BrowseException: org.postgresql.util.PSQLException: ERROR:
invalid multibyte character for locale
at 
org.dspace.browse.BrowseCreateDAOPostgres.insertDistinctRecord(BrowseCreateD
AOPostgres.java:691)
at 
org.dspace.browse.BrowseCreateDAOPostgres.getDistinctID(BrowseCreateDAOPostg
res.java:566)
at org.dspace.browse.IndexBrowse.indexItem(IndexBrowse.java:485)
at org.dspace.browse.IndexBrowse.createIndex(IndexBrowse.java:1148)
at org.dspace.browse.IndexBrowse.initBrowse(IndexBrowse.java:1098)
at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:749)
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.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:212)
Caused by: org.postgresql.util.PSQLException: ERROR: invalid multibyte
character for locale
at 
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorI
mpl.java:1531)
at 
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.ja
va:1313)
at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.j
ava:452)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2St
atement.java:354)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2State
ment.java:308)
at 
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(Delegating
PreparedStatement.java:102)
at 
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(Delegating
PreparedStatement.java:102)
at 
org.dspace.storage.rdbms.DatabaseManager.execute(DatabaseManager.java:1429)
at 
org.dspace.storage.rdbms.DatabaseManager.update(DatabaseManager.java:781)
at 
org.dspace.browse.BrowseCreateDAOPostgres.insertDistinctRecord(BrowseCreateD
AOPostgres.java:683)
... 10 more

Any help would be greatly appreciated.

Thanks
Alkadi


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech