Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2025-03-11 Thread Ahmed Ashour
The issue still persists with 11.0.5. Thanks,Ahmed On Friday, March 7, 2025 at 11:20:18 AM GMT+1, Boris Petrov wrote: I've been doing that for the past few hours. For now all looks good. I'll write here if I still see the problem - so hopefully you don't hear from me today! :D Thanks

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2025-03-11 Thread Boris Petrov
That's unfortunate. I haven't hit the issue in 9.0.102 but who knows - it just might be even rarer... On 3/11/25 11:41 AM, Ahmed Ashour wrote: The issue still persists with 11.0.5. Thanks,Ahmed On Friday, March 7, 2025 at 11:20:18 AM GMT+1, Boris Petrov wrote: I've been doing that

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2025-03-07 Thread Boris Petrov
rted client- side. It is, yes, but the backend itself returns status 500 - so I guess that's the reason Chrome gives net::ERR_HTTP2_PROTOCOL_ERROR. Or who knows, I'm not sure. A 500 response from the server shouldn't trigger an HTTP/2 protocol error on the client. The two may b

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2025-03-07 Thread Mark Thomas
m not sure what you mean that the error is being reported client- side. It is, yes, but the backend itself returns status 500 - so I guess that's the reason Chrome gives net::ERR_HTTP2_PROTOCOL_ERROR. Or who knows, I'm not sure. A 500 response from the server shouldn't trigger an

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2025-03-07 Thread Boris Petrov
ess that's the reason Chrome gives net::ERR_HTTP2_PROTOCOL_ERROR. Or who knows, I'm not sure. A 500 response from the server shouldn't trigger an HTTP/2 protocol error on the client. The two may be related but it is hard to tell. A 500 on the server should trigger an error m

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2025-01-20 Thread Mark Thomas
On 17/01/2025 15:31, Boris Petrov wrote: Hi Mark, I'm not sure what you mean that the error is being reported client-side. It is, yes, but the backend itself returns status 500 - so I guess that's the reason Chrome gives net::ERR_HTTP2_PROTOCOL_ERROR. Or who knows, I'm no

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2025-01-17 Thread Boris Petrov
Hi Mark, I'm not sure what you mean that the error is being reported client-side. It is, yes, but the backend itself returns status 500 - so I guess that's the reason Chrome gives net::ERR_HTTP2_PROTOCOL_ERROR. Or who knows, I'm not sure. The relevant part from the log that

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2025-01-14 Thread Mark Thomas
On 16/12/2024 10:44, Mark Thomas wrote: On 16/12/2024 10:28, Boris Petrov wrote: Hi Mark, Thanks for the response and sorry for the delayed answer. I don't think my use case is special in any way. It's just a normal web- app exposing a JSON REST API that is being queried from time to time. I

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-12-16 Thread Mark Thomas
On 16/12/2024 10:28, Boris Petrov wrote: Hi Mark, Thanks for the response and sorry for the delayed answer. I don't think my use case is special in any way. It's just a normal web- app exposing a JSON REST API that is being queried from time to time. I'm hitting the issue with just a normal u

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-12-16 Thread Boris Petrov
Hi Mark, Thanks for the response and sorry for the delayed answer. I don't think my use case is special in any way. It's just a normal web-app exposing a JSON REST API that is being queried from time to time. I'm hitting the issue with just a normal usage, not by stress-testing or anything. T

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-12-11 Thread Mark Thomas
On 10/12/2024 08:28, Boris Petrov wrote: I've been trying all versions of Tomcat since 9.0.93 (including the newly released 9.0.98) and all of them have the same issue. I find it extremely strange that no-one else hits this. It sounds like the issue is timing related. These can be very sensiti

RE: Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-12-10 Thread Boris Petrov
I've been trying all versions of Tomcat since 9.0.93 (including the newly released 9.0.98) and all of them have the same issue. I find it extremely strange that no-one else hits this. Mark, are you still looking into this problem? You mentioned that you have some suspicions. I can't give you a

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-10-09 Thread Mark Thomas
On 09/10/2024 03:33, Boris Petrov wrote: I also have been experiencing the same issue (with Tomcat 9). 9.0.93 works fine. 9.0.94 is unusable. 9.0.95 and now 9.0.96 almost work but sometimes I get the same behavior as with 9.0.94. I see it in my integration tests - there are some sporadic failur

RE: Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-10-09 Thread Boris Petrov
I also have been experiencing the same issue (with Tomcat 9). 9.0.93 works fine. 9.0.94 is unusable. 9.0.95 and now 9.0.96 almost work but sometimes I get the same behavior as with 9.0.94. I see it in my integration tests - there are some sporadic failures here and there when I upgrade from 9.0

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-10-04 Thread Ahmed Ashour
> How rare? Once in how many requests? Can you trigger this via automated  > testing e.g. with wrk? After working for some time (from 10 minutes to an hour), making a request to a page (with subsequent JS/images) every one minute, the issue is shown, happens on Chrome and Brave. The requests wi

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-09-30 Thread Mark Thomas
On 30/09/2024 07:38, Ahmed Ashour wrote: Hi all, Even though the regression should have been fixed in 10.1.30, our team still sees it around once weekly. Twice so far. With 10.1.29 it was very frequent, that the server can't be used, but with 10.1.30 it is much less, but sadly it seems on rare

net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-09-29 Thread Ahmed Ashour
Hi all, Even though the regression should have been fixed in 10.1.30, our team still sees it around once weekly. Twice so far. With 10.1.29 it was very frequent, that the server can't be used, but with 10.1.30 it is much less, but sadly it seems on rare occasions to occur. I understand the diffi

AW: net::ERR_HTTP2_PROTOCOL_ERROR errors in version 10.1.29

2024-09-13 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, thank you for the quick reply! I will wait for the next release / fix. > -Ursprüngliche Nachricht- > Von: Rémy Maucherat > Gesendet: Freitag, 13. September 2024 12:48 > An: Tomcat Users List > Betreff: Re: net::ERR_HTTP2_PROTOCOL_ERROR errors in version 10.1.29 &

Re: net::ERR_HTTP2_PROTOCOL_ERROR errors in version 10.1.29

2024-09-13 Thread Rémy Maucherat
On Fri, Sep 13, 2024 at 11:58 AM Thomas Hoffmann (Speed4Trade GmbH) wrote: > > Hello, > after upgrading from 10.1.25 to 10.1.29 I experience many > net::ERR_HTTP2_PROTOCOL_ERROR in Edge and Chrome. > Firefox shows NS_ERROR_NET_RESET. > The website doesn't fully rende

net::ERR_HTTP2_PROTOCOL_ERROR errors in version 10.1.29

2024-09-13 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, after upgrading from 10.1.25 to 10.1.29 I experience many net::ERR_HTTP2_PROTOCOL_ERROR in Edge and Chrome. Firefox shows NS_ERROR_NET_RESET. The website doesn't fully render. Access-Log shows several HTTP 500 errors for static resources. The other logfiles don't show any err

Re: TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-03-24 Thread Ravi Kumar
he object of type > > > ServerSocketFactory in my application. > > > Could you please point towards any other viable alternative ? > > > > > > @Override > > > <http://java.sun.com/j2se/1%2E5%2E0/docs/api/java/lang/Override.html> > >

Re: TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-02-23 Thread Rémy Maucherat
se point towards any other viable alternative ? > > > > @Override > > <http://java.sun.com/j2se/1%2E5%2E0/docs/api/java/lang/Override.html> > > public ServerSocketFactory > > < > http://java.sun.com/j2se/1%2E5%2E0/docs/api/javax/net/ServerSocketFa

Re: TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-02-23 Thread Christopher Schultz
public ServerSocketFactory <http://java.sun.com/j2se/1%2E5%2E0/docs/api/javax/net/ServerSocketFactory.html> getServerSocketFactory(AbstractEndpoint abstractendpoint) { return new JSSESocketFactory(abstractendpoint); } No, that's "how you are doing it". Nobody ju

Re: TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-02-23 Thread Ravi Kumar
.com/j2se/1%2E5%2E0/docs/api/javax/net/ServerSocketFactory.html> getServerSocketFactory(AbstractEndpoint abstractendpoint) { return new JSSESocketFactory(abstractendpoint); } Thanks in Advance, Regards, Ravi On Tue, Feb 23, 2021 at 8:15 PM Christopher Schultz < ch...@christo

Re: TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-02-23 Thread Christopher Schultz
P/1.1-8443]] java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory* * *  It seems that org.apache.tomcat.util.net <http://org.apache.tomcat.util.net>.*ServerSocketFaactory *class has been removed since tomcat 8.5.53 and in Tomcat 9 also. Correct. Requesting for the helpful su

TOMCAT 9 Upgrade :--java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory

2021-02-23 Thread Ravi Kumar
same https application, we are receiving the error message as mentioned below *SEVERE: Failed to initialize component [Connector[HTTP/1.1-8443]]java.lang.NoClassDefFoundError: org/apache/tomcat/util/net/ServerSocketFactory* It seems that org.apache.tomcat.util.net.*ServerSocketFaactory *class

Re: tomat 8 async servlet net::ERR_INCOMPLETE_CHUNKED_ENCODING

2015-03-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fachhoch, On 3/3/15 1:30 PM, fachhoch wrote: > I am trying to use atmosphere for my web app running under tomcat > 8.0.14, for which I have to use async servlet and filters, In > chrome I get error *net::ERR_INCOMPLETE_CHUNKED_ENCODING

Re: tomat 8 async servlet net::ERR_INCOMPLETE_CHUNKED_ENCODING

2015-03-03 Thread fachhoch
- View this message in context: http://tomcat.10.x6.nabble.com/tomat-8-async-servlet-net-ERR-INCOMPLETE-CHUNKED-ENCODING-tp5031064p5031065.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe,

tomat 8 async servlet net::ERR_INCOMPLETE_CHUNKED_ENCODING

2015-03-03 Thread fachhoch
I am trying to use atmosphere for my web app running under tomcat 8.0.14, for which I have to use async servlet and filters, In chrome I get error *net::ERR_INCOMPLETE_CHUNKED_ENCODING * when call the async web resource , when I deploy this locally in the development machine I don'

Re: .net web service client calling Tomcat 7

2013-06-05 Thread André Warnier
t. So this is a solution for "bad" .net client. Jan. Glad to hear! If there is any Windows-like authentication involved, it may affect the viability or at least the scalability of this solution. Windows authentication is relatively resource-intensive, and requires the exchange of sev

RE: .net web service client calling Tomcat 7

2013-06-04 Thread Bean William R
t. So this is a solution for "bad" > .net client. > Jan. Glad to hear! -- Bill - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: .net web service client calling Tomcat 7

2013-06-04 Thread Jan Vávra
g. And now client doesn't suffer by closing a socket. So this is a solution for "bad" .net client. Jan. When client sends a request there are written 2 lines at tomcat access log: 192.168.1.211 - - [03/Jun/2013:16:02:24 +0200] "POST /ades-server/adesOperationsWebService H

RE: .net web service client calling Tomcat 7

2013-06-03 Thread Bean William R
chemas.xmlsoap.org/soap/envelope/";> >Basically the .net client never sends Authorization header at first time. >I used wireshark to see the communication: > >1. C sends packet with http headers. >2. C sends packet with first part of soap xml request that begins ... >3. S replies 40

.net web service client calling Tomcat 7

2013-06-03 Thread Jan Vávra
r customer wrote a .net 4.5 web service client - WCF (C). When client sends a request there are written 2 lines at tomcat access log: 192.168.1.211 - - [03/Jun/2013:16:02:24 +0200] "POST /ades-server/adesOperationsWebService HTTP/1.1" 401 951 192.168.1.211 - - [01/Jan/1970:00:59:59 +

Re: runtime.exec "cmd.exe /C net use"

2013-04-10 Thread André Warnier
-sa.com] Sent: Saturday, March 23, 2013 8:10 PM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C net use" Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflahrty@rampageinc.**com ] Sent: Saturday, March 23, 2013 5:22 PM To: Tomcat Users Li

Re: runtime.exec "cmd.exe /C net use"

2013-04-10 Thread David kerber
, March 23, 2013 8:10 PM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C net use" Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflahrty@rampageinc.**com ] Sent: Saturday, March 23, 2013 5:22 PM To: Tomcat Users List Subject: ru

Re: runtime.exec "cmd.exe /C net use"

2013-04-10 Thread Bilal S
to:a...@ice-sa.com] >>>> Sent: Saturday, March 23, 2013 8:10 PM >>>> To: Tomcat Users List >>>> Subject: Re: runtime.exec "cmd.exe /C net use" >>>> >>>> Harris, Jeffrey E. wrote: >>>> >>>>> >&g

Re: runtime.exec "cmd.exe /C net use"

2013-03-26 Thread Patrick Flaherty
that interactive account matches the service login account then "net use" from within the service does return all mapped drives. I expected as much. It seems as though you cannot get away from the requirement of having to login 'first'...to get everything working as

Re: runtime.exec "cmd.exe /C net use"

2013-03-26 Thread Terence M. Bandoian
On 3/26/2013 8:40 AM, chris derham wrote: This thread has been going on for some time now, but why are you using drive letters? Can't you just use unc paths and remove all of these issues you are having? I searched the thread for UNC and can't see that this was asked, but seems like a sensible qu

Re: runtime.exec "cmd.exe /C net use"

2013-03-26 Thread André Warnier
login account then "net use" from within the service does return all mapped drives. I expected as much. It seems as though you cannot get away from the requirement of having to login 'first'...to get everything working as designed/expected in your app. Excuse me, if I missed

RE: runtime.exec "cmd.exe /C net use"

2013-03-26 Thread Jeffrey Janner
> -Original Message- > From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Sent: Monday, March 25, 2013 7:06 PM > To: Tomcat Users List > Subject: Re: runtime.exec "cmd.exe /C net use" > > > On Mar 25, 2013, at 7:13 PM, Harris, Jeffrey E. wr

Re: runtime.exec "cmd.exe /C net use"

2013-03-26 Thread Howard W. Smith, Jr.
On Tue, Mar 26, 2013 at 9:40 AM, chris derham wrote: > I searched the thread for UNC and can't see that this was asked, but seems > like a sensible question. > > Jeffrey was the first to respond and that was asked in his first response. :)

Re: runtime.exec "cmd.exe /C net use"

2013-03-26 Thread chris derham
This thread has been going on for some time now, but why are you using drive letters? Can't you just use unc paths and remove all of these issues you are having? I searched the thread for UNC and can't see that this was asked, but seems like a sensible question. HTH Chris ---

Re: runtime.exec "cmd.exe /C net use"

2013-03-26 Thread Howard W. Smith, Jr.
> Subject: Re: runtime.exec "cmd.exe /C net use" > > > > On Tue, Mar 26, 2013 at 8:40 AM, Harris, Jeffrey E. < > > jeffrey.har...@mantech.com> wrote: > > > > > > > > > > > > > If you buy a terminal server license, then the

RE: runtime.exec "cmd.exe /C net use"

2013-03-26 Thread Harris, Jeffrey E.
> -Original Message- > From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] > Sent: Tuesday, March 26, 2013 9:03 AM > To: Tomcat Users List > Subject: Re: runtime.exec "cmd.exe /C net use" > > On Tue, Mar 26, 2013 at 8:40 AM, Harris, Jeffrey E. < &

Re: runtime.exec "cmd.exe /C net use"

2013-03-26 Thread Howard W. Smith, Jr.
On Tue, Mar 26, 2013 at 8:40 AM, Harris, Jeffrey E. < jeffrey.har...@mantech.com> wrote: > > > If you buy a terminal server license, then the cap on two users is removed > (to the limit > specified in the terminal server license), and any users can log in > remotely. > > That's exactly right. In

RE: runtime.exec "cmd.exe /C net use"

2013-03-26 Thread Harris, Jeffrey E.
> -Original Message- > From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Sent: Monday, March 25, 2013 8:06 PM > To: Tomcat Users List > Subject: Re: runtime.exec "cmd.exe /C net use" > > > On Mar 25, 2013, at 7:13 PM, Harris, Jeffrey E. wro

Re: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Howard W. Smith, Jr.
search and found this[1]. can you do something similar, create a separate java app/executable that does your 'net use', and let your tomcat7-app-running-as-service call the separate app, and 'run as' the target user that has the network drive list that you desire to get/retrieve

Re: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 7:13 PM, Harris, Jeffrey E. < jeffrey.har...@mantech.com> wrote: > > You are on a Windows 7 system, which supports one user logged in at a time. > I would be interested in seeing how this behaves on a Windows Server 2008 > R2 system, > configured for multiple users to be lo

Re: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Howard W. Smith, Jr.
11:14 AM, Patrick Flaherty >>> **wrote: >>> >>> Update: If I'm login interactively (meaning machine boots and I login >>>> and >>>> get my desktop) and that interactive account matches the service login >>>> account >>>> then &quo

Re: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Howard W. Smith, Jr.
in and >>> get my desktop) and that interactive account matches the service login >>> account >>> then "net use" from within the service does return all mapped drives. >>> >>> >>> I expected as much. It seems as though you cannot get

Re: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Patrick Flaherty
On Mar 25, 2013, at 7:13 PM, Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Monday, March 25, 2013 6:58 PM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C net use" On Mar 25, 2013, at 1:15 PM, Howar

RE: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Harris, Jeffrey E.
> -Original Message- > From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Sent: Monday, March 25, 2013 6:58 PM > To: Tomcat Users List > Subject: Re: runtime.exec "cmd.exe /C net use" > > > On Mar 25, 2013, at 1:15 PM, Howard W. Smith, Jr. wrote

Re: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Patrick Flaherty
On Mar 25, 2013, at 1:15 PM, Howard W. Smith, Jr. wrote: On Mon, Mar 25, 2013 at 11:14 AM, Patrick Flaherty wrote: Update: If I'm login interactively (meaning machine boots and I login and get my desktop) and that interactive account matches the service login account then "net

Re: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 11:14 AM, Patrick Flaherty wrote: > Update: If I'm login interactively (meaning machine boots and I login and > get my desktop) and that interactive account matches the service login > account > then "net use" from within the service does retu

Re: [somewhat OT] runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 5:50 AM, André Warnier wrote: > Howard W. Smith, Jr. wrote: > >> Hi Jeffrey, >>> >>> Yes, I now get it. Thanks for the lesson on Windows Networking (I thought >>> I knew well) and thanks to Andre as well. >>> You also said that if all I wanted to do was make a list of mapp

Re: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 6:03 AM, André Warnier wrote: > Howard W. Smith, Jr. wrote: > >> On Sun, Mar 24, 2013 at 7:14 PM, Howard W. Smith, Jr. < >> smithh032...@gmail.com> wrote: >> >> >>> Hi Jeffrey, Yes, I now get it. Thanks for the lesson on Windows Networking (I thought I

Re: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Patrick Flaherty
On Mar 25, 2013, at 11:59 AM, Harris, Jeffrey E. wrote: -Original Message- Update: If I'm login interactively (meaning machine boots and I login and get my desktop) and that interactive account matches the service login account then "net use" from within the service

RE: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Harris, Jeffrey E.
> -Original Message- > Update: If I'm login interactively (meaning machine boots and I login > and get my desktop) and that interactive account matches the service > login account then "net use" from within the service does return all > mapped drives. >

Re: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread Patrick Flaherty
e background OpenOffice instance, which most probably means that it too is running in the same service context a the main service program. (Which brings us back to the same context as this thread). Update: If I'm login interactively (meaning machine boots and I login and get my desktop

Re: runtime.exec "cmd.exe /C net use"

2013-03-25 Thread André Warnier
Howard W. Smith, Jr. wrote: On Sun, Mar 24, 2013 at 7:14 PM, Howard W. Smith, Jr. < smithh032...@gmail.com> wrote: Hi Jeffrey, Yes, I now get it. Thanks for the lesson on Windows Networking (I thought I knew well) and thanks to Andre as well. You also said that if all I wanted to do was make

Re: [somewhat OT] runtime.exec "cmd.exe /C net use"

2013-03-25 Thread André Warnier
Howard W. Smith, Jr. wrote: Hi Jeffrey, Yes, I now get it. Thanks for the lesson on Windows Networking (I thought I knew well) and thanks to Andre as well. You also said that if all I wanted to do was make a list of mapping appear in an html page (without actually using them in your application)

Re: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Howard W. Smith, Jr.
On Sun, Mar 24, 2013 at 7:14 PM, Howard W. Smith, Jr. < smithh032...@gmail.com> wrote: > > >> Hi Jeffrey, >> >> Yes, I now get it. Thanks for the lesson on Windows Networking (I thought >> I knew well) and thanks to Andre as well. >> You also said that if all I wanted to do was make a list of mapp

Re: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Howard W. Smith, Jr.
> Hi Jeffrey, > > Yes, I now get it. Thanks for the lesson on Windows Networking (I thought > I knew well) and thanks to Andre as well. > You also said that if all I wanted to do was make a list of mapping appear > in an html page (without actually using them > in your application), you can just fa

Re: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Patrick Flaherty
On Mar 24, 2013, at 4:29 PM, Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 4:15 PM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C net use" Within your application, do yo

Re: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Patrick Flaherty
List Subject: Re: runtime.exec "cmd.exe /C net use" On Mar 24, 2013, at 10:24 AM, Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 10:20 AM To: Tomcat Users List Subject: Re: runtime.exec "cmd

RE: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Harris, Jeffrey E.
> -Original Message- > From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Sent: Sunday, March 24, 2013 4:15 PM > To: Tomcat Users List > Subject: Re: runtime.exec "cmd.exe /C net use" > > > > Within your application, do you actually access

Re: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Patrick Flaherty
On Mar 24, 2013, at 3:46 PM, Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 3:37 PM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C net use" On Mar 24, 2013, at 2:56 PM, And

Re: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread André Warnier
Patrick Flaherty wrote: On Mar 24, 2013, at 2:56 PM, André Warnier wrote: Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 12:18 PM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C ne

Re: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Serge Fonville
cat Users List > > Subject: Re: runtime.exec "cmd.exe /C net use" > > > > > > On Mar 24, 2013, at 2:56 PM, André Warnier wrote: > > > > > Harris, Jeffrey E. wrote: > > >>> -Original Message- > > >>> From: Patrick Fla

RE: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Harris, Jeffrey E.
> -Original Message- > From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Sent: Sunday, March 24, 2013 3:37 PM > To: Tomcat Users List > Subject: Re: runtime.exec "cmd.exe /C net use" > > > On Mar 24, 2013, at 2:56 PM, André Warnier wro

Re: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Patrick Flaherty
On Mar 24, 2013, at 2:56 PM, André Warnier wrote: Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 12:18 PM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C net use" On Mar 24, 2013

Re: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread André Warnier
Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 12:18 PM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C net use" On Mar 24, 2013, at 10:24 AM, Harris, Jeffrey E. wrote: ---

RE: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Harris, Jeffrey E.
> -Original Message- > From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Sent: Sunday, March 24, 2013 12:18 PM > To: Tomcat Users List > Subject: Re: runtime.exec "cmd.exe /C net use" > > > On Mar 24, 2013, at 10:24 AM, Harris, Jeffrey E. w

Re: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Patrick Flaherty
On Mar 24, 2013, at 10:24 AM, Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Sunday, March 24, 2013 10:20 AM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C net use" On Mar 23, 2013, at 10:00 PM, Da

RE: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Harris, Jeffrey E.
> -Original Message- > From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Sent: Sunday, March 24, 2013 10:20 AM > To: Tomcat Users List > Subject: Re: runtime.exec "cmd.exe /C net use" > > > On Mar 23, 2013, at 10:00 PM, David Kerber wrote:

Re: runtime.exec "cmd.exe /C net use"

2013-03-24 Thread Patrick Flaherty
On Mar 23, 2013, at 10:00 PM, David Kerber wrote: On 3/23/2013 8:13 PM, Harris, Jeffrey E. wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Saturday, March 23, 2013 8:10 PM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C net use&quo

Re: runtime.exec "cmd.exe /C net use"

2013-03-23 Thread David Kerber
On 3/23/2013 8:13 PM, Harris, Jeffrey E. wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Saturday, March 23, 2013 8:10 PM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C net use" Harris, Jeffrey E. wrote: -Original Message

Re: runtime.exec "cmd.exe /C net use"

2013-03-23 Thread David Kerber
On 3/23/2013 8:13 PM, Harris, Jeffrey E. wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Saturday, March 23, 2013 8:10 PM To: Tomcat Users List Subject: Re: runtime.exec "cmd.exe /C net use" Harris, Jeffrey E. wrote: -Original Message

RE: runtime.exec "cmd.exe /C net use"

2013-03-23 Thread Harris, Jeffrey E.
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Saturday, March 23, 2013 8:10 PM > To: Tomcat Users List > Subject: Re: runtime.exec "cmd.exe /C net use" > > Harris, Jeffrey E. wrote: > > > >> -Ori

Re: runtime.exec "cmd.exe /C net use"

2013-03-23 Thread André Warnier
Harris, Jeffrey E. wrote: -Original Message- From: Patrick Flaherty [mailto:pflah...@rampageinc.com] Sent: Saturday, March 23, 2013 5:22 PM To: Tomcat Users List Subject: runtime.exec "cmd.exe /C net use" Hi, I'm trying to run the following command ( runtime.exec &quo

RE: runtime.exec "cmd.exe /C net use"

2013-03-23 Thread Harris, Jeffrey E.
> -Original Message- > From: Patrick Flaherty [mailto:pflah...@rampageinc.com] > Sent: Saturday, March 23, 2013 5:22 PM > To: Tomcat Users List > Subject: runtime.exec "cmd.exe /C net use" > > Hi, > > I'm trying to run the following command ( run

runtime.exec "cmd.exe /C net use"

2013-03-23 Thread Patrick Flaherty
Hi, I'm trying to run the following command ( runtime.exec "cmd.exe /C net use" ) from my tomcat app and it's returning : net use New connections will be remembered. There are no entries in the list. This only happen when I run as a Windows service. If I run the to

Re: How to serve .net and java websites on Windows 2008 with IIS7 and Tomcat

2011-02-02 Thread Rainer Frey
On Wednesday 02 February 2011 01:51:51 Jordan Michaels wrote: Please don't top post. > On 02/01/2011 04:38 PM, Conway Liu wrote: > > It seems like the Tomcat service only serves applications from one > > location ($CATALINA_HOME) No. you can have * webapps with a document path outside $CATALINA_

Re: How to serve .net and java websites on Windows 2008 with IIS7 and Tomcat

2011-02-01 Thread Thomas Strauß
domains, resolved by the IIS. Works also with IIS as an SSL filter. Regards, Thomas Am 02.02.2011 um 01:38 schrieb Conway Liu: > Hi, > > We are trying to setup a webserver that will serve multiple aspx (..Net) > websites > and and jsp (Java) websites. > The webserver is a Wind

Re: How to serve .net and java websites on Windows 2008 with IIS7 and Tomcat

2011-02-01 Thread Jordan Michaels
it or not, it will solve your problem. -Jordan On 02/01/2011 04:38 PM, Conway Liu wrote: Hi, We are trying to setup a webserver that will serve multiple aspx (..Net) websites and and jsp (Java) websites. The webserver is a Windows 2008 R2 64 bit machine with IIS7. I have also installed Tomcat 6.

How to serve .net and java websites on Windows 2008 with IIS7 and Tomcat

2011-02-01 Thread Conway Liu
Hi, We are trying to setup a webserver that will serve multiple aspx (..Net) websites and and jsp (Java) websites. The webserver is a Windows 2008 R2 64 bit machine with IIS7. I have also installed Tomcat 6.0.30 running as a service. The sample web application works with no problem on http

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-21 Thread Caldarale, Charles R
> From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] > Subject: RE: net stop tomcat6 service hangs on Windows 2008 (64-bit) > > I don't have a shutdown.bat or .cmd anywhere in C:\Program Files\ > Apache Software Foundation. For reasons never explained, the .bat scripts are

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-21 Thread Matt Sullivan
I don't have a shutdown.bat or .cmd anywhere in C:\Program Files\Apache Software Foundation. No indication in logs of an OOM situation. I'm going to write a small batch file that attempts to stop the service, sleeps, queries the service state with SC, and if required kills the process. Thanks

Re: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-18 Thread Konstantin Kolinko
2009/7/17 Caldarale, Charles R : >> From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] >> Subject: RE: net stop tomcat6 service hangs on Windows 2008 (64-bit) >> >> Never heard back from anyone, and I'm left assuming this is a bug, >> albeit a difficult one t

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-17 Thread Caldarale, Charles R
> From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] > Subject: RE: net stop tomcat6 service hangs on Windows 2008 (64-bit) > > Never heard back from anyone, and I'm left assuming this is a bug, > albeit a difficult one to isolate. Refresh our memories - does the hang st

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-17 Thread Matt Sullivan
omcat6.exe process if net stop fails, unless anyone can think of something else to try. -Original Message- From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] Sent: Friday, June 19, 2009 5:05 PM To: 'Tomcat Users List' Subject: RE: net stop tomcat6 service hangs on Windows 2008 (

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-19 Thread Matt Sullivan
> Ok, rules that out. Do any of your webapps make use of JNI? Might want to use Process Explorer to see what's still going on inside Tomcat. > > - Chuck No JNI. The process dump immediately below shows JVM still loaded, etc. I then drill into some of the threads via Process Explorer further

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-18 Thread Caldarale, Charles R
> From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] > Subject: RE: net stop tomcat6 service hangs on Windows 2008 (64-bit) > > Charles, indeed the net stop will fail even with latest version > 1.6.0_14 as Tomcat's JVM. Ok, rules that out. Do any of your webapps make use

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-18 Thread Matt Sullivan
Charles, indeed the net stop will fail even with latest version 1.6.0_14 as Tomcat's JVM. To Marty's q. re: sc query, answer: SERVICE_NAME: tomcat6 TYPE : 10 WIN32_OWN_PROCESS STATE : 3 STOP_PENDING

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-17 Thread Caldarale, Charles R
> From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] > Subject: net stop tomcat6 service hangs on Windows 2008 (64-bit) > > I'm seeing a pretty consistent issue when stopping Tomcat6, when > running as a Windows service. The usual cause is extra non-daemon threads started b

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-17 Thread Martin Gainty
com > To: users@tomcat.apache.org > Subject: net stop tomcat6 service hangs on Windows 2008 (64-bit) > Date: Wed, 17 Jun 2009 21:37:52 -0400 > > I'm seeing a pretty consistent issue when stopping Tomcat6, when running as > a Windows service. > &g

net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-17 Thread Matt Sullivan
I'm seeing a pretty consistent issue when stopping Tomcat6, when running as a Windows service. Repro: From the cmd prompt type net stop tomcat6 Results: The Apache Tomcat service is stopping The Apache Tomcat service could n

Re: Tomcat 5.5 services hangs during "net stop"

2009-02-23 Thread Anurag Kapur
-- On Mon, Feb 23, 2009 at 8:04 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Ramamoorthy, Saku [mailto:saku.ramamoor...@oliverwyman.com] > > Subject: RE: Tomcat 5.5 services hangs during "net stop" > > > > I found the bel

RE: Tomcat 5.5 services hangs during "net stop"

2009-02-23 Thread Caldarale, Charles R
> From: Ramamoorthy, Saku [mailto:saku.ramamoor...@oliverwyman.com] > Subject: RE: Tomcat 5.5 services hangs during "net stop" > > I found the below lines in the Catalina log Nothing of any real interest there. > how do I get the thread dump? GIYF. The jstack tool is

  1   2   >