You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/11/17 10:17:16 UTC

[GitHub] [nifi] ChrisSamo632 commented on pull request #6673: [NIFI-10820] [NIFI-9656] Update Docker base image to eclipse-temurin:11

ChrisSamo632 commented on PR #6673:
URL: https://github.com/apache/nifi/pull/6673#issuecomment-1318405076

   Receive the following error when trying to build/test `nifi-toolkit` image:
   
   ```
   + VERSION=1.19.0-SNAPSHOT
   + IMAGE=apache/nifi-toolkit:1.19.0-SNAPSHOT
   + CONTAINER=nifi-toolkit-1.19.0-SNAPSHOT-tls-toolkit-integration-test
   + TOKEN=D40F6B95-801F-4800-A1E1-A9FCC712E0BD
   + trap ' { docker rm -f nifi-toolkit-1.19.0-SNAPSHOT-tls-toolkit-integration-test ; } ' EXIT
   + echo 'Starting CA server using the tls-toolkit server command'
   Starting CA server using the tls-toolkit server command
   + docker run -d --name nifi-toolkit-1.19.0-SNAPSHOT-tls-toolkit-integration-test apache/nifi-toolkit:1.19.0-SNAPSHOT tls-toolkit server -t D40F6B95-801F-4800-A1E1-A9FCC712E0BD -c nifi-toolkit-1.19.0-SNAPSHOT-tls-toolkit-integration-test
   1b85583c2cd9ad105ee8a916cd9d5a09a55cba899a3f9e081b10ac3c5573a321
   Requesting client certificate using the tls-toolkit client command
   + echo 'Requesting client certificate using the tls-toolkit client command'
   + docker run --rm --link nifi-toolkit-1.19.0-SNAPSHOT-tls-toolkit-integration-test apache/nifi-toolkit:1.19.0-SNAPSHOT tls-toolkit client -t D40F6B95-801F-4800-A1E1-A9FCC712E0BD -c nifi-toolkit-1.19.0-SNAPSHOT-tls-toolkit-integration-test
   [main] INFO org.apache.nifi.toolkit.tls.service.client.TlsCertificateAuthorityClient - Requesting new certificate from nifi-toolkit-1.19.0-SNAPSHOT-tls-toolkit-integration-test:9443
   [main] INFO org.apache.nifi.toolkit.tls.service.client.TlsCertificateSigningRequestPerformer - Requesting certificate with dn CN=f319c78b4ec4,OU=NIFI from nifi-toolkit-1.19.0-SNAPSHOT-tls-toolkit-integration-test:9443
   Service client error: Java heap space
   
   Usage: tls-toolkit service [-h] [args]
   
   Services:
      standalone: Creates certificates and config files for nifi cluster.
      server: Acts as a Certificate Authority that can be used by clients to get Certificates
      client: Generates a private key and gets it signed by the certificate authority.
      status: Checks the status of an HTTPS endpoint by making a GET request using a supplied keystore and truststore.
   
   + docker rm -f nifi-toolkit-1.19.0-SNAPSHOT-tls-toolkit-integration-test
   ```
   
   `Service client error: Java heap space` presumably the salient bit, do we need to add JVM args to the test container maybe?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org