CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2019
    Posts
    1

    Failed to start JMX connector Cannot bind to URL

    I am trying to publish a message using ActiveMQ with Spring.
    I have written a producer and consumer class.

    when I run the program, I get the below message/error.

    Failed to start JMX connector Cannot bind to URL [rmi://localhost:1099/jmxrmi]: javax.naming.NameAlreadyBoundException: jmxrmi [Root exception is java.rmi.AlreadyBoundException: jmxrmi]. Will restart management to re-create JMX connector, trying to remedy this issue.

    Unable to fix it. Request anyone who has com across this scenario to post solutions.

    Thanks,
    Priya.

  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: Failed to start JMX connector Cannot bind to URL

    javax.naming.NameAlreadyBoundException:
    That looks like the code is being called more than once.
    Norm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured