[JBoss-user] JBoss with WebLogic

2002-11-08 Thread Kazandjian Erik
Hi,   I have to use some Entity EJB's that are deployed on a BEA Weblogic 6.1 server. Has anyone any expierence with this. With jar files should I have on the Jboss 3.0.2  side in order to communicate with the EntityBean on WebLogic. Do I need the complete weblogic.jar (26 MB) on the JBoss s

RE: [JBoss-user] JBOss server : HTTP Error: Internal server Error

2002-11-07 Thread Kazandjian Erik
? OS ? JVM ? etc ? Jules Kazandjian Erik wrote: > Is there anyone who can connect to the JBoss server. I always get > > > > > HTTP ERROR: 500 Internal Server Error > > RequestURI=/ > &g

[JBoss-user] JBOss server : HTTP Error: Internal server Error

2002-11-07 Thread Kazandjian Erik
Is there anyone who can connect to the JBoss server. I always get   HTTP ERROR: 500 Internal Server Error RequestURI=/     Thanks Erik

[JBoss-user] (no subject)

2002-11-04 Thread Kazandjian Erik
Hello again,I'm trying to register a fully configured modelMBean using a remote RMIConnector  but it seems that in jboss 3.0.2 the RemoteMBeanServer does not have this method. How can I register an MBean then? I first tried createMBean but the Management forums learned me that modelMBeans mu

[JBoss-user] registerMBean not supported ?

2002-11-04 Thread Kazandjian Erik
Hello again,I'm trying to register a fully configured modelMBean using a remote RMIConnector  but it seems that in jboss 3.0.2 the RemoteMBeanServer does not have this method. How can I register an MBean then? I first tried createMBean but the Management forums learned me that modelMBeans m

[JBoss-user] Unregistering MBeans with HTTPAdaptor

2002-11-04 Thread Kazandjian Erik
Hi,   I've switched from JBoss 2.4.3 to JBoss 3.0.2. When I have MBeans registered, is there a way to unregister them with the jmx-console like there was in previous versions ?   Erik

[JBoss-user] createMBean : NullPointerException

2002-11-04 Thread Kazandjian Erik
Hi,I've switched to JBoss 3.0.2 and I'm still trying to register a ModelMBean. I make a connection to the MBeanServer (from a remote client) with the following callRemoteMBeanServer connector = new RMIConnectorImpl ( (RMIAdaptor) this.initialContext.lookup("jmx:server:rmi"));After that I cal

RE: [JBoss-user] ModelMBean class not found

2002-10-25 Thread Kazandjian Erik
EMAIL PROTECTED]'Subject: RE: [JBoss-user] ModelMBean class not found It sounds as if you haven't put your MBean implementation class in a place where JBoss can find it, e.g. in a JAR file in default/server/lib.   Benjamin -Original Message-From: Kazandjian

[JBoss-user] ModelMbeans help please

2002-10-25 Thread Kazandjian Erik
Hi,   I'm trying to implment a simple model MBean with one attribute and one getter for that attribute. Everything seems to compile but when I look in the agent the MBean is registered but a detail view always gives a class not found exception (in the browser) of the class that is my managed

[JBoss-user] ModelMBean class not found

2002-10-25 Thread Kazandjian Erik
Hello,   I've managed to create my first modelmbean with a simple getter operation. However when I look at it in the agent I get an error saying : "UNAVAILABLE: javax.management.MBeanException wraps [javax.management.ReflectionException: The target object class jmx.erik.MYBean could not be f

RE: [JBoss-user] Port 8082

2002-10-24 Thread Kazandjian Erik
Thanks   It works.   Erik -Original Message-From: Greg Turner [mailto:[EMAIL PROTECTED]]Sent: donderdag 24 oktober 2002 16:18To: [EMAIL PROTECTED]Subject: Re: [JBoss-user] Port 8082Try this:http://localhost:8080/jmx-consoleKazandjian Erik wrote: Hello,  

[JBoss-user] Port 8082

2002-10-24 Thread Kazandjian Erik
Hello,   I'v installed JBoss 3.0.2 and tried to connect to poret 8082 to have access to the JMX agent, but I get no response. Does anybody know what I might do wrong ?   Erik  

[JBoss-user] JMX RMI connection

2002-10-22 Thread Kazandjian Erik
Hi there,   I would like to add a Model MBean to the JBoss MBeanServer. How can I determine on which port I have to connect my RMIConnectorClient   Thanks   Erik   PS: I'm using JBoss 2.4.3

[JBoss-user] SNMP + JBoss

2002-10-15 Thread Kazandjian Erik
Hello,   We are using JBoss as our development application server for a new project. We have to provide some statistics and counter info to a managment system based on SNMP. Is there a SNMP agent in JBoss that can be used by the JMX framework ?   Thanks   Erik

[JBoss-user] Accessing MBean attributes

2001-12-20 Thread Kazandjian Erik
Hi, I'm integrating the jakarta fulcrul scheduler into jboss. I've added a mbean to start the scheduler. tHis works fine, but can someone tell me how I can access the attributes of an mbean in the jboss.jcml file ? Erik ___ JBoss-user mailing list [EM

RE: [JBoss-user] Timer bean

2001-12-12 Thread Kazandjian Erik
Would it be possible to send me some sample code ? Erik -Original Message- From: Coetmeur, Alain [mailto:[EMAIL PROTECTED]] Sent: woensdag 12 december 2001 09:46 To: 'Kazandjian Erik'; jboss-user@lists. sourceforge. net (E-mail) Subject: RE: [JBoss-user] Timer bean >

[JBoss-user] Timer bean

2001-12-12 Thread Kazandjian Erik
Is there a way to use the timer Mbean and the scheduler service in jboss2.4.3. Has anyone tried it before? What exactly is the purpose of the schedular service, can I use it to call a specific method on an instance at a given moment. Has anyone an example of these services that go a bit further t

[JBoss-user] Tomcat garbage collection

2001-12-06 Thread Kazandjian Erik
Hello, Does anybody knows when tomcat releases a form (gc's it) and is there a way to force this (eg a parameter that specifies an interval ). We are useing JBoss2.4.3-Tomcat 3.2.3 Thanks Erik ___ JBoss-user mailing list [EMAIL PROTECTED] https://li

RE: [JBoss-user] Transaction Problems with JBoss 2.4.1

2001-11-22 Thread Kazandjian Erik
: Kazandjian Erik Cc: '[EMAIL PROTECTED]' Subject: Re: [JBoss-user] Transaction Problems with JBoss 2.4.1 Kazandjian Erik wrote: > Hi, > > I made a simple entity bean which runs on jboss 2.4.1. I also made a client > that creates 100 beans who are stored via CMP into the database (p

RE: [JBoss-user] Transaction Problems with JBoss 2.4.1

2001-11-22 Thread Kazandjian Erik
action managers, because I have to admit we just copied some examples and they work fine as long as one client is connected ? Erik -Original Message- From: danch [mailto:[EMAIL PROTECTED]] Sent: vrijdag 23 november 2001 03:41 To: Kazandjian Erik Cc: '[EMAIL PROTECTED]' Subject: Re:

[JBoss-user] Transaction Problems with JBoss 2.4.1

2001-11-22 Thread Kazandjian Erik
Hi, I made a simple entity bean which runs on jboss 2.4.1. I also made a client that creates 100 beans who are stored via CMP into the database (postgres). However if I try to run 2 clients simmultaniously I get the following error : testCMP(com.siemens.square.test.cmptest.TestCMPFacade) javax.e

[JBoss-user] Transaction Problems with JBoss 2.4.1

2001-11-22 Thread Kazandjian Erik
Hi, I made a simple entity bean which runs on jboss 2.4.1. I also made a client that creates 100 beans who are stored via CMP into the database (postgres). However if I try to run 2 clients simmultaniously I get the following error : testCMP(com.siemens.square.test.cmptest.TestCMPFacade) javax.e