Stop loading Webclient on application startup process

Stop loading Webclient on application startup process

Comment the configuration to invoke web browser once the service is started.


Edit the SupportCenter\\server\\default\\conf\\TrayIconInfo.xml file, and comment the following entry.

We have three different PROCESS blocks in the TrayIconInfo.xml file, in which you have to comment the below highlighted (bold) COMMAND Name="StartServiceDeskWebClient" block present in the StartServiceDesk process block.


<!--COMMAND Name="StartServiceDeskWebClient" Type="InvokeClass">
<![CDATA[com.adventnet.me.servicedesk.start.StartWebClient]]>
<ADDITIONALPARAMS ParamName="command" ParamValue="rundll32 url.dll,FileProtocolHandler "/>
<ADDITIONALPARAMS ParamName="WebServerPortFileName" ParamValue="../server/default/conf/sample-bindings.xml"/>
</COMMAND-->
</PROCESS>

And then save it, and then restart the SupportCenter service., and check whether the issue gets resolved.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Linux - Startup issue

                      System Halted error message during startup (Fresh installation)  Error Trace : [16:36:59:243]|[04-15-2021]|[com.adventnet.db.adapter.postgres.DefaultPostgresDBInitializer]|[INFO]|[1]: ErrorStream ::: /opt/MSP/ServiceDeskPlus-MSP/pgsql/bin/psql: error ...
                    • Application startup issue due to mismatch in java

                      A startup issue after the upgrade to the version 14.3 Error message: "Application startup halted due to mismatch in java". Issue: After a JRE upgrade, typically, if the "jre_old" folder exists, it will be deleted. Then, the "jre" folder will be ...
                    • Application startup issue with Windows Services

                      Upon starting the application from Windows Services (from the windows server), if you receive an error like "Error2: The system cannot find the file specified", please follow the below steps to fix the issue: ** Right-click on the ManageEngine ...
                    • Installation and Startup Failure of Postgres Database in some Linux Distributions

                      Log Traces Jul 27, 2023 6:24:49 PM [SYSOUT] [INFO] : /home/sdpuser/ManageEngine/ServiceDesk/pgsql/bin/psql: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory Root Cause libtinfo.so is a ...
                    • Dynamic loading of field data from an external CSV file - tested in 14.2 version

                      Requirement: Load data to additional fields dynamically from an external CSV file based on another field value. Usecase: Assume, a request template includes three additional fields: 'Client Code,' 'Client Name,' and 'Client Address.' When a pick-list ...