On Page 33 of the user's guide the example command for starting the Agent
contains legacy java properties for RMI-OP TCK that are not applicable for jdbc-op.
"-Djava.rmi.server.codebase="$CODEBASE_URL" \ -Djava.rmi.registry.port=3000 \"
The entire command reads...
# script for starting AgentMain on Linux cd directory_location_of_cvm ./cvm -Xverify:all \ -Djava.class.path="$JAVATEST_CLASSES" \ -Djava.security.policy=path/filename \ -Djava.rmi.server.codebase="$CODEBASE_URL" \ -Djava.rmi.registry.port=3000 \ com.sun.javatest.agent.AgentMain \ -activeHost javatest_host \ -activePort 1907 -trace
contains legacy java properties for RMI-OP TCK that are not applicable for jdbc-op.
"-Djava.rmi.server.codebase="$CODEBASE_URL" \ -Djava.rmi.registry.port=3000 \"
The entire command reads...
# script for starting AgentMain on Linux cd directory_location_of_cvm ./cvm -Xverify:all \ -Djava.class.path="$JAVATEST_CLASSES" \ -Djava.security.policy=path/filename \ -Djava.rmi.server.codebase="$CODEBASE_URL" \ -Djava.rmi.registry.port=3000 \ com.sun.javatest.agent.AgentMain \ -activeHost javatest_host \ -activePort 1907 -trace