Re: [jopr-dev] Plugin for monitoring locked and deadlocked threads
by Gregory Hinkle
Hi Jeronimo. Definitely sounds like a useful feature. Our JMX plugin offering connectivity to JVMs is part of the RHQ project so if this is going to be applicable to any JVM (not JBoss AS specific) than that'd be the place to work.
- Greg
----- "Jeronimo Ginzburg" <jginzburg(a)redhat.com> wrote:
> Hi,
> I'm about to start developing a custom plugin to monitor statistics
> about locked and deadlocked threads in a VM.
> I'm also very interested in start contributing to the project.
> Do you think it would be useful to contribute this plugin to the
> community? Should I open a JIRA issue on Jopr or RHQ project?
>
> Regards
>
> --
> Lic. Jeronimo Ginzburg
> JBoss Consultant
> Red Hat LATAM
> (54 11) 4341 6262
>
> _______________________________________________
> jopr-dev mailing list
> jopr-dev(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jopr-dev
15 years, 10 months
Plugin for monitoring locked and deadlocked threads
by Jeronimo Ginzburg
Hi,
I'm about to start developing a custom plugin to monitor statistics
about locked and deadlocked threads in a VM.
I'm also very interested in start contributing to the project.
Do you think it would be useful to contribute this plugin to the
community? Should I open a JIRA issue on Jopr or RHQ project?
Regards
--
Lic. Jeronimo Ginzburg
JBoss Consultant
Red Hat LATAM
(54 11) 4341 6262
15 years, 10 months
Re: [Fwd: [JBoss JIRA] Updated: (JBAS-5370) Deploy an ear/war app through ProfileService]
by Charles Crouch
>From the regular hudson build...
cd ${JOPR}/modules/plugins/jboss-as-5
mvn ${MAVEN_ARGS}
So its being built specifically, rather than being pulled in automatically as part of jopr/modules/plugins
Given the faster turnaround we should be able to get using snapshots of JBAS components, I presume we're going to want to continue using those while there is still dev work going on in there?
Cheers
Charles
----- "Scott Stark" <sstark(a)redhat.com> wrote:
> The jobr/modules/plugins/pom.xml does not have the jboss-as5 plugin
> enabled:
>
> <!-- NOTE: The jboss-as5 plugin is not included for now, because
>
> all its deps are
> snapshots, which the maven release plugin would
> deeply
> frown upon.-->
> </modules>
>
> If I go into modules/plugins/jboss-as-5 it builds fine, but the
> eclipse
> project settings are wrong because the modules/plugins/jboss-as-5 is
> not
> included as a source path. So I'm wondering how its being built and
> developed?
>
> Charles Crouch wrote:
> > The JBAS 5 plugin was building fine as of this morning. Take a look
> at the settings we use to generated the snapshots:
> >
> >
> http://hudson.qa.jboss.com/hudson/view/jon-2.x/job/rhq-jopr-nightly/confi...
> >
> > What errors are you seeing?
> > Cheers
> > Charles
> > ----- "Scott Stark" <sstark(a)redhat.com> wrote:
> >
> >
> >> Did you see the question I posted to this list about how the plugin
> is
> >> getting built?
> >>
> >> -------- Original Message --------
> >> Subject: [JBoss JIRA] Updated: (JBAS-5370) Deploy an ear/war app
> >> through ProfileService
> >> Date: Mon, 10 Nov 2008 14:49:41 -0500 (EST)
> >> From: Charles Crouch (JIRA) <jira-events(a)lists.jboss.org>
> >> To: scott.stark(a)jboss.org
> >>
> >> [
> >>
> https://jira.jboss.org/jira/browse/JBAS-5370?page=com.atlassian.jira.plug...
> >> ]
> >>
> >> Charles Crouch updated JBAS-5370:
> >> ---------------------------------
> >>
> >> Fix Version/s: JBossAS-5.0.0.GA
> >> Priority: Critical (was: Major)
> >>
> >>
> >>
> >>> Deploy an ear/war app through ProfileService
> >>> --------------------------------------------
> >>>
> >>> Key: JBAS-5370
> >>> URL: https://jira.jboss.org/jira/browse/JBAS-5370
> >
> >>>
> >> Project: JBoss Application Server
> >>
> >>> Issue Type: Sub-task
> >>> Security Level: Public(Everyone can see)
> >>> Reporter: Mark Spritzler
> >>> Assignee: Scott M Stark
> >>> Priority: Critical
> >>> Fix For: JBossAS-5.0.0.GA
> >>>
> >>>
> >>>
> >> --
> >> This message is automatically generated by JIRA.
> >> -
> >> If you think it was sent incorrectly contact one of the
> >> administrators:
> https://jira.jboss.org/jira/secure/Administrators.jspa
> >> -
> >> For more information on JIRA, see:
> >> http://www.atlassian.com/software/jira
> >>
15 years, 11 months
jboss-as-5 dependencies
by Scott Stark
I see that the jboss-as-5 plugin is not being built from the top level
pom and that its pom is not correct for some of the profileservice spis.
It would need to depend on the jboss-as-system-5.0.0-SNAPSHOT.jar. I
have split out the profileservice spis into a new
jboss-as-system-5.0.0-SNAPSHOT-profileservice-spi.jar artifact that
reduces the plugin dependencies. How is the jboss-as-5 plugin being
built currently for inclusion into the admin-console.war?
15 years, 11 months