Anthony
Anthony
@mcorral6 you can use "sudo -E" to execute grails as root using your current environment.
Check your Config.groovy for environment variables. // set per-environment serverURL stem for creating absolute links environments { production { } development { grails.serverURL = "http://localhost:8080/${appName}" } test { grails.serverURL =...
Here are two examples. "45","111111111111","2222222222","LineItem","5400000000000000001","Amazon Elastic Compute Cloud","2400001",,,"EU-BoxUsage:m1.medium","RunInstances",,"N","COMPANY NAME CREDITS MAR21-JUN21",,,,,"-0.844161",,"-0.844161",,,,,,,,,, "46","1111111111","22222222222","LineItem","54000000000000001","Amazon Elastic Compute Cloud","170000002",,,"EU-HeavyUsage:m2.4xlarge","RunInstances",,"Y","BusDev:0011111111",,,,,"-196.838912",,"-196.838912",,,,,,,,,,
An RI Cancelation didn't have any dates associated with it. This makes sense to distribute across the entire month. "12345678","111111111","22222222222","LineItem","Amazon Elastic Compute Cloud","0",,,,,,"Y","RI Cancellation:username:00111111111- TT:0011111111",,,,,"-4660.000000",,"-4660.000000" The rest appear to have...
So, it appears that this line in the BasicLineItemProcessor is causing these to be ignored: ``` if (StringUtils.isEmpty(items[accountIdIndex]) || StringUtils.isEmpty(items[productIndex]) || StringUtils.isEmpty(items[usageTypeIndex]) || StringUtils.isEmpty(items[operationIndex]) || StringUtils.isEmpty(items[usageQuantityIndex]) || StringUtils.isEmpty(items[costIndex])) return Result.ignore;...
FYI, I only see the ec2 instance Operation mis-represented on the Details with Resource Groups page.
Hi there, I have re-based that March 19th change and it did address one of my issues, but I still drop into the if statement below it which causes a...
Hi Nicolas, I'm actually avoiding any code changes around this for now because I can force my users to use Firefox. I was going to modify the getResourceGroups ice.js function...
No issues here.
It would be helpful if you supplied the steps you took and the actual error your patch request addresses.