[Spacewalk-list] duplicate system weirdness..

William H. ten Bensel WHTENBEN at up.com
Mon Apr 11 20:42:57 UTC 2016


Spacecmd keeps a cache in ~/.spacecmd/{localhost/spacewalk}

Try:

spacecmd -u xxxx -p xxxxx -s xxxxxx clear_caches

or

cd ~/.spacecmd/xxxxxx (localhost or spacewalk)
rm the files in there.

Sometimes, just to clear things out .. rm -rf ~/.spacecmd


- Thanks and good luck



From:   jason at monsterjam.org
To:     spacewalk-list at redhat.com
Date:   04/11/2016 03:25 PM
Subject:        [Spacewalk-list] duplicate system weirdness..
Sent by:        spacewalk-list-bounces at redhat.com



This email originated from outside of the company.  Please use discretion 
if opening attachments or clicking on links.

Im running spacewalk 2.4 and I was playing with the spacecmd for updating 
packages and I came across a duplicate 
although I do not see it in the spacewalk gui.. 

spacecmd {SSM:0}> report_ipaddresses
WARNING: Duplicate system profile names found!
WARNING: Please reference systems by ID or resolve the
WARNING: underlying issue with 'system_delete' or 'system_rename'
WARNING: 
WARNING: PRODX15 = 1000010441, 1000010460
ERROR: redstone.xmlrpc.XmlRpcFault: No such system - sid = 0
spacecmd {SSM:0}> system_delete 1000010441
Profile     System ID
----------  ---------
PRODX  1000010441

Delete these systems [y/N]: y
ERROR: redstone.xmlrpc.XmlRpcFault: The following systems were NOT 
deleted: 
1000010441
spacecmd {SSM:0}> 


in the tomcat log, I see 

2016-04-11 15:55:13,310 [TP-Processor16] ERROR 
com.redhat.rhn.frontend.xmlrpc.BaseHandler - Caused by: 
com.redhat.rhn.frontend.xmlrpc.SystemsNotDeletedException: The following 
systems were NOT deleted: 
1000010441
                 at 
com.redhat.rhn.frontend.xmlrpc.system.SystemHandler.deleteSystems(SystemHandler.java:1462)
                 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
                 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                 at java.lang.reflect.Method.invoke(Method.java:497)
                 at 
com.redhat.rhn.frontend.xmlrpc.BaseHandler.invoke(BaseHandler.java:172)
                 at 
redstone.xmlrpc.XmlRpcDispatcher.dispatch(XmlRpcDispatcher.java:123)
                 at 
com.redhat.rhn.frontend.xmlrpc.RhnXmlRpcServer.execute(RhnXmlRpcServer.java:54)
                 at 
com.redhat.rhn.frontend.xmlrpc.XmlRpcServlet.doPost(XmlRpcServlet.java:162)
                 at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
                 at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
                 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
                 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                 at 
com.opensymphony.sitemesh.webapp.SiteMeshFilter.obtainContent(SiteMeshFilter.java:129)
                 at 
com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:77)
                 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                 at 
com.redhat.rhn.frontend.servlets.LocalizedEnvironmentFilter.doFilter(LocalizedEnvironmentFilter.java:67)
                 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                 at 
com.redhat.rhn.frontend.servlets.EnvironmentFilter.doFilter(EnvironmentFilter.java:100)
                 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                 at 
com.redhat.rhn.frontend.servlets.SessionFilter.doFilter(SessionFilter.java:57)
                 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                 at 
com.redhat.rhn.frontend.servlets.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:97)
                 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                 at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
                 at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
                 at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
                 at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
                 at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                 at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
                 at 
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
                 at 
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
                 at 
org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769)
                 at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:698)
                 at 
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:891)
                 at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
                 at java.lang.Thread.run(Thread.java:745)
2016-04-11 15:55:13,310 [TP-Processor16] ERROR 
com.redhat.rhn.frontend.xmlrpc.BaseHandler - Rolling back transaction
Apr 11, 2016 3:55:13 PM redstone.xmlrpc.XmlRpcDispatcher writeError
WARNING: redstone.xmlrpc.XmlRpcFault: The following systems were NOT 
deleted: 
1000010441

i tried deleting them together..

spacecmd {SSM:0}> system_delete 1000010441 1000010460
Profile     System ID
----------  ---------
PRODX15P2A  1000010441
PRODX15P2A  1000010460

Delete these systems [y/N]: y
ERROR: redstone.xmlrpc.XmlRpcFault: The following systems were NOT 
deleted: 
1000010441
1000010460
spacecmd {SSM:0}> 

no joy.. 

Jason

_______________________________________________
Spacewalk-list mailing list
Spacewalk-list at redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list



**

This email and any attachments may contain information that is confidential and/or privileged for the sole use of the intended recipient.  Any use, review, disclosure, copying, distribution or reliance by others, and any forwarding of this email or its contents, without the express permission of the sender is strictly prohibited by law.  If you are not the intended recipient, please contact the sender immediately, delete the e-mail and destroy all copies.
**
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/spacewalk-list/attachments/20160411/f75f91be/attachment.htm>


More information about the Spacewalk-list mailing list