mc4j-development Mailing List for MC4J JMX Console (Page 12)
Brought to you by:
ghinkl
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(7) |
Oct
(5) |
Nov
(1) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(2) |
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
(4) |
Jul
(13) |
Aug
(5) |
Sep
(12) |
Oct
(5) |
Nov
(13) |
Dec
(8) |
2004 |
Jan
(2) |
Feb
(15) |
Mar
(15) |
Apr
(32) |
May
(26) |
Jun
(9) |
Jul
(8) |
Aug
(3) |
Sep
(16) |
Oct
(14) |
Nov
(7) |
Dec
(11) |
2005 |
Jan
(9) |
Feb
(3) |
Mar
(6) |
Apr
(1) |
May
(4) |
Jun
(7) |
Jul
(2) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(3) |
Dec
(1) |
2006 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
|
Jul
(1) |
Aug
(5) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2007 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2003-07-29 02:35:47
|
Bugs item #779339, was opened at 2003-07-28 21:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=779339&group_id=60228 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Greg Hinkle (ghinkl) Assigned to: Nobody/Anonymous (nobody) Summary: Need an attribute set dashboard component Initial Comment: A component that will set the value of an attribute is needed for the dashboards. For example, the jetty statistics graphs will be blank for most, as the statistics are not on by default. It seems logical to have a dashboard requiring statistics, turn them on as it is built. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=779339&group_id=60228 |
From: SourceForge.net <no...@so...> - 2003-07-18 17:51:18
|
Bugs item #773803, was opened at 2003-07-18 19:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=773803&group_id=60228 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: g zombi (zombi) Assigned to: Nobody/Anonymous (nobody) Summary: error in MX4J connections (or in the UI?) Initial Comment: Both with IBM-JDK-1.4.0 and IBM-JDK-1.3.1 mc4j throws several NoClassDefFoundError (for $Proxy<x> classes) (MC4J 1.2beta in linux, i've started with runide.sh) *********** Exception occurred ************ at Fri Jul 18 19:50:37 CEST 2003 java.lang.NoClassDefFoundError: $Proxy6 at sun.reflect.GeneratedConstructorAccessor15.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:42) at java.lang.reflect.Constructor.newInstance(Constructor.java(Compiled Code)) at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:585) at org.openide.util.WeakListener$ProxyListener.<init>(WeakListener.java:892) at org.openide.util.WeakListener.create(WeakListener.java:459) at org.openide.windows.DefaultTopComponentLookup.<init>(DefaultTopComponentLookup.java:56) at org.openide.windows.TopComponent.getLookup(TopComponent.java:731) at org.openide.util.Utilities.actionsToPopup(Utilities.java:2212) at org.openide.explorer.view.TreeView.createPopup(TreeView.java:1023) at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:972) at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:138) at org.openide.awt.MouseUtils$PopupMouseAdapter.mousePressed(MouseUtils.java:129) at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:244) at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:243) at java.awt.Component.processMouseEvent(Component.java:5136) at java.awt.Component.processEvent(Component.java(Compiled Code)) at java.awt.Container.processEvent(Container.java(Compiled Code)) at java.awt.Component.dispatchEventImpl(Component.java(Compiled Code)) at java.awt.Container.dispatchEventImpl(Container.java(Compiled Code)) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java(Compiled Code)) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java(Compiled Code)) at java.awt.LightweightDispatcher.processMouseEvent(Container.java(Compiled Code)) at java.awt.LightweightDispatcher.dispatchEvent(Container.java(Compiled Code)) at java.awt.Container.dispatchEventImpl(Container.java(Compiled Code)) at java.awt.Window.dispatchEventImpl(Window.java(Compiled Code)) at java.awt.EventQueue.dispatchEvent(EventQueue.java(Compiled Code)) [catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java(Compiled Code)) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java(Compiled Code)) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java(Compiled Code)) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:165) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) and so on ... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=773803&group_id=60228 |
From: SourceForge.net <no...@so...> - 2003-07-15 05:13:18
|
Bugs item #771396, was opened at 2003-07-15 05:10 Message generated for change (Comment added) made by poweraidan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=771396&group_id=60228 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Aidan Power (poweraidan) Assigned to: Nobody/Anonymous (nobody) Summary: connection to weblogic 8.1 on win2k Initial Comment: Hi, I get the following when I try to connect to weblogic 8.1 on win2k, I have the weblogic.jar in my c:\MC4J\lib\ext folder and Ive tried to even place the jar in a global classpath variable and this doesnt work either. java.lang.NoClassDefFoundError: weblogic/rmi/extensions/server/Stub at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass (Unknown Source) at weblogic.utils.classloaders.GenericClassLoader.findLocalC lass(GenericClassLoader.java:431) at weblogic.utils.classloaders.GenericClassLoader.findClass (GenericClassLoader.java:169) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal (Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) Any feedback appreciated on where I might have stuffed up would be great, Aidan ---------------------------------------------------------------------- >Comment By: Aidan Power (poweraidan) Date: 2003-07-15 05:13 Message: Logged In: YES user_id=278715 To confirm - this is happening on MC4J 1.2 beta ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=771396&group_id=60228 |
From: SourceForge.net <no...@so...> - 2003-07-15 05:10:16
|
Bugs item #771396, was opened at 2003-07-15 05:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=771396&group_id=60228 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Aidan Power (poweraidan) Assigned to: Nobody/Anonymous (nobody) Summary: connection to weblogic 8.1 on win2k Initial Comment: Hi, I get the following when I try to connect to weblogic 8.1 on win2k, I have the weblogic.jar in my c:\MC4J\lib\ext folder and Ive tried to even place the jar in a global classpath variable and this doesnt work either. java.lang.NoClassDefFoundError: weblogic/rmi/extensions/server/Stub at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass (Unknown Source) at weblogic.utils.classloaders.GenericClassLoader.findLocalC lass(GenericClassLoader.java:431) at weblogic.utils.classloaders.GenericClassLoader.findClass (GenericClassLoader.java:169) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal (Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) Any feedback appreciated on where I might have stuffed up would be great, Aidan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=771396&group_id=60228 |
From: Marc P. <ma...@an...> - 2003-07-11 17:19:31
|
On Fri, 11 Jul 2003 10:38:30 -0400, Gregory Hinkle <gh...@sa...> wrote: > Try passing the jdkhome variable by placing it in the bin/ide.cfg file. > For example: > > -jdkhome d:\j2sdk1.4.0 Thank you - is that documented somewhere and I missed it? Next question - for which I have searched for an answer in vain - how do I connect MC4J to the MX4J MBeans that are in Tomcat 4.1? Kind regards, Marc -- Marc Palmer Contract Java Consultant/Developer * Available For Hire * See my CV at http://www.anyware.co.uk/marc/ |
From: Gregory H. <gh...@sa...> - 2003-07-11 14:38:39
|
Try passing the jdkhome variable by placing it in the bin/ide.cfg file. For example: -jdkhome d:\j2sdk1.4.0 __ Greg Hinkle -----Original Message----- From: Marc Palmer [mailto:ma...@an...]=20 Sent: Friday, July 11, 2003 7:05 AM To: mc4...@li... Subject: [Mc4j-development] OK Newbie attack Hi, I am trying out MC4J and can't get past first base. I try running it (on Windows) and it tells me it can't find a JDK 1.3 or higher. I have Sun JDK=20 1.4.0_01 installed and it is working fine, but MC4J is "blind" to it. Why is this happening, and how do I tell MC4J where the VM is? I tried=20 running the EXE from a command line after setting JAVA_HOME (and also=20 JDK_HOME) and no difference. Thanks in advance. --=20 Marc Palmer Contract Java Consultant/Developer ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ Mc4j-development mailing list Mc4...@li... https://lists.sourceforge.net/lists/listinfo/mc4j-development |
From: Marc P. <ma...@an...> - 2003-07-11 11:07:24
|
Hi, I am trying out MC4J and can't get past first base. I try running it (on Windows) and it tells me it can't find a JDK 1.3 or higher. I have Sun JDK 1.4.0_01 installed and it is working fine, but MC4J is "blind" to it. Why is this happening, and how do I tell MC4J where the VM is? I tried running the EXE from a command line after setting JAVA_HOME (and also JDK_HOME) and no difference. Thanks in advance. -- Marc Palmer Contract Java Consultant/Developer |
From: SourceForge.net <no...@so...> - 2003-07-01 15:50:08
|
Bugs item #763857, was opened at 2003-07-01 13:06 Message generated for change (Comment added) made by memph You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=763857&group_id=60228 Category: Connections Group: MC4J Application 1.1 Status: Open Resolution: None Priority: 5 Submitted By: Zoltan Sebestyen (memph) Assigned to: Greg Hinkle (ghinkl) Summary: MC4j 1.2 can't connect to JBOSS server Initial Comment: COnnection string is: jnp://localhost:1099 initial context factory: org.jnp.interfaces.NamingContextFactory It throws the following: java.util.NoSuchElementException at java.util.StringTokenizer.nextToken (StringTokenizer.java:232) at org.mc4j.console.connection.JBossConnectionNode.conne ct(JBossConnectionNode.java:148) at org.mc4j.console.connection.DomainNodes.exposeDomain s(DomainNodes.java:62) [catch] at org.mc4j.console.connection.DomainNodes$1.run (DomainNodes.java:52) at java.awt.event.InvocationEvent.dispatch (InvocationEvent.java:178) at java.awt.EventQueue.dispatchEvent (EventQueue.java:448) at java.awt.EventDispatchThread.pumpOneEventForHierarch y(EventDispatchThread.java:197) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:144) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:136) at java.awt.EventDispatchThread.run (EventDispatchThread.java:99) ---------------------------------------------------------------------- Comment By: Zoltan Sebestyen (memph) Date: 2003-07-01 15:36 Message: Logged In: YES user_id=813424 You're right :) Se we can close 'bug' ---------------------------------------------------------------------- Comment By: Greg Hinkle (ghinkl) Date: 2003-07-01 14:36 Message: Logged In: YES user_id=773314 Your probably not selecting a connector before finishing the JBoss connection wizard. There is a bug right now that causes the [Finish] button to be active even before you select a connector, but you must select a connector to be able to connect. If that doesn't work, what version of JBoss are you connecting to? When you use the connection wizard, does it find the JBoss connector(s) and put them in the list? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=763857&group_id=60228 |
From: SourceForge.net <no...@so...> - 2003-07-01 14:36:37
|
Bugs item #763857, was opened at 2003-07-01 08:06 Message generated for change (Comment added) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=763857&group_id=60228 Category: Connections Group: MC4J Application 1.1 Status: Open Resolution: None Priority: 5 Submitted By: Zoltan Sebestyen (memph) >Assigned to: Greg Hinkle (ghinkl) Summary: MC4j 1.2 can't connect to JBOSS server Initial Comment: COnnection string is: jnp://localhost:1099 initial context factory: org.jnp.interfaces.NamingContextFactory It throws the following: java.util.NoSuchElementException at java.util.StringTokenizer.nextToken (StringTokenizer.java:232) at org.mc4j.console.connection.JBossConnectionNode.conne ct(JBossConnectionNode.java:148) at org.mc4j.console.connection.DomainNodes.exposeDomain s(DomainNodes.java:62) [catch] at org.mc4j.console.connection.DomainNodes$1.run (DomainNodes.java:52) at java.awt.event.InvocationEvent.dispatch (InvocationEvent.java:178) at java.awt.EventQueue.dispatchEvent (EventQueue.java:448) at java.awt.EventDispatchThread.pumpOneEventForHierarch y(EventDispatchThread.java:197) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:144) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:136) at java.awt.EventDispatchThread.run (EventDispatchThread.java:99) ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2003-07-01 09:36 Message: Logged In: YES user_id=773314 Your probably not selecting a connector before finishing the JBoss connection wizard. There is a bug right now that causes the [Finish] button to be active even before you select a connector, but you must select a connector to be able to connect. If that doesn't work, what version of JBoss are you connecting to? When you use the connection wizard, does it find the JBoss connector(s) and put them in the list? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=763857&group_id=60228 |
From: SourceForge.net <no...@so...> - 2003-07-01 13:06:55
|
Bugs item #763857, was opened at 2003-07-01 13:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=763857&group_id=60228 Category: Connections Group: MC4J Application 1.1 Status: Open Resolution: None Priority: 5 Submitted By: Zoltan Sebestyen (memph) Assigned to: Nobody/Anonymous (nobody) Summary: MC4j 1.2 can't connect to JBOSS server Initial Comment: COnnection string is: jnp://localhost:1099 initial context factory: org.jnp.interfaces.NamingContextFactory It throws the following: java.util.NoSuchElementException at java.util.StringTokenizer.nextToken (StringTokenizer.java:232) at org.mc4j.console.connection.JBossConnectionNode.conne ct(JBossConnectionNode.java:148) at org.mc4j.console.connection.DomainNodes.exposeDomain s(DomainNodes.java:62) [catch] at org.mc4j.console.connection.DomainNodes$1.run (DomainNodes.java:52) at java.awt.event.InvocationEvent.dispatch (InvocationEvent.java:178) at java.awt.EventQueue.dispatchEvent (EventQueue.java:448) at java.awt.EventDispatchThread.pumpOneEventForHierarch y(EventDispatchThread.java:197) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:144) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:136) at java.awt.EventDispatchThread.run (EventDispatchThread.java:99) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=763857&group_id=60228 |
From: SourceForge.net <no...@so...> - 2003-06-19 18:34:35
|
Support Requests item #757419, was opened at 2003-06-19 18:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493496&aid=757419&group_id=60228 Category: Visual Display Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ravi Varadarajan (ravivar) Assigned to: Nobody/Anonymous (nobody) Summary: mx4j/jboss/weblogic modules not loaded Initial Comment: I built the mc4j applicationas as instructed but when i executed runide.exe, I get the following message Turning on modules: org.openide/1 [4.6 200306190100] org.openide.loaders [4.9 200306190100] org.netbeans.core/1 [1.17 200306190100] org.netbeans.core.windows/1 [1.3 200306190100] org.netbeans.core.ui/1 [1.2 200306190100] org.netbeans.modules.autoupdate/1 [2.8 200306190100] Starting system in full screen (MDI) UI mode. This shows that none of the management node modules such as mx4j or jboss are loaded. Also in mc4j console, I see only FileSystems icon is shown in the explorer. Do I need to set any config file info ? Ravi ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493496&aid=757419&group_id=60228 |
From: SourceForge.net <no...@so...> - 2003-06-19 16:04:51
|
Support Requests item #694410, was opened at 2003-02-27 10:05 Message generated for change (Comment added) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493496&aid=694410&group_id=60228 Category: Connection to Servers >Group: v1.1 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Eric Jain (ejain) >Assigned to: Greg Hinkle (ghinkl) Summary: NullPointerException on connect to JBoss 3.2-RC1 Initial Comment: java.lang.NullPointerException at java.util.TreeSet.addAll(TreeSet.java:240) at org.mc4j.console.connection.ConnectionNode.loadConnecti onNodeChildren(ConnectionNode.java:167) at org.mc4j.console.connection.RefreshAction.performAction (Unknown Source) at org.openide.util.actions.NodeAction.performAction (NodeAction.java:179) at org.openide.util.actions.NodeAction.actionPerformed (NodeAction.java:170) at org.netbeans.core.ModuleActions$1.run (ModuleActions.java:104) at org.openide.util.Task.run(Task.java:136) [catch] at org.openide.util.RequestProcessor$Processor.run (RequestProcessor.java:599) ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2003-06-19 11:04 Message: Logged In: YES user_id=773314 The 1.2b1 release will now use the classes from whatever jboss install you have. This should cover the 3.x releases. ---------------------------------------------------------------------- Comment By: Pat Moore (patmoore) Date: 2003-05-13 16:31 Message: Logged In: YES user_id=741219 Using jboss 3.2 : I copied the jboss files over as mentioned in the kc4j readme and it worked. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493496&aid=694410&group_id=60228 |
From: SourceForge.net <no...@so...> - 2003-06-19 16:00:29
|
Support Requests item #720003, was opened at 2003-04-11 18:47 Message generated for change (Comment added) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493496&aid=720003&group_id=60228 Category: Connection to Servers Group: v1.0 >Status: Pending Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: java.io.NotSerializableException: org.mc4j..NotificationNode Initial Comment: When trying to "Listen" to a Notification on a Custom MBean of mine I get this error. The OS is Windows XP and the application server is Weblogic 8.1B. Modifying attributes and excuting opertations on my custom MBean works fine. I have attached the ide.log. ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2003-06-19 11:00 Message: Logged In: YES user_id=773314 The NotificationHandler used by MC4J is now serializable (as of 1.2b1), unfortunately though to use this with weblogic, you'll need to put the mc4j classes into the weblogic classpath. I don't think there is a way to have WL use rmi classloading to get it. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-11 18:49 Message: Logged In: NO Oh yea, this is who I am: John Tumminaro joh...@ch... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493496&aid=720003&group_id=60228 |
From: SourceForge.net <no...@so...> - 2003-06-19 15:14:52
|
Support Requests item #756002, was opened at 2003-06-17 11:06 Message generated for change (Comment added) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493496&aid=756002&group_id=60228 Category: None Group: None >Status: Pending Resolution: None Priority: 5 Submitted By: Ravi Varadarajan (ravivar) >Assigned to: Greg Hinkle (ghinkl) Summary: building new mc4j Initial Comment: I am trying to build a new mc4j application. After I installed mc4j source directory, I installed NetBean Platform (Trunk) in the location specified in build instructions and renamed the folder to mc4j. My development source tree is as follows: c:\ mc4j\ application\ mc4j (netbean platform)\ bin lib modules system .. src\ org\ mc4j\ I changed ant.developer.properties file to have the following: application.install = C:/mc4j/application/mc4j When I did ant compile jars brand install run The run target gave the following error: Exception in thread "main" java.lang.NoSuchMethodError at org.netbeans.JarClassLoader$JarSource.<init> (JarClassLoader.java:356) at org.netbeans.JarClassLoader.<init> (JarClassLoader.java:65) at org.netbeans.JarClassLoader.<init> (JarClassLoader.java:47) at org.netbeans.Main$BootClassLoader.<init> (Main.java:92) at org.netbeans.Main.main(Main.java:71) Ravi ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2003-06-19 10:14 Message: Logged In: YES user_id=773314 It seems you're trying to run this on a JRE prior 1.4. The JarSource class uses File.toURI which was added in 1.4. I guess thats the price of working with the latest platform builds. Updating the ide.cfg file to have a "-jdkhome" property that points at a sdk 1.4 install should fix this problem. Also, you'll need to add the following properties to that file: -J-Xverify:none -J-Dnetbeans.logger.console=true -J-Dnetbeans.debug.exceptions=true -J-Dorg.netbeans.core.modules.NbInstaller.noAutoDeps=true That last property is due to the fact that they added stricter classloading symantics in the trunk. That property will work around it for now. (And I'll make sure these things get into the build document) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493496&aid=756002&group_id=60228 |
From: Gregory H. <gh...@sa...> - 2003-05-12 21:39:24
|
There are properties for the active thread count and amount of free memory available. These are available on the MBean called [jboss.system:type=ServerInfo]. You can browse down to this bean, open its attributes and then right click on one to create a graph of it (multi-select / right click to create compound graphs). As for the rest, I am not sure of JMX support for the threads of tomcat or the number of sessions. I know they're working on broader support and you can compile tomcat with JMX support these days, but I don't see much in the default jboss-tomcat integration. -----Original Message----- From: Keith Cheng [mailto:mr...@ya...] Sent: Monday, May 12, 2003 6:23 AM To: mc4...@li... Subject: [Mc4j-development] How to use mc4j to monitor JBoss server CPU and threadings? Hi all, I am new to JBoss/JMX and my client requires to monitor the JBoss in great details such as CPU usage, threading in JBoss/Tomcat, how many HttpProcessors(tomcat) have been created, how many active session etc. Then I found mc4j and it seems very good for us. I know that I have to write some specific monitor/jmx but when I look at the "screen-shot", I found that there are 2 "graphical" monitors showing "FreeMemory" and "ActiveThreadCount". They are very good examples for us to show our clients the ability of JBoss/JMX. Can anyone tell me how to config the mc4j to show these 2 monitors? I have downloaded the latest mc4j and connect to my JBoss but unable to create anything looks like the "screen-shot". Are the "FreeMemory" and "ActiveThreadCount" provided by JBoss by default? I am using the "jboss-3.0.4_tomcat-4.1.12". Thx in advance. Regards, -- Keith Cheng _________________________________________________________ 第二世(謝霆鋒),習慣失戀(容祖兒),兄妹(陳奕迅)... Yahoo! 鈴聲下載 http://ringtone.yahoo.com.hk ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ Mc4j-development mailing list Mc4...@li... https://lists.sourceforge.net/lists/listinfo/mc4j-development |
From: <mr...@ya...> - 2003-05-12 10:23:25
|
Hi all, I am new to JBoss/JMX and my client requires to monitor the JBoss in great details such as CPU usage, threading in JBoss/Tomcat, how many HttpProcessors(tomcat) have been created, how many active session etc. Then I found mc4j and it seems very good for us. I know that I have to write some specific monitor/jmx but when I look at the "screen-shot", I found that there are 2 "graphical" monitors showing "FreeMemory" and "ActiveThreadCount". They are very good examples for us to show our clients the ability of JBoss/JMX. Can anyone tell me how to config the mc4j to show these 2 monitors? I have downloaded the latest mc4j and connect to my JBoss but unable to create anything looks like the "screen-shot". Are the "FreeMemory" and "ActiveThreadCount" provided by JBoss by default? I am using the "jboss-3.0.4_tomcat-4.1.12". Thx in advance. Regards, -- Keith Cheng _________________________________________________________ 第二世(謝霆鋒),習慣失戀(容祖兒),兄妹(陳奕迅)... Yahoo! 鈴聲下載 http://ringtone.yahoo.com.hk |
From: Gregory H. <gh...@sa...> - 2003-04-30 12:54:27
|
V2hhdCB2ZXJzaW9uIG9mIE1YNEogYXJlIHlvdSB0cnlpbmcgdG8gY29ubmVjdCB0bz8gSXQgbWF5 IGJlIGEgdmVyc2lvbiBpbmNvbXBhdGliaWxpdHkuDQoNCgktLS0tLU9yaWdpbmFsIE1lc3NhZ2Ut LS0tLSANCglGcm9tOiBHcm9zYW0gKGV4dCkgTWF0dGhpYXMgW21haWx0bzpNYXR0aGlhcy5Hcm9z YW0uZXh0QG1lZC5zaWVtZW5zLmRlXSANCglTZW50OiBUdWUgNC8yOS8yMDAzIDg6NDcgQU0gDQoJ VG86ICdtYzRqLWRldmVsb3BtZW50QGxpc3RzLnNvdXJjZWZvcmdlLm5ldCcgDQoJQ2M6IA0KCVN1 YmplY3Q6IFtNYzRqLWRldmVsb3BtZW50XSBjb25uZWN0aW5nIHRvIG14NGogam14IHNlcnZlcg0K CQ0KCQ0KDQoJaGVsbG8sDQoJDQoJd2hpbGUgdXNpbmcgbWM0aiBtYW5hZ2VtZW50IGNvbnNvbGUg dG8gY29ubmVjdCByZW1vdGVseSB0byB0aGUgbXg0aiBzZXJ2ZXINCgl2aWEgSlJNUCBjb25uZWN0 b3IsIGZvbGxvd2luZyBleGNlcHRpb24gaGFwcGVuczoNCgkNCglqYXZhLmxhbmcuQ2xhc3NDYXN0 RXhjZXB0aW9uDQoJICAgICAgICBhdA0KCW14NGouY29ubmVjdG9yLnJtaS5qcm1wLkpSTVBDb25u ZWN0b3IubmFycm93KEpSTVBDb25uZWN0b3IuamF2YToyOCkNCgkgICAgICAgIGF0IG14NGouY29u bmVjdG9yLnJtaS5STUlDb25uZWN0b3IuY29ubmVjdChSTUlDb25uZWN0b3IuamF2YTo3MikNCgkg ICAgICAgIGF0DQoJb3JnLm1jNGouY29uc29sZS5jb25uZWN0aW9uLk14NGpDb25uZWN0aW9uTm9k ZS5jb25uZWN0KE14NGpDb25uZWN0aW9uDQoJTm9kZS5qYXZhOjgyKQ0KCVtjYXRjaF0gYXQNCglv cmcubWM0ai5jb25zb2xlLmNvbm5lY3Rpb24uTXg0akNvbm5lY3Rpb25Ob2RlLjxpbml0PihNeDRq Q29ubmVjdGlvbk4NCglvZGUuamF2YTo2MSkNCgkgICAgICAgIGF0IG9yZy5tYzRqLmNvbnNvbGUu Q29ubmVjdEFjdGlvbi5wZXJmb3JtQWN0aW9uKFVua25vd24gU291cmNlKQ0KCSAgICAgICAgYXQN Cglvcmcub3BlbmlkZS51dGlsLmFjdGlvbnMuTm9kZUFjdGlvbi5wZXJmb3JtQWN0aW9uKE5vZGVB Y3Rpb24uamF2YToxNzkNCgkpDQoJICAgICAgICBhdA0KCW9yZy5vcGVuaWRlLnV0aWwuYWN0aW9u cy5Ob2RlQWN0aW9uLmFjdGlvblBlcmZvcm1lZChOb2RlQWN0aW9uLmphdmE6MQ0KCTcwKQ0KCSAg ICAgICAgYXQgb3JnLm5ldGJlYW5zLmNvcmUuTW9kdWxlQWN0aW9ucyQxLnJ1bihNb2R1bGVBY3Rp b25zLmphdmE6MTA0KQ0KCSAgICAgICAgYXQgb3JnLm9wZW5pZGUudXRpbC5UYXNrLnJ1bihUYXNr LmphdmE6MTM2KQ0KCSAgICAgICAgYXQNCglvcmcub3BlbmlkZS51dGlsLlJlcXVlc3RQcm9jZXNz b3IkUHJvY2Vzc29yLnJ1bihSZXF1ZXN0UHJvY2Vzc29yLmphdmENCgk6NTk5KQ0KCQ0KCWNhbiBh bnlib2R5IGhlbHAgbWU/DQoJDQoJdGhhbmtzIGluIGFkdmFuY2UNCgltYXR0aGlhcw0KCQ0KCQ0K CQ0KCS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0NCglUaGlzIHNmLm5ldCBlbWFpbCBpcyBzcG9uc29yZWQgYnk6VGhpbmtHZWVrDQoJV2VsY29t ZSB0byBnZWVrIGhlYXZlbi4NCglodHRwOi8vdGhpbmtnZWVrLmNvbS9zZg0KCV9fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fDQoJTWM0ai1kZXZlbG9wbWVudCBt YWlsaW5nIGxpc3QNCglNYzRqLWRldmVsb3BtZW50QGxpc3RzLnNvdXJjZWZvcmdlLm5ldA0KCWh0 dHBzOi8vbGlzdHMuc291cmNlZm9yZ2UubmV0L2xpc3RzL2xpc3RpbmZvL21jNGotZGV2ZWxvcG1l bnQNCgkNCg0K |
From: Grosam (e. M. <Mat...@me...> - 2003-04-29 12:49:01
|
hello, while using mc4j management console to connect remotely to the mx4j server via JRMP connector, following exception happens: java.lang.ClassCastException at mx4j.connector.rmi.jrmp.JRMPConnector.narrow(JRMPConnector.java:28) at mx4j.connector.rmi.RMIConnector.connect(RMIConnector.java:72) at org.mc4j.console.connection.Mx4jConnectionNode.connect(Mx4jConnection Node.java:82) [catch] at org.mc4j.console.connection.Mx4jConnectionNode.<init>(Mx4jConnectionN ode.java:61) at org.mc4j.console.ConnectAction.performAction(Unknown Source) at org.openide.util.actions.NodeAction.performAction(NodeAction.java:179 ) at org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:1 70) at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:104) at org.openide.util.Task.run(Task.java:136) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java :599) can anybody help me? thanks in advance matthias |
From: john l. <joh...@ya...> - 2003-01-12 06:25:12
|
the About-Details window/Tab in the application says IDE/1 Spec = 3.6 impl=200208280100 I dont see netbeans platform release 3.6. The latest seems to be 3.4. can anyone tell me how to find this out? thanks __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: john l. <joh...@ya...> - 2003-01-12 06:18:45
|
Hi. here is a ant javadoc target along with the accompaning property names. This simplifies creating javadocs in the mc4j/docs directory. just cut and paste under the dashed line in the the mc4j/buid.xml. this is a quick and dirty thing to generate some docs out of the src and hopefully get a better idea how mc4j works that I wanted to share. if there is a better way of contributing I will do so, but not sure if we can commit to CVS given that I don't see much activity since mc4j last release. j. --------------------------------------- <property name="module.name" value="mc4j" /> <property name="javadoc.packages" value="org.*" /> <property name="javadoc.dest.dir" value="docs" /> <property name="src.dir" value="src" /> <path id="project.class.path"> <pathelement location="${src.dir}"/> <fileset dir="lib"> <include name="**/*.jar"/> </fileset> </path> <target name="javadoc" depends="compile" description="generate javadocs in docs direcotry"> <echo message="${module.name}"/> <javadoc packagenames="${javadoc.packages}" sourcepath="${src.dir}" excludepackagenames="**.test.*,**.test" destdir="${javadoc.dest.dir}" classpathref="project.class.path" windowtitle="${module.name}"> </javadoc> </target> ------------------------------------------------------ __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: Richard E. <rem...@ou...> - 2002-12-13 17:32:55
|
when one right clicks on an attribute in mc4j (mx4j connector) I get a pop up which displays graph (which maybe enabled) and properties. I have never seen anything indicating that one can enter a new value for the attribute. how/where does one enter a new value? the attributes in question all have setters and getters. the MBeans are standard MBeans, not dynamic - does that make a difference? richard |
From: Richard E. <rem...@ou...> - 2002-12-13 17:29:56
|
Is it possible for mc4j to register for an MBean's attribute change notification events? (so that when the application changes the value of the attribute, mc4j can automagically display the new value). Richard |
From: Jeffrey S. <Jef...@or...> - 2002-11-09 01:41:46
|
I was wondering if there was a basic estimate of the work needed to add support for another app server (files to be change/created, etc.) When J2EE 1.4 comes of age this seems like this might be desired. Thanks -- Jeff |
From: Callies, P. <Pet...@Mc...> - 2002-10-15 19:10:36
|
Thanks. Now I get a bunch of unresolvable symbols. Is there a readme file or something that explains the build dependencies? Peter Callies McKesson Information Solutions Transaction Solutions Hub mailto:pet...@mc... <mailto:pet...@mc...> Phone: (952) 814-7163 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -----Original Message----- From: Gregory Hinkle [mailto:gh...@sa...] Sent: Tuesday, October 15, 2002 10:01 AM To: Callies, Peter; 'mc4...@li...' Subject: RE: [Mc4j-development] Build requirements You'll need to upgrade the version of ant that your using. 1.5 is required for MC4J. -----Original Message----- From: Callies, Peter [ mailto:Pet...@Mc... <mailto:Pet...@Mc...> ] Sent: Monday, October 14, 2002 11:36 AM To: 'mc4...@li...' Subject: [Mc4j-development] Build requirements I checked the source out and I'm trying to build, but I'm getting the following error. What, other than Ant, is required to build? C:\mc4j\mc4j\build.xml:60: The <jar> task doesn't support the nested " zipgroupfileset" element. Peter Callies McKesson Information Solutions Transaction Solutions Hub mailto:pet...@mc... <mailto:pet...@mc...> Phone: (952) 814-7163 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf <http://thinkgeek.com/sf> _______________________________________________ Mc4j-development mailing list Mc4...@li... https://lists.sourceforge.net/lists/listinfo/mc4j-development <https://lists.sourceforge.net/lists/listinfo/mc4j-development> |
From: Gregory H. <gh...@sa...> - 2002-10-15 15:01:39
|
You'll need to upgrade the version of ant that your using. 1.5 is required for MC4J. -----Original Message----- From: Callies, Peter [mailto:Pet...@Mc...] Sent: Monday, October 14, 2002 11:36 AM To: 'mc4...@li...' Subject: [Mc4j-development] Build requirements I checked the source out and I'm trying to build, but I'm getting the following error. What, other than Ant, is required to build? C:\mc4j\mc4j\build.xml:60: The <jar> task doesn't support the nested " zipgroupfileset" element. Peter Callies McKesson Information Solutions Transaction Solutions Hub mailto:pet...@mc... Phone: (952) 814-7163 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mc4j-development mailing list Mc4...@li... https://lists.sourceforge.net/lists/listinfo/mc4j-development |