APS Excellence in Physics Education Award
November 2019

Education Prize Logo
Science SPORE Prize
November 2011

NSF Logo
The Open Source Physics Project is supported by NSF DUE-0442581.

Tracker Trouble-shooting

Return to the Tracker forum
Login to post to this thread

Running Tracker behind a proxy.
Asif Haswarey
2 Posts

The quick and dirty approach on Linux ...

Note that in your case:
HTTP_PROXY_HOST and HTTPS_PROXY_HOST
HTTP_PROXY_PORT and HTTPS_PROXY_PORT
might respectively be the same.

Edit the Tracker launcher shell: /opt/tracker/tracker_proxy.sh
with the following content. Please replace the following as appropriate:
$HTTP_PROXY_HOST
$HTTP_PROXY_PORT
$HTTPS_PROXY_HOST
$HTTPS_PROXY_PORT


#!/bin/bash

export JAVA_HTTP_PROXY_OPTS="-Dhttp.proxyHost=$HTTP_PROXY_HOST -Dhttp.proxyPort=$HTTP_PROXY_PORT" ;

export JAVA_HTTPS_PROXY_OPTS="-Dhttps.proxyHost=$HTTPS_PROXY_HOST -Dhttps.proxyPort=$HTTPS_PROXY_PORT" ;

export TRACKER_HOME=/opt/tracker

echo $TRACKER_HOME/9.0.4-x64-jre/bin/java $JAVA_HTTP_PROXY_OPTS $JAVA_HTTPS_PROXY_OPTS -jar $TRACKER_HOME/tracker_starter.jar $*


Tracker Trouble-shooting Documentation
Wolfgang
192 Posts

We have recently posted a Tracker document explains how to diagnose and fix Tracker problems, or if necessary, how to document and report a bug.

https://www.compadre.org/osp/items/detail.cfm?ID=16061

Please follow the steps in this document before posting a bug to the forum.


OSP Projects:
Open Source Physics - EJS Modeling
Tracker
Physlet Physics
Physlet Quantum Physics
STP Book