Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: JMX in Weblogic 9

  1. #11
    Join Date
    Aug 2005
    Location
    Sydney,Australia
    Posts
    11

    Default

    Hi ,

    Facing the same issue with Spring 1.2.5 on WLS9.0, "Spring Management Objects" Tab is visible for the webApp that has been configured for the plugin. But When clicking on the tab gives a message "No Spring MBeans Registered" message.

    Am I missing something with the configuration or is it the problem with the plug-in itself ?

    Any pointers will be appreciated.

    Cheers
    Abhijeet Rai
    Abhijeet Rai
    Java Analyst Programmer

  2. #12
    Join Date
    Aug 2004
    Posts
    1,104

    Default

    I used a running example for a presentation I gave earlier this year. Take a look at http://www.springdeveloper.com/psug/meeting.html

    There is also a downloadable zip file with code for this example - see http://www.springdeveloper.com/psug/bea-spring.html

    This was all deployed on WLS 9.1
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

  3. #13
    Join Date
    Aug 2005
    Location
    Sydney,Australia
    Posts
    11

    Default Thanks

    Thanks for your example, it works like a gem. On dev2dev site these things hasnt been mentioned the extra configuration settings that needs to be done !!! Someone from BEA has to update it.

    Cheers
    Abhijeet Rai
    Abhijeet Rai
    Java Analyst Programmer

  4. #14
    Join Date
    Feb 2007
    Posts
    6

    Default JndiObjectFactoryBean for Weblogic 8?

    hi,
    more or less on this issue...:
    I understand that JndiObjectFactoryBean can be used with Weblogic9, but what about Weblogic 8?
    MUST I use WeblogicJndiMBeanserverFactoryBean if I've got WLS 8?

    thanks,

  5. #15

    Thumbs down What about WebLogic 10.3g ?

    Quote Originally Posted by trisberg View Post
    I used a running example for a presentation I gave earlier this year. Take a look at http://www.springdeveloper.com/psug/meeting.html

    There is also a downloadable zip file with code for this example - see http://www.springdeveloper.com/psug/bea-spring.html

    This was all deployed on WLS 9.1
    Having deployed this WAR in WebLogic 10.3g, the Spring Framework is empty and displays "There are no items to display". Any clue please ?

    Many thanks in advance.

    Nicolas

  6. #16

    Default

    The MBean server is available in most version of weblogic starting with 6. The trick is to discover the jndi address of the mbean server. It has changed througout the versions.

  7. #17

    Default

    It didn't change since the 9th version. However, this sample reputated as working in 9 doesn't work in 10.3g. Accordingly, either it didn't work in 9, or it worked in 9 and, due to others inter-version changements than the MBean server JNDI name which is the same as previously, it doesn't work any more. So, I'm asking the question: supposing that the sample has worked in 9, does anyone know how to get it working in 10.3.

    Many thanks in advance for any help.

    Nicolas

Posting Permissions

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