JasperSoft - Editing domains hangs
search cancel

JasperSoft - Editing domains hangs

book

Article ID: 252555

calendar_today

Updated On:

Products

CA Service Desk Manager CA Service Management - Service Desk Manager

Issue/Introduction

When attempting to edit a domain from the JasperSoft UI, user just sees the “Processing….” Dialog with the spinning indicator.

The domain editor never opens and there is no error message presented as the user session times out. 

Environment

JasperSoft Server 7.9, 8.1 and 9.0

All Supported Windows Operating Systems

Resolution

Perform the both of the following steps:

1. Disable domain validation

a.  On the JasperSoft server, open the WEB-INF/applicationContext-semanticLayer.xml file in a text editor

b.  Change the following line

<property name="skipDomainDatabaseValidation" value="false"/>

TO

<property name="skipDomainDatabaseValidation" value="true"/>

c.  Save changes and recycle the JasperSoft Tomcat service

d.  Clear web browser cache

IMPORTANT: This option has to be set carefully because it can cause side effects because domain validation will not happen if there are any mistakes in the domain

2.  JasperSoft Tomcat settings

a.  Ensure that the JasperSoft Server has more than 8GB RAM

b.  Increase the Xmx value of the Tomcat JVM settings. The minimum value recommended for JasperSoft server is Xmx=8GB

Refer to the section "Changing JVM Options for Tomcat as a Windows Service" in the following document

c.  After the change is made, recycle the Tomcat service on the JasperSoft server