If %TOMCAT_INSTALL% Is Set then VM I-Net will Not Serve Content Correctly [1036254] If you set a value for TOMCAT_INSTALL or CLASSPATH in your environment, those values could interfere with the correct operation of VM I-Net. The VM I-Net startup scripts have been modified to prevent this problem from occurring.
When executing a build on a UNIX server with a compile statement such as "$(JAVAPATH)/javac - classpath $(ECM_CLASS) *.java", Build receives error: /ecm/build/2955: syntax error at line 8;`$' unexpected. The exact same compile statement successfully built in previous versions of ChangeMan DS. JAVAPATH and ECM_CLASS variables are set in the root's environment.
The agent is running in a JRE. For security reasons, Java does not allow duplication of some class names, such as java.lang. If the Java CLASSPATH contains a file list that causes Java to load more than one instance of a reserved class such as java.lang, they this error is the result.
The process step includes properties for the script and also for the classpath containing groovy libraries. This would be the location on the agent machine where groovy classpath files can be found. You can simply use something like: C:\Program Files (x86)\Micro Focus\Deployment Automation Agent\core\lib\groovy-all-1.8.6.jar - where this represents the full path to the Groovy installed with the agent.
2014-12-16 16:31:34,731 INFO [main] [org.apache.catalina.startup.ClusterRuleSetFactory] [::] -- Unable to find a cluster rule set in the classpath . Will load the default rule set.
Class file has wrong version 48.0, should be 47.0 Please remove or make sure it appears in the correct subdirectory of the classpath . Import java.util.List;