RE: [E] Re: Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-20 Thread Halder, Arpan [ITSUS Non J]
Hi Chris, Thank you for your reply!! Please note that we tried to make changes to the contex.xml file located under the conf directory of tomcat. On 2/16/18 6:58 PM, Halder, Arpan [ITSUS Non J] wrote: > We could able to locate context.xml under " > /apps/apache-tomcat-7.0.67/conf" path - see

Re: asgard tomcat application 404

2018-02-20 Thread Simon De Uvarow
I don't know about Spring, but according to your exception, and my short experience, could be a database connection issue. grails.web.context.GrailsContextLoaderError initializing Grails: Error creating bean with name 'pluginManager' defined in ServletContext resource

Re: Tomcat stopped and Debug can't be done in Eclipse

2018-02-20 Thread Konstantin Kolinko
2018-02-20 5:04 GMT+03:00 Karen Goh : > Hi, > > I am writing to this mailing group again because I finally know that Tomcat > is the cause of the problem(after writing to an expert) > and thus I hope to sort help for this problem. > > The tomcat version is Apache

Stream closed error while rendering JSP

2018-02-20 Thread Sergey Zolotarev
Hello, I'm trying to debug an exception that sometimes happens when Tomcat renders a JSP page. I have a custom error page (error.jsp) in a Struts 2 application defined in struts.xml like this: /error.jsp Sometimes it fails to render with and Tomcat says that it can't read the

Save the date: ApacheCon North America, September 24-27 in Montréal

2018-02-20 Thread Rich Bowen
Dear Apache Enthusiast, (You’re receiving this message because you’re subscribed to a user@ or dev@ list of one or more Apache Software Foundation projects.) We’re pleased to announce the upcoming ApacheCon [1] in Montréal, September 24-27. This event is all about you — the Apache project

Re: Tomcat stopped and Debug can't be done in Eclipse

2018-02-20 Thread Karen Goh
On Tue, 2/20/18, Konstantin Kolinko wrote: Subject: Re: Tomcat stopped and Debug can't be done in Eclipse To: "Tomcat Users List" Date: Tuesday, February 20, 2018, 4:10 PM 2018-02-20 5:04

Re: Error parsing HTTP request header, HTTP method names must be tokens

2018-02-20 Thread Coty Sutherland
On Tue, Feb 20, 2018 at 4:01 PM, Alex O'Ree wrote: > I keep running into the an IllegalArgumentException at or near startup of > tomcat 8.5 with a bunch of cxf web services deployed and I have no idea > what's causing it. The error message mentions turning on logging at the >

Re: Tomcat stopped and Debug can't be done in Eclipse

2018-02-20 Thread Konstantin Kolinko
2018-02-20 17:57 GMT+03:00 Karen Goh : > > Hi Konstantin, > > Can you point me some useful resources where I can learn about setting the > Tomcat launch configuration. 1. On the topic of debugging, see the following page: https://wiki.apache.org/tomcat/FAQ/Developing The

Error parsing HTTP request header, HTTP method names must be tokens

2018-02-20 Thread Alex O'Ree
I keep running into the an IllegalArgumentException at or near startup of tomcat 8.5 with a bunch of cxf web services deployed and I have no idea what's causing it. The error message mentions turning on logging at the debug level. Question: Assuming i need to edit the logging.properties file,