• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Setting up YouTrack on custom subdomain on Ubuntu 14.04 with Plesk Onyx 17.5

Fabs87

New Pleskian
I want to set up YouTrack standalone on my webserver using the zip-Version.

I've uploaded and extracted all files on my server and I've created a subdomain (board.domain.de). Then I've configured YouTrack wo use another base url and to listen to another port:

Code:
./youtrack.sh configure --listen-port 1111 --base-url https://board.domain.de:2222

This is the output:

Code:
    * Configuring JetBrains YouTrack 2018.1
    * Setting property 'listen-port' to '1111' from arguments
    * Setting property 'base-url' to 'https://board.domain.de:2222' from arguments
    * JetBrains YouTrack 2018.1 runtime environment is successfully configured
    * Loading logging configuration from /var/www/vhosts/domain.de/board.domain.de/youtrack-2018/lib/ext/log4j.xml
    * Redirecting JetBrains YouTrack 2018.1 logging to /var/www/vhosts/domain.de/board.domain.de/youtrack-2018/logs/internal/services/bundleProcess
    * Configuring Service-Container[bundleProcess]
    * Configuring Bundle Backend Service
    * Configuring Configuration Wizard

Then I've started YouTrack via ``./youtrack.sh start`` which worked fine without any errors. Output:

Code:
    Starting YouTrack...
    * Configuring JetBrains YouTrack 2018.1
    * JetBrains YouTrack 2018.1 runtime environment is successfully configured
    * Loading logging configuration from /var/www/vhosts/domain.de/board.domain.de/youtrack-2018/lib/ext/log4j.xml
    * Redirecting JetBrains YouTrack 2018.1 logging to /var/www/vhosts/domain.de/board.domain.de/youtrack-2018/logs/internal/services/bundleProcess
    * Configuring Service-Container[bundleProcess]
    * Configuring Bundle Backend Service
    * Configuring Configuration Wizard
    * Starting Service-Container[bundleProcess]
    * Starting Bundle Backend Service
    * Starting Configuration Wizard
    * JetBrains YouTrack 2018.1 Configuration Wizard will be available on [https://board.domain.de:2222/?wizard_token=7bDc4UyhjyLFPmlJhkzm] after start
    YouTrack is running


Clicking on the shown url, my browser opens but shows me an error. Website not reachable (``ERR_CONNECTION_REFUSED``). I thinks this has something to do with my apache/nginx configuration. So I've followed these instructions to configure reverse proxy.

So, in Plesk under my subdomain-settings I've edited the common apache settings:

ftKVu.png

Nginx is configured to work as proxy for apache.

But I still get the error from above. What am I doing wrong?
 
Back
Top