Unable to start VSE service on a newly installed DevTest 10.8.3.1 server
search cancel

Unable to start VSE service on a newly installed DevTest 10.8.3.1 server

book

Article ID: 422769

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

Unable to start VSE service on a newly installed DevTest 10.8.3.1 server. But its able to start in the command line. 

Environment

DevTest 10.8.x

Cause

 10.7.2 uses Java 8 and Concurrent mark sweep property was valid in this version.  But, this is deprecated in JAVA 14 and above.  DevTest 10.8.x uses JAVA 17.

-XX:+UseConcMarkSweepGC

Resolution

 Commented out  the below property in VirtualServiceEnvironmentService.vmoptions:
-XX:+UseConcMarkSweepGC