Your comments

could I access your PC to see what happens? If possible, send the info to my email hainguyen@mycollab.com. I am happy to help

Open the browser, then access http://localhost:8080 then what happens?

it should be in $MYCOLLAB_HOME, not in zip file

You edit the mycollab.bat file, find the line

set _EXECJAVA=start "%TITLE%" %_RUNJAVA% %MYCOLLAB_OPTS%

and replace it with

set _EXECJAVA=%_RUNJAVA% %MYCOLLAB_OPTS%


then start Mycollab again, it should print the information in the console. Then share to me what is showed.

Could you install Java properly? Open the console and run command java -version to check if it works

Hi Karsten,

    I tested on Windows and unfortunately can not find the issue. You can contact me via email hainguyen@mycollab.com and let arrange a session that I can access to your machine, debug it. In 2-3 cases in the past, it takes minimum time to detect the issue with the specific issue of script or OS and we can fix it very soon.

Thanks

It is weird! I can remote to your server and check what happened! Contact me at hainguyen@mycollab.com, and arrange the time I can access your machine (if possible). My timezone is CST

You are right, I had the problem with window bat files that I didn't set the value of server.port yet. This issue is fixed, and you please re-download MyCollab again on MyCollab site or using this link https://github.com/MyCollab/mycollab/releases/download/Release_7.0.3/MyCollab-All-7.0.3.zip

I tested the installation issue on Windows 10, and I can run MyCollab on any port I want as long as I edit the value MYCOLLAB_PORT in mycollab.bat file

It's great. Thanks for letting us know.