MyCollab / mycollab

An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document
https://docs.mycollab.com
GNU Affero General Public License v3.0
1.28k stars 573 forks source link

exec startup.sh script after ,the soft is Exception #24

Closed huangmeng4520 closed 7 years ago

huangmeng4520 commented 7 years ago

main] INFO com.esofthead.mycollab.Executor - Load config variables at /opt/MyCollab-5.3.4/bin/mycollab.ini--true [main] INFO com.esofthead.mycollab.Executor - Options in config file: -server -Xms128m -Xmx768m -XX:MaxPermSize=256m -XX:+DisableExplicitGC -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC [main] INFO com.esofthead.mycollab.Executor - Start MyCollab server process Exception in thread "main" java.net.BindException: Address already in use at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387) at java.net.ServerSocket.bind(ServerSocket.java:375) at java.net.ServerSocket.(ServerSocket.java:237) at java.net.ServerSocket.(ServerSocket.java:128) at com.esofthead.mycollab.Executor.runServer(Executor.java:122) at com.esofthead.mycollab.Executor.main(Executor.java:213)

haiphucnguyen commented 7 years ago

Exception in thread "main" java.net.BindException: Address already in use

The default port 8080 is being used. You can change the port value here