Skip to content

Commit

Permalink
Add troubleshooting section for port-related problems to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed Apr 9, 2016
1 parent c178a36 commit fe73896
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ The user generator is enabled in the config by default, so you can login with `v

To stop application just press `Ctrl-C` at any time in console.

> **Troubleshooting**. Note that an exception will be thrown in case the ``9000`` port is busy: ``org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:9000``. In order to fix it, either close the application that is using this port (in UNIX the
``lsof -i:9000`` will give the processes that are using the port) or pass the ``-Dhttp.port=XXXX`` (where ``XXXX`` is new port id) argument to ``vdjviz`` shell script (UNIX) / ``vdjviz.bat`` (Windows)

## Server configuration

VDJviz server configuration can be performed by manually editing ``application.conf`` file in the ``bin/`` directory. The configuration file has the following fields:
Expand Down Expand Up @@ -102,4 +105,4 @@ Default: ``false``

- ``smtp.*``
SMTP server configuration.
If you don't want to use registration features, you can leave ``smtp.*`` fields empty and generate default users.
If you don't want to use registration features, you can leave ``smtp.*`` fields empty and generate default users.

0 comments on commit fe73896

Please sign in to comment.