Bug 454474
| Summary: | java.lang.IllegalStateException on client.auth.logout (XMLRPC) | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Michael DeHaan <mdehaan> |
| Component: | API | Assignee: | Jesus M. Rodriguez <jesusr> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 0.1 | CC: | dgoodwin, jesusr, mzazrivec |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-17 06:59:31 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 456550 | ||
|
Description
Michael DeHaan
2008-07-08 18:21:32 UTC
This also happened just now when calling client.auth.login() Here is a local bugreport that has a full trace: https://www.redhat.com/archives/spacewalk-list/2008-July/msg00118.html This happen sat5.2 too. There we have java-1.5.0-ibm. So it is not related to java 1.6. This was related to building the code using commons-lang-2.0 and running with commons-lang 2.1. Also, velocity-deps-1.5 included its own copy of StopWatch. I've updated to commons-lang 2.1, and uses velocity-1.5 jar without all of its dependencies, which is the proper way of doing it. Verified logout now working in spacewalk 0.2. Spacewalk is released for long time. |