| Summary: | [abrt] thermostat-0.9.2-6.fc20: Uncaught exception in method start | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | fred <fredoche> | ||||||||
| Component: | thermostat | Assignee: | Severin Gehwolf <sgehwolf> | ||||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 20 | CC: | fredoche, jerboaa, jon.vanalten, omajid, sgehwolf | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | abrt_hash:2a7ec8d8364156567509189824e35aca6103e87a | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-11-07 18:06:37 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Attachments: |
|
||||||||||
|
Description
fred
2013-10-29 15:33:49 UTC
Created attachment 817115 [details]
File: backtrace
Created attachment 817116 [details]
File: environ
Created attachment 817117 [details]
File: jvm_environment
Seems like a broken symbolic link in the package. [~] file /usr/share/thermostat/libs/jansi.jar /usr/share/thermostat/libs/jansi.jar: broken symbolic link to `/usr/share/java/jansi.jar' [~] ll /usr/share/thermostat/libs/jansi.jar lrwxrwxrwx 1 root root 25 29 oct. 16:32 /usr/share/thermostat/libs/jansi.jar -> /usr/share/java/jansi.jar fixed by sudo ln -s /usr/share/java/jansi-native/jansi-native.jar /usr/share/java/jansi.jar however [~] thermostat shell Thermostat version 0.9.2 Caught NoClassDefFoundError! Check pom for the missing class: "org/fusesource/jansi/AnsiOutputStream". Its package may not be listed. Thanks for the bug-report. I'm about to update thermostat to latest upstream v0.15.0. The missing symlink was already known. The NoClassDeFoundError suggests osgi problems. I'll take a closer look once I have newer thermostat ready. I would appreciate testing once I've built newer thermostat in koji, though. For the time being F19's thermostat should work. Fred, there's a new build available for F20 with latest thermostat: http://koji.fedoraproject.org/koji/buildinfo?buildID=476340 While testing it I didn't run into issues you are describing here. I'd appreciate you testing this build as well if you feel like it :) Any feedback is very welcome. Thanks! In any case, please let me know if you can still reproduce with the updated package. thermostat shell doesnt crash anymore with the version downloaded from koji. thx for looking into the issue! (In reply to fred from comment #9) > thermostat shell doesnt crash anymore with the version downloaded from koji. > thx for looking into the issue! OK, cool. Thanks! Closing. |