> -----Urspr> üngliche Nachricht-----
> Von:  [EMAIL PROTECTED] 
>[SMTP:[EMAIL PROTECTED]]
> Gesendet am:  Montag, 2. Juli 2001 02:57
> An:   [EMAIL PROTECTED]
> Betreff:      JBoss-user digest, Vol 1 #984 - 12 msgs
> 
> Send JBoss-user mailing list submissions to
>       [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://lists.sourceforge.net/lists/listinfo/jboss-user
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of JBoss-user digest..."
> 
> 
> Today's Topics:
> 
>    1. JBoss - Tomcat v Resin (Vinay Menon)
>    2. Opta2000 for MS SQLServer2000 - com.inet.tds.XDataSource (Vincent Harcq)
>    3. Re: what is jboss-web.xml (G.L. Grobe)
>    4. Re: how to configure mutiple datasource in jboss.jcml (Burkhard Vogel)
>    5. RE: TCP FIN scans (marc fleury)
>    6. RE: Opta2000 for MS SQLServer2000 - com.inet.tds.XDataSource (Vincent Harcq)
>    7. Re: TCP FIN scans (G.L. Grobe)
>    8. JDBC Drivers (Chris Tragas)
>    9. Re: ServiceUnavailableException Error !!! (Tobias Frech)
>   10. Boot script (Hastings)
>   11. CMP Memory Leak ([EMAIL PROTECTED])
>   12. RE: CMP Memory Leak (marc fleury)
> 
> --__--__--
> 
> Message: 1
> From: "Vinay Menon" <[EMAIL PROTECTED]>
> To: "User @ JBoss" <[EMAIL PROTECTED]>
> Date: Sun, 1 Jul 2001 23:11:17 +0100
> Subject: [JBoss-user] JBoss - Tomcat v Resin
> Reply-To: [EMAIL PROTECTED]
> 
> Has anyone tried using JBoss with Resin. They claim to be the fastest
> servlet engine around [among others!] and was wondering what your
> impressions of it were. Believe that it *not* having an integrated VM with
> JBoss would offset it a bit.
> 
> Many thanks in advance
> 
> Vinay
> 
> 
> 
> --__--__--
> 
> Message: 2
> From: "Vincent Harcq" <[EMAIL PROTECTED]>
> To: "User JBoss" <[EMAIL PROTECTED]>
> Date: Mon, 2 Jul 2001 00:39:43 +0200
> Subject: [JBoss-user] Opta2000 for MS SQLServer2000 - com.inet.tds.XDataSource
> Reply-To: [EMAIL PROTECTED]
> 
> Hi,
> I got an exception at deployment time of entity beans linked to a MS SQL
> Server 2000 database when I use the configuration from the doc; which
> isusing com.inet.tds.XDataSource instead of
> org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl.
> I found something for Oracle for the definition of XidClassName.  Is there
> something similar for Opta2000?  I have searched the Opta2000.jar without
> success.
> I use the demo version wich is limitted to 2 connections.  Could it be that?
> 
> TIA.
> Vincent.
> 
> The Exception is :
> 
> XAException: tx=XidImpl [FormatId=257, GlobalId=harcq//0, BranchQual=]
> errorCode=XAER_NOTA
> javax.transaction.xa.XAException: The Xid is not valid.(XidImpl
> [FormatId=257, GlobalId=harcq//0, BranchQual=1]) resource
> manager:com.inet.tds.k@64ab4d
>      at com.inet.tds.k.if(Unknown Source)
>      at com.inet.tds.k.for(Unknown Source)
>      at com.inet.tds.k.end(Unknown Source)
>      at org.jboss.tm.TxCapsule.endResource(TxCapsule.java:1129)
>      at org.jboss.tm.TxCapsule.delistResource(TxCapsule.java:523)
>      at org.jboss.tm.TransactionImpl.delistResource(TransactionImpl.java:99)
>      at
> org.jboss.pool.jdbc.xa.XAConnectionFactory$2.closeConnection(XAConnectionFac
> tory.java:97)
>      at
> org.jboss.pool.jdbc.xa.XAConnectionFactory$2.connectionClosed(XAConnectionFa
> ctory.java:82)
>      at com.inet.pool.c.a(Unknown Source)
>      at com.inet.tds.k.a(Unknown Source)
>      at com.inet.pool.a.close(Unknown Source)
>      at
> org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand.jdbcExecute(JDBCCommand.java:190
> )
>      at
> org.jboss.ejb.plugins.jaws.jdbc.JDBCInitCommand.execute(JDBCInitCommand.java> 
> :132)
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> 
> --__--__--
> 
> Message: 3
> From: "G.L. Grobe" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-user] what is jboss-web.xml
> Date: Sun, 1 Jul 2001 17:46:12 -0500
> Reply-To: [EMAIL PROTECTED]
> 
> Link the ejb-refs in jboss.xml to their jndi name? I need to do this even if
> the names have stayed the same and I havn't changed them?
> 
> According to the sections "Registering a bean with a JNDI deployment name
> different than the ejb-name" and "Declaring an Internal EJB reference", I
> shouldn't have to do this.
> 
> I'll give it a try, but, I don't understand why I'd have to.
> 
> Thnxs
> 
> ----- Original Message -----
> From: "Allen fogleson" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, July 01, 2001 5:02 PM
> Subject: Re: [JBoss-user] what is jboss-web.xml
> 
> 
> > you have to link your ejb-refs in jboss.xml to their jndi name. (also
> > resource refs, etc)
> >
> > jboss-web.xml does similar things in web apps.
> >
> > ----- Original Message -----
> > From: G.L. Grobe <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Sunday, July 01, 2001 5:29 PM
> > Subject: [JBoss-user] what is jboss-web.xml
> >
> >
> > > Why does auto deploy suggest I use the jboss-web.xml file. I don't know
> > this
> > > file nor can I find any docs on it.
> > >
> > > I've got a session that calls an entity and they are both packaged in
> the
> > > same ejb.jar file and run on the same JBoss server instance. So I've
> used
> > > the <ejb-link> tag inside the <ejb-ref>'s in my ejb-jar.xml file and
> > > dismissed any use of jboss.xml, but jboss-web.xml?.
> > >
> > > I've included the two bean descriptor sections from ejb-jar.xml and the
> > > error output.
> > >
> > > [Auto deploy] Linking ejb-ref:
> > >
> > > ejb/com.neuroquest.cais.ejb.session.initBuild.InitBuildHome
> > >                  to JNDI name: null
> > > [Auto deploy] javax.naming.NamingException: ejb-ref:
> > >
> > > ejb/com.neuroquest.cais.ejb.session.initBuild.InitBuildHome
> > >                 , expected jndi-name in jboss-web.xml
> > >
> > > ----------------- snip of ejb-jar.xml --------------------------
> > >    <session>
> > >    <ejb-name>InitBuild</ejb-name>
> > >
> > >
> >
> <ejb-class>com.neuroquest.cais.ejb.session.initBuild.InitBuildBean</ejb-clas
> > > s>
> > >    <home>com.neuroquest.cais.ejb.session.initBuild.InitBuildHome</home>
> > >    <remote>com.neuroquest.cais.ejb.session.initBuild.InitBuild</remote>
> > >    <session-type>Stateful</session-type>
> > >    <transaction-type>Container</transaction-type>
> > >    <ejb-ref>
> > >       <ejb-ref-name>ejb/Build</ejb-ref-name>
> > >       <ejb-ref-type>Entity</ejb-ref-type>
> > >       <home>com.neuroquest.cais.ejb.entity.build.BuildHome</home>
> > >       <remote>com.neuroquest.cais.ejb.entity.build.Build</remote>
> > >       <ejb-link>Build</ejb-link>
> > >    </ejb-ref>
> > >    </session>
> > >
> > >    <entity>
> > >    <ejb-name>Build</ejb-name>
> > >    <ejb-class>com.neuroquest.cais.ejb.entity.build.BuildBean</ejb-class>
> > >    <home>com.neuroquest.cais.ejb.entity.build.BuildHome</home>
> > >    <remote>com.neuroquest.cais.ejb.entity.build.Build</remote>
> > >    <persistence-type>Bean</persistence-type>
> > >
> > >
> >
> <prim-key-class>com.neuroquest.cais.ejb.entity.build.BuildPK</prim-key-class
> > > >
> > >    <reentrant>False</reentrant>
> > >    </entity>
> > > ---------------- snip of ejb.jar.xml ------------------------
> > > (More error output from JBoss...)
> > >
> > > [Container factory] Deploying Account
> > > [Container factory] Deploying Build
> > > [Container factory] Deploying ConfigBuild
> > > [Container factory] Deploying DBaseFetch
> > > [Container factory] Deploying ConfigTools> 
> > > [Container factory] Deploying InitBuild
> > > [Bean Cache] Cache policy scheduler started
> > > [Container factory] Deployed application:
> > >
> >
> file:/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/tmp/deploy/Default/acais-1.0.e
> > > ar
> > > [J2EE Deployer Default] Starting module acais-web.war
> > > [Auto deploy] deploy, ctxPath=/acais,
> > >
> >
> warUrl=file:/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/tmp/deploy/Default/acai
> > > s-1.0.ear/web1003/
> > > 2001-07-01 05:32:09 - ContextManager: Adding context Ctx( /acais )
> > > [Auto deploy] AbstractWebContainer.parseWebAppDescriptors, Begin
> > > [Auto deploy] addEnvEntries
> > > [Auto deploy] linkResourceRefs
> > > [Auto deploy] linkEjbRefs
> > > [Auto deploy] Linking ejb-ref:
> > >
> > > ejb/com.neuroquest.cais.ejb.session.initBuild.InitBuildHome
> > >                  to JNDI name: null
> > > [Auto deploy] javax.naming.NamingException: ejb-ref:
> > >
> > > ejb/com.neuroquest.cais.ejb.session.initBuild.InitBuildHome
> > >                 , expected jndi-name in jboss-web.xml
> > > [Auto deploy]   at
> > >
> >
> org.jboss.web.AbstractWebContainer.linkEjbRefs(AbstractWebContainer.java:359
> > > )
> > > ...
> > >
> > >
> > > TIA
> > >
> > >
> > > _______________________________________________
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> 
> 
> 
> --__--__--
> 
> Message: 4
> From: "Burkhard Vogel" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-user] how to configure mutiple datasource in jboss.jcml
> Date: Mon, 2 Jul 2001 00:58:26 +0200
> Reply-To: [EMAIL PROTECTED]
> 
> Hi,
> do you eally nead two different Datasource, or do you want to access two
> different Tables of the same database? In the second case you dont need a
> second DS. However if you need to have to diffeerent DBs accessed you need
> to set the <mbean .... name=Poolname1"> and I would recoment to set
> <attribute name="PoolName">Poolname1</attribute> for Pool1 and <mbean ....
> name=Poolname2"> and <attribute name="PoolName">Poolname2</attribute> for
> Pool2.
> These Pools should be mapped to jdbc/Pool1 and jdbc/Pool2 in jboss.xml and
> can then be looked up as Object obj = new
> InitialContext().lookup("java:/comp/env/jdbc/Pool1");
> Hope this helps..
> Burkhard
> ----- Original Message -----
> From: "still" <[EMAIL PROTECTED]>
> To: "jboss-user" <[EMAIL PROTECTED]>
> Sent: Sunday, July 01, 2001 6:15 PM
> Subject: [JBoss-user] how to configure mutiple datasource in jboss.jcml
> 
> 
> who could tell me how the jboss.jcml should be like if i want to use 2
> jdbc:odbc datasource in jboss?
> how will the mbean look like?
> The 2 datasource use the same database driver: jdbc:odbc
> suggest there is 2 entitybean .each one presents  a table in its datasource.
> 
> entitybeanA :  jdbc:odbc:test1  ,tablename: testtable1
> entitybeanB:   jdbc:odbc:test2  ,tablename: testtable2
> 
> i had thought the following code will be ok:
> <mbean code="org.jboss.jdbc.XADataSourceLoader" name=
> DefaultDomain:service=XADataSource,name=JetEngineDB">
>  <attribute name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper
> XADataSourceImpl</attribute>
>  <attribute name="PoolName">InterBaseDS</attribute>
>  <attribute name="URL">jdbc:odbc:ejbdatasouce11</attribute>
>   <attribute name="JDBCUser"></attribute>
>  <attribute name="Password"></attribute>
>  </mbean>
> 
> <mbean code="org.jboss.jdbc.XADataSourceLoader" name=
> DefaultDomain:service=XADataSource,name=JetEngineDB">
>  <attribute name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper
> XADataSourceImpl</attribute>> 
>  <attribute name="PoolName">InterBa> seDS</attribute>
>  <attribute name="URL">jdbc:odbc:ejbdatasouce22</attribute>
>   <attribute name="JDBCUser"></attribute>
>  <attribute name="Password"></attribute>
>  </mbean>
> 
> but however it doesn't work.
> how can i configure the jbss.jcml file .
> thx in advance
> 
> reply to [EMAIL PROTECTED]
> 
> 
> 
> --__--__--
> 
> Message: 5
> From: "marc fleury" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: RE: [JBoss-user] TCP FIN scans
> Date: Sun, 1 Jul 2001 19:07:09 -0400
> Reply-To: [EMAIL PROTECTED]
> 
> what is a TCP FIN scan?
> 
> marcf
> 
> 
> |-----Original Message-----
> |From: [EMAIL PROTECTED]
> |[mailto:[EMAIL PROTECTED]]On Behalf Of G.L. Grobe
> |Sent: Sunday, July 01, 2001 5:34 PM
> |To: [EMAIL PROTECTED]
> |Subject: [JBoss-user] TCP FIN scans
> |
> |
> |A little off the topic, but why do I keep getting TCP FIN scans from
> |66.37.140.9 (jboss.org). It started about 10 days ago and hits almost every
> |day now.
> |
> |Just curious.
> |TIA
> |
> |
> |_______________________________________________
> |JBoss-user mailing list
> |[EMAIL PROTECTED]
> |http://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> 
> 
> --__--__--
> 
> Message: 6
> From: "Vincent Harcq" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>,
>       "Eric Fesler" <[EMAIL PROTECTED]>,
>       "HUB DEV" <[EMAIL PROTECTED]>,
>       "Kais Sellami" <[EMAIL PROTECTED]>,
>       "Khaled Najeh" <[EMAIL PROTECTED]>,
>       "Yassine Moalla" <[EMAIL PROTECTED]>
> Subject: RE: [JBoss-user] Opta2000 for MS SQLServer2000 - com.inet.tds.XDataSource
> Date: Mon, 2 Jul 2001 01:05:38 +0200
> Reply-To: [EMAIL PROTECTED]
> 
> I jump into the sources...cross post the mail...
> 
> TxCapsule line 523
> 
>          try {
> =====>            doBeforeCompletion();        <=========
>             endResource(idx, flag);
>             return true;
>          } catch(XAException e) {
> 
> doBeforeCompletion() was missing.
> 
> The solution could it be so simple ?
> 
> Vincent.
> 
> PS: I have also see I am not the first in the archive...should have looked
> that before...
> 
> Nintendo: If I am out of the problem, we should change the doco !
> 
> 
> > -----Message d'origine-----
> > De : [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]De la part de Vincent
> > Harcq
> > Envoyé : lundi 2 juillet 2001 0:40
> > À : User JBoss
> > Objet : [JBoss-user] Opta2000 for MS SQLServer2000 -
> > com.inet.tds.XDataSource
> >
> >
> > Hi,
> > I got an exception at deployment time of entity beans linked to a MS SQL
> > Server 2000 database when I use the configuration from the doc; which
> > isusing com.inet.tds.XDataSource instead of
> > org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl.
> > I found something for Oracle for the definition of XidClassName.  Is there
> > something similar for Opta2000?  I have searched the Opta2000.jar without
> > success.
> > I use the demo version wich is limitted to 2 connections.  Could
> > it be that?
> >
> > TIA.
> > Vincent.
> >
> > The Exception is :
> >
> > XAException: tx=XidImpl [FormatId=257, GlobalId=harcq//0, BranchQual=]
> > errorCode=XAER_NOTA
> > javax.transaction.xa.XAException: The Xid is not valid.(XidImpl
> > [FormatId=257, GlobalId=harcq//0, BranchQual=1]) resource
> > manager:com.inet.tds.k@64ab4d
> >      at com.inet.tds.k.if(Unknown Source)
> >      at com.inet.tds.k.for(Unknown Source)
> >      at com.inet.tds.k.end(Unknown Source)
> >      at org.jboss.tm.TxCapsule.endResource(TxCapsule.java:1129)
> >      at org.jboss.tm.TxCapsule.delistResource(TxCapsule.java:523)
> >      at
> > org.jboss.tm.TransactionImpl.delistResource(TransactionImpl.java:99)
> >      at
> > org.jboss.pool.jdbc.xa.XAConnectionFactory$2.closeConnection(XACon
> > nectionFac
> > tory.java:97)> 
> >      at
> > org.jboss.pool.jdbc.xa.XAConnectionFactory$2.connectionClosed(XACo
> > nnectionFa
> > ctory.java:82)
> >      at com.inet.pool.c.a(Unknown Source)
> >      at com.inet.tds.k.a(Unknown Source)
> >      at com.inet.pool.a.close(Unknown Source)
> >      at
> > org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand.jdbcExecute(JDBCComman
> > d.java:190
> > )
> >      at
> > org.jboss.ejb.plugins.jaws.jdbc.JDBCInitCommand.execute(JDBCInitCo
> > mmand.java
> > :132)
> >
> >
> > _________________________________________________________
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
> >
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> 
> --__--__--
> 
> Message: 7
> From: "G.L. Grobe" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-user] TCP FIN scans
> Date: Sun, 1 Jul 2001 18:17:01 -0500
> Reply-To: [EMAIL PROTECTED]
> 
> It is used to try to bypass filtering/firewall security to see if you have
> open ports on your system by asking that port to close a connection and see
> what happens.
> 
> I get these rarely, and lately, 90% of them have been coming from/through
> jboss.org.
> 
> ----- Original Message -----
> From: "marc fleury" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, July 01, 2001 6:07 PM
> Subject: RE: [JBoss-user] TCP FIN scans
> 
> 
> > what is a TCP FIN scan?
> >
> > marcf
> >
> >
> > |-----Original Message-----
> > |From: [EMAIL PROTECTED]
> > |[mailto:[EMAIL PROTECTED]]On Behalf Of G.L. Grobe
> > |Sent: Sunday, July 01, 2001 5:34 PM
> > |To: [EMAIL PROTECTED]
> > |Subject: [JBoss-user] TCP FIN scans
> > |
> > |
> > |A little off the topic, but why do I keep getting TCP FIN scans from
> > |66.37.140.9 (jboss.org). It started about 10 days ago and hits almost
> every
> > |day now.
> > |
> > |Just curious.
> > |TIA
> > |
> > |
> > |_______________________________________________
> > |JBoss-user mailing list
> > |[EMAIL PROTECTED]
> > |http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> 
> 
> 
> --__--__--
> 
> Message: 8
> From: Chris Tragas <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'"
>        <[EMAIL PROTECTED]>
> Date: Mon, 2 Jul 2001 09:36:40 +1000 
> Subject: [JBoss-user] JDBC Drivers
> Reply-To: [EMAIL PROTECTED]
> 
> Hi all;
> 
> I know this is not a direct jboss enquiry but i need to ask;
> 
> does anyone know of any open source jdbc drivers (type 4) that might exist
> anywhere ? 
> 
> cheers,
> 
> chris.
> 
> 
> Chris Tragas
> -----------------------------------------
> [EMAIL PROTECTED]
> -----------------------------------------
> www.atomicmedia.com
> -----------------------------------------
> 
> 
> 
> 
> --__--__--
> 
> Message: 9
> Date: Mon, 02 Jul 2001 01:48:22 +0200
> From: Tobias Frech <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] ServiceUnavailableException Error !!!
> Reply-To: [EMAIL PROTECTED]
> 
> Uhm, so little infos in your mail...
> Are you running the client and the server on the same machine ?
> Cheers,
> tobias
> 
> Prashant Sarode wrote:
> > 
> > Hi all,
> >    I am using JBoss v2.2.2, ant v1.3 on Windows 98 OS.
> > I am not using any tomcat server.
> >    I've run the interest example in the sample
> > examples given. Everything runs fine but while running> 
> > interestclient, it gives me following error :
> > [java] javax.naming.ServiceUnavailableException:connection
> >        refused:No further information [Root exception is
> >        java.net.ConnectException]
> > 
> > Anyone can help me in this matter ????
> > 
> > Waiting for ur reply !!!
> > 
> > Thanks & Regards,
> > Prashant
> > 
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> --__--__--
> 
> Message: 10
> From: "Hastings" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Date: Mon, 2 Jul 2001 08:52:48 +0900
> Subject: [JBoss-user] Boot script
> Reply-To: [EMAIL PROTECTED]
> 
> Hi,
> 
> I have been trying get the Unix boot script (via jboss.org's website) for
> JBoss working on a FreeBSD machine through Hostpro.com.  However, it doesn't
> seem to want to work.
> 
> As a newbie to 'Unix anything', I am lost.  Is anyone using JBoss as a
> service on FreeBSD or similar - if so, could you please point me in the
> right direction, as to where to place the init script and any other useful
> tips to potential problems you may have encountered.
> 
> Thanks for your help,
> Asher
> 
> 
> 
> --__--__--
> 
> Message: 11
> Date: Sun, 1 Jul 2001 16:03:00 -0700 (PDT)
> From: <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] CMP Memory Leak
> Reply-To: [EMAIL PROTECTED]
> 
> 
> All,
> 
> I've been doing some stress testing on my JBoss server and found a showstopper of a 
>problem.  All I am doing is creating a thousand CMP entitity beans (small ones at 
>that), and then removing them, over and over again forever.  This happens via two 
>stateless session bean calls.  One method to remove any beans if they are there, then 
>another call to which creates 1000 CMP beans (attributes:  id, name, description).  
>Well, this works great for about five minutes.  I'm watching the 'java' processes in 
>'top' and I see them grinding away as expected.  About 15-20 iterations of adding and 
>removing go by, then I see the JBoss java process jump from the usual 38MB to 140MB 
>in memory usage, then 30 seconds later, it goes to 320MB, 450MB, and won't stop until 
>the process runs out of memory entirely.
> 
> Anyone seen anything like this and hopefully fixed it?
> 
> Best Regards,
> 
> d
> - - -
> [EMAIL PROTECTED]
> F46A 36F7 3E52 132A 72C5  8628 784A 0877 4D98 27BE
> http://www.sicore.org/publicKeys/damon.txt
> 
> 
> 
> --__--__--
> 
> Message: 12
> From: "marc fleury" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: RE: [JBoss-user] CMP Memory Leak
> Date: Sun, 1 Jul 2001 20:58:26 -0400
> Reply-To: [EMAIL PROTECTED]
> 
> if there is a leak it is pretty simple to see with -prof (or something like
> that) that gives teh number of objects in memory, the largest one is usually
> the leak (IF there is one, last we knew there was none).
> 
> you can run -prof from the command line, I forget the details, why don't you
> try giving us that information, that would be useful
> 
> marcf
> 
> |-----Original Message-----
> |From: [EMAIL PROTECTED]
> |[mailto:[EMAIL PROTECTED]]On Behalf Of
> |[EMAIL PROTECTED]
> |Sent: Sunday, July 01, 2001 7:03 PM
> |To: [EMAIL PROTECTED]
> |Subject: [JBoss-user] CMP Memory Leak
> |
> |
> |
> |All,
> |
> |I've been doing some stress testing on my JBoss server and found a
> |showstopper of a problem.  All I am doing is creating a thousand
> |CMP entitity beans (small ones at that), and then removing them,
> |over and over again forever.  This happens via two stateless
> |session bean calls.  One method to remove any beans if they are
> |there, then another call to which creates 1000 CMP beans> 
> |(att> ributes:  id, name, description).  Well, this works great for
> |about five minutes.  I'm watching the 'java' processes in 'top'
> |and I see them grinding away as expected.  About 15-20 iterations
> |of adding and removing go by, then I see the JBoss java process
> |jump from the usual 38MB to 140MB in memory usage, then 30 seconds
> |later, it goes to 320MB, 450MB, and won't stop until the process
> |runs out of memory entirely.
> |
> |Anyone seen anything like this and hopefully fixed it?
> |
> |Best Regards,
> |
> |d
> |- - -
> |[EMAIL PROTECTED]
> |F46A 36F7 3E52 132A 72C5  8628 784A 0877 4D98 27BE
> |http://www.sicore.org/publicKeys/damon.txt
> |
> |
> |_______________________________________________
> |JBoss-user mailing list
> |[EMAIL PROTECTED]
> |http://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> 
> 
> 
> --__--__--
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> End of JBoss-user Digest

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to