Support may request additional debug for communication between EventManager (EM) and DeviceManager (DM) during inventory synchronization.
Applies to DX NetOps portal 25.4.6 - 25.4.10
please do the following:
cp webservices.xml webservices.xml.orig
<jaxws:endpoint id="Inventory2WS" implementor="#inventory2WsImpl" address="/inventory2">
<jaxws:binding>
<soap:soapBinding version="1.2"/>
</jaxws:binding>
<jaxws:inInterceptors>
<ref bean="globalAdminAuthInterceptorSoap"/>
</jaxws:inInterceptors>
</jaxws:endpoint>
Default lines 191-198
<jaxws:endpoint id="Inventory2WS" implementor="#inventory2WsImpl" address="/inventory2">
<jaxws:binding>
<soap:soapBinding version="1.2"/>
</jaxws:binding>
<jaxws:features>
<bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
</jaxws:features>
<jaxws:inInterceptors>
<ref bean="globalAdminAuthInterceptorSoap"/>
</jaxws:inInterceptors>
</jaxws:endpoint>
(your path may vary)
To allow each service to use the jars to perform the function-trace
systemctl stop caperfcenter_console; systemctl stop caperfcenter_devicemanager;
systemctl start caperfcenter_devicemanager; sleep 20; systemctl start caperfcenter_console;
INFO | qtp2103774596-22 | 2026-08-06 21:20:55,883 | org.apache.cxf.services.Inventory2WSSoap.RESP_OUT
This debug will be added to 25.4.11 as an option in pc admin debug pages.