Sever went down showing formatting Issue

Hi All,

Our server is going down frequently. When I checked the logs, the only issu, I am seeing is below:

ERROR com.appiancorp.asi.taglib.TaglibUtil - An EL expression couldn't be evaluated. The expr is "${PORTAL_APP_CONFIG.copyright}" and the attribute name is "value". An error occurred while evaluating custom action attribute "value" with value "${PORTAL_APP_CONFIG.copyright}": An error occurred while getting property "copyright" from an instance of class com.appiancorp.ap2.PortalApplicationConfiguration (java.util.MissingFormatArgumentException: Format specifier '%4$s')
javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "value" with value "${PORTAL_APP_CONFIG.copyright}": An error occurred while getting property "copyright" from an instance of class com.appiancorp.ap2.PortalApplicationConfiguration (java.util.MissingFormatArgumentException: F...

OriginalPostID-234732

  Discussion posts and replies are publicly visible

Parents
  • Hi Rishub,

    in version 7.11 there are only three properties available as mentioned in comments. You can use version and company name in single property as (v 7.11 Company name). The property will be
    resources.appian.ap.application.appian.ap.appianName=Version 7.11 Your Company Name

    Please try removing %4$s and use %3$s only. and define version name and company name together in %3$s only.

    Thanks.
Reply
  • Hi Rishub,

    in version 7.11 there are only three properties available as mentioned in comments. You can use version and company name in single property as (v 7.11 Company name). The property will be
    resources.appian.ap.application.appian.ap.appianName=Version 7.11 Your Company Name

    Please try removing %4$s and use %3$s only. and define version name and company name together in %3$s only.

    Thanks.
Children
No Data