Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

adding alternative jmx connectivity (i.e. JBoss 7)

John LiptakOct 14 2013 — edited Jan 24 2014


JBoss 7 (Wildfly) does not expose a normal JMX/RMI port.  Instead they expose a remoting-jmx protocol on their management port (usually 9999).

What is the best way to add the necessary classes to JMC so that a connection string like the following will work?

service:jmx:remoting-jmx://<hostname>:<management port>

This post has been answered by katrinsk on Oct 16 2013
Jump to Answer

Comments

unknown-7404

Not my area of expertise.

But I did notice that the two references use a DIFFERENT case:

This is the message you said you get:

error creating bean with name 'entitymanagerfactory'

That name is ALL lowercase.

This is what you say is in the XML file:

<bean id="entityManagerFactory"

That uses MIXED case for the value.

Perhaps that is the reason the two don't match?

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 21 2014
Added on Oct 14 2013
20 comments
25,451 views