Skip to content
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

IllegalArgumentException occurred when processing request: [POST] /ice/dashboard/getData #212

Closed
nbasu02 opened this issue May 9, 2016 · 4 comments

Comments

@nbasu02
Copy link

nbasu02 commented May 9, 2016

I'm not sure how to reproduce this, but it seems that after having left my Netflix ice instance going for some time, some data coming in from AWS isn't complete and it's breaking the entire application. Here's the whole stacktrace:

| Error 2016-05-09 20:47:32,678 [http-nio-8080-exec-2] ERROR errors.GrailsExceptionResolver  - IllegalArgumentException occurred when processing request: [POST] /ice/dashboard/getData
Invalid format: "". Stacktrace follows:
Message: Invalid format: ""
    Line | Method
->>  945 | parseDateTime in org.joda.time.format.DateTimeFormatter
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|    407 | doGetData     in com.netflix.ice.DashboardController
|    321 | doCall . . .  in com.netflix.ice.DashboardController$_closure11
|   1145 | runWorker     in java.util.concurrent.ThreadPoolExecutor
|    615 | run . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^    745 | run           in java.lang.Thread

Anyone have any insight?

@nbasu02 nbasu02 changed the title | Error 2016-05-09 20:47:32,678 [http-nio-8080-exec-2] ERROR errors.GrailsExceptionResolver - IllegalArgumentException occurred when processing request: [POST] /ice/dashboard/getData IllegalArgumentException occurred when processing request: [POST] /ice/dashboard/getData May 9, 2016
@hatmatter
Copy link

I'm seeing this as well. I just did a fresh install, started the processor/reader on the same instance, waited for it to do it's initial processing. Upon trying to browse the /ice endpoint I see this error as well and data doesn't seem to load into the dashboard. The initial data is populated, accounts, regions, etc, but the dynamic data doesn't appear to be loading.

@hatmatter
Copy link

This looks like a duplicate of #210 ?

@hatmatter
Copy link

@nbasu02 I confirmed that the fix in #210 to pin the version of highchart to 4.2.4 fixes the issue.

@nbasu02
Copy link
Author

nbasu02 commented May 11, 2016

Perfect, thanks!

@nbasu02 nbasu02 closed this as completed May 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants