When you manually configure the SAS Web Application Server using the scripting method, you might see the following error messages in the SAS® log:
2014-10-03 10:41:34,046 - Velocimacro : Velocimacro : Error using VM library :
macros.vm
org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource
'macros.vm'
2014-10-03 10:41:34,507 - Couldn't find class
org.apache.velocity.runtime.log.AvalonLogChute or necessary supporting classes
in classpath.
java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
at java.lang.Class.forName0(Native Method)
2014-10-03 10:41:34,535 - ResourceManager : found login.config.vm with loader
org.apache.velocity.runtime.resource.loader.FileResourceLoader
eManagerImpl.loadResource(ResourceManagerImpl.java:452)
at
org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceMan
agerImpl.java:335)
You can safely ignore these messages.