FreeScholar / customchatServer

customchat server - website
http://www.customchat.com/downloads
GNU General Public License v3.0
2 stars 1 forks source link

Cannot start ports 7000 or 6998 with jar file that is running on other ports. #21

Open FreeScholar opened 5 years ago

FreeScholar commented 5 years ago

Things were working fine until I was in /7000 and I did this cp -p customchat.jar ../6998 Before that I could start 6998 like this but the realtime chat was broken and I wanted to update that with Jame's changes. Where did I go astray because now /7000 will not start either? I did not make any changes in /7000, but also did not confirm that it would run before doing the other stuff. I also tried copying the customchat.jar from other working ports with no good results.: I was in /6753 and I did this cp -p customchat.jar ../6998

JamesVorder commented 5 years ago

I noticed this too. A good workaround for now is to specify the port when running the server like this: java -jar customchat.jar 7000 Thanks for pointing this out, as I thought I was the only one experiencing it.