Re: [Dspace-tech] Problem configuring dspace.cfg file

2013-03-06 Thread helix84
On Mar 6, 2013 3:42 PM, rémi Asare ramirez.as...@gmail.com wrote:
 Hello, i'm a newbie in dpsace stuff. I'm currently using dspace 3.1 and i 
 want to install it in local in order to test. Unfortunately i couldnt 
 configurate well the dspace.cfg file. The documentation tha i'm using are not 
 very helpful. Please can somebody help with detailed information?


Hi Rémi,

the official documentation is locted here:

http://wiki.duraspace.org/display/DSDOC3x/

the Installation chapter should help you.

If you have any problems, please ask a specific question - which
configuration option you seem to have a problem with, how does the
problem manifest and what have you tried to resolve the problem. See
also the link in my signature for more tips.

Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problem configuring dspace.cfg file

2013-03-06 Thread rémi Asare
Hi again,
Helix, i'm given this error message whenever i tried to download the mvn
package within the MSDOS command. It's about the POM xml file and i dont
get a thing from that POM file. Is there anything i could do to fix this?
Please help

[INFO] Scanning for projects...
Downloading:
http://oss.sonatype.org/content/repositories/releases/org/sonatype/
oss/oss-parent/7/oss-parent-7.pom
Downloading:
http://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/o
ss-parent-7.pom
[ERROR] The build could not read 1 project - [Help 1]
[ERROR]
[ERROR]   The project org.dspace:dspace:3.1
(c:\dspace-3.1-src-release\dspace\po
m.xml) has 1 error
[ERROR] Non-resolvable parent POM for org.dspace:dspace-parent:3.1:
Could no
t transfer artifact org.sonatype.oss:oss-parent:pom:7 from/to
sonatype-releases
(http://oss.sonatype.org/content/repositories/releases/): Connection to
http://o
ss.sonatype.org refused and 'parent.relativePath' points at wrong local POM
@ or
g.dspace:dspace-parent:3.1, c:\dspace-3.1-src-release\pom.xml, line 17,
column 1
3: Connection timed out: connect - [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please rea
d the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin
gException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo
delException
--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problem configuring dspace.cfg file

2013-03-06 Thread helix84
Do you need to use a proxy server to connect to the internet from this machine?
Do you have a firewall that blocks unknown applications from internet access?

Maven needs internet access in order to download DSpace dependencies.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Problem configuring dspace.cfg file

2013-03-06 Thread rémi Asare
Yeah! I'm using a proxy server to connect to the internet from my machine.
 Can it be possible that it's blocking the downloading?


2013/3/6 helix84 heli...@centrum.sk

 Do you need to use a proxy server to connect to the internet from this
 machine?
 Do you have a firewall that blocks unknown applications from internet
 access?

 Maven needs internet access in order to download DSpace dependencies.


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Rémi Asare.
--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problem configuring dspace.cfg file

2013-03-06 Thread helix84
On Wed, Mar 6, 2013 at 4:10 PM, rémi Asare ramirez.as...@gmail.com wrote:
 Yeah! I'm using a proxy server to connect to the internet from my machine.
  Can it be possible that it's blocking the downloading?

Technically, it's not blocking it. You have to configure Maven to
use the proxy.

http://maven.apache.org/guides/mini/guide-proxies.html


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette