Question

IFS-Cloud 2214 mtinstaller failed with error

  • 21 September 2022
  • 3 replies
  • 171 views

Userlevel 3
Badge +7
  • Do Gooder (Employee)
  • 14 replies

[Wed Sep 21 17:47:51 EDT 2022] - INFO: chartVersion not found in properties, using helmChartVersion: 221.4.0
[Wed Sep 21 17:47:51 EDT 2022] - WARNING: Generating self-signed certificate. This will not be persisted.
[Wed Sep 21 17:47:51 EDT 2022] - SEVERE: Unable to handle certificates. java.io.FileNotFoundException: I:\IFS\PROD\UB1-WMS-2214\ifsroot\config\certs\ifscorp2022.pfx (The system cannot find the file specified)
[Wed Sep 21 17:47:52 EDT 2022] - INFO: Generating symmetric-key. This will only be persisted if the secret, 'symmetric-key' does not exist.
[Wed Sep 21 17:47:54 EDT 2022] - INFO: Installing ifs-cloud
[Wed Sep 21 17:47:54 EDT 2022] - INFO: Using chart ifscloud/ifs-cloud --version 221.4.0
[Wed Sep 21 17:47:54 EDT 2022] - INFO: Doing a dry-run ..
[Wed Sep 21 17:47:54 EDT 2022] - INFO: Running helm upgrade
[Wed Sep 21 17:47:55 EDT 2022] - SEVERE: execution error at (ifs-cloud/charts/ifscore/templates/secrets.yaml:12:18): Value for tls.cert is required
[Wed Sep 21 17:47:55 EDT 2022] - SEVERE: Failed to install ifs-cloud
[Wed Sep 21 17:47:55 EDT 2022] - SEVERE: Failed to install ifs-cloud. Collected logs from command:
"ifscloud" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "ifscloud" chart repository
Update Complete. ΓÄêHappy Helming!ΓÄê
INFO: Installing ifs-cloud
INFO: Using chart ifscloud/ifs-cloud --version 221.4.0
INFO: Doing a dry-run ..
INFO: Running helm upgrade
history.go:53: [debug] getting history for release ifs-cloud
Release "ifs-cloud" does not exist. Installing it now.
install.go:172: [debug] Original chart version: "221.4.0"
install.go:189: [debug] CHART PATH: C:\Users\ifsadmin\AppData\Local\Temp\helm\repository\ifs-cloud-221.4.0.tgz

Error: execution error at (ifs-cloud/charts/ifscore/templates/secrets.yaml:12:18): Value for tls.cert is required
helm.go:94: [debug] execution error at (ifs-cloud/charts/ifscore/templates/secrets.yaml:12:18): Value for tls.cert is required
SEVERE: Failed to install ifs-cloud

[Wed Sep 21 17:47:55 EDT 2022] - SEVERE: Validation failed.


3 replies

Userlevel 5
Badge +12

Hi,

I think the problem is with the certificate used with the installation. Are you installing cloud MT server with self signed certificate or a proper certificate purchased from a certificate issuer? 

Good to validate if the certificate is saved in below location and installer has access to the same directory as well

I:\IFS\PROD\UB1-WMS-2214\ifsroot\config\certs\ifscorp2022.pfx


[Wed Sep 21 17:47:51 EDT 2022] - SEVERE: Unable to handle certificates. java.io.FileNotFoundException: I:\IFS\PROD\UB1-WMS-2214\ifsroot\config\certs\ifscorp2022.pfx (The system cannot find the file specified)

Userlevel 3
Badge +7

I am using self-sign cert option which should be created by the middle tier installation process

Userlevel 1
Badge +6

@SASIUS Did you fixed this issue, I’m also faced same issue

Reply