Re: Cannot access my app after Tomcat 7.0.28

2013-03-08 Thread Patrick Flaherty
On Mar 7, 2013, at 7:33 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Patrick, On 3/7/13 8:40 AM, Patrick Flaherty wrote: Thanks for that. Fixed the spinning bug that you pointed out and no more 25% cpu but I still cannot hit the app! :-( So the spinning bug

Re: Cannot access my app after Tomcat 7.0.28

2013-03-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Patrick, On 3/8/13 10:10 AM, Patrick Flaherty wrote: localhost-startStop-1 daemon prio=6 tid=0x0552c000 nid=0x414 runnable [0x0596f000] java.lang.Thread.State: RUNNABLE at java.util.concurrent.ConcurrentLinkedQueue.isEmpty(Unknown Source) at

Re: Cannot access my app after Tomcat 7.0.28

2013-03-07 Thread Patrick Flaherty
Hi Mark, Thanks for that. Fixed the spinning bug that you pointed out and no more 25% cpu but I still cannot hit the app! :-( So the spinning bug was not related to the inability to get to the ROOT Tomcat app or my app /rrmt. Simply, 7.0.37 server does not respond to GET / HTTP/1.1. Remove

Re: [OT] Cannot access my app after Tomcat 7.0.28

2013-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 3/6/13 11:24 PM, Howard W. Smith, Jr. wrote: Chris, Maybe NetBeans is using Attach API, because NetBeans always shows up in JVisualVM, if I have the two open on the same box (have seen this on development server and production

Re: Cannot access my app after Tomcat 7.0.28

2013-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Patrick, On 3/7/13 8:40 AM, Patrick Flaherty wrote: Thanks for that. Fixed the spinning bug that you pointed out and no more 25% cpu but I still cannot hit the app! :-( So the spinning bug was not related to the inability to get to the ROOT

Re: Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Patrick Flaherty
On Mar 5, 2013, at 9:45 PM, Howard W. Smith, Jr. wrote: 1. What is the file path of 7.0.27 (where is it installed? C:\apache-tomcat-7.0.27 or somewhere else?) c:\rsi_tc\tomcat 2. what is the file path of 7.0.28+ ? (where is it installed)? c:\rsi_tc\tomcat (same) 3. when you 'switch

Re: Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Howard W. Smith, Jr.
I have 2 tomcat folders (Versions 7.0.27 7.0.37) both named tomcat. I remove the service (Service remove Tomcat7) Move the folder out. Move in the other folder and install the service (Service install Tomcat7) Move the folder out? can you explain this more clearly? if you are moving

Re: Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Patrick Flaherty
On Mar 6, 2013, at 9:30 AM, Howard W. Smith, Jr. wrote: I have 2 tomcat folders (Versions 7.0.27 7.0.37) both named tomcat. I remove the service (Service remove Tomcat7) Move the folder out. Move in the other folder and install the service (Service install Tomcat7) Move the folder

Re: Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Howard W. Smith, Jr.
Patrick, On Tue, Mar 5, 2013 at 6:51 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Caldarale, Charles R Subject: RE: Cannot access my app after Tomcat 7.0.28 Now I just noticed that on this 4 core server, tomcat7.exe *32 is using 25% CPU. Take several thread dumps

Re: Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Patrick Flaherty
On Mar 6, 2013, at 10:53 AM, Howard W. Smith, Jr. wrote: Patrick, On Tue, Mar 5, 2013 at 6:51 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Caldarale, Charles R Subject: RE: Cannot access my app after Tomcat 7.0.28 Now I just noticed that on this 4 core server

Re: Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Mark Thomas
On 06/03/2013 17:12, Patrick Flaherty wrote: This looks to be the culprit. That is application code so you'll have to take a look to see what it is doing in line 84 of com.rampageinc.base.serverpush.RRServerPushContextListener Mark localhost-startStop-1 daemon prio=6 tid=0x0550c000

Re: [OT] Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 3/6/13 12:10 AM, Howard W. Smith, Jr. wrote: Chris, On Wed, Mar 6, 2013 at 12:56 AM, Christopher Schultz ch...@christopherschultz.net wrote: Howard, On 3/5/13 6:15 PM, Howard W. Smith, Jr. wrote: anyway/also, i am able to

Re: [OT] Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Howard W. Smith, Jr.
Chris, Maybe NetBeans is using Attach API, because NetBeans always shows up in JVisualVM, if I have the two open on the same box (have seen this on development server and production server) . I only use JVisualVM on localhost (behind a firewall), and Windows Server 2008 (non-R2 and

Re: [OT] Cannot access my app after Tomcat 7.0.28

2013-03-06 Thread Howard W. Smith, Jr.
On Thu, Mar 7, 2013 at 12:24 AM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Chris, Maybe NetBeans is using Attach API, because NetBeans always shows up in JVisualVM, if I have the two open on the same box (have seen this on development server and production server) . I only

Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Patrick Flaherty
Hi, When using any build of Tomcat *post* 7.0.28, I cannot access my app ! The app comes up as it does in 7.0.28 (which works) and logs look the same (no errors). I just can't do an http call to the server. A packet trace shown the tcp connect (3 way handshake) and then no response to Get /

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
On Tue, Mar 5, 2013 at 1:04 PM, Patrick Flaherty pflah...@rampageinc.comwrote: Hi, When using any build of Tomcat *post* 7.0.28, I cannot access my app ! The app comes up as it does in 7.0.28 (which works) and logs look the same (no errors). I just can't do an http call to the server. A

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Konstantin Kolinko
2013/3/5 Patrick Flaherty pflah...@rampageinc.com: Hi, When using any build of Tomcat *post* 7.0.28, I cannot access my app ! The app comes up as it does in 7.0.28 (which works) and logs look the same (no errors). I just can't do an http call to the server. A packet trace shown the tcp

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Patrick Flaherty
On Mar 5, 2013, at 4:44 PM, Howard W. Smith, Jr. wrote: On Tue, Mar 5, 2013 at 1:04 PM, Patrick Flaherty pflah...@rampageinc.com wrote: Hi, When using any build of Tomcat *post* 7.0.28, I cannot access my app ! The app comes up as it does in 7.0.28 (which works) and logs look the same

RE: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Caldarale, Charles R
From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Subject: Re: Cannot access my app after Tomcat 7.0.28 Now I just noticed that on this 4 core server, tomcat7.exe *32 is using 25% CPU. Take several thread dumps and see what's looping. http://wiki.apache.org/tomcat/HowTo

RE: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Caldarale, Charles R
From: Caldarale, Charles R Subject: RE: Cannot access my app after Tomcat 7.0.28 Now I just noticed that on this 4 core server, tomcat7.exe *32 is using 25% CPU. Take several thread dumps and see what's looping. http://wiki.apache.org/tomcat/HowTo

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Konstantin Kolinko
2013/3/5 Patrick Flaherty pflah...@rampageinc.com: (...) The index.jsp in ROOT is a jsp containing a redirect to my app. % response.sendRedirect(/myapp/index.do); % Confirming that a redirect such as above one works in current 7.0.x. I replaced default ROOT/index.jsp with this

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
On Tue, Mar 5, 2013 at 6:51 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Caldarale, Charles R Subject: RE: Cannot access my app after Tomcat 7.0.28 Now I just noticed that on this 4 core server, tomcat7.exe *32 is using 25% CPU. Take several thread dumps and see

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Patrick Flaherty
.2013...log is the following message: [2013-03-05 20:03:16] [error] [ 7724] The handle is invalid Any ideas? Pat On Mar 5, 2013, at 6:51 PM, Caldarale, Charles R wrote: From: Caldarale, Charles R Subject: RE: Cannot access my app after Tomcat 7.0.28 Now I just noticed that on this 4 core

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Patrick Flaherty
On Mar 5, 2013, at 6:59 PM, Konstantin Kolinko wrote: 2013/3/5 Patrick Flaherty pflah...@rampageinc.com: (...) The index.jsp in ROOT is a jsp containing a redirect to my app. % response.sendRedirect(/myapp/index.do); % Confirming that a redirect such as above one works in current

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
Is your Tomcat on C: drive? Sometimes file permissions there are off. http://wiki.apache.org/tomcat/**FAQ/Windowshttp://wiki.apache.org/tomcat/FAQ/Windows I don't think so, I switch 7.0.27 back in and it works. 1. What is the file path of 7.0.27 (where is it installed?

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Patrick Flaherty
On Mar 5, 2013, at 8:28 PM, Howard W. Smith, Jr. wrote: Is your Tomcat on C: drive? Sometimes file permissions there are off. http://wiki.apache.org/tomcat/**FAQ/Windowshttp://wiki.apache.org/tomcat/FAQ/Windows I don't think so, I switch 7.0.27 back in and it works. 1. What is the file

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
Move in the other folder and install the service (Service install Tomcat7) After you run 'service.bat install Tomcat7' for 7.0.27 and 7.0.28, please reply with the following that you see in tomcat7w.exe 'Java' tab. For example, my 'Java' tab has the following: Java Classpath:

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
On Tue, Mar 5, 2013 at 9:09 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Move in the other folder and install the service (Service install Tomcat7) After you run 'service.bat install Tomcat7' for 7.0.27 and 7.0.28, please reply with the following that you see in tomcat7w.exe

Re: Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
1. What is the file path of 7.0.27 (where is it installed? C:\apache-tomcat-7.0.27 or somewhere else?) c:\rsi_tc\tomcat 2. what is the file path of 7.0.28+ ? (where is it installed)? c:\rsi_tc\tomcat (same) 3. when you 'switch 7.0.27 back in', what does that mean? Does it mean that

Re: [OT] Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 3/5/13 6:15 PM, Howard W. Smith, Jr. wrote: anyway/also, i am able to monitor tomee/tomcat (and do thread dumps against tomcat/tomee running as windows service) via JMX and Java Visual VM (jvisualvm, bundled with Java 7 SDK), since I

Re: [OT] Cannot access my app after Tomcat 7.0.28

2013-03-05 Thread Howard W. Smith, Jr.
Chris, On Wed, Mar 6, 2013 at 12:56 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 3/5/13 6:15 PM, Howard W. Smith, Jr. wrote: anyway/also, i am able to monitor tomee/tomcat (and do thread dumps against