The web services rest application is not installed by default with the UMP installer.
This is a separate installer.This can be downloaded from our support web archive, imported to the primary hub, and then deployed to the ump.
http://support.nimsoft.com/Files/Archive/00263/webservices_rest-20.1.0.ziponce this is done and the UMP is back up and running you will want to clear your browser cache from the beginning of time
from the files provided.
The first thing I would suggest is increasing the ram for the UMP.
from:startup>
options = -Dfile.encoding=UTF-8 -Dorg.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFactoryImpl
java_mem_max = -Xmx1024mjava_mem_init = -Xms512m
max_perm_size = -XX:MaxPermSize=512m
to startup>
options = -Dfile.encoding=UTF-8 -Dorg.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFactoryImpl
java_mem_max = -Xmx4gjava_mem_init = -Xms512m
max_perm_size = -XX:MaxPermSize=512m