Troubleshooting FME Server - Upgrade Issues

From fmepedia

fme_server_related_content.png (http://fmepedia.com/index.php/Category:FME_Server)

If you upgrade FME Server from a beta or release build and are experiencing problems, they may be described on this page.

The Web Interface is giving errors / acting strange

Symptom

Something doesn't work, buttons are missing, old workspaces display, etc.

Resolving

Most web containers compile JSP files into Java class files that are cached. These cached files can sometimes persist even after uninstalling the corresponding application, and then reinstalling an upgrade (restarting the web container as needed). Ensure that this 'cache' is deleted before deploying the web applications.

Resolving for Tomcat

Resolving this for Tomcat involves:

  • shutdown Tomcat,
  • delete the following directory:
<TomcatDir>/work/Catalina/localhost 

Attached Files
filesizedate
index.php------
User Comments Add a new comment