Skip to content

Server and services filter are applied to the wrong tables #1284

Open
@lkiesow

Description

@lkiesow
  • Go to services
  • Apply a filter Status: NORMAL
  • Switch to hosts
  • ⚠ The services filter is applied to hosts. Even though the filter doesn't make sense

You also see the following exception in the backend:

2025-05-14T15:57:03,014 | WARN  | (PhaseInterceptorChain:500) - Exception in handleFault on interceptor org.apache.cxf.jaxrs.interceptor.JAXRSDefaultFaultOutInterceptor@73451c7                                                                                                                                                   
org.apache.cxf.interceptor.Fault: No enum constant org.opencastproject.adminui.endpoint.ServerEndpoint.Status.NORMAL                                                                                                                                                                                                               
        at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:162) ~[?:?]                                                           
        at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:128) ~[?:?]                                                                
        at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201) ~[?:?]                                                                                
        at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104) ~[?:?]                                                                                
        at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59) ~[?:?]                                                                                                                                                                                                                    
        at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96) ~[?:?]                                                                                                                                                                                                            
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307) ~[?:?]                                                         
        at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) ~[?:?]                                                                                                                                                                                                                     
        at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265) ~[?:?]                                                                                                                                                                                                                   
        at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) ~[?:?]                                                                                                                                                                                                                 
        at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) ~[?:?]                                                          
        at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) ~[?:?]                                                          
        at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225) ~[?:?]

You can also do the same thing but the other way around: Apply a status filter for hosts and switch to services

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions