Thanks a lot.
As a workaround, I had changed the listen port to 30502.
But your solution is more elegant.
Jérôme
Thanks a lot.
As a workaround, I had changed the listen port to 30502.
But your solution is more elegant.
Jérôme
Hello,
I try to setup a Modbus publisher and I have some issues.
There is no socket on 502 port after starting publisher
ma.log
INFO 2022-08-30T09:02:17,069 (com.serotonin.m2m2.rt.RuntimeManagerImpl.stopPublisher:606) - Publisher (name=Balances, id=2, type=ModbusIpPublisherRT) stopped in 17ms
INFO 2022-08-30T09:02:22,962 (com.serotonin.m2m2.rt.PublishedPointGroupInitializer.initialize:24) - Initializing 12 published points in 2 threads
INFO 2022-08-30T09:02:22,963 (com.serotonin.m2m2.rt.PublishedPointGroupInitializer.processItem:48) - Initializing group 0 of 12 published points
INFO 2022-08-30T09:02:22,966 (com.serotonin.m2m2.rt.PublishedPointGroupInitializer.processItem:66) - Group 0 successfully initialized 12 of 12 published points in 3 ms
INFO 2022-08-30T09:02:22,967 (com.serotonin.m2m2.rt.PublishedPointGroupInitializer.initialize:38) - Initialization of 12 published points in 2 threads took 5 ms
INFO 2022-08-30T09:02:22,968 (com.serotonin.m2m2.rt.RuntimeManagerImpl.startPublisher:584) - Publisher (name=Balances, id=2, type=ModbusIpPublisherRT) took 25ms to start
netstat -ln
root@radix:~# netstat -ln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::8080 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::8443 :::* LISTEN
udp 0 0 127.0.0.53:53 0.0.0.0:*
udp 0 0 192.168.253.111:68 0.0.0.0:*
raw6 0 0 :::58 :::* 7
Hello,
I had the same problem, I upgrade manually modules and core and everything is working.
Don't forget to delete the old core!
HTH
Hello,
I have some pages based on ma-watch-list-chart, I want to get some infos on mouse selected part of the chart (date.from, date.to, first values, last values).
How do I get it?
Thanks
Hello,
It seems to me that I can't create Folder menu items in 4.0 beta 12?
Thanks
Hi,
I am using Mango 4.0 beta 12.
In the Dashboard Designer if I edit width or height in the Dimension properties, the save icon remains inactive.
Thanks
Hi,
When I save a Maintenance Event the seconds field of Active Time is set to the minute field automatically.
(Mango 4 beta 12)
{
"activeMinute": 55,
"inactiveMinute": 0,
"inactiveSecond": 0,
"activeSecond": 55,
"activeHour": 0,
"dataSourceXids": [
"DS_7c53a913-54e4-4850-a83a-6cd5aaa1978b",
"DS_59050193-90d0-4232-a93d-9605c5f1c908"
],
"activeMonth": 7,
"inactiveYear": 2018,
"togglePermission": [],
"xid": "ME_10638051-41db-431a-9d26-66e6ad0ff61c",
"scheduleType": "DAILY",
"activeYear": 2018,
"inactiveCron": "",
"activeCron": "",
"alias": "ME_Restart_Balance_204",
"activeDay": 0,
"alarmLevel": "INFORMATION",
"disabled": false,
"inactiveDay": 0,
"inactiveMonth": 7,
"inactiveHour": 1
}
Thanks
Hi,
When I try to set and event handler in Mango 4 beta 12, I get a "Bad request" error while saving the event handler.
I can save the event handler if I don't select any event.
Thanks
Hello,
I have a strange issue with Mango 3.7.7.
When I modify some thing in the rendering (axes, colors, scales, etc.)
I can only save the first modification.
It seems that the save button only work one time?
The workaround is to select another watch list and to re-select the first one.
HTH.
Jérôme
Sorry for the question :)
A bug in my class caused this error.
Jérôme
Hello,
I try to import a CSV file so I wrote an import class.
The class compile successfully but when I parse the file I get this error :
WARN 2019-04-06T08:16:58,335 (com.infiniteautomation.datafilesource.rt.DataFileDataSourceRT.doPoll:350) - null
java.lang.NullPointerException: null
at com.infiniteautomation.datafilesource.rt.DataFileDataSourceRT.performImport(DataFileDataSourceRT.java:453) ~[?:?]
at com.infiniteautomation.datafilesource.rt.DataFileDataSourceRT.doPoll(DataFileDataSourceRT.java:348) ~[?:?]
at com.infiniteautomation.datafilesource.rt.DataFileDataSourceRT.doPollNoSync(DataFileDataSourceRT.java:317) ~[?:?]
at com.serotonin.m2m2.rt.dataSource.PollingDataSource.scheduleTimeoutImpl(PollingDataSource.java:190) ~[mango-3.5.6.jar:?]
at com.serotonin.m2m2.rt.dataSource.PollingDataSource$1.scheduleTimeout(PollingDataSource.java:77) ~[mango-3.5.6.jar:?]
at com.serotonin.m2m2.util.timeout.TimeoutTask.run(TimeoutTask.java:59) ~[mango-3.5.6.jar:?]
at com.serotonin.timer.Task.runTask(Task.java:179) ~[mango-3.5.6.jar:?]
at com.serotonin.timer.TaskWrapper.run(TaskWrapper.java:23) ~[mango-3.5.6.jar:?]
at com.serotonin.timer.OrderedThreadPoolExecutor$OrderedTaskCollection.run(OrderedThreadPoolExecutor.java:336) ~[mango-3.5.6.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_202]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_202]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202]
Only the points related to first line of the CSV are created and the file is not rename.
Here is the link to the source and the CSV file.
Thanks in advance
Jerome
PS: sorry for my bad english.