[GUMP@vmgump-vm3]: Project taglibs-parent (in module tomcat-taglibs) failed

2019-02-24 Thread Gump
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at gene...@gump.apache.org.

Project taglibs-parent has an issue affecting its community integration.
This issue affects 2 projects,
 and has been outstanding for 4 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- taglibs-parent :  Taglib Parent POM
- taglibs-standard-spec :  JSP Taglibs


Full details are available at:
http://vmgump-vm3.apache.org/tomcat-taglibs/taglibs-parent/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole pom output [pom.xml] identifier set to project name
 -INFO- Optional dependency commons-io failed with reason build failed
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: 
/srv/gump/public/workspace/tomcat-taglibs/taglibs-parent/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/srv/gump/public/workspace/tomcat-taglibs/taglibs-parent/pom.xml
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump-vm3.apache.org/tomcat-taglibs/taglibs-parent/gump_work/build_tomcat-taglibs_taglibs-parent.html
Work Name: build_tomcat-taglibs_taglibs-parent (Type: Build)
Work ended in a state of : Failed
Elapsed: 2 mins 1 sec
Command Line: /opt/maven3/bin/mvn --batch-mode --settings 
/srv/gump/public/workspace/tomcat-taglibs/taglibs-parent/gump_mvn_settings.xml 
install 
[Working Directory: /srv/gump/public/workspace/tomcat-taglibs/taglibs-parent]
M2_HOME: /opt/maven3
-
[INFO] Scanning for projects...
[INFO] Downloading: 
http://localhost:8192/maven2/org/apache/apache/13/apache-13.pom
Feb 25, 2019 1:39:33 AM 
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec 
execute
INFO: I/O exception 
(org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) 
caught when processing request to {}->http://localhost:8192: The target server 
failed to respond
Feb 25, 2019 1:39:33 AM 
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec 
execute
INFO: Retrying request to {}->http://localhost:8192
Feb 25, 2019 1:40:03 AM 
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec 
execute
INFO: I/O exception 
(org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) 
caught when processing request to {}->http://localhost:8192: The target server 
failed to respond
Feb 25, 2019 1:40:03 AM 
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec 
execute
INFO: Retrying request to {}->http://localhost:8192
Feb 25, 2019 1:40:33 AM 
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec 
execute
INFO: I/O exception 
(org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) 
caught when processing request to {}->http://localhost:8192: The target server 
failed to respond
Feb 25, 2019 1:40:33 AM 
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec 
execute
INFO: Retrying request to {}->http://localhost:8192
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[WARNING] 'parent.relativePath' of POM 
org.apache.taglibs:taglibs-parent:4-SNAPSHOT 
(/srv/gump/public/workspace/tomcat-taglibs/taglibs-parent/pom.xml) points at 
org.apache.tomcat.taglibs:taglibs-aggregator instead of org.apache:apache, 
please verify your project structure @ line 20, column 11
[FATAL] Non-resolvable parent POM for 
org.apache.taglibs:taglibs-parent:4-SNAPSHOT: Could not transfer artifact 
org.apache:apache:pom:13 from/to gump-central (http://localhost:8192/maven2): 
localhost:8192 failed to respond and 'parent.relativePath' points at wrong 
local POM @ line 20, column 11
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.taglibs:taglibs-parent:4-SNAPSHOT 
(/srv/gump/public/workspace/tomcat-taglibs/taglibs-parent/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for 
org.apache.taglibs:taglibs-parent:4-SNAPSHOT: Could not transfer artifact 
org.apache:apache:pom:13 from/to gump-central (http://localhost:8192/maven2): 
localhost:8192 failed to respond and 'parent.relativePath' points at wrong 
local POM @ line 20, column 11 -> [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/displ

[Bug 63205] New: Unable to load certificate store on openjdk

2019-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63205

Bug ID: 63205
   Summary: Unable to load certificate store on openjdk
   Product: Tomcat 9
   Version: unspecified
  Hardware: Other
OS: other
Status: NEW
  Severity: normal
  Priority: P2
 Component: Util
  Assignee: dev@tomcat.apache.org
  Reporter: fafar...@gmail.com
  Target Milestone: -

See https://bugs.openjdk.java.net/browse/JDK-8157404

If key store is loaded non-locally, it is possible that initialisation fails
with "not all indef len BER resolved". This is due to a limitation in openjdk
where the whole contents need to be available in the stream when it is passed
to the jdk keystore. 

Current workaround is to load the stream yourself into a bytearraystream and
pass it through as an inputstream. Tested with tomcat 8.0.54, but the code is
the same on 9.0.x

Stack trace:

stack trace for apache bug reporting

Faragó, Tamás
to me
0 minutes agoDetails
Caused by: java.io.IOException: not all indef len BER resolved

at
sun.security.util.DerIndefLenConverter.convert(DerIndefLenConverter.java:340)

at sun.security.util.DerValue.init(DerValue.java:402)

at sun.security.util.DerValue.(DerValue.java:332)

at sun.security.util.DerValue.(DerValue.java:345)

   at
sun.security.pkcs12.PKCS12KeyStore.engineLoad(PKCS12KeyStore.java:1938)

at java.security.KeyStore.load(KeyStore.java:1445)

at
org.apache.tomcat.util.net.SSLUtilBase.getStore(SSLUtilBase.java:159)

at
org.apache.tomcat.util.net.SSLHostConfigCertificate.getCertificateKeystore(SSLHostConfigCertificate.java:204)

at
org.apache.tomcat.util.net.jsse.JSSEUtil.getKeyManagers(JSSEUtil.java:184)

   at
org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLContext(AbstractJsseEndpoint.java:113)

... 65 common frames omitted

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org