Bug 905092
Summary: | WARN log is generated by API call errata.create() | |||
---|---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Dimitar Yordanov <dyordano> | |
Component: | API | Assignee: | Tomas Lestach <tlestach> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Korbel <mkorbel> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | 550 | CC: | cperry, jhutar, mkorbel | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 908346 (view as bug list) | Environment: | ||
Last Closed: | 2013-10-01 21:56:10 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: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 924232 |
Description
Dimitar Yordanov
2013-01-28 15:01:56 UTC
This has already been fixed in upstream ... spacewalk.git: 5c940e3b42144eb01bee8754a37cb6a49975222b VERIFIED on spacewalk-java-2.0.2-39.el6sat
REPRODUCED on spacewalk-java-1.7.54-119.el6sat
Steps to reproduce:
> python
>>> import xmlrpclib
>>> client = xmlrpclib.Server('http://localhost/rpc/api', verbose=0)
>>> key = client.auth.login('admin','nimda')
>>> client.errata.create(key,{'synopsis':'TEST12:2013','advisory_name':'TEST12:2013','advisory_release':1,'advisory_type':'Bug Fix Advisory','product':'XXX','topic':'XXX','description':'XXX','references':'','solution':'XXX'},[{'id': 123456, 'summary': 'bug 123456 summary'}],[],[],0,[])
> grep "com.redhat.rhn.common.hibernate.EmptyVarcharInterceptor" /var/log/tomcat6/catalina.out
Sat5.5.0:
2013-09-25 07:51:09,562 [TP-Processor2] WARN com.redhat.rhn.common.hibernate.EmptyVarcharInterceptor - Object com.redhat.rhn.domain.errata.impl.UnpublishedErrata is setting empty string refersTo
2013-09-25 07:51:09,564 [TP-Processor2] WARN com.redhat.rhn.common.hibernate.EmptyVarcharInterceptor - Object com.redhat.rhn.domain.errata.impl.PublishedBug is setting empty string url
Sat5.6.0:
<nothing>
Satellite 5.6 has been released. This bug was tracked under the release. This bug was either VERIFIED or RELEASE_PENDING (re-verified prior shortly before release). Moving to CLOSED CURRENT_RELEASE. Text from Upgrade Erratum follows: Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1395.html |