While upgrading to Zephyr Enterprise (ZE) 7.18.0 version, if you are using any monitoring tool integrated with Zephyr, you need to remove the settings. (Remove monitoring tool from the settings?)
If the Zephyr is not coming up and you get the following error:-
HTTP Status 501 Not Implemented
Type Status report
Message Method [tok] is not implemented by the Servlet for this URI
You must follow the steps below:
For Linux
In the ZE, navigate to Setenv.sh in the {ZephyrDir}/tomcat/bin folder.
Open the Setenv.sh file in any editor and add the below line to the file.
export JAVA_HOME=/usr/java/jdk1.8.0_151export CATALINA_PID=/home/zephyr/zephyr/bin/zephyr.pidexport JAVA_OPTS="-server -Xms2048m -Xmx4096m -XX:MaxMetaspaceSize=512m Dorg.terracotta.quartz.skipUpdateCheck=true -Djava.awt.headless=true"
For Windows
Open the command prompt.
Navigate to the location where Zephyr is installed {ZephyrDir}/tomcat/bin
Type the command-
tomcat9w.exe //ES//ZephyrserverThe Zephyr Server Properties open.
Navigate to Java option in the Zephyr Server Properties.
In the Java Options, add the below line:
-XX:MaxMetaspaceSize=512m
-Dorg.terracotta.quartz.skipUpdateCheck=true
-Dcatalina.home=C:\Program Files\Zephyr\tomcat
-Dcatalina.base=C:\Program Files\Zephyr\tomcat
-Djava.endorsed.dirs=C:\Program Files\Zephyr\tomcat\endorsed
-Djava.io.tmpdir=C:\Program Files\Zephyr\tomcat\temp
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=C:\Program Files\Zephyr\tomcat\conf\logging.propertiesClick Ok and then Apply.