Forum Discussion

Roostermiester_'s avatar
Roostermiester_
Icon for Nimbostratus rankNimbostratus
Dec 24, 2013
Solved

Error when using iApp f5.vmware_view.v1.0.0rc6.tmpl

When attempting to create a new app service using template: f5.vmware_view.v1.0.0rc6, I get the error:

 

Error parsing template:can't eval proc: "script::run" iapp_get_items -norecursive -filter NAME !~ ca-bundle.crt|f5-irule.crt sys file ssl-cert: extra characters after close-quote while executing "error "$error_msg $err"" invoked from within "subst $rval($do_binary,$tmsh_rval,$nocomplain)" (procedure "iapp_get_items" line 74) invoked from within "iapp_get_items -norecursive -filter NAME !~ ca-bundle.crt|f5-irule.crt sys file ssl-cert" invoked from within "tmsh::run_proc f5.iapp.1.1.0.cli:iapp_get_items -norecursive -filter NAME !~ ca-bundle.crt|f5-irule.crt sys file ssl-cert " (procedure "script::run" line 2) invoked from within "script::run" line:1

 

I am running LTM v.11.2.1. I downloaded an older version of the template (f5.vmware_view_5.2012_08_23) and had no issues. Suggestions? On a similar note: any support for View 5.3 coming soon?

 

  • It seems as if the template is having trouble listing SSL cert names, but it works fine on my 11.2.1 system. Would you post the output of "tmsh list sys file ssl-cert checksum" so I can see the file names? It is also possible there is a bug with a certain license type. When you look at "tmsh show sys license", what active modules are listed?

     

4 Replies

  • Fred_Slater_856's avatar
    Fred_Slater_856
    Historic F5 Account

    It seems as if the template is having trouble listing SSL cert names, but it works fine on my 11.2.1 system. Would you post the output of "tmsh list sys file ssl-cert checksum" so I can see the file names? It is also possible there is a bug with a certain license type. When you look at "tmsh show sys license", what active modules are listed?

     

  • Here's the output: list sys file ssl-cert checksum sys file ssl-cert "COMODO High Assurance.crt" { checksum none } sys file ssl-cert EntrustSecureServerCA.crt { checksum SHA1:1740:3a15340e7aa7e808940c820e87947a7cca0d28e5 } sys file ssl-cert RAHCert.crt { checksum SHA1:2102:53ca4fcd4a2cd1fe26310fa6de839f6f6df36e0f } sys file ssl-cert USERTrustLegacySecureServerCA.crt { checksum SHA1:1509:20cd3783fd6c2565ed2dd3d7c001f195705c4afa } sys file ssl-cert ca-bundle.crt { checksum SHA1:778900:4353ff5f8afcdde5427b540166ea4535f44819cd } sys file ssl-cert default.crt { checksum SHA1:1334:c7f60bb3d6763513673dc550eb53d9c66c6de124 } sys file ssl-cert f5-irule.crt { checksum SHA1:1359:1306e84e1e6a2da53816cefe1f684b80d6be1e3e } sys file ssl-cert mdcsip.crt { checksum SHA1:2228:4bddc4b2d8a3673c1cbbf9137f49b32abb7f7916 } sys file ssl-cert rds.crt { checksum SHA1:2114:f76dc812fbdec2d4fd210a74e65b8165414b2385 }

     

    show sys license

     

    Sys::License Licensed Version 11.2.1 Registration key HXDDP-AWHBL-CWTUM-TGDDZ-DHUXVBU Licensed On 2013/04/01 Service Check Date 2013/04/01 Platform ID C112 Appliance Serial Number f5-lroo-jovn

     

    Active Modules LTM, Base, 2000S (UEQXOJJ-CJTUMLE) IPV6 Gateway Rate Shaping Ram Cache Anti-Virus Checks Base Endpoint Security Checks Firewall Checks Network Access Secure Virtual Keyboard APM, Web Application Machine Certificate Checks Protected Workspace Remote Desktop App Tunnel

     

    • Fred_Slater_856's avatar
      Fred_Slater_856
      Historic F5 Account
      The template is choking on the spaces in your certificate file name, which is supposed to be composed of the characters [A-Za-z][0-9]-._. Renaming the certificate to COMODO_High_Assurance.crt should fix the problem.