[jboss-user] [JBoss OSGi] - Re: Maven repo

2009-05-02 Thread pilhuhn
Beta1 bits have arrived - thanks Thomas. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228009#4228009 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228009 ___ jboss-user mailing

[jboss-user] [JBoss OSGi] - Maven repo

2009-04-30 Thread pilhuhn
Hi Tomas, did you / will you put the beta1 bits into some maven repo? If yes, which? Thanks Heiko View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227467#4227467 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227467

[jboss-user] [JBoss OSGi] - Re: Exporting bundles as MBeans

2009-04-16 Thread pilhuhn
Thomas, yes indeed I did connect to the wrong server. Just adding -D...jmxremote and using jconsole with the process id of the runtime does not work. I did not see the line anonymous wrote : | 12:10:39,303 INFO [JMXConnectorServerService] JMX Connector server:

[jboss-user] [JBoss OSGi] - Exporting bundles as MBeans

2009-04-15 Thread pilhuhn
Hi, what do I have to do to see the bundles of the runtime in the MBean server? The user guide mentions the MicrocontainerService and your blog talks about Management View JBossOSGi registers the Framework and every deployed Bundle with the JMX MBeanServer. But they don't show up in the JDK

[jboss-user] [Management, JMX/JBoss] - Re: SNMP adapter issue

2007-04-27 Thread pilhuhn
readCommunity and writeCommunity are afair for get/set only. I can't currently tell if the Manager accepts a community, but I don't think so. You might want to open a JIRA for this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4041423#4041423 Reply to the

[jboss-user] [Management, JMX/JBoss] - Re: StatisticsCollector

2007-03-19 Thread pilhuhn
For the EJB3 PU, you can (if you use JBoss EJB3) enable Hibernate statistics and use stats from there. Else, the underlying datasource is the same for EJB2 and EJB3. So have a look at the respecive ConnectionPool-MBeans etc. View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: StateString

2006-10-27 Thread pilhuhn
No, as you can see by the 'R' in JMX-Console. The StateString only represents the content of 'state' variable as a string. State itself is also read-only. Its transitions are determined by the transitions of the internal MBean state. Most MBeans expose those transitions by

[jboss-user] [Management, JMX/JBoss] - Re: SNMP support

2006-10-09 Thread pilhuhn
Yes of course, submit it please at jira.jboss.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3976940#3976940 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3976940 ___

[jboss-user] [Management, JMX/JBoss] - Re: jboss.ejb:service=EJBDeployer

2006-10-07 Thread pilhuhn
Deployers are there to deploy specific kinds of services, not necessarily related to MBeans. Most of them are surely documented at the JBoss documentation page at http://labs.jboss.com/portal/jbossas/docs. XMBeans are a special JBossian implementation of Dynamic MBeans. XMBeans always have a

[jboss-user] [Installation, Configuration Deployment] - Re: Net-SNMP, community !~ public, JBOSS-4.0.4.GA

2006-09-05 Thread pilhuhn
Can you do me a favour and open a JIRA issue for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969377#3969377 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969377 ___

[jboss-user] [Management, JMX/JBoss] - Re: Sending / Forwarding SNMP traps to external manager

2006-09-05 Thread pilhuhn
Did you already have a look at the respective Wiki pages at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSNMPAdapter? Did you check that neither the machine where JBoss is on, nor the receiver (or any machine in between) has firewall rules to drop the snmp packets? I used to send traps to

[jboss-user] [Management, JMX/JBoss] - Re: Wrong implementation of

2006-09-04 Thread pilhuhn
What version of the code were you looking at? I opened a JIRA issue for this: http://jira.jboss.com/jira/browse/JBAS-3621 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969220#3969220 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: Wrong implementation of

2006-09-04 Thread pilhuhn
Btw.: This code changed after 4.0.4. See: http://jira.jboss.com/jira/browse/JBAS-3178 Could you please (if JBAS-3178 does not fix the problem) support some oids and the correct sorting for them? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969285#3969285

[jboss-user] [Management, JMX/JBoss] - Re: Unregistering a MBean on un-/re-deploy

2006-08-18 Thread pilhuhn
Why don't you just call unregisterMBean() on the MBeanServer ? Something like (Pseudocode) | MbeanServer mbs = MbeanServerLocator.locateJBoss(); | ObjectName on = new ObjectName(foo:type=service); | mbs.unregisterMBean(on); | this could also be done on command line via twiddle: |

[jboss-user] [Management, JMX/JBoss] - Re: Disabling or Securing the Tomcat Status page in the JMX-

2006-08-11 Thread pilhuhn
Just completely throw out ROOT.war. Btw.: the web-console will - if not secured - also show you at least all mbeans with all attributes. This is hidden in the management/ folder. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964546#3964546 Reply to the post

[jboss-user] [Management, JMX/JBoss] - Re: JBoss 4.0.4SP1/XP MBean AttributePersistenceService depe

2006-08-10 Thread pilhuhn
Your first dependence looks ok, while the second one is bogus. Could you please show the full mbean-descriptor of your jboss-service.xml file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964258#3964258 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: Problem with monitoring and notifications

2006-08-09 Thread pilhuhn
The code only sends one alert and then stalls. Only when you (manually) call clearAlert(), it will send another. Actually this behaviour should perhaps be configurable (submit an entry into JIRA), but prevents you from being spammed by alerts, which is a good idea. View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: start not being call on 4.0.2 startup

2006-07-29 Thread pilhuhn
It looks like create() is not called either. Try to remove the throws Exception from the method signature. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961672#3961672 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961672

[jboss-user] [Management, JMX/JBoss] - Re: SNMP get/set in JBoss 4.0.4 using adventnet mib browser

2006-07-17 Thread pilhuhn
What problem did you encounter and how did you solve it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958399#3958399 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3958399 ___

[jboss-user] [Management, JMX/JBoss] - Re: jboss snmp monitoring with mrtg

2006-07-17 Thread pilhuhn
As indicated on the page you cite, the get support is only in 4.0.4GA and later. You can probably just grab the respective jars from 404 and use them in 326. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958440#3958440 Reply to the post :