Nothing append at launch
-
Hello,
I have just downloaded the last version of Mango.
Path for Java is C:\Program Files\Java\jdk1.8.0_20 and is declared in the environmental variable path.
I launch ma-start.bat and see a lot of text lines.
And after nothing.
Is it an operation I forgot ?
Thanks in advance
-
Please see this post: http://forum.infiniteautomation.com/forum/posts/list/1283.page
Make sure you are using JDK 1.7 and not 8.
You can also try right clicking on the ma-start.bat file and use the "Run as Administrator" To capture the error frist open your command prompt on the start menu by searching for CMD. Right click and run it as administrator. Then use CD <your mango directory>/bin then type ma-start.bat. Now you can see the start up and the error will stay in the window. You copy and past that into the forum so we can help further.
Also please note we have a forum section for installation issues: http://forum.infiniteautomation.com/forum/forums/show/20.page
Thanks,
Joel. -
Hello and thank for the answer.
I am using JDK 1.7 and not 1.8 (mistake)
Here is a screenshot with the errors
It seems that there is a conflict, but with what ???
-
Address Already In Use means there is something else using port 8080 or what ever power you have Mango configured for. Open your /classes/env.properties file and change the port number. Also ready the instructions in the file about coping the file to /overrides/properties so your changes persist during an upgrade. Let me know if that works.
Joel.