The following error occur when trying to startup the stat central agent on Windows 2008:
Error: 1.0 was unexpected at this time
1. Open up the run.conf.bat. Locate this section:
if "x%JAVA_OPTS%" == "x-Xrs" goto JAVA_OPTS_SET_RS
if not "x%JAVA_OPTS%" == "x" goto JAVA_OPTS_SET
:JAVA_OPTS_SET_RS
2. Here is what to add
set JAVA_OPTS=
if "x%JAVA_OPTS%" == "x-Xrs" goto JAVA_OPTS_SET_RS
if not "x%JAVA_OPTS%" == "x" goto JAVA_OPTS_SET
:JAVA_OPTS_SET_RS
3. Save the run.conf.bat