hi how to resolve the following error? this occurs while deploying an

hi

how to resolve the following error? this occurs while deploying an application developed in 6.6 to 7.x.

2014-02-21 09:12:05,322 [http-0.0.0.0-0.0.0.0-8080-22] ERROR com.appiancorp.ap2.PortalResponse -
          Error: 404 Message: /suite/portal/img/skins/default/appian6_logo.png
regards
Stephen...

OriginalPostID-100728

OriginalPostID-100728

  Discussion posts and replies are publicly visible

Parents
  • That logo comes by default in the base product until Appian 7.1 but it was removed in Appian 7.2.

    If you are still seeing a 404 even when you are in Appian 7.2 then you haven't re-copied the static content to your web server and it could be still running static files from a previous Appian version.

    If using a web server you should run

    _admin\\_scripts\          ools\\generate-static.bat <APPIAN_HOME>\\runtime_ear|ear\\suite.ear\\web.war

    and re-copy the static content to your web server
Reply
  • That logo comes by default in the base product until Appian 7.1 but it was removed in Appian 7.2.

    If you are still seeing a 404 even when you are in Appian 7.2 then you haven't re-copied the static content to your web server and it could be still running static files from a previous Appian version.

    If using a web server you should run

    _admin\\_scripts\          ools\\generate-static.bat <APPIAN_HOME>\\runtime_ear|ear\\suite.ear\\web.war

    and re-copy the static content to your web server
Children
No Data