Errors when subscribing/unsubscribing/sorting config channels in activation key after one of the config channels was deleted
Issue
- After deleting one of the config channels, activation key does not show correct config channel ranks (e.g., 1 and 3 when it should be 1 and 2)
-
Trying to subscribe activation key to a new config channel or view/modify existing config channel rankings results in Internal Server Error and following stacktrace in /var/log/tomcat5/catalina.out:
... java.lang.NullPointerException at com.redhat.rhn.frontend.action.token.configuration.RankChannelsAction.populateWidgetLabels(RankChannelsAction.java:236) at com.redhat.rhn.frontend.action.token.configuration.RankChannelsAction.setupWidget(RankChannelsAction.java:87) at com.redhat.rhn.frontend.action.token.configuration.RankChannelsAction.setup(RankChannelsAction.java:223) at com.redhat.rhn.frontend.action.token.configuration.RankChannelsAction.init(RankChannelsAction.java:164) at com.redhat.rhn.frontend.action.token.configuration.RankChannelsAction.execute(RankChannelsAction.java:68) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) ... 40 more ... -
Trying to unsubscribe from one of the config channels results in Internal Server Error and following stacktrace in /var/log/tomcat5/catalina.out:
... java.lang.NullPointerException at com.redhat.rhn.domain.config.ConfigChannel.equals(ConfigChannel.java:248) at java.util.ArrayList.indexOf(ArrayList.java:461) at java.util.ArrayList.remove(ArrayList.java:570) at org.hibernate.collection.PersistentList.remove(PersistentList.java:156) at com.redhat.rhn.domain.config.ConfigChannelListProcessor.remove(ConfigChannelListProcessor.java:98) at com.redhat.rhn.frontend.action.token.configuration.ListRemoveChannelsAction.handleDispatch(ListRemoveChannelsAction.java:62) at com.redhat.rhn.frontend.action.token.BaseListAction.execute(BaseListAction.java:90) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) ... 40 more ...
Environment
- Red Hat Network (RHN) Satellite 5.3.x
- Activation key with provisioning entitlement subscribed to several configuration channels (such as test1,test2,test3 with ranking order 1,2,3 respectively)
- Deletion of one of the configuration channels (such as test2)
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
