-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getData: parseDateTime returns Invalid format: "" #210
Comments
Having same issue. Used to work fine till couple of days ago. If you make a |
I can confirm same behavior at my environment. |
It just occurred here too. It was working yesterday, and 18 hours later this is now happening. I think we are tripping something in JS which was lurking |
@huit-tvachon : Might be hightchats JS. Does anybody have this file downloaded for serving over |
I'm trying pinning it to 4.2.1 in my ice.properties now. It was updated this morning to 4.2.2 I am using: https://code.highcharts.com/stock/4.2.1/highstock.js |
@rayanimesh and @zette that fixed the issue |
@huit-tvachon Yes. Working now. |
Thanks very much for these pointers. I restarted ICE with the older 4.2.1 and it's working here as well. |
This worked for me as well. Thanks...just in time for an important demo! |
thank you @jonhadfield I merged the change. There is now a v2.1 image with the change on the docker hub. |
Hi, With version 4.2.4 of highstocks it is still working, change affecting ICE is 4.2.5, I guess in line 482: line 482
line 676:
in particular in line 680 where invalidDate is said. Yo can see whole differences of 4.2.4 and 4.2.5 in link (tab "File Changes" and look for highstock.src.js: A solution for now is to add the following line to ice.properties: ice.highstockUrl=http://code.highcharts.com/stock/4.2.4/highstock.js Regards |
See the same problem this morning. @ghaber thanks for your solution. |
We also had this problem since last week. Thanks to @ghaber for coming up with a solution that works. Remember to docker compose rm the containers as a restart wont take into account the ice properties changes. |
I have the same problem, solved by @ghaber hotfix :) thanks a lot |
* integration: Ignore the Region-Wide RIs when generating the reservation prices files Updated transitive dependencies for aws-java-sdk Update SDK to version 1.1.136 + Add org.json as a separate library since it has been removed from the AWS SDK Added more temporary build folders in the gitignore (+ OSX and FUSE) added initial .gitignore #3 Added eu-west-2 and ca-central-1 + Fixed ap-south-1 which was not put in regionsByName Reverted changed on ap-southeast-* short names + Fixed ap-south-1 short name Update Region.java Add missing regions and zones Adding ap-southeast-2c Update aws-sdk to latest version Pin highcharts version. Closes #210 Added region property for billing buckets to reference properly if v4 auth Added commons-io dependency
ICE in a Docker container based on Jon Brouse's image used to work for months but now suddenly displays no graphs. The log shows an exception, similar to Issue 163 but the cause is different. The same happens when using Chrome and Firefox.
Log:
Browser console shows that in the request body of getData, "start" and "end" are empty.
{"isCost":true,"aggregate":"data","groupBy":"Product","consolidate":"monthly","start":"","end":"","breakdown":true,"showsps":false,"factorsps":false}
I'd be glad for any advice.
The text was updated successfully, but these errors were encountered: