Self service Portal page crashes in UI

Self service Portal page crashes in UI

In some case accessing Self service portal page crashes with the below error in UI,




This issue occurs in all technician logins as well. In such scenario look for the error traces in the logs,


Servlet.service() for servlet action threw exception|java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key sdp.language.thai at java.util.ResourceBundle.getObject(Unknown Source)

For the above case it says key sdp.language.thai is missing . So open the file named Applicationresources.Properties file present in the ServiceDeskPlus-MSP\server\default\conf path and add the below entry,

sdp.language.thai=Thai

Add this entry in the last line of the file, save it and restart the application service once.

Now Self service portal will be accessible. 
 

        New to ADManager Plus?

          New to ADSelfService Plus?

            • Related Articles

            • Set Background color for Self service portal page

              To set the Background color for Self service portal page, login to the application as an administrator, goto Admin- Self service portal settings . Click on Customize Self service portal, and click on Edit. If you have already set any background image ...
            • How to modify text in self service portal home page

              Use case In requester home page, we have a default template with buttons such as "Create an issue", "Request a service", "View All Solutions". We can modify the text to our own words Solution 1. Login as Admin, go to the Home Page, click on Edit ...
            • Hiding an element(button) for a specific account in Self-Service Portal

              The below scripts meets the requirement of hiding an element in the requesters' Self-Service Portal, account-specifically. Script: function hideEle() { var accountid= document.getElementById("requesterAccountId").value; if(accountid=='3'){ //Use ...
            • How to change image in Self Service Portal (Requester Login)

              1. Under ManageEngine\ServiceDeskPlus-MSP\custom\widgets\SSP\search_widget paste the image you want to replace. 2. In the application, Under Admin>Self Service Portal>>Self Service Portal Customization>> Click on Edit  You can view the script on the ...
            • How to customize the self service portal fonts

              Under Admin>Self Service Portal>> Click on Customize Self-Service Portal Click on Edit  You can edit the below marked tag and customize it to your desired font and size.    <h1 style="font-family:Comic Sans MS; color:powderblue;">{{i18n ...