DX Application Performance Management

 View Only
  • 1.  Error in the Java agent in Weblogic 12c

    Posted Feb 23, 2018 08:06 AM

    Hello everyone,
    I have this error in the agent log:

     

    [ERROR] [IntroscopeAgent.Agent] Exception finishing method tracer for com.oracle.common.internal.net.MultiplexedSocketProvider$MultiplexedServerSocketChannel.accept
    [ERROR] [IntroscopeAgent.Agent] Exception finishing method tracer for com.oracle.common.internal.net.MultiplexedSocketProvider$MultiplexedServerSocketChannel.accept
    [ERROR] [IntroscopeAgent.Agent] Exception finishing method tracer for com.oracle.common.internal.net.MultiplexedSocketProvider$MultiplexedServerSocketChannel.accept

     

    But the agent and the application are running.
    Why did this happen?



  • 2.  Re: Error in the Java agent in Weblogic 12c
    Best Answer

    Posted Feb 23, 2018 09:53 AM

    Hi ,

     

    You must comment out the tracer for the class

    com.oracle.common.internal.net.MultiplexedSocketProvider

     

    in the corresponding .pbd .

     

    The Oracle class implementation had to be updated and the APM tracer no more works .

     

    Fernando will help you from the issue 00970973 if more questions  .

     

      JF LAJUGIE