Re: [Dspace-tech] Problem downloading files with '; ' in the file name

2011-02-04 Thread Altaf Mahmud
Thanks for the link. Keeping a simple file name (without any special
character) would avoid the complicacy in my case.

On Thu, Feb 3, 2011 at 8:16 PM, helix84 heli...@centrum.sk wrote:

 On Thu, Feb 3, 2011 at 15:04, Keith Gilbertson
 keith.gilbert...@library.gatech.edu wrote:
 
  On Feb 3, 2011, at 3:22 AM, Altaf Mahmud wrote:
 
  Sorry to interrupt. Out of the desk for a while, just checked it again.
 It's
  now working after few minutes. I also encountered this trouble before and
  got the fix automatically after some time. Any further suggestion from
  anyone what that error could be? It happens only for the file names that
  contain ';'

 That must be the problem. I did a quick search and came up with this:
 http://www.issociate.de/board/post/11276/Forwarding_URL_with_semicolon.html

 So, since RFC 2369 forbids to use this reserved character in URL,
 there are two options:
 1) Fix DSpace so that it will send %38 instead of semicolon
 2) Try to gack apache config to rewrite semicolon to %38

 Regards,
 ~~helix84




-- 
Altaf Mahmud
System Programmer
Ayesha Abed Library
BRAC University
Bangladesh.
--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem downloading files with '; ' in the file name

2011-02-03 Thread Altaf Mahmud
Sorry to interrupt. Out of the desk for a while, just checked it again. It's
now working after few minutes. I also encountered this trouble before and
got the fix automatically after some time. Any further suggestion from
anyone what that error could be? It happens only for the file names that
contain ';'

Thanks.

On Thu, Feb 3, 2011 at 1:26 PM, Altaf Mahmud altaf.mah...@gmail.com wrote:

 Hi,

 There are some some PDF files in my dspace with ';' (
 http://dspace.bracu.ac.bd:8180/handle/10361/219) When I try to download
 that, it says Invalid Identifier. But after logging as an administrator, I
 being able to download. Do I've to change those file names or is there any
 option to set it?

 Thanks.

 --
 Altaf Mahmud
 System Programmer
 Ayesha Abed Library
 BRAC University
 Bangladesh.




-- 
Altaf Mahmud
System Programmer
Ayesha Abed Library
BRAC University
Bangladesh.
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Problem downloading files with ';' in the file name

2011-02-02 Thread Altaf Mahmud
Hi,

There are some some PDF files in my dspace with ';' (
http://dspace.bracu.ac.bd:8180/handle/10361/219) When I try to download
that, it says Invalid Identifier. But after logging as an administrator, I
being able to download. Do I've to change those file names or is there any
option to set it?

Thanks.

-- 
Altaf Mahmud
System Programmer
Ayesha Abed Library
BRAC University
Bangladesh.
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Reorganizing XML metadata

2010-10-13 Thread Altaf Mahmud
Dear community,

I am harvesting metadata from DSpace to VuFind. Metadata being harvested
from this url:
http://dspace.bracu.ac.bd/oai/request?verb=ListRecordsmetadataPrefix=oai_dc.
A snippet of a particular record is like this:

metadata
-
oai_dc:dc xsi:schemaLocation=http://www.openarchives.org/OAI/2.0/oai_dc/
http://www.openarchives.org/OAI/2.0/oai_dc.xsd;
-
dc:title
An internee report on general banking of prime bank Ltd under islamic mode
/dc:title
dc:creatorFarook, Imran/dc:creator
dc:publisherBRAC Bussiness school, BRAC University/dc:publisher
dc:date2010-08-30T05:11:42Z/dc:date
dc:date2010-08-30T05:11:42Z/dc:date
dc:date2007-08-16/dc:date
dc:typeOther/dc:type
*dc:identifierID:03204053/dc:identifier
dc:identifierhttp://hdl.handle.net/10361/16/dc:identifier*
dc:languageen/dc:language
/oai_dc:dc
/metadata

Here I have two identifiers (in bold text). In 'show full item record' buton
of DSpace, first one is actually *dc.identifier.other* which was given input
as a student's ID, and second one is *dc.identifier.uri *that is generated
by DSpace according to handle prefix. Now I want to move *dc:identifier.uri
*up so it can show up first. Actualy, my VuFind harvester collecting the
first one only. I need to if there is any option to rearrange the metadata
order, otherwise I 've to go through VuFind tools.

Thank you.


-- 
Altaf Mahmud
System Programmer
Ayesha Abed Library,
BRAC University,
Bangladesh.
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Reorganizing XML metadata

2010-10-13 Thread Altaf Mahmud
Thanks Claudia. It works as I want it.

2010/10/13 Claudia Jürgen claudia.juer...@ub.tu-dortmund.de

 Hello Altaf,

 since DSpace 1.6.0 there is an option to hide metadata from exposure via
 this configuration parameter for the UI and OAI prefix oai_dc:

 # Hide Item Metadata Fields  #
 # Fields named here are hidden in the following places UNLESS the
 # logged-in user is an Administrator:
 #  1. XMLUI metadata XML view, and Item splash pages (long and short
 views).
 #  2. JSPUI Item splash pages
 #  3. OAI-PMH server, oai_dc format.
 # (NOTE: Other formats are _not_ affected.)
 # To designate a field as hidden, add a property here in the form:
 #metadata.hide.SCHEMA.ELEMENT.QUALIFIER = true
 #
 # This default configuration hides the dc.description.provenance field,
 # since that usually contains email addresses which ought to be kept
 # private and is mainly of interest to administrators:
 metadata.hide.dc.description.provenance = true

 Per default only dc.description.provenance is hidden.

 Hope that helps

 Claudia Jürgen


 Am 13.10.2010 10:10, schrieb Altaf Mahmud:
  Dear community,
 
  I am harvesting metadata from DSpace to VuFind. Metadata being harvested
  from this url:
 
 http://dspace.bracu.ac.bd/oai/request?verb=ListRecordsmetadataPrefix=oai_dc
 .
  A snippet of a particular record is like this:
 
  metadata
  -
  oai_dc:dc xsi:schemaLocation=
 http://www.openarchives.org/OAI/2.0/oai_dc/
  http://www.openarchives.org/OAI/2.0/oai_dc.xsd;
  -
  dc:title
  An internee report on general banking of prime bank Ltd under islamic
 mode
  /dc:title
  dc:creatorFarook, Imran/dc:creator
  dc:publisherBRAC Bussiness school, BRAC University/dc:publisher
  dc:date2010-08-30T05:11:42Z/dc:date
  dc:date2010-08-30T05:11:42Z/dc:date
  dc:date2007-08-16/dc:date
  dc:typeOther/dc:type
  *dc:identifierID:03204053/dc:identifier
  dc:identifierhttp://hdl.handle.net/10361/16/dc:identifier*
  dc:languageen/dc:language
  /oai_dc:dc
  /metadata
 
  Here I have two identifiers (in bold text). In 'show full item record'
 buton
  of DSpace, first one is actually *dc.identifier.other* which was given
 input
  as a student's ID, and second one is *dc.identifier.uri *that is
 generated
  by DSpace according to handle prefix. Now I want to move
 *dc:identifier.uri
  *up so it can show up first. Actualy, my VuFind harvester collecting the
  first one only. I need to if there is any option to rearrange the
 metadata
  order, otherwise I 've to go through VuFind tools.
 
  Thank you.
 
 
 
 
 
 
 --
  Beautiful is writing same markup. Internet Explorer 9 supports
  standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
  Spend less time writing and  rewriting code and more time creating great
  experiences on the web. Be a part of the beta today.
  http://p.sf.net/sfu/beautyoftheweb
 
 
 
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech

 --
 Claudia Juergen
 Universitaetsbibliothek Dortmund
 Eldorado
 0231/755-4043
 https://eldorado.tu-dortmund.de/


 --
 Beautiful is writing same markup. Internet Explorer 9 supports
 standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
 Spend less time writing and  rewriting code and more time creating great
 experiences on the web. Be a part of the beta today.
 http://p.sf.net/sfu/beautyoftheweb
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Altaf Mahmud
System Programmer
Ayesha Abed Library,
BRAC University,
Bangladesh.
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Handle server problem (incorrect passphrase error) [SOLVED]

2010-10-12 Thread Altaf Mahmud
I reinstalled the handle-server, done the whole process again. This time I
also installed Uncomplicated Firewall (ufw) in my Debian Lenny, configured
the port number. Don't know whether this UFW done the trick but my
handle-server is now working. This link is good:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Handle_Server.

Sorry for the chaos. Thanks to all.

On Mon, Oct 11, 2010 at 7:44 PM, Altaf Mahmud altaf.mah...@gmail.comwrote:

 Dear community,

 I am trying to run handle-server by following command:
 ./bin/start-handle-server, but the log output in /log/handle-server
 generated as follows:

 2010/10/11 07:30:42 BDST 25 Rotating log files
 Enter the passphrase for this server's authentication private key:
 Note: Your passphrase will be displayed as it is entered
 Error: Incorrect passphrase
(see the error log for details.)

 Shutting down...

 And contents of my /handle-server/error.log is:

 2010/10/11 07:30:43 BDST 25 Started new run.
 Saving global values to: /home/dspace/.handle/root_info
 javax.crypto.BadPaddingException: Given final block not properly padded
 at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
 at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
 at com.sun.crypto.provider.DESCipher.engineDoFinal(DashoA13*..)
 at javax.crypto.Cipher.doFinal(DashoA13*..)
 at
 net.handle.security.provider.GenericProvider.decrypt_DES_ECB_PKCS5(GenericProvider.java:146)
 at net.handle.hdllib.Util.decrypt(Util.java:1078)
 at net.handle.server.HandleServer.init(HandleServer.java:306)
 at
 net.handle.server.AbstractServer.getInstance(AbstractServer.java:72)
 at net.handle.server.Main.initialize(Main.java:152)
 at net.handle.server.Main.main(Main.java:75)
 Unable to initialize server signature object: java.lang.Exception:
 Incorrect passphrase
 java.lang.Exception: Incorrect passphrase
 at net.handle.hdllib.Util.decrypt(Util.java:1083)
 at net.handle.server.HandleServer.init(HandleServer.java:306)
 at
 net.handle.server.AbstractServer.getInstance(AbstractServer.java:72)
 at net.handle.server.Main.initialize(Main.java:152)
 at net.handle.server.Main.main(Main.java:75)
 java.lang.Exception: Incorrect passphrase
 at net.handle.hdllib.Util.decrypt(Util.java:1083)
 at net.handle.server.HandleServer.init(HandleServer.java:306)
 at
 net.handle.server.AbstractServer.getInstance(AbstractServer.java:72)
 at net.handle.server.Main.initialize(Main.java:152)
 at net.handle.server.Main.main(Main.java:75)
 Shutting down...

 I've also tried with this command: ./bin/dsrun
 -Ddspace.log.init.disable=true
 -Dlog4j.configuration=log4j-handle-plugin.properties net.handle.server.Main
 [dspace]/handle-server/ which shows: Error in launcher.xml: Invalid class
 name: -Ddspace.log.init.disable=true. What should I do now? I am running
 DSpace 1.6.2.

 Any suggestion will be appreciated. Thanks.


 --
 Altaf Mahmud
 System Programmer
 Ayesha Abed Library,
 BRAC University,
 Bangladesh.




-- 
Altaf Mahmud
System Programmer
Ayesha Abed Library,
BRAC University,
Bangladesh.
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Metadata harvesting and Handle Server

2010-10-11 Thread Altaf Mahmud
Hi,

I am a little bit confused about if there is any link between metadata
harvesting and handle-server. Can someone please point any documentation in
following points?

1. Is handle-server necessary for metadata harvesting? If my OAI harvest URL
is: 
http://dspace.bracu.ac.bd:8180/oai/request?verb=ListRecordsmetadataPrefix=oai_dc;
can I harvest metadata from my DSpace while handle-server has not been
activated?

2. I had installed handle-server and was running. But if I've reinstalled
DSpace and don't have any backup from previous handle-server, then how can I
reactivate it? I followed the online documentation, skipped the step where
'sitebndle.zip' file has to be uploaded since it requests a new handle
prefix. I started the server but couldn't connect to the main server, like:
http://hdl.handle.net/10361/329; shows me error. If anyone have any
solution, please forward me.

Thanks.


-- 
Altaf Mahmud
System Programmer
Ayesha Abed Library,
BRAC University,
Bangladesh.
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Handle server problem (incorrect passphrase error)

2010-10-11 Thread Altaf Mahmud
Dear community,

I am trying to run handle-server by following command:
./bin/start-handle-server, but the log output in /log/handle-server
generated as follows:

2010/10/11 07:30:42 BDST 25 Rotating log files
Enter the passphrase for this server's authentication private key:
Note: Your passphrase will be displayed as it is entered
Error: Incorrect passphrase
   (see the error log for details.)

Shutting down...

And contents of my /handle-server/error.log is:

2010/10/11 07:30:43 BDST 25 Started new run.
Saving global values to: /home/dspace/.handle/root_info
javax.crypto.BadPaddingException: Given final block not properly padded
at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
at com.sun.crypto.provider.DESCipher.engineDoFinal(DashoA13*..)
at javax.crypto.Cipher.doFinal(DashoA13*..)
at
net.handle.security.provider.GenericProvider.decrypt_DES_ECB_PKCS5(GenericProvider.java:146)
at net.handle.hdllib.Util.decrypt(Util.java:1078)
at net.handle.server.HandleServer.init(HandleServer.java:306)
at
net.handle.server.AbstractServer.getInstance(AbstractServer.java:72)
at net.handle.server.Main.initialize(Main.java:152)
at net.handle.server.Main.main(Main.java:75)
Unable to initialize server signature object: java.lang.Exception: Incorrect
passphrase
java.lang.Exception: Incorrect passphrase
at net.handle.hdllib.Util.decrypt(Util.java:1083)
at net.handle.server.HandleServer.init(HandleServer.java:306)
at
net.handle.server.AbstractServer.getInstance(AbstractServer.java:72)
at net.handle.server.Main.initialize(Main.java:152)
at net.handle.server.Main.main(Main.java:75)
java.lang.Exception: Incorrect passphrase
at net.handle.hdllib.Util.decrypt(Util.java:1083)
at net.handle.server.HandleServer.init(HandleServer.java:306)
at
net.handle.server.AbstractServer.getInstance(AbstractServer.java:72)
at net.handle.server.Main.initialize(Main.java:152)
at net.handle.server.Main.main(Main.java:75)
Shutting down...

I've also tried with this command: ./bin/dsrun
-Ddspace.log.init.disable=true
-Dlog4j.configuration=log4j-handle-plugin.properties net.handle.server.Main
[dspace]/handle-server/ which shows: Error in launcher.xml: Invalid class
name: -Ddspace.log.init.disable=true. What should I do now? I am running
DSpace 1.6.2.

Any suggestion will be appreciated. Thanks.


-- 
Altaf Mahmud
System Programmer
Ayesha Abed Library,
BRAC University,
Bangladesh.
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] activating OAI-PMH support in DSpace 1.6.2

2010-10-08 Thread Altaf Mahmud
Dear all,

I am trying to activate OAI-PMH crosswalks in my DSpace server:
http://dspace.bracu.ac.bd/ following this online documentation:
http://www.dspace.org/1_6_2Documentation/ch05.html#N14B14. At step 3, it has
been mentioned to run 'bin/install-configs' script. Does such file exist in
'bin' folder? Any alternative?

-- 
Altaf Mahmud
System Programmer
Ayesha Abed Library,
BRAC University,
Bangladesh.
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] activating OAI-PMH support in DSpace 1.6.2

2010-10-08 Thread Altaf Mahmud
Any help regarding this? Can anyone suggest me any details? I am also
googling it, but nothing seems that much helpful.

Thank you.

On Fri, Oct 8, 2010 at 9:53 PM, Altaf Mahmud altaf.mah...@gmail.com wrote:

 Dear all,

 I am trying to activate OAI-PMH crosswalks in my DSpace server:
 http://dspace.bracu.ac.bd/ following this online documentation:
 http://www.dspace.org/1_6_2Documentation/ch05.html#N14B14. At step 3, it
 has been mentioned to run 'bin/install-configs' script. Does such file exist
 in 'bin' folder? Any alternative?

 --
 Altaf Mahmud
 System Programmer
 Ayesha Abed Library,
 BRAC University,
 Bangladesh.




-- 
Altaf Mahmud
System Programmer
Ayesha Abed Library,
BRAC University,
Bangladesh.
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Maven eroor

2010-09-27 Thread Altaf Mahmud
Those links might have been blocked from your proxy. Click on the link or
try to download the file to see if it works.

Cheers,

2010/9/27 इन्‍दु भूषण Indu Bhushan indubhus...@gmail.com

 Dear all

 I m intalling dspace to new version to our new server but maven is showing
 following error. I also tried to give proxy, port, id and password to
 settings.xml  in maven but same proble is there.

 [dsp...@library dspace]$ mvn -v
 Apache Maven 2.2.1 (r801777; 2009-08-07 00:46:01+0530)
 Java version: 1.6.0_21
 Java home: /usr/local/jdk/jre
 Default locale: en_US, platform encoding: UTF-8
 OS name: linux version: 2.6.18-164.el5pae arch: i386 Family: unix
 [dsp...@library dspace]$ mvn package
 [INFO] Scanning for projects...
 [INFO] Reactor build order:
 [INFO]   DSpace Parent Project
 [INFO]   DSpace Kernel :: API and Implementation
 [INFO]   DSpace Solr Statistics Logging Client Library
 [INFO]   DSpace UI :: Shared JS code
 [INFO]   DSpace JSP-UI
 [INFO]   DSpace JSP-UI :: API and Implementation
 [INFO]   DSpace JSP-UI :: Web Application Resources
 [INFO]   DSpace XML-UI (Manakin)
 [INFO]   DSpace XML-UI (Manakin) :: Wing-Framework
 [INFO]   DSpace XML-UI (Manakin) :: API and Core Aspects
 [INFO]   DSpace XML-UI (Manakin) :: Web Application Resources
 [INFO]   DSpace LNI
 [INFO]   DSpace LNI :: Core Implementation
 [INFO]   DSpace LNI :: Web Application Resources
 [INFO]   DSpace LNI :: CLI Client Application
 [INFO]   DSpace OAI
 [INFO]   DSpace OAI :: API and Implementation
 [INFO]   DSpace OAI :: Web Application Resources
 [INFO]   DSpace SWORD
 [INFO]   DSpace SWORD :: API and Implementation
 [INFO]   DSpace SWORD :: Web Application Resources
 [INFO]   DSpace Addon Modules
 [INFO]   DSpace XML-UI (Manakin) :: Web Application
 [INFO]   DSpace LNI :: Web Application
 [INFO]   DSpace OAI :: Web Application
 [INFO]   DSpace JSP-UI :: Web Application
 [INFO]   DSpace SWORD :: Web Application
 [INFO]   DSpace SOLR :: Web Application
 [INFO]   DSpace Assembly and Configuration
 [INFO]
 
 [INFO] Building DSpace Parent Project
 [INFO]task-segment: [package]
 [INFO]
 
 Downloading:
 http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom
 [WARNING] Unable to get resource
 'org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-7' from repository
 central (http://repo1.maven.org/maven2): Error transferring file: Network
 is unreachable
 Downloading:
 http://download.java.net/maven/2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom
 [WARNING] Unable to get resource
 'org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-7' from repository
 java.net (http://download.java.net/maven/2): Error transferring file:
 Network is unreachable
 Downloading:
 http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom
 [WARNING] Unable to get resource
 'org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-7' from repository
 central (http://repo1.maven.org/maven2): Error transferring file: Network
 is unreachable
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: org.apache.maven.plugins:maven-site-plugin

 Reason: POM 'org.apache.maven.plugins:maven-site-plugin' not found in
 repository: Unable to download the artifact from any repository

   org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-7

 from the specified remote repositories:
   maven.dspace.org-snapshot (http://maven.dspace.org/snapshot),
   central (http://repo1.maven.org/maven2),
   java.net (http://download.java.net/maven/2)

  for project org.apache.maven.plugins:maven-site-plugin

 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 1 second
 [INFO] Finished at: Mon Sep 27 03:53:25 IST 2010
 [INFO] Final Memory: 4M/245M
 Wating for your prompt reply.

 With regards
 Indu Bhushan
 RRCAT, INDORE MP


 --
 Start uncovering the many advantages of virtual appliances
 and start using them to simplify application deployment and
 accelerate your shift to cloud computing.
 http://p.sf.net/sfu/novell-sfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Altaf Mahmud
System Programmer
Ayesha Abed Library,
BRAC University,
Bangladesh

Re: [Dspace-tech] Can't install DSpace 1.6.2 on Ubuntu 10.04

2010-08-20 Thread Altaf Mahmud
Great, in fact, this adequate solution should be contributed to DSpace
manual.
Thank you.

On Thu, Aug 19, 2010 at 7:25 PM, helix84 heli...@centrum.sk wrote:

 Hello Mark,

 this info and explanation is very useful (I only recently found out I
 could do that). Could you add it to the dspace manual? Currently in
 3.5.2 step 8 it recommends modifying server.xml. IMHO this explanation
 deserves a separate section in manual.

 Regards,
 ~~helix84


 --
 This SF.net email is sponsored by

 Make an app they can't live without
 Enter the BlackBerry Developer Challenge
 http://p.sf.net/sfu/RIM-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
-Altaf
--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Can't install DSpace 1.6.2 on Ubuntu 10.04

2010-08-16 Thread Altaf Mahmud
Hello,

Again down here with a problem. I have dspace 1.6.2 and trying to install it
on Ubuntu 10.04. I followed this link: 
http://ir.sun.ac.za/wiki/index.php/Dspace; as suggested before while facing
repository problem. I honestly tried every step described there. I've also
setup mail server successfully as I am receiving mails. My dspace.cfg file
is look like as follows:

dspace.dir = /home/dspace
dspace.baseUrl = http://dserver
dspace.url = ${dspace.baseUrl}/jspui  [hostname --fqdn]
dspace.hostname = dserver
dspace.name = DSpace for My University
db.name = postgres
db.url = jdbc:postgresql://localhost:5432/dspace
db.driver = org.postgresql.Driver
db.username = dspace
db.password = dspace
mail.server = dserver
mail.from.address = dspace-nore...@dserver
feedback.recipient = dspace-h...@dserver
mail.admin = dspace-h...@dserver
alert.recipient = altaf.mah...@gmail.com
registration.notify = altaf.mah...@gmail.com
default.language = en_US


Finally, my build process is successful. But when I browsed:
http://dserver/jspui [I didn't yet try default 'jspui' interface] it shows
404 Not Found error. Did I do something wrong? What else I can do further?
However, I am going for re-installation, also tried with the rebuild
process. But in the mean time I hope may be there could be a hint. I have
been using tomcat6, so I just put tomcat6 instead of tomcat5.5 as mentioned
in the link. And my Ubuntu is not server version, I installed apache and
other stuffs manually.

Thanks for all of your help.

-- 
-Altaf
--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Can't install DSpace 1.6.2 on Ubuntu 10.04

2010-08-16 Thread Altaf Mahmud
Hi Poulter,

Just rechecked that server.xml file. No, I don't have any entry there.

Thanks.

On Mon, Aug 16, 2010 at 8:14 PM, Poulter, Dale
dale.poul...@vanderbilt.eduwrote:

  Altaf,



 Do you have an entry for Dspace in the tomcat server.xml ?



 *From:* Altaf Mahmud [mailto:altaf.mah...@gmail.com]
 *Sent:* Monday, August 16, 2010 9:11 AM
 *To:* dspace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] Can't install DSpace 1.6.2 on Ubuntu 10.04



 Hello,

 Again down here with a problem. I have dspace 1.6.2 and trying to install
 it on Ubuntu 10.04. I followed this link: 
 http://ir.sun.ac.za/wiki/index.php/Dspace; as suggested before while
 facing repository problem. I honestly tried every step described there. I've
 also setup mail server successfully as I am receiving mails. My dspace.cfg
 file is look like as follows:

 dspace.dir = /home/dspace

 dspace.baseUrl = http://dserver

 dspace.url = ${dspace.baseUrl}/jspui  [hostname --fqdn]

 dspace.hostname = dserver
 dspace.name = DSpace for My University

 db.name = postgres

 db.url = jdbc:postgresql://localhost:5432/dspace

 db.driver = org.postgresql.Driver

 db.username = dspace

 db.password = dspace

 mail.server = dserver

 mail.from.address = dspace-nore...@dserver

 feedback.recipient = dspace-h...@dserver

 mail.admin = dspace-h...@dserver

 alert.recipient = altaf.mah...@gmail.com

 registration.notify = altaf.mah...@gmail.com

 default.language = en_US


 Finally, my build process is successful. But when I browsed:
 http://dserver/jspui [I didn't yet try default 'jspui' interface] it shows
 404 Not Found error. Did I do something wrong? What else I can do further?
 However, I am going for re-installation, also tried with the rebuild
 process. But in the mean time I hope may be there could be a hint. I have
 been using tomcat6, so I just put tomcat6 instead of tomcat5.5 as mentioned
 in the link. And my Ubuntu is not server version, I installed apache and
 other stuffs manually.

 Thanks for all of your help.

 --
 -Altaf




-- 
-Altaf
--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Can't install DSpace 1.6.2 on Ubuntu 10.04

2010-08-16 Thread Altaf Mahmud
File attached. Thank you.

On Mon, Aug 16, 2010 at 11:32 PM, MOHIT SHARMA mohit7...@gmail.com wrote:

 Kindly attached the server.xml if u can .


 - Mohit Sharma

 On Mon, Aug 16, 2010 at 22:50, Altaf Mahmud altaf.mah...@gmail.comwrote:

 Hi Poulter,

 Just rechecked that server.xml file. No, I don't have any entry there.

 Thanks.


 On Mon, Aug 16, 2010 at 8:14 PM, Poulter, Dale 
 dale.poul...@vanderbilt.edu wrote:

  Altaf,



 Do you have an entry for Dspace in the tomcat server.xml ?



 *From:* Altaf Mahmud [mailto:altaf.mah...@gmail.com]
 *Sent:* Monday, August 16, 2010 9:11 AM
 *To:* dspace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] Can't install DSpace 1.6.2 on Ubuntu 10.04



 Hello,

 Again down here with a problem. I have dspace 1.6.2 and trying to install
 it on Ubuntu 10.04. I followed this link: 
 http://ir.sun.ac.za/wiki/index.php/Dspace; as suggested before while
 facing repository problem. I honestly tried every step described there. I've
 also setup mail server successfully as I am receiving mails. My dspace.cfg
 file is look like as follows:

 dspace.dir = /home/dspace

 dspace.baseUrl = http://dserver

 dspace.url = ${dspace.baseUrl}/jspui  [hostname --fqdn]

 dspace.hostname = dserver
 dspace.name = DSpace for My University

 db.name = postgres

 db.url = jdbc:postgresql://localhost:5432/dspace

 db.driver = org.postgresql.Driver

 db.username = dspace

 db.password = dspace

 mail.server = dserver

 mail.from.address = dspace-nore...@dserver

 feedback.recipient = dspace-h...@dserver

 mail.admin = dspace-h...@dserver

 alert.recipient = altaf.mah...@gmail.com

 registration.notify = altaf.mah...@gmail.com

 default.language = en_US


 Finally, my build process is successful. But when I browsed:
 http://dserver/jspui [I didn't yet try default 'jspui' interface] it
 shows 404 Not Found error. Did I do something wrong? What else I can do
 further? However, I am going for re-installation, also tried with the
 rebuild process. But in the mean time I hope may be there could be a hint. I
 have been using tomcat6, so I just put tomcat6 instead of tomcat5.5 as
 mentioned in the link. And my Ubuntu is not server version, I installed
 apache and other stuffs manually.

 Thanks for all of your help.

 --
 -Altaf




 --
 -Altaf


 --
 This SF.net email is sponsored by

 Make an app they can't live without
 Enter the BlackBerry Developer Challenge
 http://p.sf.net/sfu/RIM-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech





-- 
-Altaf
?xml version='1.0' encoding='utf-8'?
!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the License); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an AS IS BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--
!-- Note:  A Server is not itself a Container, so you may not
 define subcomponents such as Valves at this level.
 Documentation at /docs/config/server.html
 --
Server port=8005 shutdown=SHUTDOWN

  !--APR library loader. Documentation at /docs/apr.html --
  !--
  Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on /
  --
  !--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html --
  Listener className=org.apache.catalina.core.JasperListener /
  !-- Prevent memory leaks due to use of particular java/javax APIs--
  Listener className=org.apache.catalina.core.JreMemoryLeakPreventionListener /
  !-- JMX Support for the Tomcat server. Documentation at /docs/non-existent.html --
  Listener className=org.apache.catalina.mbeans.ServerLifecycleListener /
  Listener className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener /

  !-- Global JNDI resources
   Documentation at /docs/jndi-resources-howto.html
  --
  GlobalNamingResources
!-- Editable user database that can also be used by
 UserDatabaseRealm to authenticate users
--
Resource name=UserDatabase auth=Container
  type=org.apache.catalina.UserDatabase
  description=User database that can be updated and saved
  factory=org.apache.catalina.users.MemoryUserDatabaseFactory
  pathname=conf/tomcat-users.xml /
  /GlobalNamingResources

  !-- A Service

Re: [Dspace-tech] Can't install DSpace 1.6.2 on Ubuntu 10.04

2010-08-16 Thread Altaf Mahmud
Its 8080. I have tomcat6, default port is 8080, I didn't change it.

On Mon, Aug 16, 2010 at 11:35 PM, Hilton Gibson hilton.gib...@gmail.comwrote:

  Is Tomcat listening on port 8080 or 8180 ?


 On 16/08/2010 19:33, Altaf Mahmud wrote:

 Okay, then I need to have a registered server address. Lets see, I'll go
 for the setup and will update you once succeeded. Now, I want to have it
 installed in my localhost machine, as I've been able to install it in
 Windows. Now, my dspace.cfg file is:

 dspace.baseUrl = http://localhost:8080 http://dserver/
 dspace.url = ${dspace.baseUrl}/jspui
 dspace.hostname = localhost

 With this modified information, I rebuilt the DSpace successfully (not
 re-installed). Again when I browse: http://localhost:8080/jspui it shows
 the same error from tomcat:
 HTTP Status 404 - /jspui
 --

 *type* Status report

 *message* */jspui*

 *description* *The requested resource (/jspui) is not available.*
 --
 Apache Tomcat/6.0.24 I checked the soft links at
 /usr/share/tomcat6/webapps directory, its fine. But still can't access the
 resources.
 Thanks.

 On Mon, Aug 16, 2010 at 8:24 PM, Hilton Gibson hilton.gib...@gmail.comwrote:

  Hi Altaf


 On 16/08/2010 16:10, Altaf Mahmud wrote:

 Hello,

 Again down here with a problem. I have dspace 1.6.2 and trying to install
 it on Ubuntu 10.04. I followed this link: 
 http://ir.sun.ac.za/wiki/index.php/Dspace; as suggested before while
 facing repository problem. I honestly tried every step described there. I've
 also setup mail server successfully as I am receiving mails. My dspace.cfg
 file is look like as follows:

 dspace.dir = /home/dspace
 dspace.baseUrl = http://dserver

  This looks wrong. Normally its longer, like http://myrepo.ac.uk for
 example.
 Did you check:
 http://ir.sun.ac.za/wiki/index.php/Install_Ubuntu#Hostname_registration
 And did you apply:
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Web_Analytics#URL_naming
 That should sort out the 404 problem.

 Also check:
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Default_Interface

 Cheers

 hg

  dspace.url = ${dspace.baseUrl}/jspui  [hostname --fqdn]
 dspace.hostname = dserverdspace.name = DSpace for My University
 db.name = postgres
 db.url = jdbc:postgresql://localhost:5432/dspace
 db.driver = org.postgresql.Driver
 db.username = dspace
 db.password = dspace
 mail.server = dserver
 mail.from.address = dspace-nore...@dserver

 feedback.recipient = dspace-h...@dserver
 mail.admin = dspace-h...@dserver
 alert.recipient = altaf.mah...@gmail.com
 registration.notify = altaf.mah...@gmail.com

 default.language = en_US



 Finally, my build process is successful. But when I browsed:
 http://dserver/jspui [I didn't yet try default 'jspui' interface] it
 shows 404 Not Found error. Did I do something wrong? What else I can do
 further? However, I am going for re-installation, also tried with the
 rebuild process. But in the mean time I hope may be there could be a hint. I
 have been using tomcat6, so I just put tomcat6 instead of tomcat5.5 as
 mentioned in the link. And my Ubuntu is not server version, I installed
 apache and other stuffs manually.

 Thanks for all of your help.

 --
 -Altaf


 --
 This SF.net email is sponsored by

 Make an app they can't live without
 Enter the BlackBerry Developer Challenge
 http://p.sf.net/sfu/RIM-dev2dev


 ___
 DSpace-tech mailing 
 listdspace-t...@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/dspace-tech


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

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




 --
 This SF.net email is sponsored by

 Make an app they can't live without
 Enter the BlackBerry Developer Challenge
 http://p.sf.net/sfu/RIM-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




 --
 -Altaf




-- 
-Altaf
--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Can't install DSpace 1.6.2 on Ubuntu 10.04

2010-08-16 Thread Altaf Mahmud
Thanks Mohit. I guess there could have been a mistake at my previous
installation steps, as 'http://localhost:8080/jspui' still shows the same
result. sudo service start tomcat6 doesn't work, it says unrecognized
service, instead, I tried with sudo /etc/init.d/tomcat6 restart. I am
going for another fresh installation of dspace with tomcat. By the way, I
think I can go with Ubuntu 10.04 desktop edition, and I also have to try it
on Debian (Lenny). Will seek all of your help as well :)

Thank you all.

On Tue, Aug 17, 2010 at 12:09 AM, MOHIT SHARMA mohit7...@gmail.com wrote:


 Hi ,


 Append the following lines to /etc/default/tomcat6 to set the preferences
 necessary for dspace:


 $ sudo gedit /etc/default/tomcat6
  --TOMCAT6_USER=dspace
   --TOMCAT6_SECURITY=no

 13.) Modify the Tomcat properties in /etc/tomcat6/server.xml to use UTF-8
 encoding. You can also change the port from the non-standard 8180 to 8080 to
 match the examples in DSpace documentation, and the dspace.cfg file:


 $ sudo gedit /etc/tomcat6/server.xml
   Connector port=8080 maxHttpHeaderSize=8192
  maxThreads=150 minSpareThreads=25
 maxSpareThreads=75
  enableLookups=false redirectPort=8443
 acceptCount=100
  connectionTimeout=2 disableUploadTimeout=true
  URIEncoding=UTF-8 /

   Also in server.xml modify the webapps directory to point to
 /dspace/webapps:

 Host name=localhost appBase=/dspace/webapps
  unpackWARs=true autoDeploy=true
  xmlValidation=false xmlNamespaceAware=false



 After this restart ur tomcat server by sudo service start tomcat6.


 I hope after this ur problem will be solved :)



 -- Mohit Sharma




 On Mon, Aug 16, 2010 at 23:13, Poulter, Dale 
 dale.poul...@vanderbilt.eduwrote:

  The server.xml appears to just point to the default webapps directory of
 tomcat.  Could try copying the contents of dspace/webapps to the
 tomcat/webapps directory and restarting tomcat?



 *From:* Altaf Mahmud [mailto:altaf.mah...@gmail.com]
 *Sent:* Monday, August 16, 2010 12:21 PM
 *To:* Poulter, Dale
 *Cc:* dspace-tech@lists.sourceforge.net
 *Subject:* Re: [Dspace-tech] Can't install DSpace 1.6.2 on Ubuntu 10.04



 Hi Poulter,

 Just rechecked that server.xml file. No, I don't have any entry there.

 Thanks.

 On Mon, Aug 16, 2010 at 8:14 PM, Poulter, Dale 
 dale.poul...@vanderbilt.edu wrote:

 Altaf,



 Do you have an entry for Dspace in the tomcat server.xml ?



 *From:* Altaf Mahmud [mailto:altaf.mah...@gmail.com]
 *Sent:* Monday, August 16, 2010 9:11 AM
 *To:* dspace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] Can't install DSpace 1.6.2 on Ubuntu 10.04



 Hello,

 Again down here with a problem. I have dspace 1.6.2 and trying to install
 it on Ubuntu 10.04. I followed this link: 
 http://ir.sun.ac.za/wiki/index.php/Dspace; as suggested before while
 facing repository problem. I honestly tried every step described there. I've
 also setup mail server successfully as I am receiving mails. My dspace.cfg
 file is look like as follows:

 dspace.dir = /home/dspace

 dspace.baseUrl = http://dserver

 dspace.url = ${dspace.baseUrl}/jspui  [hostname --fqdn]

 dspace.hostname = dserver

 dspace.name = DSpace for My University



 db.name = postgres

 db.url = jdbc:postgresql://localhost:5432/dspace

 db.driver = org.postgresql.Driver

 db.username = dspace

 db.password = dspace

 mail.server = dserver

 mail.from.address = dspace-nore...@dserver



 feedback.recipient = dspace-h...@dserver

 mail.admin = dspace-h...@dserver

 alert.recipient = altaf.mah...@gmail.com

 registration.notify = altaf.mah...@gmail.com



 default.language = en_US


 Finally, my build process is successful. But when I browsed:
 http://dserver/jspui [I didn't yet try default 'jspui' interface] it
 shows 404 Not Found error. Did I do something wrong? What else I can do
 further? However, I am going for re-installation, also tried with the
 rebuild process. But in the mean time I hope may be there could be a hint. I
 have been using tomcat6, so I just put tomcat6 instead of tomcat5.5 as
 mentioned in the link. And my Ubuntu is not server version, I installed
 apache and other stuffs manually.

 Thanks for all of your help.

 --
 -Altaf




 --
 -Altaf


 --
 This SF.net email is sponsored by

 Make an app they can't live without
 Enter the BlackBerry Developer Challenge
 http://p.sf.net/sfu/RIM-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech





-- 
-Altaf
--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev

[Dspace-tech] DSpace installation problem on Ubuntu 10.04

2010-07-16 Thread Altaf Mahmud
Hi all,

I am trying to install dspace 1.6.2 on my Ubuntu 10.04 and failed
after several attempts. After issuing the command mvn package at
[dspace-source]/dspace/ directory, it can't download the necessary
files, giving the error as follows:

Downloading:
http://download.java.net/maven/2/org/apache/excalibur/containerkit/excalibur-logger/2.2.1/excalibur-logger-2.2.1.pom

[INFO] Unable to find resource
'org.apache.excalibur.containerkit:excalibur-logger:pom:2.2.1' in
repository java.net (http://download.java.net/maven/2)

Downloading:
http://repo1.maven.org/maven2/org/apache/excalibur/containerkit/excalibur-logger/2.2.1/excalibur-logger-2.2.1.pom

Downloading:
http://download.java.net/maven/2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
[INFO] Unable to find resource 'xerces:xercesImpl:pom:2.8.1' in repository
java.net (http://download.java.net/maven/2)
Downloading:
http://repo1.maven.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom

Downloading:
http://download.java.net/maven/2/org/apache/cocoon/cocoon-sitemap-components/1.0.0/cocoon-sitemap-components-1.0.0.pom

[INFO] Unable to find resource
'org.apache.cocoon:cocoon-sitemap-components:pom:1.0.0' in repository
java.net (http://download.java.net/maven/2)

Downloading:
http://repo1.maven.org/maven2/org/apache/cocoon/cocoon-sitemap-components/1.0.0/cocoon-sitemap-components-1.0.0.pom

Downloading:
http://download.java.net/maven/2/org/apache/cocoon/cocoon-xml-resolver/1.0.0/cocoon-xml-resolver-1.0.0.pom

[INFO] Unable to find resource
'org.apache.cocoon:cocoon-xml-resolver:pom:1.0.0' in repository java.net
(http://download.java.net/maven/2)

Downloading:
http://repo1.maven.org/maven2/org/apache/cocoon/cocoon-xml-resolver/1.0.0/cocoon-xml-resolver-1.0.0.pom

Downloading:
http://download.java.net/maven/2/org/apache/cocoon/cocoon-xml-impl/1.0.0/cocoon-xml-impl-1.0.0.pom

[INFO] Unable to find resource
'org.apache.cocoon:cocoon-xml-impl:pom:1.0.0' in repository java.net
(http://download.java.net/maven/2)

Downloading:
http://repo1.maven.org/maven2/org/apache/cocoon/cocoon-xml-impl/1.0.0/cocoon-xml-impl-1.0.0.pom

Downloading:
http://download.java.net/maven/2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom

[INFO] Unable to find resource 'xml-resolver:xml-resolver:pom:1.2' in
repository java.net (http://download.java.net/maven/2)

Downloading:
http://repo1.maven.org/maven2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
...TRUNCATED

Now its really frustrating after many attempts, is it a repository problem
in ubuntu? Any way to fix it?

Thanks.



-- 
Altaf Mahmud
System Programmer,
Ayesha Abed Library,
BRAC University
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech