| Summary: | java uReport is invalid JSON | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin Milata <mmilata> |
| Component: | satyr | Assignee: | Martin Milata <mmilata> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukáš Zachar <lzachar> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | dkutalek, rvokal |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | satyr-0.9-2.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-13 13:08:05 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Upstream patch sent for review: https://github.com/abrt/satyr/pull/142 Fixed in upstream commit 7557c0d3e0df1a0074d10a8afea765af20eb335b. This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |
When reporting ANY java exception to FAF, uReport like this gets generated: { "ureport_version": 2 , "reason": "Exception java.lang.NullPointerException occurred in xread.java:177" , "reporter": { "name": "satyr" , "version": "0.11" } , "os": { "name": "fedora" , "version": "19" , "architecture": "x86_64" , "cpe": "cpe:/o:redhat:enterprise_linux:7.0:beta:workstation" } , "problem": { "type": "java" , "component": "xml-commons-resolver" , "user": { "root": false , "local": true } , "threads": [ { "name": "main" , "frames": [ { "name": "java.lang.NullPointerException" , "is_native": false , "is_exception": true } , { "name": "org.apache.xml.resolver.tools.CatalogResolver.getCatalog" , "file_name": "CatalogResolver.java" , "file_line": 99 , "class_path": "/usr/share/java/xml-commons-resolver.jar" , "is_native": false , "is_exception": false } , { "name": "org.apache.xml.resolver.tools.ResolvingXMLFilter.getCatalog" , "file_name": "ResolvingXMLFilter.java" , "file_line": 110 , "class_path": "/usr/share/java/xml-commons-resolver.jar" , "is_native": false , "is_exception": false } , { "name": "org.apache.xml.resolver.apps.xread.main" , "file_name": "xread.java" , "file_line": 177 , "class_path": "/usr/share/java/xml-commons-resolver.jar" , "is_native": false , "is_exception": false } ] }} ] <--- THERE'S EXTRA CURLY BRACE HERE } , "packages": [ { "name": "xml-commons-resolver" , "epoch": 0 , "version": "1.2" , "release": "14.1.abrt.el7" , "architecture": "noarch" , "package_role": "affected" } ] }