Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Can't open ma-start.bat
-
Hi Rowen,
That would suggest Mango or another application is already using the web.port set in your Mango/overrides/properties/env.properties file. If it's not there copy it over from Mango/classes/env.properties
You can try tp navigate to
http://localhost:8080
in your browser (8080 is the default port, but you may have changed it in the env.properties file). -
@joelhaggar So we set this up with my Enteliweb running on port 8080 and Mango running on port 80.
R -
I think your Mango is running on port 8090. You can check in your /overrides/properties/env.properties file
-
Joel, Here's what I see in the env.properties files
-
-
Hi Rowen,
Why are there three copies of that property? There should only be one entry for any given property in an env.properties file.
-
This is what's currently in the env.properties file.
My Enteliweb runs on port 8080, so I must change Mango to another port.I assume.
Cheers,
R
-
@phildunlap Sorry I labelled them but it didn't show up. 1 is the Mango\classes folder
1 is Mango\override\properties folder -
Mango\override\properties or Mango\overrides\properties ?
If you change the port set in Mango/overrides/properties/env.properties does Mango start? Have you tried navigating to that port in your browser?
-
Hi Phil, So I changed the port 8090 and after a restart all is running again. Thanks!!
Cheers,
Rick