Re: Unable to update or delete Windows Service

2016-05-16 Thread Leo Donahue
Chris, On Mon, May 16, 2016 at 3:22 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chuck, > > On 5/16/16 4:11 PM, Caldarale, Charles R wrote: > >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > >> Subject:

Re: Windows Service won't launch

2016-05-16 Thread Leo Donahue
Chris, On Mon, May 16, 2016 at 3:25 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I'm upgrading a client's system from Tomcat 7 to Tomcat 8 as part of a > new release of our software. I've got Tomcat 8 installed

Re: Windows Service won't launch

2016-05-16 Thread David Kerber
On 5/16/2016 4:25 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm upgrading a client's system from Tomcat 7 to Tomcat 8 as part of a new release of our software. I've got Tomcat 8 installed using the 32-bit ZIP file, and the Windows Services have been

Re: Tomcat DS question

2016-05-16 Thread pradeep reddy
Hello Woonsan, Via Jconsole I had validated all my changes that were made in context.xml. But for some reason the logs doesn't show anything about abandoned connections in catalina.out. I am not sure at this time if its a bug in tomcat 6 or tomcat-dbcp.jar, but threaddumps clearly show that

Re: Tomcat DS question

2016-05-16 Thread Woonsan Ko
Hi Pradeep, Just in case, you might want to make sure your changes were really applied. For example, an effective context.xml could be in conf/Catalina/localhost/... If it was applied properly, the stack trace should have shown o.a.c.dbcp.AbandonedObjectPool#borrowObject() as well. Regards,

Re: Tomcat DS question

2016-05-16 Thread pradeep reddy
unfortunately it is not writing anything catalina.out :-( Thanks Pradeep On Mon, May 16, 2016 at 3:47 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Pradeep, > > On 5/16/16 5:13 PM, pradeep reddy wrote: > > Hello

Re: java.lang.NoSuchMethodError: org.apache.tomcat.util.buf.ByteChunk.findByte

2016-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkata, On 5/16/16 5:01 PM, Venkata Reddy P wrote: > Hi, > > I am using tomcat8.0.33 with jre1.8u91, I am getting the following > errors. What I am doing wrong? java.lang.NoSuchMethodError: > org.apache.tomcat.util.buf.ByteChunk.findByte([BIIB)

Re: Tomcat DS question

2016-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pradeep, On 5/16/16 5:13 PM, pradeep reddy wrote: > Hello Christopher, > > Let me post my thread dump here. > > All HTTP threads are in WAITING state. > > "http-12453-346" daemon prio=10 tid=0x7fbd3061f800 nid=0x59d0 > in Object.wait()

Re: Tomcat DS question

2016-05-16 Thread pradeep reddy
Hello Christopher, Let me post my thread dump here. All HTTP threads are in WAITING state. "http-12453-346" daemon prio=10 tid=0x7fbd3061f800 nid=0x59d0 in Object.wait() [0x7fbbe124f000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native

java.lang.NoSuchMethodError: org.apache.tomcat.util.buf.ByteChunk.findByte

2016-05-16 Thread Venkata Reddy P
Hi, I am using tomcat8.0.33 with jre1.8u91, I am getting the following errors. What I am doing wrong? java.lang.NoSuchMethodError: org.apache.tomcat.util.buf.ByteChunk.findByte([BIIB) java.lang.NoSuchMethodError: org.apache.catalina.connector.OutputBuffer.getContentWritten()J SEVERE: Error

Re: Tomcat DS question

2016-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pradeep, On 5/16/16 12:34 PM, pradeep reddy wrote: > Hello Community, I have a weird issue, which I am not able to > figure it out and needed some help. I am a Web Administrator and in > my organization we use Tomcat + CXF to run our commerce

Windows Service won't launch

2016-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm upgrading a client's system from Tomcat 7 to Tomcat 8 as part of a new release of our software. I've got Tomcat 8 installed using the 32-bit ZIP file, and the Windows Services have been re-created from scratch using tomcat8w.exe. They are

Re: Unable to update or delete Windows Service

2016-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 5/16/16 4:11 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Unable to update or delete Windows Service > >> I've got a Windows service called "foo" and I'm able to edit the

RE: Unable to update or delete Windows Service

2016-05-16 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Unable to update or delete Windows Service > I've got a Windows service called "foo" and I'm able to edit the > configuration successfully by running the following command: > C:\> %CATALINA_HOME%\bin\tomcat8w.exe

Unable to update or delete Windows Service

2016-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I've got a Windows service called "foo" and I'm able to edit the configuration successfully by running the following command: C:\> %CATALINA_HOME%\bin\tomcat8w.exe //ES//foo But if I try to update the service from the command-line, or update

RE: java.security.NoSuchAlgorithmException: SHA1PRNG SecureRandom not available

2016-05-16 Thread Venkata Reddy P
Awesome it works. I have tried with jre1.8.91 version and resolves the issue. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 17 May 2016 00:10 To: Tomcat Users List Subject: Re: java.security.NoSuchAlgorithmException: SHA1PRNG SecureRandom not available On

Re: java.security.NoSuchAlgorithmException: SHA1PRNG SecureRandom not available

2016-05-16 Thread Mark Thomas
On 16/05/2016 19:30, Venkata Reddy P wrote: > Hi, > > I am deploying tomcat8.0.33 version with jre1.8u92. could you please help > why I am getting this error? Broken JRE install? SHA1PRNG is a standard name so all Java 8 JREs should support it. Mark > > INFO: Starting Servlet Engine:

java.security.NoSuchAlgorithmException: SHA1PRNG SecureRandom not available

2016-05-16 Thread Venkata Reddy P
Hi, I am deploying tomcat8.0.33 version with jre1.8u92. could you please help why I am getting this error? INFO: Starting Servlet Engine: Apache Tomcat/8.0.33 May 16, 2016 11:03:16 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom SEVERE: Exception initializing random

Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

2016-05-16 Thread Violeta Georgieva
2016-05-16 18:35 GMT+03:00 Hilbert, Colin : > > > > On 5/16/16, 10:49 AM, "Violeta Georgieva" wrote: > > >2016-05-16 17:45 GMT+03:00 Hilbert, Colin : > >> > >> Hello, > >> > >> On 5/5/16, 3:55 PM, "Violeta Georgieva"

Tomcat DS question

2016-05-16 Thread pradeep reddy
Hello Community, I have a weird issue, which I am not able to figure it out and needed some help. I am a Web Administrator and in my organization we use Tomcat + CXF to run our commerce services. We are running on Tomcat-6.0.32 and jdk1.6.0_24, anyways we have recently started to see issues

Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

2016-05-16 Thread Hilbert, Colin
On 5/16/16, 10:49 AM, "Violeta Georgieva" wrote: >2016-05-16 17:45 GMT+03:00 Hilbert, Colin : >> >> Hello, >> >> On 5/5/16, 3:55 PM, "Violeta Georgieva" wrote: >> >> >Hi, >> > >> > >> >2016-05-05 20:51 GMT+03:00 Hilbert,

Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

2016-05-16 Thread Violeta Georgieva
2016-05-16 17:45 GMT+03:00 Hilbert, Colin : > > Hello, > > On 5/5/16, 3:55 PM, "Violeta Georgieva" wrote: > > >Hi, > > > > > >2016-05-05 20:51 GMT+03:00 Hilbert, Colin : > >> > >> Hi, > >> > >> On 5/5/16, 1:48 PM,

Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

2016-05-16 Thread Hilbert, Colin
Hello, On 5/5/16, 3:55 PM, "Violeta Georgieva" wrote: >Hi, > > >2016-05-05 20:51 GMT+03:00 Hilbert, Colin : >> >> Hi, >> >> On 5/5/16, 1:48 PM, "Hilbert, Colin" wrote: >> >> >Hello, >> > >> >Thank you for checking up

Re: tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-16 Thread Mark Thomas
On 16/05/2016 12:46, Venkata Reddy P wrote: > Many Thanks Again. Can you point me the ajp documentation to understand > different protocol(BIO, NIO,APR,..) implementations? The AJP implementation is the same for all of them. All the individual implementations do is plug in the appropriate

RE: tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-16 Thread Venkata Reddy P
Many Thanks Again. Can you point me the ajp documentation to understand different protocol(BIO, NIO,APR,..) implementations? -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, May 16, 2016 5:13 PM To: Tomcat Users List Subject: Re: tomcat6.0.43 ajp connector

Re: tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-16 Thread Mark Thomas
On 16/05/2016 07:25, Venkata Reddy P wrote: > Hi, > > > > Many Thanks Mark. This is a more of POC release planned for jun-1st week, > will give a try with the existing stable release and thanks for suggesting > the 8.5.x. > > > > 1) As you said, I can see AjpProtocol class as the BIO

Re: Request for documentation

2016-05-16 Thread Mark Thomas
On 16/05/2016 10:40, Lyallex wrote: > On 16 May 2016 at 07:49, Violeta Georgieva wrote: >> Hi, >> >> 2016-05-14 15:06 GMT+03:00 Lyallex : >>> >>> I'm trying to find some documentation that details the request lifecycle >>> I've looked in the obvious places

RE: MIMEParsingException on JAX-WS with AJP

2016-05-16 Thread Ooura, Nobuhito
Mark I tried 7.0.70 and 8.0.36. (from source code from svn repository) I confirmed that it no longer failed. Thank you very much. > -Original Message- > From: Ooura, Nobuhito/大浦 順史 > Sent: Monday, May 16, 2016 1:22 PM > To: Tomcat Users List > Subject: RE: MIMEParsingException on JAX-WS

RE: Request for documentation

2016-05-16 Thread Venkata Reddy P
Hi, Is it same for tomcat ajp request execution flow? Thanks Venkata -Original Message- From: Lyallex [mailto:lyal...@gmail.com] Sent: Monday, May 16, 2016 3:10 PM To: Tomcat Users List Subject: Re: Request for documentation On 16 May 2016 at 07:49, Violeta Georgieva

Re: Request for documentation

2016-05-16 Thread Lyallex
On 16 May 2016 at 07:49, Violeta Georgieva wrote: > Hi, > > 2016-05-14 15:06 GMT+03:00 Lyallex : >> >> I'm trying to find some documentation that details the request lifecycle >> I've looked in the obvious places ... and some not so obvious ones >> >> That

Re: Enabling Tomcat to be FIPS compliant.

2016-05-16 Thread Violeta Georgieva
Hi, 2016-05-16 7:42 GMT+03:00 Nikitha Benny : > > Hello Everyone, > > > I am using JRE 1.8.060 and tomcat 7.00.068 ,after enabling the FIPS mode > and performing the steps to create a certificate(PKCS12 format). I was able > to access the tomcat home page using HTTPS > > >

Re: Request for documentation

2016-05-16 Thread Violeta Georgieva
Hi, 2016-05-14 15:06 GMT+03:00 Lyallex : > > I'm trying to find some documentation that details the request lifecycle > I've looked in the obvious places ... and some not so obvious ones > > That is: NOT the servlet lifecycle documentation, this is a different > thing entirely.

RE: tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-16 Thread Venkata Reddy P
Hi, Many Thanks Mark. This is a more of POC release planned for jun-1st week, will give a try with the existing stable release and thanks for suggesting the 8.5.x. 1) As you said, I can see AjpProtocol class as the BIO connector. If I create a customized class SslEnabledBioAjpProtocol