{"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred

I getting below errors. any idea. ?
I am using elk OSS 7.1.1 with own-home and readonlyrest plugin. plz help

 {"type":"log","@timestamp":"2019-07-04T08:59:30Z","tags":["debug","legacy- 
 proxy"],"pid":14865,"message":"\"getConnections\" has been called."}
 {"type":"log","@timestamp":"2019-07-04T08:59:30Z","tags": 
 home","debug"],"pid":14865,"message":"Replace kibana.index \".kibana\" with 
 \".kibana_admin\""}
 {"type":"log","@timestamp":"2019-07-04T08:59:32Z","tags":["plugin:own- 
 home","debug"],"pid":14865,"message":"Replaced path: /.kibana_admin/_doc/config:7.1.1"}
 {"type":"error","@timestamp":"2019-07-04T08:59:32Z","tags": 
 [],"pid":14865,"level":"error","error":{"message":"Cannot destructure property `updated_at` 
 of 'undefined' or 'null'.","name":"TypeError","stack":"TypeError: Cannot destructure property 
 `updated_at` of 'undefined' or 'null'.\n    at SavedObjectsRepository.get (/platform/kibana- 
 7.1.1-linux-x86_64/src/legacy/server/saved_objects/service/lib/repository.js:531:48)"},"url": 
   {"protocol":null,"slashes":null,"auth":null,"host":null,"port":null,"hostname":null,"hash":null,"search":null,"query":{},"pathname":"/app/kibana","path":"/app/kibana","href":"/app/kibana"},"message":"Cannot destructure property `updated_at` of 'undefined' or 'null'."}
 {"type":"response","@timestamp":"2019-07-04T08:59:32Z","tags":[],"pid":14865,"method":"get","statusCode":500,"req":{"url":"/app/kibana","method":"get","headers":{"x-proxy-user":"admin","host":"127.0.0.1:5601","connection":"close","cache-control":"max-age=0","upgrade-insecure-requests":"1","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3","accept-encoding":"gzip, deflate","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1"},"res":{"statusCode":500,"responseTime":14,"contentLength":9},"message":"GET /app/kibana 500 14ms - 9.0B"}
 {"type":"log","@timestamp":"2019-07-04T08:59:33Z","tags":["plugin","debug"],"pid":14865,"message":"Checking Elasticsearch version"}
 {"type":"log","@timestamp":"2019-07-04T08:59:35Z","tags":["debug","legacy-proxy"],"pid":14865,"message":"\"getConnections\" has been called."}
 {"type":"log","@timestamp":"2019-07-04T08:59:35Z","tags":["plugin","debug"],"pid":14865,"message":"Checking Elasticsearch version"}

It appears to be a bug, or a problem with one of your saved objects:

  "error": {
    "message": "Cannot destructure property `updated_at` of 'undefined' or 'null'.",
    "name": "TypeError",
    "stack": "TypeError: Cannot destructure property `updated_at` of 'undefined' or 'null'.\n    at SavedObjectsRepository.get (/platform/kibana- 7.1.1-linux-x86_64/src/legacy/server/saved_objects/service/lib/repository.js:531:48)"
  },

I'm not seeing any issues filed in the repo related to this: https://github.com/elastic/kibana/issues

It seems worth filing as a bug. Please include all the information you can gather in the bug report :slight_smile:

Thanks,
-Tim

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.