![]() |
|
HTTPService: error creating server socket: Address already in use - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: HTTPService: error creating server socket: Address already in use (/showthread.php?tid=2175) |
RE: HTTPService: error creating server socket: Address already in use - graz-lag - 12-02-2015 18:28 hoping this will be of help jre-8u31-linux-x64.tar.gz RE: HTTPService: error creating server socket: Address already in use - simoncn - 12-02-2015 18:39 (12-02-2015 18:28)graz-lag Wrote: hoping this will be of help Unfortunately this isn't enough either. What download link did you use? RE: HTTPService: error creating server socket: Address already in use - simoncn - 12-02-2015 18:41 (12-02-2015 18:28)graz-lag Wrote: hoping this will be of help This information doesn't match the screenshot that you sent earlier in this post. RE: HTTPService: error creating server socket: Address already in use - graz-lag - 12-02-2015 18:51 from this page http://www.java.com/en/download/manual.jsp?locale=en I've chosen the version Linux x64, downloaded it from this link http://javadl.sun.com/webapps/download/AutoDL?BundleId=101400 the instructions I have been using are these http://www.java.com/en/download/help/linux_x64_install.xml the screenshot reflects the command "java -version" I do not know the reason why the two do not match ... I thank you so much for your help ... RE: HTTPService: error creating server socket: Address already in use - simoncn - 12-02-2015 18:52 You can use this tutorial to install the correct version of java. Steps 2, 8 and 9 are particularly important. The jre-8u31-linux-x64.tar.gz file that you already have should be fine if you got it from the Oracle website. RE: HTTPService: error creating server socket: Address already in use - simoncn - 12-02-2015 19:04 (12-02-2015 18:51)graz-lag Wrote: from this page If you use this approach for installation, you need to have your PATH set up so that the correct java executable is found before the default system version of Java. The instructions that you used don't include this vital step. A simple way to do this on most Linux systems is to run the command: sudo ln -s /usr/java/jre1.8.0_31/bin/java /usr/local/bin This assumes that you installed Oracle Java in the /usr/java directory. RE: HTTPService: error creating server socket: Address already in use - graz-lag - 13-02-2015 10:49 !!! Solved !!! Got it working now, after following your detailed instructions, thank you so much !!! My setup details : HTPC : mother board AM1I-A from ASUS CPU AMD Athlon 5350 APU with Radeon R3 x 4 OS : Linux Mint 17.1 Cinnamon 64-bit Wired Network Control Point : Marantz Remote App, version 1.1.4 Player : Marants SR6008 Now listening Mark Knopfler, Privateering, uncrompressed 24/96 FLAC. By there for now from France ... RE: HTTPService: error creating server socket: Address already in use - tboooe - 23-05-2016 06:03 Sorry for reviving an old thread but i am now having this same issue. After I installed Minimserver on Lubuntu yesterday it worked great until I restarted my pc. Even after I used the stopall command i still get this error after doing startc. Also, when I click on the desktop icon nothing happens. I have autostart and desktop integration enabled. Any ideas? RE: HTTPService: error creating server socket: Address already in use - simoncn - 23-05-2016 08:31 This message means you already have an instance of MinimServer running and using the same HTTP port number. This instance was probably started by your autostart setting. RE: HTTPService: error creating server socket: Address already in use - tboooe - 23-05-2016 14:58 (23-05-2016 08:31)simoncn Wrote: This message means you already have an instance of MinimServer running and using the same HTTP port number. This instance was probably started by your autostart setting.Thank you for the reply. I understand that this problem is caused by multiple instances of Minimserver running but why is this happening? I have it set to autostart. Is that wrong? What should the setting be to avoid this? And why when I use the stopall function then startc do i still get this error? |