Good evening all,

While trying to add a new child channel today after receiving updates for 
spacewalk-java I see a new error message in the tomcat logs:

Dec 18, 2015 11:01:15 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [action] in context with path [/rhn] 
threw exception [com.redhat.rhn.common.db.WrappedSQLException: ERROR: function 
rhn_channel.unsubscribe_server(bigint, bigint, integer) is not unique
  Hint: Could not choose a best candidate function. You might need to add 
explicit type casts.
  Position: 15] with root cause
org.postgresql.util.PSQLException: ERROR: function 
rhn_channel.unsubscribe_server(bigint, bigint, integer) is not unique
  Hint: Could not choose a best candidate function. You might need to add 
explicit type casts.
  Position: 15
        at 
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2157)
        at 
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1886)
        at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
        at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:555)
        at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:417)
        at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:410)
        at 
com.mchange.v2.c3p0.impl.NewProxyCallableStatement.execute(NewProxyCallableStatement.java:2417)
        at 
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:117)
        at 
com.redhat.rhn.common.db.datasource.CachedStatement.executeCallable(CachedStatement.java:528)
        at 
com.redhat.rhn.common.db.datasource.CallableMode.execute(CallableMode.java:35)
        at 
com.redhat.rhn.manager.system.SystemManager.unsubscribeServerFromChannel(SystemManager.java:1523)
        at 
com.redhat.rhn.manager.system.SystemManager.unsubscribeServerFromChannel(SystemManager.java:1497)
        at 
com.redhat.rhn.manager.system.SystemManager.unsubscribeServerFromChannel(SystemManager.java:1454)
        at 
com.redhat.rhn.manager.system.SystemManager.unsubscribeServerFromChannel(SystemManager.java:1415)
        at 
com.redhat.rhn.manager.system.UpdateChildChannelsCommand.subscribeToNewChannels(UpdateChildChannelsCommand.java:150)
        at 
com.redhat.rhn.manager.system.UpdateChildChannelsCommand.store(UpdateChildChannelsCommand.java:103)
        at 
com.redhat.rhn.frontend.action.systems.sdc.SystemChannelsAction.updateChildChannels(SystemChannelsAction.java:311)
        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 
org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)
        at 
org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:170)
        at 
org.apache.struts.actions.LookupDispatchAction.execute(LookupDispatchAction.java:146)
        at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
        at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
        at 
com.redhat.rhn.frontend.struts.RhnRequestProcessor.process(RhnRequestProcessor.java:105)
        at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
        at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:646)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)


Looks a bit like the last one (not unqiue subscribe function) but this is 
unsubscribe.

If more info is needed, please say so.

Kind regards,

   Pascal van Dam

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

Reply via email to