Error Server Side operation
search cancel

Error Server Side operation

book

Article ID: 98435

calendar_today

Updated On:

Products

iDash Workload Automation

Issue/Introduction

During the iXp startup , the  Error "Server Side operation"  is generated

Environment

Red Hat Enterprise Linux Server release 7.4
apache-tomcat-7.0.88
IXP 11.3.5 INC7
java version "1.7.0_11"

Cause

IXP_HOME variable was not defined in the user profile

Resolution

The following variables need to be set in iXp environment for the user profile :

IXP_HOME=<root dir of iXp files>
JAVA_OPTS="-Dixp.home=%IXP_HOME% -Xms1500m -Xmx1500m"
JAVA_HOME=<root dir of java>
CATALINA_HOME=<root dir of tomcat>
PATH=$JAVA_HOME/bin:$PATH