[Dspace-tech] Error?

2008-06-25 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.

Go to the DSpace home page 



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.
http://sourceforge.n

[Dspace-tech] multilingual XMLUI

2008-06-25 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?
>> >
>> > 
>> >   
>> >  container-encoding
>> >  UTF-8
>> >   
>> >
>> >  
>> >   
>> >form-encoding
>> >UTF-8
>> >   
>> >
>> >
>> > 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
>> >>
>> >> > >> 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


Re: [Dspace-tech] Tapping into user registration flow from my own aspect

2008-06-25 Thread Mark H. Wood
On Tue, Jun 24, 2008 at 01:01:38PM -0400, Mark H. Wood wrote:
> Trouble is, eperson.js is passing relative URIs to sendPageAndWait(),
> which evades my other-aspect code by only processing the URI through
> the current (EPerson) sub-sitemap.  Will Bad Things happen if I change
> these to absolute paths, to send them through the complete sitemap tree?

*sigh*  Bad Things do indeed happen.  Cocoon produces a stackdump
caused by a failure to merge some feeder document, and right now I
haven't time to learn how to figure out which one and why they are
incompatible.  I took the new code and made it a dirty hack to the
EPerson aspect, and will note on our internal bugtracker that this
should be revisited and done properly when time allows.

-- 
Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
Typically when a software vendor says that a product is "intuitive" he
means the exact opposite.



pgpEhIoBhY4Mm.pgp
Description: PGP signature
-
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-25 Thread Reese, Terry
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=detail&atid=319984&aid=1751638&gro
up_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:  [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-25 Thread George Kozak

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:  [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] DSpace-tech Digest, Vol 26, Issue 62

2008-06-25 Thread Flemion Shafeeq
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?
> >
> > 
> >   
> >  container-encoding
> >  UTF-8
> >   
> >
> >  
> >   
> >form-encoding
> >UTF-8
> >   
> >
> >
> > 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
> >>
> >>  >> 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


Re: [Dspace-tech] DSpace-tech Digest, Vol 26, Issue 62

2008-06-25 Thread ARD Prasad
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?
>
> 
>   
>  container-encoding
>  UTF-8
>   
>
>  
>   
>form-encoding
>UTF-8
>   
>
>
> 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
>>
>> > 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


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

2008-06-25 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
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:  [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] Repository for Manakin 1.1 patches?

2008-06-25 Thread Scott Phillips

There will be no future releases of a stand alone version of Manakin.  
Anyone who is using Manakin 1.1 should move to DSpace 1.5 with  
integrated Manakin.

Scott--


On Jun 25, 2008, at 7:53 AM, Mark H. Wood wrote:

> Where should one send patches for Manakin 1.1?  Yeah, we should be
> moving to DSpace 1.5 with integrated XMLUI, and we will, but right now
> I'm busy stamping out fires to clear time for bigger changes.
>
> -- 
> Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
> Typically when a software vendor says that a product is "intuitive" he
> means the exact opposite.
>
> -
> 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


Re: [Dspace-tech] Arabic metadata/language

2008-06-25 Thread Adam Fethi
Thank you Valerie, Caludia and Christina.

I'll explore the contents in these links.

AF.

On 6/25/08, Claudia Jürgen <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> there is an (uncomplete) Arabic translation based on 1.4.1 in the patch
> queue
>
> http://sourceforge.net/tracker/index.php?func=detail&aid=1776843&group_id=19984&atid=319984
>
> Claudia
>
>
> Valorie Hollister schrieb:
> > Christina Richison & Adam Fethi -
> >
> > I'm not sure if your requests about Arabic metadata/language is the
> > same query or not -- but both of you sent emails out recently.
> >
> > I'm no expert, but I did a bit of digging in the LISTSERV archive --
> > you may have found these references in your own searches. There have
> > been a few questions previously about Arabic metadata/language.
> > Perhaps some of the individuals in the previous discussion threads
> > could be of some help to you.
> >
> > Previous Discussion Threads:
> > http://mailman.mit.edu/pipermail/dspace-general/2007-June/001583.html
> > http://mailman.mit.edu/pipermail/dspace-general/2007-June/001583.html
> >
> http://sourceforge.net/mailarchive/message.php?msg_id=200504181026.j3IAQreL013924%40relay.uqu.edu.sa
> >
> >
> > I also found this reference for an Arabic Language resource files for
> > DSpace1.4.1:
> >
> http://sourceforge.net/mailarchive/message.php?msg_id=E1INPAN-Ul-Tf%40sc8-sf-web24.sourceforge.net
> >
> > Best wishes -
> >
> > Valorie Hollister
> > Community Outreach Manager
> > DSpace Foundation
> >
> >
> >
> > - Original Message 
> > From: Christina Richison <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Sent: Friday, June 20, 2008 2:35:17 PM
> > Subject: [Dspace-general] DSpace using Arabic Metadata
> >
> > Hi DSpace Community,
> >
> >
> >
> > Does anyone have a good example of a DSpace instance using Arabic
> > metadata that you could share?
> >
> >
> >
> > Thanks in advance,
> >
> >
> >
> > Christina Richison
> >
> >
> >
> > xxx
> > Dspace- Arabic language
> > Click to flag this post
> >
> > by Adam Fethi Jun 23, 2008; 11:16am :: Rate this Message: - Use
> > ratings to moderate (?)
> >
> > Reply | Reply to Author | Print | View Threaded | Show Only this Message
> > Hi,
> >
> >
> > I want to use Dspace for a specific content and I have some questions:
> >
> > §  Can Dspace be localized to Arabic language?
> >
> > §  If language packs for Arabic language exists?
> >
> > §  Can I use Lucene to index and analyse Arabic documents in Dspace
> >
> >
> >
> > Thank you for helping me.
> >
> >
> >
> >
> >
> > AF
> >
> >
> >
> > -
> > 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
>
-
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] multilingual problem in xmlui site

2008-06-25 Thread Karthik Dathathri
Hi Mr.Prasad,

Did you checked the following parameters in xmlui webapp's web.xml?


  
 container-encoding
 UTF-8
  

 
  
   form-encoding
   UTF-8
  


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
> 
>  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] Repository for Manakin 1.1 patches?

2008-06-25 Thread Mark H. Wood
Where should one send patches for Manakin 1.1?  Yeah, we should be
moving to DSpace 1.5 with integrated XMLUI, and we will, but right now
I'm busy stamping out fires to clear time for bigger changes.

-- 
Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
Typically when a software vendor says that a product is "intuitive" he
means the exact opposite.



pgpQlsFksN2po.pgp
Description: PGP signature
-
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] multilingual problem in xmlui site

2008-06-25 Thread ARD Prasad
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



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


Re: [Dspace-tech] *.java and DSpace 1.5 (applying ItemBatchImport)

2008-06-25 Thread Robert Roggenbuck
Hi,

I found an answer of my question: How to add own Java-classes or to 
modify existing ones of DSpace with Maven is explained in the Wiki at 
http://wiki.dspace.org/index.php/BuildCookbook .

But does anyone knows if the ItemBathImport will still work with DSpace 1.5?

Greetings

Robert




Robert Roggenbuck schrieb:
> Hi,
> 
> essentially the question is: Whats the place for *.java files?
> In DSpace 1.4.2 it was [dspace-source]/src/. But in DSpace 1.5 I could 
> not find any *.java files at all.
> 
> Background: I need to import files and metadata into DSpace 1.5. To 1 
> metadata description we have more then 1 file, so I found as a good 
> solution the ItemBatchImport-Toolkit 
> (http://sourceforge.net/tracker/index.php?func=detail&aid=1771591&group_id=19984&atid=319984).
>  
> I tried it before with a test-installation of DSpace 1.4.2. But now I'd 
> like to do it really with DSpace 1.5 and I could not find the place to 
> place the files...
> 
> How to proceed? Or do I need another way for importing?
> 
> Greetings
> 
> Robert
> 


-
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] *.java and DSpace 1.5 (applying ItemBatchImport)

2008-06-25 Thread Robert Roggenbuck
Hi,

essentially the question is: Whats the place for *.java files?
In DSpace 1.4.2 it was [dspace-source]/src/. But in DSpace 1.5 I could 
not find any *.java files at all.

Background: I need to import files and metadata into DSpace 1.5. To 1 
metadata description we have more then 1 file, so I found as a good 
solution the ItemBatchImport-Toolkit 
(http://sourceforge.net/tracker/index.php?func=detail&aid=1771591&group_id=19984&atid=319984).
 
I tried it before with a test-installation of DSpace 1.4.2. But now I'd 
like to do it really with DSpace 1.5 and I could not find the place to 
place the files...

How to proceed? Or do I need another way for importing?

Greetings

Robert

-- 

===
Robert Roggenbuck
Universitaetsbibliothek Osnabrueck
Germany
===

-
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] Dspace mvn package problem

2008-06-25 Thread Robert Roggenbuck
You got confused by the compile steps and made a spelling error. Do it 
like this:

$ cd C:\dspace-1.5.0-src-release\dspace-1.5.0-src-release\dspace
$ mvn clean
$ mvn package
$ cd 
C:\dspace-1.5.0-src-release\dspace-1.5.0-src-release\dspace\target\dspace[something]\
$ ant fresh_install

Watch out the underscore between 'fresh' and 'install' ;-)

Best regards

Robert


Haydar YALCIN schrieb:
> hi I am trying to install Dspace 1.5 on WinXp but while packaging process I 
> have problem about pom. the system shows up to me "wsdl4j:wsdl4j" has a 
> problem. I am sending you the whole messages from cmd screen. How Can I solve 
> this problem??
> 
> 25.03.2008  20:15 5.728 KNOWN_BUGS
> 25.03.2008  20:15 1.931 LICENSE
> 25.03.2008  20:15   610 LICENSING_NOTICE.txt
> 25.03.2008  20:15  modules
> 25.03.2008  20:1514.166 pom.xml
> 25.03.2008  20:15 2.244 profiles-example.xml
> 25.03.2008  20:15   803 README
> 25.03.2008  20:15  src
>7 Dosya   54.401 bayt
>8 Dizin5.066.448.896 bayt boş
> C:\dspace-1.5.0-src-release\dspace-1.5.0-src-release\dspace>mvn fresh install
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   DSpace XML-UI (Manakin)
> [INFO]   DSpace XML-UI (Manakin) :: Wing-Framework
> [INFO]   DSpace Kernel :: API and Implementation
> [INFO]   DSpace XML-UI (Manakin) :: API and Core Aspects
> [INFO]   DSpace XML-UI (Manakin) :: Web Application Resources
> [INFO]   DSpace Addon Modules
> [INFO]   DSpace XML-UI (Manakin) :: Web Application
> [INFO]   DSpace LNI
> [INFO]   DSpace LNI :: Core Implementation
> [INFO]   DSpace LNI :: Web Application Resources
> [INFO]   DSpace LNI :: Web Application
> [INFO]   DSpace OAI
> [INFO]   DSpace OAI :: API and Implementation
> [INFO]   DSpace OAI :: Web Application Resources
> [INFO]   DSpace OAI :: Web Application
> [INFO]   DSpace JSP-UI
> [INFO]   DSpace JSP-UI :: API and Implementation
> [INFO]   DSpace JSP-UI :: Web Application Resources
> [INFO]   DSpace JSP-UI :: Web Application
> [INFO]   DSpace SWORD
> [INFO]   DSpace SWORD :: API and Implementation
> [INFO]   DSpace SWORD :: Web Application Resources
> [INFO]   DSpace SWORD :: Web Application
> [INFO]   DSpace LNI :: CLI Client Application
> [INFO]   DSpace Assembly and Configuration
> [INFO] 
> 
> [ERROR] BUILD FAILURE
> [INFO] 
> 
> [INFO] Invalid task 'fresh': you must specify a valid lifecycle phase, or a 
> goal
>  in the format plugin:goal or 
> pluginGroupId:pluginArtifactId:pluginVersion:goal
> [INFO] 
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> 
> [INFO] Total time: 8 seconds
> [INFO] Finished at: Mon Jun 23 19:10:05 EEST 2008
> [INFO] Final Memory: 4M/254M
> [INFO] 
> 
> C:\dspace-1.5.0-src-release\dspace-1.5.0-src-release\dspace>mvn install
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   DSpace XML-UI (Manakin)
> [INFO]   DSpace XML-UI (Manakin) :: Wing-Framework
> [INFO]   DSpace Kernel :: API and Implementation
> [INFO]   DSpace XML-UI (Manakin) :: API and Core Aspects
> [INFO]   DSpace XML-UI (Manakin) :: Web Application Resources
> [INFO]   DSpace Addon Modules
> [INFO]   DSpace XML-UI (Manakin) :: Web Application
> [INFO]   DSpace LNI
> [INFO]   DSpace LNI :: Core Implementation
> [INFO]   DSpace LNI :: Web Application Resources
> [INFO]   DSpace LNI :: Web Application
> [INFO]   DSpace OAI
> [INFO]   DSpace OAI :: API and Implementation
> [INFO]   DSpace OAI :: Web Application Resources
> [INFO]   DSpace OAI :: Web Application
> [INFO]   DSpace JSP-UI
> [INFO]   DSpace JSP-UI :: API and Implementation
> [INFO]   DSpace JSP-UI :: Web Application Resources
> [INFO]   DSpace JSP-UI :: Web Application
> [INFO]   DSpace SWORD
> [INFO]   DSpace SWORD :: API and Implementation
> [INFO]   DSpace SWORD :: Web Application Resources
> [INFO]   DSpace SWORD :: Web Application
> [INFO]   DSpace LNI :: CLI Client Application
> [INFO]   DSpace Assembly and Configuration
> [INFO] 
> 
> [INFO] Building DSpace XML-UI (Manakin)
> [INFO]task-segment: [install]
> [INFO] 
> 
> Downloading: 
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-instal
> l-plugin/2.2/maven-install-plugin-2.2.pom
> 2K downloaded
> Downloading: 
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-instal
> l-plugin/2.2/maven-install-plugin-2.2.jar
> 15K downloaded
> [INFO] [site:attach-descriptor]
> D