NPE in SecureNioChannel (TC 8.5.5)

2016-09-20 Thread Colin Ingarfield
this a reasonable workaround until TC 8.5.6? Are there dis/advantages to using Nio2 instead of Nio? Thanks, Colin Ubuntu 12.04.5 LTS (GNU/Linux 3.0.0-32-virtual x86_64) java version "1.8.0_101" Tomcat 8.5.5 14-Sep-2016 17:26:44.052 SEVERE [https-jsse-nio-

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 G

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

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

2016-05-05 Thread Hilbert, Colin
Hi, On 5/5/16, 1:48 PM, "Hilbert, Colin" wrote: >Hello, > >Thank you for checking up on this. In the meantime, is there a different >way you recommend I add these to the class path other than moving the >jars? > >Colin > > >On 4/27/16, 4:06 AM, "Vi

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

2016-05-05 Thread Hilbert, Colin
Hello, Thank you for checking up on this. In the meantime, is there a different way you recommend I add these to the class path other than moving the jars? Colin On 4/27/16, 4:06 AM, "Violeta Georgieva" wrote: >Hi, > > >2016-04-26 22:49 GMT+03:00 Hilbert, Colin : >&

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

2016-04-26 Thread Hilbert, Colin
Tomcat version 7.0.69 Also happens on 7.0.68 and 7.0.67 I don’t get this error on 7.0.65 I have deployed an idp.war on tomcat The idp.war has a service.xml file that looks like this at the beginning: http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="urn:mace:shibboleth:2

New User Help

2014-08-17 Thread Colin Kincaid Williams
Hi, I've been asked to move an application from glassfish to tomcat. I have added some roles and users for the corresponding roles I have then deployed the application war file using the manager. The application is supposed to take json POST requests, related to a path on the host

Re: How to create an alias for a context name

2014-06-14 Thread Colin Ingarfield
e "spec", but that doesn't matter b/c neither Firefox nor Chrome will return the AWSELB cookie w/ the underscore encoded like that. This of course breaks the session affinity causing all sorts of annoying problems. I may open an issue w/ Amazon about it, but there is no telling when

Re: How to create an alias for a context name

2014-06-13 Thread Colin Ingarfield
On Fri, Jun 13, 2014 at 8:37 AM, Konstantin Kolinko wrote: > 2014-06-12 21:56 GMT+04:00 Colin Ingarfield : >> Hello, >> >> Is it possible in Tomcat 6/7 to create an alias for a context? We >> have a context that includes an underscore and that is unfortunately &g

How to create an alias for a context name

2014-06-12 Thread Colin Ingarfield
sible in Tomcat 6 and/or 7 ? Thanks, Colin - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Deadlock when using jetty 8 JDBCSessionManager and Tomcat 7 JDBC Connector

2013-03-19 Thread Colin Ingarfield
/very slow/down in some way, causing this connection to be held beyond the timeout. I don't have great visibility into performance or outage information for RDS, tho I may reach out to DBAs and try to get it. Thanks again for your help. Regards, Colin On Mon, Mar 18, 2013 at 6:39 AM, Mark Th

Re: Deadlock when using jetty 8 JDBCSessionManager and Tomcat 7 JDBC Connector

2013-03-15 Thread Colin Ingarfield
On Fri, Mar 15, 2013 at 2:21 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Colin, > > On 3/14/13 3:41 PM, Colin Ingarfield wrote: >> (Sorry I cannot reply correctly b/c I was on the digest list) >> >> The deadlocked thre

Deadlock when using jetty 8 JDBCSessionManager and Tomcat 7 JDBC Connector

2013-03-12 Thread Colin Ingarfield
such an issue? It's not clear to me if either component is "at fault" here...I have the full jstack output as well as a full heap dump of the java process, if that would help. Regards, Colin

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-26 Thread Colin Ingarfield
I appreciate it. Regards, Colin Thank you Filip for all your help. On Thu, Mar 22, 2012 at 9:39 PM, Filip Hanik Mailing Lists < devli...@hanik.com> wrote: > Pretty much you're guaranteed to have a network problem at that point. You > see Java caches DNS translations forever, and

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-22 Thread Colin Ingarfield
ot; I also have yet to see any "abandoned" log messages. Should the pool always have at least 1 busy or idle connection? If not would it create another? Thanks, Colin On Thu, Mar 22, 2012 at 11:11 AM, Filip Hanik Mailing Lists < devli...@hanik.com> wrote: > > Ultimat

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-22 Thread Colin Ingarfield
eel this is resolved until I can recreate the original issue. Ultimately tho I'd still like to see some debug logging from the pool itself. Is there a simple way to turn it on? Thanks, Colin On Wed, Mar 21, 2012 at 11:20 AM, Filip Hanik Mailing Lists < devli...@hanik.com> wrote: &g

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-22 Thread Colin Ingarfield
Chris, On Thu, Mar 22, 2012 at 7:40 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Colin, > > On 3/21/12 12:11 PM, Colin Ingarfield wrote: > > I added the 3 abandoned settings but I don't s

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-21 Thread Colin Ingarfield
y? Thanks again for your help. -- Colin On Wed, Mar 21, 2012 at 10:41 AM, Filip Hanik Mailing Lists < devli...@hanik.com> wrote: > Got it, thank you. > The other way this can happen is if the application checks out a > connection and then never returns it, and expects it to be

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-21 Thread Colin Ingarfield
My configuration: I have testOnBorrow and validationQuery set as you suggest, so I do not think that is the issue. Thanks, Colin

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-21 Thread Colin Ingarfield
n the manifest now I see Bundle-Version: 1.1.0.1). I prefer to avoid unversioned jar files in my project as it can cause confusion. But I don't recall which version of Tomcat 7 I got the jar from. Is the best policy to always use the tomcat-jdbc jar from the latest version of Tomcat 7? Thank you, Colin

Re: how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-21 Thread Colin Ingarfield
suspect a misconfiguration on my part but I need to know what is actually failing before I can figure out what's wrong. Any advice greatly appreciated. Thanks, Colin full stack trace: 2012-03-16 18:25:18,248 ERROR [pool-3-thread-201] c.l.c.s.e.Eve

how to enable debug logging for Tomcat jdbc pool (Tomcat 6.0.32)

2012-03-19 Thread Colin Ingarfield
(the rest of the logging.properties file is unchanged.) But I don't see any pool debug logging output on the console. I thought this setting would enable debug logging for all classes in that package. Is there something else I need to do? Thank you, Colin

how to configure a custom valve?

2011-04-04 Thread colin lloyd
iated with my class in the Authenticator.properties file. Do I need to create an MBean XML descriptor file as well and if so where should it go? Colin

Re: Getting detailed list of active sessions for a Context

2010-12-22 Thread Jean-Noël Colin
Many thanks Konstantin. I'll look into the Valve idea Cheers Jean-Noël On 22 Dec 2010, at 12:23, Konstantin Kolinko wrote: > 2010/12/22 Jean-Noël Colin : >> >> I also tried casting the HttpSession retrieved in the HttpSessionListener, >> without s

Re: Getting detailed list of active sessions for a Context

2010-12-22 Thread Jean-Noël Colin
010, at 10:19, Pid * wrote: > On 22 Dec 2010, at 08:49, "Jean-Noël Colin" wrote: > >> Hi, >> >> I'm developing a webapp and I would like to be able to display the list of >> active sessions for that specific webapp, in a specific page, and I'

Getting detailed list of active sessions for a Context

2010-12-22 Thread Jean-Noël Colin
Manager which is the default, btw), but can't find a way to access it from the jsp. I also tried casting the HttpSession retrieved in the HttpSessionListener, without success. Would you have any further suggestion? Best regards Jean-Noël Colin ---

Re: Something other than localhost on OS X

2007-07-25 Thread Colin H
ctions (roughly) and did what I said I wasn't going to do :) http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss port 80 is no problem, so I can access everything as required. Still can't get to port 8080, but this config gets me where I want too be. cheers, Colin On 7/25/07,

Something other than localhost on OS X

2007-07-24 Thread Colin H
thin JBoss, but it should be the same - I have the following specific questions 1. Is this the right approach in general (ignoring specific of JBooss or whatever)? 2. Is there something tricky about the OS X host naming mechanisms that could be causing me some problems? 3. Any other ideas why this might not be working? Thanks, Colin

The end tag "

2006-06-06 Thread Colin Chiew
I'm getting The end tag "

classCastException while deploying a web service using netbeans 5.0 and Tomcat 5.5.X

2006-03-31 Thread colin holloway
I'm developing a web service to deploy on Tomcat 5.5.X using netbeans 5.0but i get a ClassCastException when i try to deploy. I have been searching through google for a solution and the only solution i found was removing the jsp-api.jar file from the projects lib directory but i have no such .jar

multiple Tomcat realm

2006-03-22 Thread Colin . Lew
ch="(sAMaccountName={0})" roleBase="OU=Global Groups,OU=Groups,OU=Resources,DC=myURL," roleName="CN" roleSearch="(member={0})" />

Symbolic Link Contents not Updating

2006-03-09 Thread Colin
I have a web site which has been running a while and which uses a custom tag to display the contents of a set of folders. If I add a new directory or file the tag correctly displays the new content the next time the browser is refreshed. What I would like to do is move the folder contents from