In the Japanese Manual, the explanation is
2.VirtualServiceEnvironmentService2.vmoptions という新しい vmoptions ファイルを作成し、ファイルに以下のプロパティを追加します。
-Dlisa.vseName = 同じコンピュータ上の他のものと区別するため、新しい VSE の名前にします。
-Dlisa.net.8.port = 新しい VSE のポート。2013 以外のポートを使用する必要があります。
-DLISA_LOG = vse2.log(VSE ログ ファイル同士を区別するため)。
But the English Manual, the explanation was
2. Create a new vmoptions file named VirtualServiceEnvironmentService2.vmoptions and put the following properties in the file.
-Dlisa.vseName=name of the new VSE, to distinguish it from others on the same computer.
-Dlisa.net.8.port=port for the new VSE; must use a different port than 2013.
-DLISA_LOG=vse2.log (to distinguish between the VSE log files).
Then changing from
-Dlisa.vseName = VSE2
-Dlisa.net.8.port = 2015
-DLISA_LOG = vse2.log
to (Deleting all blanks)
-Dlisa.vseName=VSE2
-Dlisa.net.8.port=2015
-DLISA_LOG=vse2.log
which are the same as the English manual can solve the problem.