Re: [dspace-tech] Dspace 5.2 MVN package error on centos

2021-02-28 Thread 'Shaun donovan' via DSpace Technical Support

Hi Ghazi.

Your issue is now too broad to simply give an answer. You need to start 
looking for clues in the Tomcat as well as the DSpace logs. It sounds 
like a Tomcat configuration error but I cannot be sure.


On 2021/02/26 16:01, Ghazi Anwar wrote:

Hi Shaun
Thanks for your update . it helped me a lot
I have build the package using mvn -Dhttps.protocols=TLSv1.2 package 
command

then second level build by using ant fresh_install
But now i am struck here at http://localhost:8080/jspui 
or http://localhost:8080/jxmuli

HTTP status error -> the requested resource is not available.
Tomcat is running  fine.
copied all webapps from dspace to tomcat/webapps.

can you please also guide me on this as well

regards
Ghazi





On Thursday, February 25, 2021 at 1:55:53 PM UTC+5:30 
sha...@teqcle.co.za wrote:


Hi Ghazi.

I remember having this same issue. It is due to enhanced security
on the repos. If memory serves, I had to go through all of the pom
files and change http to https. Then, you need to disable old
protocols for java. You can find this information at

https://stackoverflow.com/questions/50824789/why-am-i-getting-received-fatal-alert-protocol-version-or-peer-not-authentic

Kind Regards.
Shaun

On 2021/02/24 13:13, Ghazi Anwar wrote:

Dear All,
i am installing the dspace 5.2 on centos 7 . everything was fine
until I reach at

[dspace@localhost dspace-5.2-src-release]$ mvn package

//got the following errortried both from
[source-release]/Dspace and [Source-release] same error .. My
computer is connected with internet and not using any proxy.

[INFO] Scanning for projects...
Downloading:

https://oss.sonatype.org/content/repositories/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading:

http://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.dspace:dspace-parent:5.2
(/opt/dspace-5.2-src-release/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Could not transfer
artifact org.sonatype.oss:oss-parent:pom:9 from/to
sonatype-releases
(https://oss.sonatype.org/content/repositories/releases/):
Received fatal alert: protocol_version and 'parent.relativePath'
points at no local POM @ line 20, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven
with the -e switch.
[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 read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

-- 
All messages to this mailing list should adhere to the DuraSpace

Code of Conduct:
https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the
Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to dspace-tech...@googlegroups.com.
To view this discussion on the web visit

https://groups.google.com/d/msgid/dspace-tech/10ce704e-157c-4779-ac24-5794379b0206n%40googlegroups.com

.


--
All messages to this mailing list should adhere to the DuraSpace Code 
of Conduct: https://duraspace.org/about/policies/code-of-conduct/

---
You received this message because you are subscribed to the Google 
Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to dspace-tech+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/a83f303d-a4a9-45b0-8591-497171035381n%40googlegroups.com 
.


--
All messages to this mailing list should adhere to the Code of Conduct: 
https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/7c6514e3-5009-303b-348f-1cd00ed9d297%40teqcle.co.za.


Re: [dspace-tech] Dspace 5.2 MVN package error on centos

2021-02-26 Thread Ghazi Anwar
Hi Shaun 
Thanks for your update . it helped me a lot
I have build the package using mvn -Dhttps.protocols=TLSv1.2  package 
command
then second level build by using ant fresh_install
But now i am struck here at http://localhost:8080/jspui 
or http://localhost:8080/jxmuli
HTTP status error -> the requested resource is not available.
Tomcat is running  fine.
copied all webapps from dspace to tomcat/webapps.

can you please also guide me on this as well

regards
Ghazi


 
 



On Thursday, February 25, 2021 at 1:55:53 PM UTC+5:30 sha...@teqcle.co.za 
wrote:

> Hi Ghazi.
>
> I remember having this same issue. It is due to enhanced security on the 
> repos. If memory serves, I had to go through all of the pom files and 
> change http to https. Then, you need to disable old protocols for java. You 
> can find this information at 
> https://stackoverflow.com/questions/50824789/why-am-i-getting-received-fatal-alert-protocol-version-or-peer-not-authentic
> Kind Regards.
> Shaun
>
> On 2021/02/24 13:13, Ghazi Anwar wrote:
>
> Dear All, 
> i am installing the dspace 5.2 on centos 7 . everything was fine until I 
> reach at 
>
> [dspace@localhost dspace-5.2-src-release]$ mvn package  
>
> //got the following errortried both from [source-release]/Dspace and 
> [Source-release] same error .. My computer is connected with internet and 
> not using any proxy.
>
> [INFO] Scanning for projects...
> Downloading: 
> https://oss.sonatype.org/content/repositories/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
> Downloading: 
> http://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.dspace:dspace-parent:5.2 
> (/opt/dspace-5.2-src-release/pom.xml) has 1 error
> [ERROR] Non-resolvable parent POM: Could not transfer artifact 
> org.sonatype.oss:oss-parent:pom:9 from/to sonatype-releases (
> https://oss.sonatype.org/content/repositories/releases/): Received fatal 
> alert: protocol_version and 'parent.relativePath' points at no local POM @ 
> line 20, column 13 -> [Help 2]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the 
> -e switch.
> [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 read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] 
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
>
> -- 
> All messages to this mailing list should adhere to the DuraSpace Code of 
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/10ce704e-157c-4779-ac24-5794379b0206n%40googlegroups.com
>  
> 
> .
>
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/a83f303d-a4a9-45b0-8591-497171035381n%40googlegroups.com.


Re: [dspace-tech] Dspace 5.2 MVN package error on centos

2021-02-25 Thread 'Shaun donovan' via DSpace Technical Support

Hi Ghazi.

I remember having this same issue. It is due to enhanced security on the 
repos. If memory serves, I had to go through all of the pom files and 
change http to https. Then, you need to disable old protocols for java. 
You can find this information at 
https://stackoverflow.com/questions/50824789/why-am-i-getting-received-fatal-alert-protocol-version-or-peer-not-authentic


Kind Regards.
Shaun

On 2021/02/24 13:13, Ghazi Anwar wrote:

Dear All,
i am installing the dspace 5.2 on centos 7 . everything was fine until 
I reach at


[dspace@localhost dspace-5.2-src-release]$ mvn package

//got the following errortried both from [source-release]/Dspace 
and [Source-release] same error .. My computer is connected with 
internet and not using any proxy.


[INFO] Scanning for projects...
Downloading: 
https://oss.sonatype.org/content/repositories/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading: 
http://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom

[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.dspace:dspace-parent:5.2 
(/opt/dspace-5.2-src-release/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Could not transfer artifact 
org.sonatype.oss:oss-parent:pom:9 from/to sonatype-releases 
(https://oss.sonatype.org/content/repositories/releases/): Received 
fatal alert: protocol_version and 'parent.relativePath' points at no 
local POM @ line 20, column 13 -> [Help 2]

[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with 
the -e switch.

[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 read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException


--
All messages to this mailing list should adhere to the DuraSpace Code 
of Conduct: https://duraspace.org/about/policies/code-of-conduct/

---
You received this message because you are subscribed to the Google 
Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to dspace-tech+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/10ce704e-157c-4779-ac24-5794379b0206n%40googlegroups.com 
.


--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/8637d1a2-036f-5a66-3c9a-32edb2dc65d2%40teqcle.co.za.


[dspace-tech] Dspace 5.2 MVN package error on centos

2021-02-24 Thread Ghazi Anwar
Dear All,
i am installing the dspace 5.2 on centos 7 . everything was fine until I 
reach at 

[dspace@localhost dspace-5.2-src-release]$ mvn package  

//got the following errortried both from [source-release]/Dspace and 
[Source-release] same error .. My computer is connected with internet and 
not using any proxy.

[INFO] Scanning for projects...
Downloading: 
https://oss.sonatype.org/content/repositories/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading: 
http://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.dspace:dspace-parent:5.2 
(/opt/dspace-5.2-src-release/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not transfer artifact 
org.sonatype.oss:oss-parent:pom:9 from/to sonatype-releases 
(https://oss.sonatype.org/content/repositories/releases/): Received fatal 
alert: protocol_version and 'parent.relativePath' points at no local POM @ 
line 20, column 13 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[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 read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/10ce704e-157c-4779-ac24-5794379b0206n%40googlegroups.com.