0
votes
1answer
20 views

Spring with JMX authentication

I can register a Class into MBean but could not connect via jconsole. Why I could not connect running this application though I have disabled the jmx authentication via JVM parameters. Here is my ...
-1
votes
0answers
20 views

NoSuchMethodError: org.springframework.transaction.support.TransactionSynchronizationManager.unbindResourceIfPossible( [closed]

Trying to integrate my own web pages with spring batch admin. Getting below error : 15:22:41,112 ERROR [org.springframework.web.servlet.DispatcherServlet] (MSC service thread 1-12) Context ...
0
votes
1answer
22 views

Spring JMX and OC4J MBean notifications, can't enable

I'm deploying a spring application to OC4J, however keep encountering a strange problem whereby i can access the exposed mbeans, however only use the attributes and operations. The notifications can ...
0
votes
1answer
22 views

Regarding adding spring jmx functionality in the below application

I am new to the world of JMX , so far I have explored that mostly it is used in monitoring and managing the applications , since I am very much interested in spring JMX , I have developed this ...
0
votes
1answer
11 views

InvocationException on connecting to MBean server from Spring

I am trying to connect to MBean server from my Spring application. Below is the code: public void connect() throws Exception { MBeanServerConnectionFactoryBean bean = new ...
0
votes
1answer
253 views

Spring JMX Mbean not appearing or being registered with jconsole

Just trying out a simple Spring JMX application within eclipse on a local tomcat server but can't seem to register the mbeans so they then become available to view within jconsole, within eclipse ...
0
votes
2answers
215 views

Exporting Spring MBeans to Tomcat's MBeanServer Instance

I am playing around with spring's JMX support with a WAR file I deploy on a tomcat server (which I have running locally). However, despite following the posted guides, I am unable to deploy my MBeans ...
2
votes
1answer
122 views

How to add @ManagedAttribute and @ManagedOperation to an MBean that extends another class

I have created an MBean that extends a class and implements interfaces. I am trying to add some new @ManagedAttribute and @ManagedOperation but they are not shown in jconsole. I also see that the ...
6
votes
2answers
136 views

How to Show Class Description, Attribute descriptions and Operation Descriptions of jmx MBeans

I have created some beans that implement an interface and created a custom MBean exporter to expose those beans to jconsole. Although everything works fine, the descriptions are not shown correctly. ...
0
votes
0answers
126 views

How to exclude beans/packages from Spring AOP processing scope

How to exclude beans, or packages from Spring AOP processing scope? I encountered this, while fixing Spring Integration JMX support issue on JBoss. As a development environment, we are using Spring ...
1
vote
1answer
280 views

Unable to see metrics captured with spring metrics annotations

How can I do the equivalent of: @Override public void init(final ServletConfig config) throws ServletException { super.init(config); CsvReporter.enable(new File("/tmp/measurements"), 1, ...
1
vote
3answers
86 views

Exposing Collection<Something> from ManagedResource bean?

@ManagedResource @Component public class MyBean { Map<String, Something> map = new HashMap<String, Something>(); @ManagedAttribute public Collection<Something> getFoo() { ...
1
vote
0answers
66 views

What does the @ManagedNotification annotation do?

There is a lot of code for this SSCCE, however I've added this on github to make it easier to interact with. I'm attempting to wrap my head around this annotation, but I can't seem to figure out its ...
1
vote
1answer
96 views

Can Description Be Set for Spring JMX MBeans Using InterfaceBasedMBeanInfoAssembler?

The Spring 2.5 reference documentation (http://static.springsource.org/spring/docs/2.5.x/reference/jmx.html#jmx-interface-metadata) demonstrates how to use MetaDataMBeanInfoAssembler and in-source ...
0
votes
1answer
108 views

JMX Spring connect to localhost without specifying the server address and port

I am referring here http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/jmx.html#jmx-proxy I am trying to connect to localhost MBeanServer and perform some operation ...
0
votes
1answer
202 views

Spring Integration: Autowiring Queues Failing when using JMX

I can autowire two QueueChannel instances using @Autowired and @Qualifier in a test class just fine, until I add JMX export namespace handlers. I've not got the exact config handy (it was a problem ...
1
vote
1answer
136 views

Java JMX get the logged in user

I have a JMX server started by JVM process that can be optionally secured (for now its not, so I'm ready to consider any extensible way for it). For example as an option I looked at official tutorial ...
0
votes
0answers
86 views

Spring JMX not exposing bean

I have the following snippet in my applicationContext.xml <context:component-scan base-package="mrpomario.springcore.jmx"/> <context:mbean-server/> <!-- NOT SURE IF NEEDED --> ...
1
vote
0answers
173 views

Cannot get Spring to export annotations to JMX

I can't for the life of me get Spring to export metadata about my JMX beans. I have Spring configured as follows: <bean id="attributeSource" ...
0
votes
1answer
265 views

Spring, prototypes, and MBeanExporter

I am using Spring in conjunction with its MBeanExporter. I have a prototype bean definition which should only be instantiated when a call to ApplicationContext.getBean() is made. However, the ...
0
votes
1answer
135 views

Can spring JMX export the same bean instance under two different bean names?

In Spring 3.1 I am trying to export the same bean via JMX under two different bean names with two different interfaces. Below is some example spring xml configuration showing what I am trying to do: ...
2
votes
1answer
271 views

Unable to activate CXF ResponseTimeFeature

I'm exposing a Web service using CXF inside a Tomcat server. I would like to expose in JMX some performance information like those proposed by the ResponseTimeFeature. My cxf-beans.xml file is as ...
0
votes
1answer
301 views

Unable to connect with jmxmp in Tomcat

In my spring + tomcat solution I have a problem, with jmxmp connection. I have enabled jmx in tomcat + added jmxremote_optional.jar This is manager.log INFO: JMXProxy: Error getting attribute ...
0
votes
1answer
263 views

Simple application with spring deploy to Tomcat

I have a simple standalone application with spring (Main class + bean class). It creates MBean (JMX). It just start up my bean. main class: public class Main { public static void main(final ...
0
votes
1answer
469 views

Dynamically instantiate JMX MBeans

I have a white label/multi-tennant server providing the same services, but branded for multiple customers. I want to use JMX to monitor the status of each customer (nbr of calls, nbr of errors, etc). ...
0
votes
0answers
155 views

Spring JNDI properties dynamic reload via JMX

In my spring config I am loading properties from a location specified via JNDI like so: <bean id="mainPropertyFile" class="org.springframework.jndi.JndiObjectFactoryBean"> <property ...
3
votes
1answer
248 views

Making a Spring Service class manageable via JMX

This may be trivial, but I seem to continuously run at a wall and can't find my mistake. I am extending the Apache James 3 mailserver which used Spring and OpenJPA. I would now like to access a ...
1
vote
2answers
328 views

Couldnt connect to JMX remote with jconsole

I developing under Spring3.1 standalone env. I am trying to connect my application remotely via jconsole. It's working locally but when I deploy my application into the linux machine it gets time ...
0
votes
1answer
229 views

Relationship among JNDI, Spring and JMX

I would like to know about what is the relationship between JNDI and Spring? Is spring an advanced version of JNDI? Both are used to create an object from string names. Can we say that an For JNDI an ...
3
votes
2answers
911 views

Change @ManagedResource objectName dynamically

I am creating prototype beans programatically/dynamically. I want those beans after initiation to be in the jmx console. How I can distinguish between them? I am using anotations in order to add my ...
2
votes
0answers
152 views

Ehcache data view via JMX

Is there any way how to view data/objects which are stored in ehcache via JMX? I found just cache statistics but I need to view objects structure.
0
votes
0answers
67 views

Object retrieved from ioc turned null after JMX method invoker

I am using Spring 3.1 as standalone app. I have some wierd situation and I guess I am missing something. I have class which has method that I have exposed via JMX console. that method is invoking a ...
0
votes
1answer
285 views

Configure and connect to Spring JMX

I am trying to configure JMX console for my standalone Spring application. I have configured it this way: Application context: <?xml version="1.0" encoding="UTF-8"?> <beans ...
2
votes
1answer
279 views

Can't make MXBean to connect to database through JConsole

I just hope if there is somebody who have seen and resolved this problem. I have a MBean and a MXBean classes. Both are using the same service class to get access to the database through a DAO class. ...
5
votes
1answer
507 views

Meaning of Spring @ManagerResource: persistPolicy, persistPeriod, persistLocation and currencyTimeLimit

What does the following fields mean in Spring @ManagedResource used for JMX? There is no Javadoc or related description in Spring documentation. 1. String persistPolicy() default ""; 2. int ...
2
votes
2answers
301 views

Avoid ClassNotFoundException in JMX call via JVisualVM due to custom exception class

Our application exposes some methods via JMX, which we invoke using JVisualVM. This works well normally, but sometimes a method call will abort with an exception inside the application. In that case, ...
0
votes
2answers
248 views

Spring Framework 3.1.1 incompatibility

We are using very old version of spring 2.0.6 in our code, We were trying to upgrade it to the latest 3.1.1.RELEASE, But facing issues. First, The latest version of spring artifacts mentioned below ...
0
votes
1answer
215 views

Error when starting Mule-ESB Mx4j agent in WebSphere 7

I'm trying to use an Mx4j agent (and Spring Framework 3.0.5) to expose some POJOs in my Mule-ESB (Mule 3.1.2) application as an HTTP service. The agent is configured in mule-config.xml as follows: ...
0
votes
1answer
544 views

Multiple MBean Servers found - Spring JMX with Websphere 7

I am using Spring 3 and exposed an MBean through Spring, everything works fine but I see below warning message in the Log file. WARN org.springframework.jmx.support.JmxUtils - Found more than one ...
3
votes
0answers
419 views

MBean persistence

i have problem with persistence my config mbean. My configuration: <bean id="adminMBean" class="pl.mobileexperts.catchme.mbeans.AdminSettingsMBean"></bean> <bean id="exporter" ...
1
vote
0answers
164 views

Spring AOP Introductions usage with JMX

I am using Spring JMX support in order to expose the MBeans. Furthermore, to separate out the JMX code base, I am trying to use AOP's Introductions support which will allow me to take out the JMX ...
4
votes
2answers
3k views

JMX MBean registration using Spring on a standalone JVM

Following various example configurations from Spring documentation as well as some forums on the Internet, my application context file looks like: <beans> <bean id="dH" ...
2
votes
0answers
124 views

Spring management extension like JMX

Looking for a management like JMX for spring beans. i wanted to load all the spring beans to the container and using a simple swing gui/jgraphs to show the bean dependencies/details etc Likewise ...
0
votes
1answer
499 views

After moving server to new VM, VisualVM remote connection can't see Monitor tab or application mbeans

I've had a Spring 3.x application running on Solaris (5.10) in a VMWare VM for quite a while. My application registers some mbeans. I've been able to connect remotely to the VM from VisualVM and view ...
0
votes
1answer
286 views

JMX in Spring: Is MBeanServerConnectionFactoryBean Thread-Safe

I have a spring based web-application that needs to get data from ActiveMQ via a JMX connection. I am using MBeanServerConnectionFactoryBean (in Spring) to get various MBean attributes from ActiveMQ. ...
3
votes
2answers
734 views

Name for @ManagedOperation in Spring JMX

I used org.springframework.jmx.export.annotation.@ManagedOperation to expose a method as MBean. I want the operation name different from the method name, but managed operation doesn't have any ...
0
votes
1answer
129 views

Does spring mbean and mbean received with jconsole are different?

I have application created with Spring and has access through jmx to set some parameters. The problem that when I access by jconsole - all works, when access from my graphic interface - doesn't work. ...
1
vote
1answer
620 views

DefaultMessageListenerContainer managed with JMX + ActiveMQ Multiple Consumers on a Single Queue

Say you have two Spring DefaultMessageListenerContainer listening on the same Queue (ActiveMQ for example), started in different VMs. Send 1 000 000 messages in. After 500 000 of messages you want ...
2
votes
2answers
2k views

How to set the name of the net.sf.ehcache.CacheManager for JMX monitoring?

I am using EhCache 1.4.0, Spring 3.0.5 in a web application deployed on Tomcat 6 using JRE 1.6. I am exposing via JMX the L2 cache management, like this: <bean id="mbeanServer" ...
0
votes
2answers
2k views

Spring MBeanExporter - giving name to MBean

I'm trying to run a simple application with jmx-exported method. I do it like (spring-context and cglib for "@Configuration" are in classpath): package com.sopovs.moradanen.jmx; import ...

1 2