[jboss-user] [Management, JMX/JBoss] - JBoss 5: MBean depends on EJB3 Staleless Bean according to F

2009-04-18 Thread ike
I have a MBean | | /var/log/aloe/aloe-dm-%d.log | ... | jboss.j2ee:ear=dm.ear,jar=com.m1.aloe.dm-ejb.jar,name=aloe/com.m1.aloe.dm.core.DownloadMgr,service=EJB3 | jboss.j2ee:ear=dm.ear,jar=com.m1.aloe.dm-ejb.jar,name=aloe/com.m1.aloe.dm.core.DownloadStatusMgr,servi

[jboss-user] [Management, JMX/JBoss] - Jboss Mbean invokation

2009-03-23 Thread rahulparashar
Hi, I am using Jboss as my application server , and trying to invoke an MBean through java code. My class extends org.jboss.system.ServiceMBeanSupport , the MBean name is--> jboss.jca:name=superPnrDB2DS,service=ManagedConnectionFactory and my code snippet is ObjectName objName=new ObjectN

[jboss-user] [Management, JMX/JBoss] - JBoss Scheduler services not running

2009-03-12 Thread as_sas
We are facing the following issue on the JBoss server 4.0.4GA.: Our system consists of a number of scheduled JMX services that are configured to start when the JBoss server is started. We implement the org.jboss.varia.scheduler.Schedulable interface for the scheduled services. Each scheduled se

[jboss-user] [Management, JMX/JBoss] - JBoss 4.2.0 - Statistics Collector

2009-02-13 Thread kejoseph
I am having a tough time figuring out where to obtain Statistics Collector from. I read the Wiki link below and some of the articles in these forums, but it has not helped. http://www.jboss.org/community/docs/DOC-12313 I dont see any "varia" in my jboss install (other than the one in docs/exampl

[jboss-user] [Management, JMX/JBoss] - JBoss Consol

2009-02-06 Thread div_gcet1
Hi Here i am working Jboss 4.2.2. I have a JBoss Central Server to which many clients are attached. I have created some sysout statements at server side for debugging.And they are coming to console and they are same for every client. Now my problem is I want to distinguish these sysouts for eve

[jboss-user] [Management, JMX/JBoss] - JBoss Logging

2009-01-21 Thread div_gcet1
Hi Here i m working on JBoss 4.2.2 and eclipse Gynemade. I m instantiating a java file at the time when jboss configure log4j.xml. I had given its entry in log4j.xml. Now my problem is that file have to access the database which are bound to perticuler JNDI names. And JNDI service starts aft

[jboss-user] [Management, JMX/JBoss] - JBoss Query

2009-01-15 Thread div_gcet1
Hi Here i m working on custom filter java file for JBoss Logging. I m giving the entry of the java file in log4j.xml. My problem is that - if the java file is in default package and its class file is in jboss\server\default\conf then that class is instantiating fine but if that java file is in

[jboss-user] [Management, JMX/JBoss] - JBoss

2009-01-15 Thread div_gcet1
HI please someone help me , here the service of jboss [Log4jService$URLWatchTimerTask] is able to find my class domfilter.class, which entry is in log4j.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202070#4202070 Reply to the post : http://www.jb

[jboss-user] [Management, JMX/JBoss] - JBoss Logging

2009-01-15 Thread div_gcet1
Hi Can anyone tell which mbean i should i use so that my java file get initialized properly at deployment time, when server configure log4j.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202067#4202067 Reply to the post : http://www.jboss.com/index

[jboss-user] [Management, JMX/JBoss] - jboss monitoring

2009-01-13 Thread priyapg
how jboss details can be retreived from mbeans?the parameters are Monitor information (JVM usage,Listen port,activation time etc),Web Application Details(Web Application name,context root,reponse type etc),JDBC Connection Pool details(JDBC pool,pool size,connections currently in use,connections

[jboss-user] [Management, JMX/JBoss] - JBoss Logging

2009-01-12 Thread div_gcet1
Hi Currently I m working JBoss Logs. I have to to seperate the logs according to databases of my system. Seperate logs files should be formed .I have made changes to log4j but not upto that extant. Can anyone help me. Thanks And Regards Divya garg View the original post : http://www.jboss.

[jboss-user] [Management, JMX/JBoss] - JBoss 5.0.0.GA on MySQL, migration problem

2008-12-16 Thread raczer
I tried to migrate my app from 4.2.3 (with new messaging), to 5.0.0GA, both on mysql. The app havily relies on queues, and JMS also uses mysql for persistence. Now, raw JBoss has messaging on Hypersonic, and this starts ok. But when configured with the "mysql-persistence-service.xml", which I to

[jboss-user] [Management, JMX/JBoss] - jboss admin

2008-11-05 Thread avihaimar
Hey, need some advices about jboss administration: 1. is there any good console (better from the one shupped with jboss), open source or with charge? 2. how you deliver the changes that you were done in jboss decriptors to your customers (jboss-service.xml ... ) are you install the original jbo

[jboss-user] [Management, JMX/JBoss] - JBoss JTA State

2008-10-05 Thread shay_beith
When monitoring JBoss server via JMX the JTA state parameter returns an integer which is not meaningful. Does someone knows what the numbers meaning is? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180431#4180431 Reply to the post : http://www.jbos

[jboss-user] [Management, JMX/JBoss] - JBOss start up class issue

2008-08-20 Thread patwary_shiva
Hi all, I want to add a startup class which should be loaded when the jboss starts up. I did some research Which says create mbean and add it jboss-service.xml file( not sure which location). I am using ear deployment. The class which I want o make the start up class resides in ear file un

[jboss-user] [Management, JMX/JBoss] - JBoss 4 RMIAdaptor Security Configuration

2008-08-15 Thread BasementJaxx
Hi All, I want to manage JBoss using management consoles such as MC4J. However, I want to do this in a secure way, using SSL and password based authentication, as I have my custom MBeans in the JBoss MBean Server. How can I configure RMIAdaptor to use SSL and have password based authenticatio

[jboss-user] [Management, JMX/JBoss] - JBoss Open MBean example

2008-05-15 Thread YuliyaF
Hello! Can anybody help me to find Open MBean example for JBoss (v 4.0.5 ) or just explain how to use CompositeDataSupport in my MBeans (or XMBeans)? Thanks! Best regards, Yuliya View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151140#4151140 Reply to the p

[jboss-user] [Management, JMX/JBoss] - jboss scheduler losing time

2008-03-17 Thread mrath
We have a scheduler which is scheduled to run every day at 11 am. The configuration looks like this: | | | false | myspace.gateway:service=MyConfigMBean | | execute() | d/MM/yy HH:mm | 24/02/08 11:00 | 8640 | -1

[jboss-user] [Management, JMX/JBoss] - Jboss/JMX

2008-02-15 Thread Vinith
Hi, Is there any possibility to create multiple Jboss-server instances through MBean?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129599#4129599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129599 ___

[jboss-user] [Management, JMX/JBoss] - Jboss/JMX

2008-02-15 Thread Vinith
Hi, Is there any possibility to create multiple Jboss-server instances through MBean?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129600#4129600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129600 ___

[jboss-user] [Management, JMX/JBoss] - Jboss Remote Deploy using MBeans

2008-02-05 Thread abondi
I'm studying for remote deploying of ears using MBeans. I found the RemoteDeployer class. Is there any example of remote deploy? Thank you very much! Andrea View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126485#4126485 Reply to the post : http://www.jboss

[jboss-user] [Management, JMX/JBoss] - Jboss mbean server (vs) JVM Platform mbean server

2008-01-20 Thread speedveen
Given that the requirements are tighter security and performance, can any one tell me the advantages of using jboss mbean server over jvm internal mbean server? Or, are they both same performance wise and security policy implementation wise?. Actually i want to deploy an mbean and have two opt

[jboss-user] [Management, JMX/JBoss] - JBoss Remoting programmatic vs declarative Socket Invoker

2007-11-16 Thread yantriki
I have the remoting working for ServerCallbackHandler when registering a socket transport programatically, however when I want to do it in service definition it does not work for me. I would appreciate any help. LicenseServer.sar | --META-INF/jboss-service.xml I get the following error |

[jboss-user] [Management, JMX/JBoss] - JBoss App Server Port Number

2007-10-25 Thread [EMAIL PROTECTED]
Hi, Iam using JBoss server 4.0.5. Iam trying to use JMX to internally get the servers port number. The port number i am looking for is the one configured in the server.xml file: How would programmatically get this port number? I can get some port info using the following code: RMIAdaptor server

[jboss-user] [Management, JMX/JBoss] - JBoss + HP SiteScope

2007-10-12 Thread freimensch
Hello. I'm trying to collect some info from JBoss using SiteScope JMX Monitor. But in settings of this monitor I must write "JMX URL". For example, this JMX URL for WebLogic: service:jmx:rmi:///jndi/iiop://localhost:7001/weblogic.management.mbeanservers.runtime And what URL for JBoss ? Version

[jboss-user] [Management, JMX/JBoss] - jboss sheduler issue

2007-10-10 Thread mcjeevi
hi what are steps need to configure to implement Jboss scheduler in jboss4.0..2 Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093307#4093307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093307 __

[jboss-user] [Management, JMX/JBoss] - JBoss SNMP for sending Get requests

2007-10-09 Thread dpocock
JBoss includes the joeSNMP stack for sending traps and responding to some Get requests. However, the documentation does not discuss the possibility of sending Get requests from an application running inside JBoss. Is it safe to send get requests from within an EJB? If yes, how will the call

[jboss-user] [Management, JMX/JBoss] - Jboss 5: jmx not bound

2007-06-28 Thread editha
Hi! I'm trying to deploy my application, which is already running on Jboss 4, in jboss 5 beta. When I try to lookup the RMIAdaptor with Properties p = new Properties(); p.put("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory"); | p.put("java.naming.provider.url","

[jboss-user] [Management, JMX/JBoss] - jboss-snmp adaptor tabular data, TruthValues et al

2007-05-18 Thread cdasher
I am having a difficult time finding information on how to expose tabular (vs scalar) data from the jboss-snmp adaptor. Also, does the snmp-adaptor support TruthValue type or do I need to convert booleans in my Mbeans to integers in order to expose them vis SNMP? View the original post : http

[jboss-user] [Management, JMX/JBoss] - JBOSS installation problem on windows

2007-04-24 Thread swapnaSingh
I tried to install JBoss on windows machine. I am getting the following error. Failed to boot JBOSS: java.lang.RuntimeException: cannot create MBeanserver. Please help me to fix the bug. I tried googling but couldnt find anything helpful. visited many JBoss forums, didnt find error like this.

[jboss-user] [Management, JMX/JBoss] - JBOSS installation problem on windows

2007-04-24 Thread swapnaSingh
I tried to install JBoss on windows machine. I am getting the following error. Failed to boot JBOSS: java.lang.RuntimeException: cannot create MBeanserver. Please help me to fix the bug. I tried googling but couldnt find anything helpful. visited many JBoss forums, didnt find error like this.

[jboss-user] [Management, JMX/JBoss] - jboss JMX notification type

2007-04-19 Thread leonz11
Where can I find a documentation for available JBoss JMX notification type? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038932#4038932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038932 __

[jboss-user] [Management, JMX/JBoss] - Jboss-4.0.3SP1 shutting down itself without any explicit shu

2007-01-31 Thread harsh.nsit
Hi, I am using Jboss-4.0.3SP1 and tomcat5.5 running on same machine. Tomcat is running on 8080 port and jboss on 8180. It happen that after running some time say 5 hr or so (in some case even more than 30 hrs) jboss server is going down. The log says ---Log--

[jboss-user] [Management, JMX/JBoss] - JBoss 4.0.5GA : MBeanServerImpl & BasicMBeanRegistry: Memory

2006-12-29 Thread S0d0
Hi, I have been fighting with OOMEs and yesterday I was able to track down the cause. There are lot of ConcurrentReaderHashMap entries and it seems that something is repeating itself. I have heapdump (about 300MB) which can be analyzed using MDD4J for IBM JVM. I can provide them for further i

[jboss-user] [Management, JMX/JBoss] - JBoss 4.0.x RMIAdaptor and jdk1.3 issue

2006-11-26 Thread tmuller
Hi, I have one serious issue. I need to make a portlet application which will connect to JBoss 4.0.x MBeans and perform/invoke some MBean's operations etc. Problem is that the portlet application runs on IBM Websphere (with jdk1.3!) and MBeans runs on JBoss AS 4.0.x (with jdk1.5). I tried fol

[jboss-user] [Management, JMX/JBoss] - JBOSS XMBean

2006-11-12 Thread Anvar
Does JBOSS XMBean seperates management implementation from service POJO implementation. If so, can you please throw some light on this. Thanks Javeed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985225#3985225 Reply to the post : http://www.jboss.com/ind

[jboss-user] [Management, JMX/JBoss] - JBoss 4.0.4 Oracle Datasource: Setting Isolation level to un

2006-08-16 Thread leenamba
I'm qualifying JBoss 4.0.4GA and have run into a problem. When I take the sample oracle-xa-ds.xml and add : TRANSACTION_READ_COMMITED I get the following error at server startup: 17:04:46,562 WARN [ServiceController] Problem starting service jboss.jca:service=ManagedConnectionF actory,name=X

[jboss-user] [Management, JMX/JBoss] - JBoss MBean API

2006-08-14 Thread yizhao
Hi everyone, I'm writing a java program to monitor the status of a remote JBoss server. My current status is that I am able to connect to the JBoss server. I want to be able to get server information like heap size, connection pool information, etc... So far all I've been able to get is the

[jboss-user] [Management, JMX/JBoss] - JBoss 4.0.4SP1/XP MBean AttributePersistenceService dependen

2006-08-09 Thread mkleiderman
I've got an MBean who's state I'm trying to persist. If I start the app server with the .ear containing the .sar deployed I get an error ending in:Caused by: java.lang.IllegalStateException: Cannot perform operations unless service is started | at org.jboss.system.pm.AttributePersistence

[jboss-user] [Management, JMX/JBoss] - [JBOSS 4] Pb Schedulers

2006-07-28 Thread bobunny
Hi every one, I don't know if it's the good group to post my problem ... Anyway, I have migrated from a Jboss application Server 3.0.3 release to a 4.0.3 release and i encountered some troubles in my applications. To give a simple example, I have severals schedulers. We can take 2 of them for

[jboss-user] [Management, JMX/JBoss] - JBoss Architecture Overview

2006-07-11 Thread little
Hi, I would like to learn the architecture of JBoss,but in the site i find only one page.This is the link http://labs.jboss.com/portal/jbossas/architecture . Thanks, little View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956946#3956946 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - JBoss Mbean Dependencies - How to start scheduler services a

2006-07-11 Thread whooi
Hi guys, I am having trouble with the dependencies of "org.jboss.varia.scheduler.Scheduler". How do make the scheduler fires only after the EAR is fully deployed? This is my service.xml file: true com.acme.HelloWorld