Okay, now that I'm using tomee service exe, as per Romain's suggestion, and already updated max perm size as per Mark's suggestion and restarted server on production server... a quick update:
1. Downloaded, installed, and running apache-tomee-1.5.2-20130130.041108-54-plus.zip on production server (Windows Server 2008 64bit 32GB RAM) 2. Also added -Dtomee.keep-server-info=true, as Romain suggested earlier 3. Reverted to and running Atmosphere 1.0.6; why? because from what I remember/witnessed, tomee/tomcat7 service stopped unexpectedly with Atmosphere 1.0.8, 1.0.9, and 1.0.6 (in that order) without the -Dtomee.keep-server-info=true, when running with tomee 1.5.2-SNAPSHOT build 2013-01-28 between the dates of 2013-01-28 and 2013-01-30 4. Even though the web app (and tomee) has not been under load (yet, today) like it was yesterday morning and afternoon, I have not seen issue # 1 (tomee stopping, unexpectedly, with core dump) or # 2 (atmosphere "(TomEE)/7" numberFormatException), as mentioned/discussed in OP and throughout this thread, ever since I added -Dtomee.keep-server-info=true 5. Actually, I am considering re-adding Atmosphere 1.0.8 or 1.0.9 to the mix, just to see/confirm if tomee will stop, unexpectedly, with a resulting-core-dump in tomee/bin like it did (at least) 3 times in tomcat7/bin, when this issue occurred in the last 3 days. 6. still waiting patiently for Atmosphere 1.0.10 to be released, which includes fix for atmosphere "(TomEE)/7" numberFormatException, along with other fixes that was targeting PrimeFaces Push (PrimeFaces 3.5-SNAPSHOT) and non-PrimeFaces-Push users (I assume). On Thu, Jan 31, 2013 at 6:20 AM, Romain Manni-Bucau <[email protected]>wrote: > tomcat supports websockets but no link with atmosphere (maybe classloader > issue in your app, check deps) > > maybe try using tomee service exe instead of tomcat ones too > > *Romain Manni-Bucau* > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* > *Blog: **http://rmannibucau.wordpress.com/*< > http://rmannibucau.wordpress.com/> > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* > *Github: https://github.com/rmannibucau* > >
