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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]