vsConsole 2.0.6 available

53 views
Skip to first unread message

VamonosSoftware

unread,
Feb 14, 2013, 4:51:03 AM2/14/13
to vamonos-...@googlegroups.com

I've released a small incremental improvement to vsConsole. This release 2.0.6 includes:

#1: Upgrade Grails to 2.2
#2: Fix table layout in application version listing
#3: Allow filtering on the Log Files/Agent listing
#4: Highlighting in log files - configurable keywords and colors via Admin/Log files
#5: Applications/Performance to show graphs of the time taken to poll the applications

Please note that in addition to the discussion group, you can raise bugs and feature enhancements here.

If you want to know more about vsConsole, please see http://vs-console.appspot.com/.

Download vsConsole.

vsConsole is a tool for developers and testers which lets you easily tail log files on remote servers, monitor the status and version of applications deployed to your environments, and stay informed with broadcast messaging.  Read more.

Sriji-Gville Sriji-Gville

unread,
Aug 9, 2017, 5:08:20 PM8/9/17
to Vamonos Software
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

VamonosSoftware

unread,
Aug 11, 2017, 12:32:43 AM8/11/17
to Vamonos Software
Hi,

Please try specifying an absolute path to the config file. Perhaps that is the issue?

Sriji-Gville Sriji-Gville

unread,
Aug 11, 2017, 9:51:18 AM8/11/17
to Vamonos Software
Hello,
I tried with absolute path also; and I tried that option in Unix and Windows both.

Then I tried following option and it worked and now I am able to start the agent and I can also view live tailing of logs from client hosts.

java  -cp "%VSA_CLASSPATH%" com.vamonossoftware.vsagent.Main   -Dconfig   ../conf/agent.config

I was able to run the agents on a couple of hosts and was able to view tail of the logs for each one.

Thanks you Sir for sharing such a nice tool with IT community; this is a great contribution from you to people like us.
Thanks,
Sriji
Reply all
Reply to author
Forward
0 new messages