I have the same issue with the Mango 3.7 version
Latest posts made by NinoK
-
After security Ubuntu upgrade Mango service is returning this error as started: ERROR Null object returned for RollingRandomAccessFile in Appenders
After security upgrade Mango service is returning this error as started: ERROR Null object returned for RollingRandomAccessFile in Appenders
The HOST is Linux Ubuntu: "Ubuntu 18.04.6 LTS"root@gotsvl1933:/etc/systemd/system# systemctl status mango ● mango.service - Mango Automation Loaded: loaded (/etc/systemd/system/mango.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2022-03-26 11:46:57 CET; 1s ago Process: 27540 ExecStart=/opt/mango/bin/start-mango.sh (code=exited, status=0/SUCCESS) Main PID: 27551 (java) Tasks: 19 (limit: 9473) CGroup: /system.slice/mango.service └─27551 java -server -Dma.home=/opt/mango com.serotonin.m2m2.Main Mar 26 11:46:58 gotsvl1933 start-mango.sh[27540]: at org.apache.logging.log4j.jcl.LogAdapter.getContext(LogAdapter.java:40) Mar 26 11:46:58 gotsvl1933 start-mango.sh[27540]: at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:47) Mar 26 11:46:58 gotsvl1933 start-mango.sh[27540]: at org.apache.logging.log4j.jcl.LogFactoryImpl.getInstance(LogFactoryImpl.java:40) Mar 26 11:46:58 gotsvl1933 start-mango.sh[27540]: at org.apache.logging.log4j.jcl.LogFactoryImpl.getInstance(LogFactoryImpl.java:55) Mar 26 11:46:58 gotsvl1933 start-mango.sh[27540]: at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:655) Mar 26 11:46:58 gotsvl1933 start-mango.sh[27540]: at com.serotonin.m2m2.util.DocumentationManifest.<clinit>(DocumentationManifest.java:27) Mar 26 11:46:58 gotsvl1933 start-mango.sh[27540]: at com.serotonin.m2m2.Common.<clinit>(Common.java:157) Mar 26 11:46:58 gotsvl1933 start-mango.sh[27540]: at com.serotonin.m2m2.Main.<clinit>(Main.java:93) Mar 26 11:46:58 gotsvl1933 start-mango.sh[27540]: 2022-03-26 11:46:58,187 main ERROR Null object returned for RollingRandomAccessFile in Appenders. Mar 26 11:46:58 gotsvl1933 start-mango.sh[27540]: 2022-03-26 11:46:58,195 main ERROR Unable to locate appender "logfile" for logger config "root"
after a couple of minutes, the system is restarting.
Any idea where is the problem?
I am logged as root.if I stop the service and run /opt/mango/bin/ma.sh start
system stops at the :nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 550 #5.1.0 Address rejected.at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:490) ~[spring-context-support-5.1.7.RELEASE.jar:5.1.7.RELEASE] at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:360) ~[spring-context-support-5.1.7.RELEASE.jar:5.1.7.RELEASE] at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:377) ~[spring-context-support-5.1.7.RELEASE.jar:5.1.7.RELEASE] at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:365) ~[spring-context-support-5.1.7.RELEASE.jar:5.1.7.RELEASE] at com.serotonin.web.mail.EmailSender.send(EmailSender.java:179) ~[mango-3.7.11.jar:?] at com.serotonin.web.mail.EmailSender.send(EmailSender.java:170) ~[mango-3.7.11.jar:?] at com.serotonin.web.mail.EmailSender.send(EmailSender.java:123) ~[mango-3.7.11.jar:?] at com.serotonin.m2m2.rt.maint.work.EmailWorkItem.execute(EmailWorkItem.java:91) ~[mango-3.7.11.jar:?] at com.serotonin.m2m2.rt.maint.BackgroundProcessingImpl$WorkItemRunnable.run(BackgroundProcessingImpl.java:671) ~[mango-3.7.11.jar:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?] at java.lang.Thread.run(Thread.java:829) [?:?]
-
RE: Authenticating programmatically when using curl
The link mentioned is not valid anymore
-
RE: Accessing SOAP server and connecting it to the Mango's Datasource
Yes, that is a solution, but in general, I would like to know how to do it over SOAP from mango.
-
Accessing SOAP server and connecting it to the Mango's Datasource
Hi,
Is there any example of how to fetch data from the SOAP server from the Mango HTTP Receiver? I need to connect Mango to WebCTRL.
Any idea where to start from?
-
IP Bacnet device - BACnet discovery
I have a network that spread over /21. There are few devices that I can access from YABE using " remote BACnet /Ip node. The Mango version is 3.7.7 the latest one.
The Mango instance itself has 2 interfaces the public one, and the internal one which is pointing to these/21 subnets.
The local BACnet device is created with local bind address 0.0.0. and subnet /21 I added Device ID #35000, the broadcast address is 255.255.255.255, the local network number is 0. There is not BBMD.
When I scan for the devices using the BACnet device browser. WHO-IS is not returning any device. I understand that is because there is no BBMD.
What I don't understand is why the scanner is not showing even a local device?
Is there any way haw to solve such a situation?
Thansk
-
RE: Data Sources Does Not Appear
@dan I have the same issue after updating Mango to the core v3.7.7
Chrome version is 92.0.4515.131 (Official Build) (64-bit)When I switch to the old interface and switch to the Datasources tab, the list of data sources does not appear, just the empty white space. The data point tab works well. In the new interface, everything is alright.
When checking the browser's console I found there a bunch of errors like this ones:
Note: The actual IP address is removed and changed with <IP_address> tag.
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/layout/TabController.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/layout/StackController.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/Menu.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/DropDownMenu.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/_MenuBase.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/_KeyNavContainer.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/_KeyNavMixin.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/MenuItem.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/layout/ScrollingTabController.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/PopupMenuItem.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/_WidgetsInTemplateMixin.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/CheckedMenuItem.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://<IP_address>/resources/dijit/MenuSeparator.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE -
Changed the tag value (the key stayed the same) - lost history data
Hi,
I changed the tag value, and now I can't see the history data. Is there any way to get history data and export it to CSV or any other format based just on the XID. I believe the point XID did not change.
As well as how to import that CSV back to get all the history data?
Thanks,
-
RE: Data Point Details - chart is not showing
It seems I need to upgrade to the latest version.
Thanks,
-
RE: Mango ES - The administration menu is not expaning
Thanks,
The device is on the remote site, and I am reluctant to do the upgrade, since if the upgrade fails I will need to travel to the site.
Is there any way to make the image of the device and eventually connect remotely and install the image using the dd command?