[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 list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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: 
service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
  | 

In the startup log before - using this url to connect via jconsole works and 
shows all bundles as mbeans.

Perhaps you could add a note to look for that url into the user docs.

Thanks
   Heiko


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4225857#4225857

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225857
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mbean server.

Can you give me a hint please?

Thanks
  Heiko


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4225738#4225738

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225738
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4041423
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4029237#4029237

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029237
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 create(),start(),stop(),destroy().
Have a look at 
http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch2.chapter.html#d0e4449

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3981239#3981239

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3981239
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 special XMBean-Descriptor, which can be inline in the 
MBean desciptor or in a separate file.
Example:

  |mbean code=org.jboss.logging.Log4jService
  |   name=jboss.system:type=Log4jService,service=Logging
  |   xmbean-dd=resource:xmdesc/Log4jService-xmbean.xml
  | 
With the additional attribute of xmbean-dd being present denominates the MBean 
as XMBean. As its value is not empty, the Descriptor is in the URL pointed to 
by the value. If it were empty, the XMBean-DD would be inline.

-- 
Heiko W. Rupp [EMAIL PROTECTED]

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3976796#3976796

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3976796
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 receiver on a local machine just fine in the past.
How exactly did you specify the receiver in the managers.xml file? If you 
provided a hostname, are you sure that this correctly resolves to a ip address? 
Can you ping that machine?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3969378#3969378

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969378
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969220
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969285
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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:


  | twiddle unregister foo:type=service
  | 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3966098#3966098

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3966098
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964546
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964258
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3964154#3964154

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964154
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3958440
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user