When we try to start a session through the TRC server we get this error:
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http:
//xxxxxxxx.xxxxxx.xxxx:80/trc/apps/controller/TRCConsole.jar at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source) at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source) at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source) at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source) at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source) at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source) at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
At that point the broker is not yet involved. This failure seems just in Java Web Start trying to download the controller jar’s file so it can be launched. Once it’s launched then it would try to connect to the broker and fail because of the other issue you have discovered, but this is not (yet) the problem.
I would still look into troubleshooting this with a local browser pointing to that URL and see if that works. I’d imagine you might be having trouble reaching the reverse proxy with the hostname in the URL or maybe the reverse proxy is not passing all requests correctly to the TRC server.