Re: [Dspace-tech] need help

16 views
Skip to first unread message

helix84

unread,
Aug 26, 2015, 10:09:56 AM8/26/15
to theotherguy, dspac...@lists.sourceforge.net
Hi Richard,

what's the contents of all the db.* properties in your dspace.cfg?


Regards,
~~helix84

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

helix84

unread,
Aug 26, 2015, 10:09:56 AM8/26/15
to theotherguy, dspac...@lists.sourceforge.net
If you scroll a little more up, can you see a PSQLException? Post that
part of the stacktrace, too.

helix84

unread,
Aug 26, 2015, 10:10:02 AM8/26/15
to theotherguy, dspac...@lists.sourceforge.net
Ouch, this is just too wrong. Better delete everything and start from scratch.

Here's the installation chapter in the official docs:
https://wiki.duraspace.org/display/DSDOC18/Installation

Here's an unofficial installation guide for Windows that details the
other software that needs to be installed for DSpace to work.
http://ir.inflibnet.ac.in/dxml/bitstream/handle/1944/1590/Installing%20DSpace%20on%20Windows.pdf

On Mon, Nov 26, 2012 at 10:22 PM, theotherguy <richard...@yahoo.com> wrote:
> # dspace.dir = /dspace
> dspace.dir = C:/Dspace/dspace-1.8.2/dspace-1.8.2-src-release

Read "Overview of DSpace Directories" in the installation chapter.
dspace.dir is supposed to point to the installation directory, not the
sources.

> # DSpace host name - should match base URL. Do not include port number
> dspace.hostname = http://localhost

Just leave the default value here. No http://

> # Database name ("oracle", or "postgres")
> db.name = posterges

Typo? Again, just leave the default value.

> db.url = jdbc:postgresql://localhost:8080/xmlui

Leave the default value.

theotherguy

unread,
Aug 26, 2015, 10:18:10 AM8/26/15
to dspac...@lists.sourceforge.net
Thank you, im set up now



--
View this message in context: http://dspace.2283337.n4.nabble.com/need-help-tp4659927p4660093.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

theotherguy

unread,
Aug 26, 2015, 10:18:10 AM8/26/15
to dspac...@lists.sourceforge.net
i successfully downloaded all the prerequisite programs and databases, i
created an administrator, but now i don't know what the problem is
i want to use dspace with xmlui but it only show an internal error,
i have alittle knowledge in this area, but all of this just looks like
gibberish. im using tomcat6, not sure if that helps.

--------------------------------------------------------------------------------------
java.io.EOFException
at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:258)
at
org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:253)
at
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:94)
at
org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
at
org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:116)
at
org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at
org.postgresql.jdbc3.Jdbc3Connection.<init>(Jdbc3Connection.java:24)
at org.postgresql.Driver.makeConnection(Driver.java:369)
at org.postgresql.Driver.connect(Driver.java:245)
at java.sql.DriverManager.getConnection(DriverManager.java:579)
at java.sql.DriverManager.getConnection(DriverManager.java:221)
at
org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:75)
at
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
at
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:974)
at
org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106)
at
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:588)
at org.dspace.core.Context.<init>(Context.java:95)
at
org.dspace.app.xmlui.utils.ContextUtil.obtainContext(ContextUtil.java:89)
at
org.dspace.app.xmlui.utils.ContextUtil.obtainContext(ContextUtil.java:54)
at
org.dspace.app.xmlui.cocoon.AbstractDSpaceTransformer.setup(AbstractDSpaceTransformer.java:78)
at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
at $Proxy27.setup(Unknown Source)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:356)
at
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:710)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:466)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.prepareInternal(AbstractProcessingPipeline.java:480)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
at $Proxy21.prepareInternal(Unknown Source)
at
org.apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:292)
at
org.apache.cocoon.components.source.impl.SitemapSource.<init>(SitemapSource.java:148)
at
org.apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(SitemapSourceFactory.java:62)
at
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:153)
at
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:183)
at
org.apache.cocoon.generation.FileGenerator.setup(FileGenerator.java:99)
at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
at $Proxy22.setup(Unknown Source)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:343)
at
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:710)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:466)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(AbstractProcessingPipeline.java:411)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
at $Proxy21.process(Unknown Source)
at
org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode.invoke(SerializeNode.java:147)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
at
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)
at
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:239)
at
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:171)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:247)
at
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNode.java:117)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
at
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)
at
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:239)
at
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:171)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:247)
at
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNode.java:117)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)
at
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:239)
at
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:171)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:247)
at
org.apache.cocoon.servlet.RequestProcessor.process(RequestProcessor.java:351)
at
org.apache.cocoon.servlet.RequestProcessor.service(RequestProcessor.java:169)
at
org.apache.cocoon.sitemap.SitemapServlet.service(SitemapServlet.java:84)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.cocoon.servletservice.ServletServiceContext$PathDispatcher.forward(ServletServiceContext.java:468)
at
org.apache.cocoon.servletservice.ServletServiceContext$PathDispatcher.forward(ServletServiceContext.java:443)
at
org.apache.cocoon.servletservice.spring.ServletFactoryBean$ServiceInterceptor.invoke(ServletFactoryBean.java:264)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy18.service(Unknown Source)
at
org.apache.cocoon.servletservice.DispatcherServlet.service(DispatcherServlet.java:106)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.dspace.app.xmlui.cocoon.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.dspace.app.xmlui.cocoon.DSpaceCocoonServletFilter.doFilter(DSpaceCocoonServletFilter.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.cocoon.servlet.multipart.MultipartFilter.doFilter(MultipartFilter.java:131)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:879)
at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:600)
at
org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1703)
at java.lang.Thread.run(Thread.java:722)



--
View this message in context: http://dspace.2283337.n4.nabble.com/need-help-tp4659927.html

theotherguy

unread,
Aug 26, 2015, 10:18:10 AM8/26/15
to dspac...@lists.sourceforge.net
this is the cocoon stacktrace.

Failed to process pipeline


context:/jndi:/localhost/xmlui/aspects/aspects.xmap - 85:34

<map:serialize type="xml">



context:/jndi:/localhost/xmlui/aspects/aspects.xmap - 84:43

<map:transform type="PageNotFound">



context:/jndi:/localhost/xmlui/aspects/aspects.xmap - 83:22

<map:generate>



context:/jndi:/localhost/xmlui/themes/Reference/sitemap.xmap - 154:62

<map:serialize type="xhtml">



context:/jndi:/localhost/xmlui/themes/Reference/sitemap.xmap - 151:112

<map:transform type="NamespaceFilter">



context:/jndi:/localhost/xmlui/themes/Reference/sitemap.xmap - 150:106

<map:transform type="NamespaceFilter">



context:/jndi:/localhost/xmlui/themes/Reference/sitemap.xmap - 144:68

<map:transform type="i18n">



context:/jndi:/localhost/xmlui/themes/Reference/sitemap.xmap - 140:72

<map:transform>



context:/jndi:/localhost/xmlui/themes/Reference/sitemap.xmap - 116:87

<map:transform type="IncludePageMeta">



context:/jndi:/localhost/xmlui/themes/Reference/sitemap.xmap - 101:83

<map:generate type="file">



context:/jndi:/localhost/xmlui/themes/Reference/sitemap.xmap - 98:49

<map:match>



context:/jndi:/localhost/xmlui/themes/themes.xmap - 33:45

<map:mount>



context:/jndi:/localhost/xmlui/themes/themes.xmap - 32:35

<map:match type="ThemeMatcher">



context:/jndi:/localhost/xmlui/sitemap.xmap - 590:94

<map:mount>




--
View this message in context: http://dspace.2283337.n4.nabble.com/need-help-tp4659927p4659933.html

theotherguy

unread,
Aug 26, 2015, 10:18:10 AM8/26/15
to dspac...@lists.sourceforge.net
##### Basic information ######

# DSpace installation directory
# dspace.dir = /dspace
dspace.dir = C:/Dspace/dspace-1.8.2/dspace-1.8.2-src-release

# DSpace host name - should match base URL. Do not include port number
dspace.hostname = http://localhost

# DSpace base host URL. Include port number etc.
dspace.baseUrl = http://localhost:8080

# DSpace base URL. Include port number etc., but NOT trailing slash
# Change to xmlui if you wish to use the xmlui as the default, or remove
# "/jspui" and set webapp of your choice as the "ROOT" webapp in
# the servlet engine.
dspace.url = http://localhost:8080/xmlui

# Name of the site
dspace.name = DSpace at Essex County College

##### Database settings #####

# Database name ("oracle", or "postgres")
db.name = posterges
#db.name = postgres
#db.name = oracle

# URL for connecting to database
db.url = jdbc:postgresql://localhost:8080/xmlui
#db.url = jdbc:postgresql://localhost:5432/dspace

# JDBC Driver
db.driver = org.postgresql.Driver
#db.driver = org.postgresql.Driver

# Database username and password
db.username = dspace
db.password = dspace
#db.username = dspace
#db.password = dspace

# Schema name - if your database contains multiple schemas, you can avoid
problems with
# retrieving the definitions of duplicate object names by specifying
# the schema name here that is used for DSpace by uncommenting the following
entry
# db.schema =

# Connection pool parameters

# Maximum number of DB connections in pool
db.maxconnections = 30

# Maximum time to wait before giving up if all connections in pool are busy
(milliseconds)
db.maxwait = 5000

# Maximum number of idle connections in pool (-1 = unlimited)
db.maxidle = -1

# Determine if prepared statement should be cached. (default is true)
db.statementpool = true

# Specify a name for the connection pool (useful if you have multiple
applications sharing Tomcat's dbcp)
# If not specified, defaults to 'dspacepool'
# db.poolname = dspacepool
-------------------------------------------------------------------------------
i did not change anything for the email portion in dspace.cfg

the error code i am putting below is the java full stacktrace
---------------------------------------------------------------------------------
org.apache.cocoon.ProcessingException: Failed to process pipeline
at <map:serialize type="xml"> -
jndi:/localhost/xmlui/aspects/aspects.xmap:85:34
at <map:transform type="PageNotFound"> -
jndi:/localhost/xmlui/aspects/aspects.xmap:84:43
at <map:generate> - jndi:/localhost/xmlui/aspects/aspects.xmap:83:22
at <map:serialize type="xhtml"> -
jndi:/localhost/xmlui/themes/Reference/sitemap.xmap:154:62
at <map:transform type="NamespaceFilter"> -
jndi:/localhost/xmlui/themes/Reference/sitemap.xmap:151:112
at <map:transform type="NamespaceFilter"> -
jndi:/localhost/xmlui/themes/Reference/sitemap.xmap:150:106
at <map:transform type="i18n"> -
jndi:/localhost/xmlui/themes/Reference/sitemap.xmap:144:68
at <map:transform> -
jndi:/localhost/xmlui/themes/Reference/sitemap.xmap:140:72
at <map:transform type="IncludePageMeta"> -
jndi:/localhost/xmlui/themes/Reference/sitemap.xmap:116:87
at <map:generate type="file"> -
jndi:/localhost/xmlui/themes/Reference/sitemap.xmap:101:83
at <map:match> - jndi:/localhost/xmlui/themes/Reference/sitemap.xmap:98:49
at <map:mount> - jndi:/localhost/xmlui/themes/themes.xmap:33:45
at <map:match type="ThemeMatcher"> -
jndi:/localhost/xmlui/themes/themes.xmap:32:35
at <map:mount> - jndi:/localhost/xmlui/sitemap.xmap:590:94
at
org.apache.cocoon.ProcessingException.throwLocated(ProcessingException.java:143)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.handleException(AbstractProcessingPipeline.java:923)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:372)
Caused by: org.xml.sax.SAXException: An error was encountered while
processing the 'aspect.general.PageNotFoundTransformer' Wing based
component: org.dspace.app.xmlui.aspect.general.PageNotFoundTransformer
org.postgresql.util.PSQLException: The connection attempt failed.
at
org.dspace.app.xmlui.cocoon.AbstractDSpaceTransformer.handleException(AbstractDSpaceTransformer.java:109)
at
org.dspace.app.xmlui.cocoon.AbstractDSpaceTransformer.setup(AbstractDSpaceTransformer.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
at $Proxy27.setup(Unknown Source)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:356)
... 95 more
Caused by: org.postgresql.util.PSQLException: The connection attempt failed.
at
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136)
... 102 more
Caused by: java.io.EOFException
at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:258)
at
org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:253)
at
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:94)
... 119 more




--
View this message in context: http://dspace.2283337.n4.nabble.com/need-help-tp4659927p4659932.html

Ashapurna P. Nayak

unread,
Aug 26, 2015, 10:25:03 AM8/26/15
to dspac...@lists.sourceforge.net





please help me out for the problem
 
C:\dspace-1.8.2-src-release\dspace>mvn package
[INFO] Scanning for projects...
-pom-12.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.dspace:dspace:1.8.2 (C:\dspace-1.8.2-src-release\dspac
e\pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.dspace:dspace-parent:1.8.2: Could
not transfer artifact org.dspace:dspace-pom:pom:12 from/to central (http://repo.
maven.apache.org/maven2): repo.maven.apache.org and 'parent.relativePath' points
 at wrong local POM @ org.dspace:dspace-parent:1.8.2, C:\dspace-1.8.2-src-releas
e\pom.xml, line 15, column 13: Unknown host repo.maven.apache.org -> [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:
gException
delException
C:\dspace-1.8.2-src-release\dspace>

helix84

unread,
Aug 26, 2015, 10:25:05 AM8/26/15
to Ashapurna P. Nayak, dspac...@lists.sourceforge.net
Hi Ashapurna,

Try running one of these commands on your DSpace machine to verify
that you can connect to Maven Central:
wget http://repo1.maven.org/maven2/org/dspace/dspace-pom/10/dspace-pom-10.pom
or
curl http://repo1.maven.org/maven2/org/dspace/dspace-pom/10/dspace-pom-10.pom

Do you need to use a proxy server to connect to the internet from this machine?
Reply all
Reply to author
Forward
0 new messages