Hi,
I am trying to setup vsConsole server and client components on the same host. I am able to deploy vsConsole war file on my weblogic server and I can access the UI as well.
When I try to start the vsAgent on the same host after configiring agent.config file, I get error during start and vsagent terminates.
vsAgent com.vamonossoftware-vsagent 0.2 - Vamonos Software remote agent (
http://www.vamonossoftwarecom/)
-config option must be specified
Not sure why it keeps giving this error.
Here is my vsagent.bat file:
Can someone please help me:
echo off
SETLOCAL ENABLEEXTENSIONS
SETLOCAL ENABLEDELAYEDEXPANSION
set VSA_CLASSPATH=../conf
for %%i in (..\lib\*) do set VSA_CLASSPATH=!VSA_CLASSPATH!;%%i
java -Dconfig=file:../conf/agent.config -cp "%VSA_CLASSPATH%" com.vamonossoftware.vsagent.Main %*
I do have agent.config file under <vsagent_home>/conf/agent.config
Thanks in advance.
Sriji