RE: [JBoss-user] JBoss 4.0 first try

2003-06-03 Thread Jason Stortz
Well, I donwloaded and tried out JBoss 4.0. Haven't done too much with it. I have a few simple .ear files that appear to be working fine so far. Haven't tried the clustering. At least one stack trace showed up during startup, but it was accompanied by an explanation saying something to the af

RE: [JBoss-user] Where to download JBoss 4.0 DR1?

2003-06-03 Thread Jason Stortz
You can get it from the jboss project at http://www.sourceforge.net -Original Message- From: Ken Yee [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 9:13 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Where to download JBoss 4.0 DR1? Anyone know when the download for a JBoss/Tomca

RE: [JBoss-user] Tomcat with JBoss Question

2003-05-29 Thread Jason Stortz
Thanks Sacha, So if the default maxProcessors for the Tomcat connection is 10, that means I can only have 10 users on my page at a time? -Original Message- From: Sacha Labourey [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 10:50 AM To: [EMAIL PROTECTED] Subject: RE: [JB

[JBoss-user] Tomcat with JBoss Question

2003-05-29 Thread Jason Stortz
Can someone please explain what all this means a little better to me? - - 1. What is maxProcessors? This doesn't limit number of connections does it? 2. Why do I need two connectors? I get the http one, but is the AJP?

RE: [JBoss-user] Cluster/Farm Problems - corrupted zip files (JARS)

2003-04-01 Thread Jason Stortz
empty password? Can you access port 2401 outside or does your firewall prevent that? Otherwise check that: http://sourceforge.net/docman/display_doc.php?docid=14033&group_id=1 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jas

RE: [JBoss-user] Cluster/Farm Problems - corrupted zip files (JARS)

2003-04-01 Thread Jason Stortz
I am trying to checkout JBoss_3_0_6 from cvs using sourceforge, but am having problems. Here is a screen shot of what I'm doing and seeing: D:\>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss login (Logging in to [EMAIL PROTECTED]) CVS password: cvs [login aborted]: connect to cvs.sourceforge.n

RE: [JBoss-user] Cluster/Farm Problems - corrupted zip files (JARS)

2003-03-31 Thread Jason Stortz
ve been applied to JBoss clustering (and every other part as well). For example, even this morning I've fixed a farming bug, so ;) Try it please. Cheers, Sacha > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [JBoss-user] Cluster/Farm Problems - corrupted zip files (JARS)

2003-03-31 Thread Jason Stortz
arch 31, 2003 8:44 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Cluster/Farm Problems - corrupted zip files (JARS) Sacha, Bela? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jason Stortz > Sent: Monday, March 31, 2003 8:12 AM > T

[JBoss-user] Cluster/Farm Problems - corrupted zip files (JARS)

2003-03-31 Thread Jason Stortz
Short Description: Farm doesn't copy jars to other servers correctly about 30% of the time. Situation: We've got 4 JBoss servers clustered together. We're using the original 3.0.0 release of JBoss. We have about 7 stateless session beans and 4 entity beans. Detailed Description: We have t

[JBoss-user] Server Configurations: Minimal, Default, All and what can I take out?

2003-03-29 Thread Jason Stortz
What's happening? I am trying to trim down what starts when JBoss starts up. We have several stateless session beans and a few entity beans that will use oracle database. I was kind of hoping to drop as much stuff out of the default installation as possible. Basically, I am wondering if it

[JBoss-user] CVS Checkout Timeout?

2003-01-21 Thread Jason Stortz
I can't seem to perform a successful checkout... D:\jboss>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss login (Logging in to [EMAIL PROTECTED]) CVS password: cvs [login aborted]: connect to cvs.sourceforge.net:2401 failed: Connection timed out D:\jboss> I just hit enter when I get a password.

[JBoss-user] Good MBean and JBoss Tutorial

2003-01-20 Thread Jason Stortz
Does anyone know of a good MBean tutorial which focuses on JBoss. Not sure I get the whole MBean concept all that well yet, and I just haven't had that good of luck finding examples. Thanks! --- This SF.NET email is sponsored by: FREE SSL Gu

[JBoss-user] Increase memory originally allocated to running JBoss

2003-01-20 Thread Jason Stortz
We have a memory leak, which I believe is in our EJB. JBoss usually runs fine for about 3 or 4 days, then it croaks with out of memory error. I would like to know how to allocate more memory at startup time. I suspect it can be inserted as one of the parameters in the startup scripts. Thanks!

[JBoss-user] ClassCircularityError - Seeking Understanding From Those Smarter Than I

2002-08-14 Thread Jason Stortz
The Stats: SUSE 8.0 J2SE 1.3.1_04 JBoss 3.0.0 Clustered (but only one machine turned on right now) Stateless Session Beans Only Dual Processor Machine The Facts * JBoss starts without flaw * I deploy .jar files for EJB's t

[JBoss-user] InitialContext Question, More EJB related - not really JBoss Specific

2002-07-22 Thread Jason Stortz
Title: RE: [JBoss-user] jndi / jboss question When you create an initial context are you supposed to close it as soon as you're done?  I've seen several books say you are supposed to.  However, a lot of places I see create the initial context in the init method and do not close it.     JBoss

RE: [JBoss-user] Cluster Merge Members - Response to Bill

2002-07-15 Thread Jason Stortz
Bill & Others, >> 1. What does this mean? Is it bad? >> 08:33:15,586 WARN [DefaultPartition:ReplicantManager] >> mergeMembers received NULL from lookupLocalReplicants >> > >If I remember my code correctly. This is just a debug message. You can >ignore this. Okay, will do. >> 3. Anyone know

[JBoss-user] Purchased Documentation

2002-07-15 Thread Jason Stortz
How do I know when the documentation is updated? I have a subscription for 6 mo., and I am just curious, THANKS! -Original Message- From: "Dannemann, Björn" [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 7:32 AM To: JBoss (E-Mail) Subject: [JBoss-user] Standalone Tomcat 4.0 usin

[JBoss-user] Cluster Merge Members

2002-07-15 Thread Jason Stortz
Hey Everyone! When I start my cluster, sometimes it prints out the following message: 1. What does this mean? Is it bad? 08:33:15,586 WARN [DefaultPartition:ReplicantManager] mergeMembers received NULL from lookupLocalReplicants 2. What does this mean as well? 08:35:16,921 INFO [DefaultParti

[JBoss-user] Cluster Information Gathering?

2002-07-09 Thread Jason Stortz
First Question: What would be the easiest way to interigate a cluster and find out how many nodes it has as well as the ip addresses of the nodes? I have four machines started, but for some reason I suspect not all of them joined the cluster, and I wanted a way to count the number of nodes and f

[JBoss-user] Space Bar to Continue?

2002-06-27 Thread Jason Stortz
How are the rest of you handling the fact that now and then you have to hit the space bar for JBoss to resume responding in the console window? One of my programmers today said that one errors occur he sometimes has to hit the space bar before JBoss will respond to further requests. Has anyone e

RE: [JBoss-user] How to test Cluster?

2002-06-21 Thread Jason Stortz
gt; From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Stortz > Sent: Friday, June 21, 2002 2:39 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] How to test Cluster? > > > 1. Is there an easy way to search list archives that I don't know >about,

[JBoss-user] How to test Cluster?

2002-06-21 Thread Jason Stortz
1. Is there an easy way to search list archives that I don't know about, as I suspect this question to have been asked before. 2. I have two instances of jboss, one on each machine, clustering is setup, and works as far as *I* can tell. However, how do I test this more convincingly? I

RE: [JBoss-user] All, Default, Minimal Mode - How To?

2002-06-21 Thread Jason Stortz
-service.xml from server\all\deploy to default\all\deploy and simply execute run.sh/run.bat > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Jason > Stortz > Envoyé : vendredi, 21 juin 2002 17:55 > À : [EMAIL PROTECTED] > Objet :

[JBoss-user] All, Default, Minimal Mode - How To?

2002-06-21 Thread Jason Stortz
I would like to play with the clustering stuff, which Bill says only works with the "all" directory. How do I get my installation to use that "mode"? Thanks, Jason --- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _

RE: [JBoss-user] Never ending etandalone Tomcat issues

2002-06-21 Thread Jason Stortz
Adrian, Link didn't work, maybe because forums have been up and down lately. Got any other links? -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 8:30 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Never ending eta

[JBoss-user] JBoss On Different Computers

2002-06-18 Thread Jason Stortz
us do not be blunt! Remember, I'm new! Thanks so much! Jason Stortz E-mail: [EMAIL PROTECTED] Bringing you mounds of caffeinated joy >>> http