iXP: Error launching iXP after QTOMCAT7090 Tomcat security update
search cancel

iXP: Error launching iXP after QTOMCAT7090 Tomcat security update

book

Article ID: 111950

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent

Issue/Introduction

 After applying: QTOMCAT7090 Tomcat security update, iXP would not launch and displayed this error:
 
The origin server did not find a current representation for the target resource or is not willing to disclose that one exists


 
 

Environment

iXP: 11.3.5
AE: 11.3.6 Incr1

Resolution

 After applying the patch,  the java-options need to be updated:
 > Console into the server as yourself.
 > Click on Start, All Programs, Apache Tom Cat 7.0 Tomcat7, Configure Tomcat. Go to the Java tab and apply the 'AFTER FIXED' setting below: 

Settings PRIOR to the fix: 

Java Classpath: 
C:\Program Files\Apache Software Foundation\Tomcat 7.0\bin\bootstrap.jar;C:\Program Files\Apache Software Foundation\Tomcat 7.0\bin\tomcat-juli.jar 

Java Options: 
-Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 7.0 
-Dcatalina.base=C:\Program Files\Apache Software Foundation\Tomcat 7.0 
-Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 7.0\temp 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
-Djava.util.logging.config.file=C:\Program Files\Apache Software Foundation\Tomcat 7.0\conf\logging.properties 
-Dixp.home=D:\iXP 
-Xms1500m 
-Xmx1500m 

============================= 
Change settings as shown below after applying QTOMCAT7090:

Java Classpath: 
D:\iXp\Tomcat 7.0\bin\bootstrap.jar;D:\iXp\Tomcat 7.0\bin\tomcat-juli.jar 

Java Options: 
-Dcatalina.home=D:\iXp\Tomcat 7.0 
-Dcatalina.base=D:\iXp\Tomcat 7.0 
-Djava.endorsed.dirs=D:\iXp\Tomcat 7.0\endorsed 
-Djava.io.tmpdir=D:\iXp\Tomcat 7.0\temp 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
-Djava.util.logging.config.file=D:\iXp\Tomcat 7.0\conf\logging.properties 
-Dixp.home=D:\iXP