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 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.