In the TCK User's Guide for JDBCOP TCK 1.0
the instructions for starting agent main on page 32 of the TCK user's guide
include the following ...
-Djava.rmi.server.codebase="$CODEBASE_URL"
but the environment variable for CODEBASE_URL is not
discussed or defined anywhere in the user's guide
and the command won't launch the agent because of this
the entire command states ...
# 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
the instructions for starting agent main on page 32 of the TCK user's guide
include the following ...
-Djava.rmi.server.codebase="$CODEBASE_URL"
but the environment variable for CODEBASE_URL is not
discussed or defined anywhere in the user's guide
and the command won't launch the agent because of this
the entire command states ...
# 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