Team Studio Web Server

The Team Studio Web Server does not run on the same computer as the R Connector for Team Studio.

R jobs can be computationally intensive, and long-running jobs should not starve the web application. For this reason, a port must be opened between the computer running the Team Studio Web Server and the one running the R Connector for Team Studio. The default port on which the R Connector for Team Studio is listening for remote connections is 2553.

You can change This setting in the file application.conf. You must change the setting before starting the R Connector for Team Studio services using start_services.sh.

To check the firewall rules, check the iptables settings (this might not be enough if there are hardware firewalls in place, or other issues). The iptables command is high-priority; therefore, it usually requires superuser privileges. If you are a "sudoer," try running iptables with sudo.

$sudo iptables -L
 
Chain INPUT (policy ACCEPT)
target  prot opt source    destination  
 
Chain FORWARD (policy ACCEPT)
target  prot opt source    destination  
 
Chain OUTPUT (policy ACCEPT)
target  prot opt source    destination  
Related concepts
Related tasks