 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
Vegeta Lee
Joined: 20 Jul 2011 Posts: 5 Country: Hong Kong |
|
Cannot start Alert Center |
|
Hi,
I am evaluating DB Audit and would like to install Alert Center in order to create custom reports.
I managed to install the Alert Center by running the setup.bat supplied but got a "Unable to connect Alert Center. Not Connected. Unable to retrieve last error message from server. Make sure the Alert Center Scheduler is running at 127.0.0.1:1097 address and configured to accept remote connections!" message.
I tried starting the Alert Center Scheduler by executing the master.bat (without "nogui" parameter) located at "C:\Program Files\DB Audit Alert Center" but only message "Starting DB Audit Alert Center scheduler... Please wait." is shown and no other response. I also tried netstat and found that port 1097 is not opened. I believed that the jscheduler is not started. Do I missed anything for starting it?
The configuration of DB audit and Alert Centre is as follow:
- DB Audit 4.2 and Alert Center is installed in a workstation machine running WindowsXP. Database is at remote server. (I can use DB Audit Management Console to connect DB and setup auditing successfully.)
- Location of JAVA_HOME is at "C:\Program Files\Java\jre6\bin", JRE version is Java 6, version 26
- Content of master.bat:
@echo off
if exist "%CD%\jre\bin\java.exe" (
SET JAVA_HOME=%CD%\jre
) else (
if not exist "%JAVA_HOME%\bin\java.exe" goto no_javahome
)
echo .
echo Starting DB Audit Alert Center scheduler... Please wait.
echo .
start "DB Audit Alert Center Console" "%JAVA_HOME%\bin\javaw.exe" -Xms64m -Xmx512m -jar jscheduler.jar %1
goto end
:no_javahome
echo.
echo JAVA_HOME must be set to point to JRE 1.4.x distribution directory,
echo or alternatively JRE could be copied to %CD%\JRE subfolder.
echo.
pause
goto end
:end
|
|
Wed Jul 20, 2011 11:38 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
Thu Jul 21, 2011 12:00 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|