Issues with latest update?
-
Hey, I'm not entirely sure but I think there may be an issue with the latest http module. I upgraded just a couple hours to try and use the HTTP JSON Retreiver. That new JSON thing won't save, the little save disk just flashes and flashes and it seems that my regular HTTP listener is no longer listening, I can't get a response from httpds even if I post from itself. Everything was working fine earlier today
-
Interesting I see this in the console
WARN 2017-10-20T21:13:09,538 (com.serotonin.m2m2.web.dwr.MiscDwr.jsError:178) - Javascript error
Description: Uncaught TypeError: HttpDataSourceDwr.httpParameterReceiverListenerUpdate is not a function
Page: /resources/dataSourceProperties_ajaxLoaded.js
Line: 6911
Browser name: Chrome
Browser version: 61
osName: Windows
location: -
This post is deleted! -
I would clear your browser cache and delete your Mango/work/jsp directory.
That JavaScript error means you pressed the listen button and for some reason it didn't have the DWR code to actually make the call to the server to get updates. Odd, but possibly a caching issue.
Have you checked your Mango/logs/ma.log for errors?
-
You also do not have any overridden classes in Mango/overrides/ do you? And Mango extracted the upgrade? (just checking, but if you manually unzipped the module zip you would get two jars in the HTTP/lib/ folder that could cause all kinds of problems)
-
Hey Phil, I let the mango do all of its own upgrades that's correct. Things seem to be ok, I'm not sure why I wasn't seeing any data coming in, could be something to do with AWS though. Anyway it seems ok and is working. I did however delete the folder as you suggested so perhaps that helped. I'll try the JSON receiver again and get back to you.