On 2002.05.17 01:18:15 -0400 Craig O'Shannessy wrote:
> On Fri, 2002-05-17 at 12:44, David Jencks wrote:
> > On 2002.05.16 22:12:57 -0400 Craig O'Shannessy wrote:
> > > I am getting many, many VM crashes on both 1.3.1 and 1.4 JDK with
> > > JBoss_3_0_0_RC2 from cvs.
> > > 
> > > It is actually totally unusable.
> > > 
> > > I compile with 1.3.1 (xdoclet doesn't support 1.4),
> > 
> > ??????????
> > I haven't had any problem building jboss on jdk 1.4.
> 
> Are you using XDoclet to  build EJB's?  I get build errors with 1.4, but
> not 1.3.1

well, yes, there is at least one ejb built with xdoclet in jboss itself
(MEJB) and several in the test suite.  What are the build errors you get? 
Have you tried the (slightly post 1.1.2) xdoclet that comes with jboss cvs?
> 
> > 
> > I have had crashing problems like this.  I can't run the whole
> testsuite --
> > after about 10 minutes I get this "11" problem.
> > 
> > Are you undeploying any packages before the crashes?  The problems may
> have
> > started when I cleaned up a lot of memory leaks on undeploy-- no
> > UnifiedClassloaders were being released, and I had to change the cmp2
> proxy
> > code a little to tell it to let go of the classloader.
> 
> No, it doesn't matter weather I undeploy or not, if I do a clean start,
> and then start up our import routine (large number of ejbCreate()s), it
> will crash fairly quickly (within 20 minutes or so).
> 
> I did notice that once it crashed when I redeployed our .ear file,
> without running ANY client code, but the other 10 or so times it has
> been without any re-deployment.
> 
> I should also mention that we are running a patched JBoss, but only very
> small patch, and it was your suggestion (thanks!).  We have
> checkTransaction() commented out (implementation, not signature of
> course), to avoid SQL_AUTOCOMMIT turning on (see the JCA forum for
> details).
> 
> Craig
> 
> > 
> > thanks
> > david jencks
> > 
> > 
> >  and it doesn't
> > > matter if I run JBoss with either 1.3.1 or 1.4.0, it always crashes,
> > > usually within 30 minutes of operation.
> > > 
> > > I did not have this problem with 2.4.x, but now we are fairly
> committed
> > > to 3.0, does anyone have a workaround for this, or have any idea what
> is
> > > going on?
> > > 
> > > I have tried IBM's JDK, but it just goes into a spin and never
> recovers,
> > > BEFORE JBoss prints out ANYTHING (eating all available CPU cycles on
> > > both CPU's).
> > > 
> > > I am running on Redhat 7.2 on a dual athlon.
> > > 
> > > I have tried -Xcomp (on both 1.3 and 1.4), and it doesn't help.
> > > 
> > > It is always HotSpot Virtual Machine Error : 11
> > > 
> > > HELP!!
> > > 
> > > Regards,
> > > 
> > > Craig O'Shannessy
> > > 
> > > P.S. Apart from this nasty VM crashing, 3.x looks great!
> > > 
> > > 
> > > On Sat, 2002-05-11 at 14:47, Jason Dillon wrote:
> > > > Could be... but now that I think about it I was compiling with 1.4
> and
> > > running
> > > > with 1.4 and it was still crashing.
> > > > 
> > > > --jason
> > > > 
> > > > 
> > > > Quoting Scott M Stark <[EMAIL PROTECTED]>:
> > > > 
> > > > > It looks like this could be an issue of compiling with
> JDK1.3.1_03
> > > and then
> > > > > running with JDK1.4.0. If I do a clean build using JDK 1.4.0 I am
> > > able to
> > > > > run the testsuite using JDK1.4.0
> > > > > 
> > > > > tests-unit:
> > > > > 
> > > > > BUILD SUCCESSFUL
> > > > > 
> > > > > Total time: 5 minutes 30 seconds
> > > > > 
> > > > > xxxxxxxxxxxxxxxxxxxxxxxx
> > > > > Scott Stark
> > > > > Chief Technology Officer
> > > > > JBoss Group, LLC
> > > > > xxxxxxxxxxxxxxxxxxxxxxxx
> > > > > ----- Original Message -----
> > > > > From: "Scott M Stark" <[EMAIL PROTECTED]>
> > > > > To: <[EMAIL PROTECTED]>
> > > > > Sent: Friday, May 10, 2002 1:53 PM
> > > > > Subject: Re: [JBoss-dev] testsuite crashes vm on linux for
> cvs-rc3
> > > > > 
> > > > > 
> > > > > > JDK 1.4.0 is also crashing for me about here:
> > > > > >     [junit] Tests run: 25, Failures: 0, Errors: 1, Time
> elapsed:
> > > 234.215
> > > > > sec
> > > > > >     [junit] TEST org.jboss.test.jbossmq.test.SecurityUnitTestCase
> > > FAILED
> > > > > >
> > > > > > #
> > > > > > # HotSpot Virtual Machine Error : 11
> > > > > > # Error ID : 4F530E43505002D3
> > > > > > # Please report this error at
> > > > > > # http://java.sun.com/cgi-bin/bugreport.cgi
> > > > > > #
> > > > > > # Java VM: Java HotSpot(TM) Server VM (1.4.0-b92 mixed mode)
> > > > > > #
> > > > > > # An error report file has been saved as hs_err_pid4628.log.
> > > > > > # Please refer to the file for further information.
> > > > > > #
> > > > > >
> > > > > > JDK 1.3.1_03 runs fine:
> > > > > > tests-unit:
> > > > > >
> > > > > > BUILD SUCCESSFUL
> > > > > >
> > > > > > Total time: 5 minutes 5 seconds
> > > > > >
> > > > > > xxxxxxxxxxxxxxxxxxxxxxxx
> > > > > > Scott Stark
> > > > > > Chief Technology Officer
> > > > > > JBoss Group, LLC
> > > > > > xxxxxxxxxxxxxxxxxxxxxxxx
> > > > > > ----- Original Message -----
> > > > > > From: "Jason Dillon" <[EMAIL PROTECTED]>
> > > > > > To: <[EMAIL PROTECTED]>
> > > > > > Sent: Friday, May 10, 2002 12:22 AM
> > > > > > Subject: [JBoss-dev] testsuite crashes vm on linux for cvs-rc3
> > > > > >
> > > > > >
> > > > > > > Can anyone on linux run the testsuite for cvs-rc3?  I have
> tried
> > > > > several
> > > > > > times
> > > > > > > and it crashes the vm each time under 1.4 (have not yet tried
> > > 1.3.1).
> > > > > > Seems to
> > > > > > > happen alot in the jbossmq or jca tests, but I have no idea
> if
> > > that
> > > > > test
> > > > > > is
> > > > > > > tickling the vm or what.
> > > > > > >
> > > > > > > My vm seems to be idling around 80 active threads according
> to
> > > > > > > ThreadGroup.activeCount() and does not appear to be running
> out
> > > of
> > > > > memory.
> > > > > > The
> > > > > > > process count on the machine maxes out around 200.
> > > > > > >
> > > > > > > Yet it crashes each time... why?
> > > > > > >
> > > > > > > --jason
> > > > > > >
> > > > > > > -------------------------------------------------
> > > > > > > This mail sent through IMP: http://horde.org/imp/
> > > > > > >
> > > > > > > _______________________________________________________________
> > > > > > >
> > > > > > > Have big pipes? SourceForge.net is looking for download
> mirrors.
> > > We
> > > > > supply
> > > > > > > the hardware. You get the recognition. Email Us:
> > > > > [EMAIL PROTECTED]
> > > > > > > _______________________________________________
> > > > > > > Jboss-development mailing list
> > > > > > > [EMAIL PROTECTED]
> > > > > > > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > > > > > >
> > > > > >
> > > > > >
> > > > > > _______________________________________________________________
> > > > > >
> > > > > > Have big pipes? SourceForge.net is looking for download
> mirrors. We
> > > > > supply
> > > > > > the hardware. You get the recognition. Email Us:
> > > > > [EMAIL PROTECTED]
> > > > > > _______________________________________________
> > > > > > Jboss-development mailing list
> > > > > > [EMAIL PROTECTED]
> > > > > > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > > > > >
> > > > > 
> > > > > 
> > > > > _______________________________________________________________
> > > > > 
> > > > > Have big pipes? SourceForge.net is looking for download mirrors.
> We
> > > supply
> > > > > the hardware. You get the recognition. Email Us:
> > > [EMAIL PROTECTED]
> > > > > _______________________________________________
> > > > > Jboss-development mailing list
> > > > > [EMAIL PROTECTED]
> > > > > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > -------------------------------------------------
> > > > This mail sent through IMP: http://horde.org/imp/
> > > > 
> > > > _______________________________________________________________
> > > > 
> > > > Have big pipes? SourceForge.net is looking for download mirrors. We
> > > supply
> > > > the hardware. You get the recognition. Email Us:
> > > [EMAIL PROTECTED]
> > > > _______________________________________________
> > > > Jboss-development mailing list
> > > > [EMAIL PROTECTED]
> > > > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > _______________________________________________________________
> > > 
> > > Have big pipes? SourceForge.net is looking for download mirrors. We
> > > supply
> > > the hardware. You get the recognition. Email Us:
> > > [EMAIL PROTECTED]
> > > _______________________________________________
> > > Jboss-development mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > > 
> > > 
> > 
> > _______________________________________________________________
> > 
> > Have big pipes? SourceForge.net is looking for download mirrors. We
> supply
> > the hardware. You get the recognition. Email Us:
> [EMAIL PROTECTED]
> > _______________________________________________
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> 
> 
> _______________________________________________________________
> 
> Have big pipes? SourceForge.net is looking for download mirrors. We
> supply
> the hardware. You get the recognition. Email Us:
> [EMAIL PROTECTED]
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to