Bug 833474
| Summary: | system.config.listFiles() is taking too long to return data | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Stephen Herr <sherr> | ||||
| Component: | API | Assignee: | Stephen Herr <sherr> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1.8 | CC: | mmello, mzazrivec, xdmoon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | spacewalk-java-1.8.109-1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 831320 | Environment: | |||||
| Last Closed: | 2012-11-01 16:19:25 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: | 871344 | ||||||
| Attachments: |
|
||||||
|
Description
Stephen Herr
2012-06-19 14:31:47 UTC
Pushed to spacewalk master: 6bba7b2a49e5aea7eab21533de5bb88cd41857ad Created attachment 593097 [details] Additional Patch ORA-00911 Hello, Per notes on https://bugzilla.redhat.com/show_bug.cgi?id=831320#c11, this patch attached is also needed. 2012-06-19 18:30:19,107 [TP-Processor3] ERROR com.redhat.rhn.frontend.xmlrpc.BaseHandler - Error calling method: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) { .... SNIP ... } at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:775) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:704) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:897) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685) at java.lang.Thread.run(Thread.java:736) Caused by: com.redhat.rhn.common.db.WrappedSQLException: ORA-00911: invalid character Best Regards, mmello Ah, right you are mmello. Oops. I don't know how that snuck in there. Committed to spacewalk master: 67f8efb912dd4bfe7468e1c029addb98352aa2db Also we need to take into account the possibility that the config channels priority is null, which it is for a server's individual config channel: 869eb498001de015249d0395529a172728d33954 Moving ON_QA. Packages that address this bugzilla should now be available in yum repos at http://yum.spacewalkproject.org/nightly/ Spacewalk 1.8 has been released: https://fedorahosted.org/spacewalk/wiki/ReleaseNotes18 |