[JBoss-user] Unable to persist JMS Message after Hypersonic db reaches 2.0 gigs

2004-04-01 Thread Dennis Muhlestein
I have an application that queues a large number of message driven beans that can then be processed asyncronously. The messages are persisted in the hsql database. Most of the time things work as planned. Sometimes, so many messages are being persisted that the localDB.data in

[JBoss-user] Re: Unable to persist JMS Message after Hypersonic db reaches 2.0 gigs

2004-04-01 Thread Dennis Muhlestein
be in the JMS_MESSAGES table. Anyone know of any change between that 3.0.x and 3.2.x that would cause messages not to be deleted after they are processed? We used 3.0.x for quite some time without problems. Again, thanks for any input. -Dennis Dennis Muhlestein wrote: I have an application

RE: [JBoss-user] Help with Clustering

2003-02-21 Thread Dennis Muhlestein
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dennis Muhlestein Sent: Friday, February 21, 2003 12:41 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Help with Clustering Having still had no luck in getting Http Session Clustering to cluster objects, I thought I'd

[JBoss-user] Help with Clustering

2003-02-21 Thread Dennis Muhlestein
Having still had no luck in getting Http Session Clustering to cluster objects, I thought I'd simplify the test. Using tomcat4.1.18 embedded Tried jboss 3.0.6 and 3.2.0rc2. jdk 1.4.1.01 linux. clustering with two identical linux boxes/ idenitical cluster configs in jboss. I used the default

Re: [JBoss-user] HttpSessionClustering Problem: ClassNotFound nosecurity manager: RMI class loader disabled

2003-02-20 Thread Dennis Muhlestein
I tried for the heck of it, putting that one class in a jar file in the default/lib folder. Still got the same exception. On Thu, 2003-02-20 at 13:39, Dennis Muhlestein wrote: *This message was transferred with a trial version of CommuniGate(tm) Pro* It may be interesting to note

Re: [JBoss-user] HttpSessionClustering Problem: ClassNotFound nosecurity manager: RMI class loader disabled

2003-02-20 Thread Dennis Muhlestein
, 2003-02-20 at 12:41, Dennis Muhlestein wrote: *This message was transferred with a trial version of CommuniGate(tm) Pro* I am using tomcat embedded in jboss. I've enabled http session clustering in the default configuration by copying cluster-service.xml, and jbossha-httpsession.sar

[JBoss-user] HttpSessionClustering with EconomicSnapshotting on Jboss 3.2

2003-02-20 Thread Dennis Muhlestein
According the the clustering documents, I can use EconomicSnapshotting with the HttpSessionCluster. I get the following error when I enable that attribute: MBeans waiting for other MBeans: [ObjectName: jboss.web:service=WebServer state: FAILED I Depend On: Depends On Me:

Re: [JBoss-user] jbossha-httpsession.sar

2003-02-19 Thread Dennis Muhlestein
-Dennis On Wed, 2003-02-19 at 07:31, Jules Gosnell wrote: Dennis Muhlestein wrote: Could I have http sessions clusters accross two cluster partitions? ie: Clustered jboss servers A B are on partitionA Clustered jboss servers C D are on partitionB Apache aA Load

Re: [JBoss-user] 3.2.0RC2 is now available

2003-02-19 Thread Dennis Muhlestein
Group, LLC - Original Message - From: Dennis Muhlestein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 11:26 AM Subject: Re: [JBoss-user] 3.2.0RC2 is now available Using the tomcat41 bundle I with 3.2, I can't start the jmx

[JBoss-user] jboss 3.2 http session clustering

2003-02-18 Thread Dennis Muhlestein
I've seen a lot of talk about http session clustering in branch JBoss_3_0. How about the 3.2 branch? Anyone tried it. Is 3.2 covered well in the jboss clustering docs? TIA -Dennis --- This sf.net email is sponsored by:ThinkGeek Welcome to

[JBoss-user] jbossha-httpsession.sar

2003-02-18 Thread Dennis Muhlestein
Could I have http sessions clusters accross two cluster partitions? ie: Clustered jboss servers A B are on partitionA Clustered jboss servers C D are on partitionB Apache aA Load Balances between A B. Apache aB Load balances between C D. Hardware loadbalancer

[JBoss-user] OutOfMemoryError: unable to create new native thread

2002-12-23 Thread Dennis Muhlestein
Hi All, We've launched! And we're using version 3.0.4 in Production. During Development, we never had any problems, but now on the live servers, we get the following exception. It's occurred 4 or 5 different times and always has the same stack trace. There isn't any other output to help

RE: [JBoss-user] OutOfMemoryError: unable to create new nativethread

2002-12-23 Thread Dennis Muhlestein
Application Failure :-( Jeff Schnitzer [EMAIL PROTECTED] The Sims Online -Original Message- From: Dennis Muhlestein [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 10:16 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] OutOfMemoryError: unable to create new native thread

Re: [JBoss-user] lazy-load-groups not honored in 3.0 final

2002-06-13 Thread Dennis Muhlestein
in the query specification, or at the entity level. -dain Dennis Muhlestein wrote: Did you specify the default eager-load-group for the entity you are having a problem? It's right in there. (See xml below) eager-load-groupHeader/ JBoss, before 3.0 final, didn't load

Re: [JBoss-user] lazy-load-groups not honored in 3.0 final

2002-06-13 Thread Dennis Muhlestein
Also, I still have another bean with 60+ fields and when I load it. (Only one found with the findByPrimaryKey method) the eager-load-group does not seem to be acknowleged. I tried putting a read-ahead at the entity level with strategy = on-load and specifying the eager-load-group

Re: [JBoss-user] lazy-load-groups not honored in 3.0 final

2002-06-13 Thread Dennis Muhlestein
an account ejb quite often but we only need a few fields. It will slow our application down quite a bit if that bean loads more then the eager load group when if look it up I believe. Thanks Dennis On Thu, 2002-06-13 at 14:25, Dain Sundstrom wrote: Dennis Muhlestein wrote: Seems to me

[JBoss-user] lazy-load-groups not honored in 3.0 final

2002-06-12 Thread Dennis Muhlestein
I have a couple ejbs that have an eager and multiple lazy load groups. I set them on on 3.0 rc23 and everything worked fine. Now, on 3.0 final. I noticed that in my debug output of sql, the entire ejb is being loaded again. Has anything changed? Maybe someone can verify this before I post a

Re: [JBoss-user] lazy-load-groups not honored in 3.0 final

2002-06-12 Thread Dennis Muhlestein
file declare a DOCTYPE? If not, add it and you will see messages telling you where the problem are. The JBossCMP documentation contains a complete read-ahead example, and it does lazy loading correctly. -dain Dennis Muhlestein wrote: I have a couple ejbs that have an eager

Re: [JBoss-user] lazy-load-groups not honored in 3.0 final

2002-06-12 Thread Dennis Muhlestein
you are having a problem? -dain Dennis Muhlestein wrote: Here is my dtd: !DOCTYPE jbosscmp-jdbc PUBLIC -//JBoss//DTD JBOSSCMP-JDBC 3.0//EN http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd; Here is my load section: load-groups load-group

[JBoss-user] Interesting Remove Exception

2002-06-10 Thread Dennis Muhlestein
I'm getting a remove Exception but I'm not sure why. I have a sfsb that issues the remove command within a transaction context. The sql debug prints that jboss is issuing the command delete from ... where id =? The data is actually deleted from the database. (This is because the

Re: AW: [JBoss-user] HELP : Stable JVM for running JBoss on Redhat7.2(smp) ??

2002-05-24 Thread Dennis Muhlestein
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

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

[JBoss-user] schedulables

2002-05-20 Thread Dennis Muhlestein
Today, when I did a cvs update my schedulables stopped running. I implement org.jboss.varia.scheduler.Schedulable I use a jboss-service.xml and wrap the code into an sar file. I haven't changed anything with my code. Friday it worked, and ran on the schedule I specified. Today it doesn't

Re: [JBoss-user] schedulables

2002-05-20 Thread Dennis Muhlestein
[org.jboss.deployment.MainDeployer] Successfully completed deployment of package: file:/home/dennis/usr/jboss-all/build/output/jboss-3.0.0RC3/server/default/deploy/scheduler-service.xml On Mon, 2002-05-20 at 10:33, Dennis Muhlestein wrote: Today, when I did a cvs update my schedulables stopped running. I implement

Re: [JBoss-user] schedulables

2002-05-20 Thread Dennis Muhlestein
Nevermind, I rebuilt everything and it works again. Funny, oh well. -Dennis On Mon, 2002-05-20 at 10:49, Dennis Muhlestein wrote: Also: The scheduler-service.xml doesn't work either. I do get the following output but then I never get the scheduled event. -Dennis 2002-05-20 10:34

Re: [JBoss-user] error when redeploying ear file

2002-05-20 Thread Dennis Muhlestein
The online docs http://www.jboss.org/online-manual/HTML/index.html explain all about changing pool parameters. Check chapter 7 Basically, your pool went below the number of beans you instantiated. JBoss had to make the pool bigger so it warned you. You could make the min pool size bigger so

Re: [JBoss-user] Internet Ethics (and please UNSUBSCRIBE ME)

2002-05-16 Thread Dennis Muhlestein
I agree, I set up a filter to send those right to the trash but I think they greatly detract from the quality of the list. Someone nuke that account. -Dennis On Thu, 2002-05-16 at 04:17, Mantzios Achilleus wrote: Dont you hate this make love tonite message from sexygirl, that comes

Re: [JBoss-user] MDBs

2002-05-09 Thread Dennis Muhlestein
to restart that node in order to handle those messages. -Dennis JBoss 3.0/SuSE linux On Wed, 2002-05-08 at 16:01, Dennis Muhlestein wrote: Has anyone experimented around with message driven beans in the following sense: What happends if I try to re-deploy my application and there is an mdb

Re: Re[2]: [JBoss-user] one to one/none relationship

2002-05-07 Thread Dennis Muhlestein
This is concerning JBoss-3.0 on Branch_3_0 latest CVS DM linux/jdk1.3.1 DM On Mon, 2002-05-06 at 14:10, Dennis Muhlestein wrote: I have a situation where an account can have one or none of an another entity bean in a relationship. I've defined it below as a one-one relationship. This works fine

[JBoss-user] one to one/none relationship

2002-05-06 Thread Dennis Muhlestein
I have a situation where an account can have one or none of an another entity bean in a relationship. I've defined it below as a one-one relationship. This works fine if the billingInfo exists, but if it doesn't and I call getBillingInfo from the account, I still get an EntityBean Interface

Re: [JBoss-user] one to one/none relationship

2002-05-06 Thread Dennis Muhlestein
This is concerning JBoss-3.0 on Branch_3_0 latest CVS linux/jdk1.3.1 On Mon, 2002-05-06 at 14:10, Dennis Muhlestein wrote: I have a situation where an account can have one or none of an another entity bean in a relationship. I've defined it below as a one-one relationship. This works fine

Re: [JBoss-user] stopping jboss 3.0

2002-05-03 Thread Dennis Muhlestein
with other jboss or java programs. -Dennis On Fri, 2002-05-03 at 04:29, Marius Kotsbak wrote: On fre, 2002-05-03 at 00:18, Dennis Muhlestein wrote: If you run jboss on a remote machine, and you don't have it running in the forground and can't do a cntl-c, you can use the jboss_dir/bin

Re: [JBoss-user] stopping jboss 3.0

2002-05-02 Thread Dennis Muhlestein
If you run jboss on a remote machine, and you don't have it running in the forground and can't do a cntl-c, you can use the jboss_dir/bin/shutdown.sh (or bat) file as well. On Thu, 2002-05-02 at 15:58, Prabhakar Chaganti wrote: Do a ctrl-c on the terminal/console. That should properly

RE: [JBoss-user] Custom Container Configuration in jboss.xml

2002-04-30 Thread Dennis Muhlestein
-name, you have to write of the *actual* definition that you want to override. Otherwise, JBoss won't be able to know which definition to override. Cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Dennis

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection PerformanceKiller

2002-04-29 Thread Dennis Muhlestein
It makes sense to change the commit option for transactions for performance tuning. I have one Entity Bean that I think would fit option A better, and others that fit option B better. Can I customize each entity bean? I tried putting read-only to true on the one bean, but the container still

[JBoss-user] Custom Container Configuration in jboss.xml

2002-04-29 Thread Dennis Muhlestein
, Alex Loubyansky wrote: Yes, you can. Look at this http://www.jboss.org/online-manual/HTML/ch07s16.html alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dennis Muhlestein Sent: Monday, April 29, 2002 5:26 PM To: [EMAIL PROTECTED

[JBoss-user] clustering question

2002-04-29 Thread Dennis Muhlestein
Let's say I cluster two jboss servers and I have an Entity Bean with commit option A. Are the attributes of the Entity Bean clustered? ie: user on server 1 calls a set Method, then user on server 2 calls the get method for that attribute. Can I expect the attribute to be current on server 2?

[JBoss-user] jetty compile error

2002-04-18 Thread Dennis Muhlestein
I searched forums and the lists but didn't see anything that talked about this. It seems to me like maybe the wrong servlet.jar is being used or something. this is with 3.0 RC1. HTTP ERROR: 500 Unable to compile class for JSP /tmp/Jetty__8080___/ index$jsp.java:371: Incompatible type for

Re: [JBoss-user] embedded tomcat 4 issue

2002-04-17 Thread Dennis Muhlestein
Thank you for your input. I'm making much progress in this area and most of my application works with tomcat locally now. I have got everything to work at this point except for one Entity Bean (CMP 2.0). I have other Entity Beans that work fine. So this is really tricky. I can lookup the

[JBoss-user] embedded tomcat

2002-04-17 Thread Dennis Muhlestein
OK, My bad everyone. I hope this helps someone out there! The reason only one bean didn't work is that the WEB-INF/lib/ had on old copy of that one Bean's interface(Ant build issue I thought was fixed). Therefore, it was a classloading issue. Bottom line is, to deploy an ear, the war files

[JBoss-user] tomcat 4 issue

2002-04-16 Thread Dennis Muhlestein
I've compiled the lated CVS on Branch_3_0. When I deploy the tomcat-test.ear that is built in the catalina directory, I can access the index page ok. Tomcat seems to be working fine but the executing servlet still can't talk to an ejb. I get: java.lang.NullPointerException at

Re: [JBoss-user] tomcat 4 issue

2002-04-16 Thread Dennis Muhlestein
Chief Technology Officer JBoss Group, LLC - Original Message - From: Dennis Muhlestein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 9:53 AM Subject: [JBoss-user] tomcat 4 issue I've compiled the lated CVS on Branch_3_0. When I

RE: [JBoss-user] embedded tomcat 4 issue

2002-04-16 Thread Dennis Muhlestein
, without having to construct multiple EAR files for various vendors (yuck!)? Or, is this the intended functionality for JB 3.0 now? James -Original Message- From: David Ward [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 6:38 PM To: Dennis Muhlestein Cc: Scott M

Re: [JBoss-user] Compile errors for Catalina with CVS head

2002-04-15 Thread Dennis Muhlestein
I just barely posted that message to the dev list. It seams someone removed two necessary files from CVS. On Mon, 2002-04-15 at 10:36, James Higginbotham wrote: Anyone seeing the following 2 errors when compiling catalina .sar? I did a checkout at 11:00 am this morning, a build init,

Re: [JBoss-user] Building Catalina .sar (Tomcat to work withJBossBeta 2 HOWTO)?

2002-04-12 Thread Dennis Muhlestein
- Original Message - From: James Higginbotham [EMAIL PROTECTED] To: Dennis Muhlestein [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Scott M Stark [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 5:08 PM Subject: RE: [JBoss-user] Building Catalina .sar (Tomcat to work with JBossBeta 2 HOWTO

Re: [JBoss-user] can someone pls fix the forum???

2002-04-12 Thread Dennis Muhlestein
I've seen this exact problem many times. I wish someone would fix it also. Usually, I change what I search for and hope that different criteria doesn't have the problem. On Fri, 2002-04-12 at 14:03, Eric Kaplan wrote: I'm trying to search for stuff, and it's telling me it found a bunch of

Re: [JBoss-user] Building Catalina .sar (Tomcat to work withJBossBeta 2 HOWTO)?

2002-04-12 Thread Dennis Muhlestein
Higginbotham [EMAIL PROTECTED] To: Dennis Muhlestein [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Scott M Stark [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 5:08 PM Subject: RE: [JBoss-user] Building Catalina .sar (Tomcat to work with JBossBeta 2 HOWTO)? Attached is a testcase that reproduces

Re: [JBoss-user] Building Catalina .sar (Tomcat to workwithJBossBeta 2 HOWTO)?

2002-04-12 Thread Dennis Muhlestein
By client jar you mean the interfaces for the ejbs right? I don't have any of those in my war file. I checked the tomcat-test.war/ear that I deployed also, I didn't find the HelloName-client.jar in there. Contents of tomcat-test.war: META-INF/ WEB-INF/ WEB-INF/jboss-web.xml WEB-INF/web.xml

Re: [JBoss-user] JBoss 3.0.0beta CMP Problem

2002-04-11 Thread Dennis Muhlestein
My application is completely CMP 2.0. The key is to make sure your DOCTYPE in your ejb-jar is EXACTLY the way it appears on suns DTD. Jboss checks for that DOCTYPE and if it is different, it reverts back to 1.x On Thu, 2002-04-11 at 15:32, Taylor, Brent wrote: It does not appear that JBoss

RE: [JBoss-user] Building Catalina .sar (Tomcat to work with JBossBeta 2 HOWTO)?

2002-04-08 Thread Dennis Muhlestein
I have the exact same exception when I try to access an EJB from a servlet. I took our existing application that worked fine with Tomcat on a separate machine, and embedded tomcat into JBoss. When I try to get the Home object from a servlet the container throws the same exception from

RE: [JBoss-user] Building Catalina .sar (Tomcat to work with JBos sBeta 2 HOWTO)?

2002-04-08 Thread Dennis Muhlestein
I tried with tomcat on a separate machine, and with embedded tomcat running withing Jboss to perform the same method method call. The exception occurs when the container tries to invoke the create method of my SSB only when I try from the embedded tomcat. Note: I am using the same instance of

[JBoss-user] CMP Help

2002-04-02 Thread Dennis Muhlestein
I have a very simple CMP 2.0 Bean. It has one Field on one table. I am using jboss 3.0 beta 2 (from cvs) I am trying to call the create method on my Bean from a Local Interface in a Stateful Session Bean. When I call create, I get the following output in my server.log: 2002-04-01