Re: AW: [JBoss-user] HELP : Stable JVM for running JBoss on Redhat 7.2(smp) ??

2002-05-24 Thread Stephen Davidson

Not to mention the seven CD's worth of software that they ship with! {{{:-)


-Steve

Dennis Muhlestein wrote:

> First of all, I agree there may be better JVMs than sun's rpm for
> redhat, like BlackDown or whatever.  I haven't spent a lot of time on
> that subject.
> 
> In reguards to SuSE vs RedHat though, Our company switch to SuSE when
> RedHat started compiling itself with beta gcc compilers like > 2.95 gcc.
> 
> We had difficulty with a number of programs because of the bugs in
> RedHats software.  RedHat claimed to have fixed these things but it
> didn't make sense why everything always broke!  We made this switch
> before using JBoss, so I don't know if there are any specific advantages
> in reguards to JBoss.
> 
> SuSE in general though, IMHO is easier to configure, and more suited to
> the end user as far as linux distributions are concerned.  They give you
> a great rd.config file that controls all the nitty details in an easy
> manner, and they have an easy to install/update interface.  Heck, their
> installer even boots the box up without rebooting when you install the
> first time.
> 
> SuSE should pay me advertising fees for this.
> 
> :-)
> -Dennis
> 



___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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



Re: AW: [JBoss-user] HELP : Stable JVM for running JBoss on Redhat 7.2(smp) ??

2002-05-23 Thread Rnd



I dont think using SUN's supplied jdk rpms, or using redhat's postgresql
rpm is the way to go.

1) USE BLACKDOWN jdk.
2) COMPILE and TUNE postgresql by your own.

Thats why you are using *NIX and opensource isnt it??
Cause you can fine tune any piece of it.

Although you can install packages from source rpms, if you really need
full configurability, and decent SW management then the ports collection
of FreeBSD is the answer.



___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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



AW: [JBoss-user] HELP : Stable JVM for running JBoss on Redhat 7.2(smp) ??

2002-05-23 Thread Stefan Groschupf

>ps. SuSE is way better than RedHat :-)

Really? Why? (in context to using jboss with it? )
I'm using Suse, but want to switch to red hat, because we had some trouble
to get the newest rpm versions for suse. Eg. Postgres.

bye
Stefan





___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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



Re: [JBoss-user] HELP : Stable JVM for running JBoss on Redhat 7.2(smp) ??

2002-05-23 Thread Dennis Muhlestein

We're using SuSE linux now but before, when we had red-hat, I remember
it was extermely important to install the jvm via rpm from sun.  You can
download a tar.gz jvm or you can get the red-hat rpm.  If we used the
tar.gz version it failed miserably all the time.  When we installed
their rpm things worked.

Hope this helps.

ps. SuSE is way better than RedHat :-)
-Dennis


On Thu, 2002-05-23 at 02:29, Craig O'Shannessy wrote:
> Hi,
> 
> I am desperately trying to keep JBoss running without the JVM crashing on
> Redhat 7.2.  I have spent days trying to track down the problems, but to
> no avail.  I cannot find a stable JVM to run with JBoss (both 2.4.5 or
> 3.0.0_RC2).  We need to import large amounts of legacy data, and I can't
> get more than 10% of the way through before the JVM crashes.
> 
> Does anyone have a stable PRODUCTION JBoss environment running on Redhat
> 7.2 SMP??, if so, please let me know what JDK you are using, and any
> patches you have had to apply.
> 
> I have tried the following JDK's
> 
> Sun JDK 1.4.0
> Sun JDK 1.3.1
> Sun JDK 1.3.1_03
> IBM JDK 1.3.1_01  (had to use "LD_ASSUME_KERNEL=2.2.5" for smp machine)
> Blackdown JDK 1.3.1_01 (both native and green threads, both give sig 11)
> 
> ALL of them crash (with Signal 11, SEGV) (both the smp (dual athlon)
> machine and uni processor machines).  I have been researching this with a
> colleague for days, and no one seems to have a solution to this issue.  If
> you have faced this issue and solved it, PLEASE let me know!
> 
> I upgraded glibc*rpm which helped with a SMP specific (pthreads) sig. 11
> crash, but I am still don't have a production qualitiy environment.
> 
> HELP!!  I *REALLY* don't want to have to run this server on windoze, and
> we have to deploy soon.
> 
> Please CC me in any reply.
> 
> Thanks,
> 
> Craig O'Shannessy
> 
> 
> 
> 
> ___
> 
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 



___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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



RE: [JBoss-user] HELP : Stable JVM for running JBoss on Redhat 7.2 (smp) ??

2002-05-23 Thread Bill Burke

Let us know if JRockit solves your problems.  I'm personally interested in
what you find out.

Thanks

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Craig
> O'Shannessy
> Sent: Thursday, May 23, 2002 4:30 AM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] HELP : Stable JVM for running JBoss on Redhat 7.2
> (smp) ??
>
>
> Hi,
>
> I am desperately trying to keep JBoss running without the JVM crashing on
> Redhat 7.2.  I have spent days trying to track down the problems, but to
> no avail.  I cannot find a stable JVM to run with JBoss (both 2.4.5 or
> 3.0.0_RC2).  We need to import large amounts of legacy data, and I can't
> get more than 10% of the way through before the JVM crashes.
>
> Does anyone have a stable PRODUCTION JBoss environment running on Redhat
> 7.2 SMP??, if so, please let me know what JDK you are using, and any
> patches you have had to apply.
>
> I have tried the following JDK's
>
> Sun JDK 1.4.0
> Sun JDK 1.3.1
> Sun JDK 1.3.1_03
> IBM JDK 1.3.1_01  (had to use "LD_ASSUME_KERNEL=2.2.5" for smp machine)
> Blackdown JDK 1.3.1_01 (both native and green threads, both give sig 11)
>
> ALL of them crash (with Signal 11, SEGV) (both the smp (dual athlon)
> machine and uni processor machines).  I have been researching this with a
> colleague for days, and no one seems to have a solution to this issue.  If
> you have faced this issue and solved it, PLEASE let me know!
>
> I upgraded glibc*rpm which helped with a SMP specific (pthreads) sig. 11
> crash, but I am still don't have a production qualitiy environment.
>
> HELP!!  I *REALLY* don't want to have to run this server on windoze, and
> we have to deploy soon.
>
> Please CC me in any reply.
>
> Thanks,
>
> Craig O'Shannessy
>
>
>
>
> ___
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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



Re: [JBoss-user] HELP : Stable JVM for running JBoss on Redhat 7.2 (smp) ??

2002-05-23 Thread Rnd


We are running redhat 7.2 with 2.4.9-31 kernel, with
BlackDown 1.3.1_02b FCS,
no problems.

Achilleas



___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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



[JBoss-user] HELP : Stable JVM for running JBoss on Redhat 7.2 (smp) ??

2002-05-23 Thread Craig O'Shannessy

Hi,

I am desperately trying to keep JBoss running without the JVM crashing on
Redhat 7.2.  I have spent days trying to track down the problems, but to
no avail.  I cannot find a stable JVM to run with JBoss (both 2.4.5 or
3.0.0_RC2).  We need to import large amounts of legacy data, and I can't
get more than 10% of the way through before the JVM crashes.

Does anyone have a stable PRODUCTION JBoss environment running on Redhat
7.2 SMP??, if so, please let me know what JDK you are using, and any
patches you have had to apply.

I have tried the following JDK's

Sun JDK 1.4.0
Sun JDK 1.3.1
Sun JDK 1.3.1_03
IBM JDK 1.3.1_01  (had to use "LD_ASSUME_KERNEL=2.2.5" for smp machine)
Blackdown JDK 1.3.1_01 (both native and green threads, both give sig 11)

ALL of them crash (with Signal 11, SEGV) (both the smp (dual athlon)
machine and uni processor machines).  I have been researching this with a
colleague for days, and no one seems to have a solution to this issue.  If
you have faced this issue and solved it, PLEASE let me know!

I upgraded glibc*rpm which helped with a SMP specific (pthreads) sig. 11
crash, but I am still don't have a production qualitiy environment.

HELP!!  I *REALLY* don't want to have to run this server on windoze, and
we have to deploy soon.

Please CC me in any reply.

Thanks,

Craig O'Shannessy




___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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