0
votes
0answers
18 views

Permission required to query JNDIName of datasource in websphere

As any user when I try to get the JNDIName of a datasource configured in websphere using JMX mbean I get Access is denied for the getJndiName operation on DataSource MBean because of insufficient ...
1
vote
1answer
122 views

WebSphere Liberty profile and Intellij: JMX administration should be enable

Is anyone running the WebSphere 8.5.0.1 Liberty Profile from inside Intellij 12? I have added a WebSphere Server Run Configuration, but all I get is: Error running WebSphere 8.5.0.1: JMX ...
0
votes
1answer
102 views

Access MBean exposed by application from WebSphere Administration Console

I need some configuration parameters in my Java EE application that can be monitored and updated in runtime. I decide that having JMX MBean in my app is a good solution for this. My application is ...
0
votes
1answer
53 views

How I can use JConsole to change logging setting in Websphere?

How I can use JConsole to change logging setting in Websphere? I need set logging level.
0
votes
1answer
116 views

using JMX client to connect to the Websphere JVM

How I can connect to Websphere JVM through JMX client? Can JMX client be used to connect to the Websphere JVM to change logging settings?
1
vote
1answer
153 views

How to safely handle missing local classes in JMX remote clients

I have been playing with a programmatic remote JMX client, connecting to a WebSphere Application Server's MBean server. So far so good, I can connect using an appropriate JMXServiceURL and subscribe ...
2
votes
2answers
170 views

What protocol provider to connect to JMX on WebSphere via SOAP?

I'd like to connect to the JMX server on a WebSphere application server instance using a SOAP over HTTP connector but I don't know where to find a compatible SOAP protocol provider. I get a ...
1
vote
2answers
169 views

Access Camel MBeans in JConsole exposed via WebSphere 7

I'm trying to expose Apache Camels MBeans through JMX so that I can manage the deployed Camel instance in a WebSphere Application Server (7.0). Actually, I don't know if this is even related to ...
1
vote
2answers
287 views

Creating and deleting jms queues using jmx in websphere 8.5

I am searching for a way to create and delete jms queues using jmx through a java client. I know we do get AdminClient for jmx administration. But I am not able to get which mbean we can use to ...
1
vote
1answer
252 views

JSR-160 access to a secured WebSphere AppServer

I'm trying to access a WebSphere 7 AppServer, which has security enabled, using JSR-160 classes. I can get a connection going with the following, provided I define the java.ext.dirs system property ...
0
votes
0answers
73 views

Insufficient Privileges while invoking IBM Websphere property using JMX?

I got exception insufficent privilges when I try to change IBM Websphere resource using JMX. I want to change Websphere resource using AdminServiceFactory. I don't want to use AdminClientFactory due ...
0
votes
0answers
235 views

Websphere. Check JMX enabled

According to this question How do you enable JMX in Websphere? to ensure that JXM is enabled I need run JConsole, and try connect to JMX server using this URL via JConsole: ...
1
vote
1answer
223 views

Websphere 7.X. JMX, how to enable all operations in JConsole?

When I open JConsole (using confugured .bat file), inside AppManagement Mbean node I see many operations. But most of them are disabled, enabled only one - "MoveModule" operation.. How to enable all ...
0
votes
1answer
242 views

Websphere 7.X. Set enabled connections to JMX via RMI

How to enable JMX connection via RMI in Websphere 7.x? I have a requirement: So the server has to enabled for JMX connection via RMI. Is server has enabled JMX connections via RMI by default? ...
1
vote
2answers
742 views

How do I add a NotificationListener to an MBean on WebSphere 7. The listeners are never added to the mbean?

I'm trying to add a NotificationListener to listen for notifications from a registered MBean. Through my setup of the MBean, I can connect to my WAS7 test environment, and see/manage my 'HelloMBean'. ...
0
votes
2answers
121 views

WebSphere JVM MXBeans

When using Oracle JVM, we can obtain a large amount of useful JVM data using the provided MXBeans like GarbageCollectorMXBean, MemoryMXBean etc. Are the same MXBeans available in case of a WebSphere ...
0
votes
0answers
294 views

Why is my JConsole with WebSphere 6.1 not refreshing JMX information?

Why is my JConsole with WebSphere 6.1 not refreshing JMX information? I can connect at any point in time and see the snapshot of how many threads and classes are loaded but the JConsole is not ...
0
votes
1answer
873 views

Stop MDB from receiving messages?

I need to programmatically stop a Message-driven bean from receiving messages from a JMS queue. My environment is WebSphere Application Server v7. I think it could be done by some MBean operation on ...
1
vote
2answers
3k views

Programmatically access Websphere Application Server and its resources

This is my very first question on StackOverflow so, please bear with me. What am I trying to achieve? I need to write a standalone program to access a particular instance or multiple instances of ...
3
votes
1answer
1k views

Accessing Websphere 7 MBeans using Sun JConsole

How do I access Websphere 7 MBeans using Sun's JConsole?
0
votes
1answer
1k views

Simplest way of accessing a Spring-exported JMX bean on Websphere 7.0

I currently export my JMX beans using Spring and am quite happy with it. When running on another container ( e.g. Jetty, Tomcat ) I can simply connect using JConsole or JVisualVM and access my MBeans. ...
0
votes
2answers
517 views

Missing Websphere NodeAgent JMX MBean

I am trying to run the sample code from IBM (sample code link) to connect to Websphere Application Server v7.0 through a JMX client. I could successfully connect to the Websphere MBeanServer by ...
0
votes
1answer
489 views

Does anyone have some JMX code for creating a new websphere datasource?

I'm trying to update the password on a websphere J2C datasource connector using JMX. Does anyone have any source or tips ? cheers, Trevor
0
votes
1answer
139 views

How can you allocate a role to a websphere user via JMX?

I've managed to create a a new user from a servlet using VMM. The problem I now have is in allocating a role to the user. Does anyone know how I could make give the new user a websphere monitor role ...
0
votes
1answer
2k views

Building a JMX client in a servlet installed on the Deployment Manager

I'm building a monitoring application as a servlet running on my websphere 7 ND deployment manager. The tool uses JMX to query the deployment manager for various data. Global Security is enabled on ...
1
vote
1answer
528 views

How to avoid ClassCastException in JMX calls with complex arguments on Websphere appserver

We are using JMX for communication between different EARs on the same Websphere application server (6.1). All works well if we only use Java types as arguments, but if we use our own classes as ...
2
votes
1answer
882 views

programmatic authentication for JMX in Websphere

We would like to make JMX calls to other deployed applications within Websphere Application Server. This works fine if you do this within a web application where a user does a login with the right ...
2
votes
3answers
1k views

How can I determine the J2ee application server type and version?

I need to detect information about the Application Server my EJBs are running in. The System.properties contain a lot of information about Java and the Operating system, but I need to know what type ...
14
votes
11answers
44k views

How do you enable JMX in Websphere?

I would like to use JConsole to monitor my Websphere application, but I am not sure how to enable JMX.
2
votes
7answers
13k views

How can I make “jconsole” work with Websphere 6.1?

I've deployed some Managed Beans on WebSphere 6.1 and I've managed to invoke them through a standalone client, but when I try to use the application "jconsole" distributed with the standard JDK can ...