Re: Struggling to get trace/debug logging from Tomcat components

2025-03-14 Thread Christopher Schultz
Konstantin, On 3/14/25 9:58 AM, Konstantin Kolinko wrote: чт, 13 мар. 2025 г. в 20:37, Christopher Schultz : Konstantin, On 3/13/25 12:34 PM, Christopher Schultz wrote: Konstantin, On 3/13/25 10:55 AM, Konstantin Kolinko wrote: чт, 13 мар. 2025 г. в 16:42, Christopher Schultz : All, I r

Re: Struggling to get trace/debug logging from Tomcat components

2025-03-14 Thread Konstantin Kolinko
чт, 13 мар. 2025 г. в 20:37, Christopher Schultz : > > Konstantin, > > On 3/13/25 12:34 PM, Christopher Schultz wrote: > > Konstantin, > > > > On 3/13/25 10:55 AM, Konstantin Kolinko wrote: > >> чт, 13 мар. 2025 г. в 16:42, Christopher Schultz > >> : > >>> > >>> All, > >>> > >>> I really should be

Re: Struggling to get trace/debug logging from Tomcat components

2025-03-13 Thread Christopher Schultz
Konstantin, On 3/13/25 12:34 PM, Christopher Schultz wrote: Konstantin, On 3/13/25 10:55 AM, Konstantin Kolinko wrote: чт, 13 мар. 2025 г. в 16:42, Christopher Schultz : All, I really should be able to figure this out for myself but I'm frustrated and might just need someone to show me that

Re: Struggling to get trace/debug logging from Tomcat components

2025-03-13 Thread Christopher Schultz
Konstantin, On 3/13/25 10:55 AM, Konstantin Kolinko wrote: чт, 13 мар. 2025 г. в 16:42, Christopher Schultz : All, I really should be able to figure this out for myself but I'm frustrated and might just need someone to show me that I'm spelling something wrong. I'm trying to get all logs fro

Re: Struggling to get trace/debug logging from Tomcat components

2025-03-13 Thread Konstantin Kolinko
чт, 13 мар. 2025 г. в 16:42, Christopher Schultz : > > All, > > I really should be able to figure this out for myself but I'm frustrated > and might just need someone to show me that I'm spelling something wrong. > > I'm trying to get all logs from the CsrfPReventionFilter. I know it's > working be

Struggling to get trace/debug logging from Tomcat components

2025-03-13 Thread Christopher Schultz
All, I really should be able to figure this out for myself but I'm frustrated and might just need someone to show me that I'm spelling something wrong. I'm trying to get all logs from the CsrfPReventionFilter. I know it's working because I get 403 responses when it's enabled and don't get the

Re: EOF exception in DEBUG mode

2024-11-12 Thread Sathya Selvakumar
ions pop up randomly in the log when the log level is > > in DEBUG mode. > > Tried to find why this exception is occurring randomly. But unable to > get a > > proper conclusion on this, so reaching out to the team. Attached the > > exception image below. > > >

Re: EOF exception in DEBUG mode

2024-11-12 Thread Chuck Caldarale
EOF exceptions pop up randomly in the log when the log level is > in DEBUG mode. > Tried to find why this exception is occurring randomly. But unable to get a > proper conclusion on this, so reaching out to the team. Attached the > exception image below. I suspect this is simply the

Re: EOF exception in DEBUG mode

2024-11-12 Thread Sathya Selvakumar
Hi Team, I am using Springboot v3.x application,which is on Azure cloud and the Tomcat version is 10.1.30. *Issue :* Application requests are processed successfully with 200, but sometimes EOF exceptions pop up randomly in the log when the log level is in DEBUG mode. Tried to find why this

Re: EOF exception in DEBUG mode

2024-11-12 Thread Chuck Caldarale
EOF exceptions pop up randomly in the log when the log level is in > DEBUG mode. > Tried to find why this exception is occurring randomly. But unable to get a > proper conclusion on this, so reaching out to the team. Attached the > exception image below. And again, the list

EOF exception in DEBUG mode

2024-11-12 Thread Sathya Selvakumar
Hi Team, I am using Springboot v3.x application,which is on Azure cloud and the Tomcat version is 10.1.30. *Issue :* Application requests are processed successfully with 200, but sometimes EOF exceptions pop up randomly in the log when the log level is in DEBUG mode. Tried to find why this

Where do find debug logging

2023-09-12 Thread Alan F
We have some applications which are pushing out to their own applogs clearly showing 'Debug' on most lines with a large amount of data and CI. I would like to find out where the app team are setting this level, I have check in the obvious in the war files as it's a Spr

Re: Tomcat webserver is not logging any DEBUG or FINEST logs in catalina.out even after enabling FINEST in logging.proprties file(tomcat-8.5.79/conf/)

2023-06-15 Thread Konstantin Kolinko
чт, 15 июн. 2023 г. в 13:27, Thomson Waghmare : > > I am facing an issue in Linux server that webserver service is restarting > automatically frequently. I tried to enable debug logs by changing the all > logging properties in tomcat-8.5.79/conf/logging.proprties. But I see only > I

Re: Tomcat webserver is not logging any DEBUG or FINEST logs in catalina.out even after enabling FINEST in logging.proprties file(tomcat-8.5.79/conf/)

2023-06-15 Thread Mark Thomas
On 15/06/2023 11:26, Thomson Waghmare wrote: I am facing an issue in Linux server that webserver service is restarting automatically frequently. I tried to enable debug logs by changing the all logging properties in tomcat-8.5.79/conf/logging.proprties. But I see only INFO logs but no FINE or

Tomcat webserver is not logging any DEBUG or FINEST logs in catalina.out even after enabling FINEST in logging.proprties file(tomcat-8.5.79/conf/)

2023-06-15 Thread Thomson Waghmare
I am facing an issue in Linux server that webserver service is restarting automatically frequently. I tried to enable debug logs by changing the all logging properties in tomcat-8.5.79/conf/logging.proprties. But I see only INFO logs but no FINE or FINER or FINEST logs. *logging.properties

Re: [solved] How to debug 404s / How to enable error log

2023-02-01 Thread Michael B Allen
On Tue, Jan 31, 2023 at 5:48 PM Konstantin Kolinko wrote: > and your configuration is missing > catalina.properties > context.xml > logging.properties > > files that are required for proper operation. > Thanks. I have confirmed that also copying logging.properties results in a logs/catalina.202

Re: [solved] How to debug 404s / How to enable error log

2023-01-31 Thread Konstantin Kolinko
ср, 1 февр. 2023 г. в 00:51, Michael B Allen : > > ├───conf > │ │ server.xml > │ │ tomcat-users.xml > │ │ web.xml > > It assumes that you are familiar with java.util.logging. > > > > That's unfortunate. It would be so much nicer if it was a simple one-liner. It is configured with log

Re: [solved] How to debug 404s / How to enable error log

2023-01-31 Thread Michael B Allen
web > applications. > That includes > - declaration of DefaultServlet > - declaration of JspServlet > - "welcome-file-list" > - "mime-mapping"s > > > How does one enable a debug log? The documentation about such things is > > pretty cryptic. >

Re: How to debug 404s / How to enable error log

2023-01-31 Thread Konstantin Kolinko
ve you configured your %CATALINA_BASE% directory? The conf/web.xml configures all the defaults, shared by all web applications. That includes - declaration of DefaultServlet - declaration of JspServlet - "welcome-file-list" - "mime-mapping"s > Jan 31, 2023 3:46:03 PM org.apac

How to debug 404s / How to enable error log

2023-01-31 Thread Michael B Allen
2 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFO: No global web.xml found Jan 31, 2023 3:46:03 PM org.apache.jasper.servlet.TldScanner scanJars INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were sc

Re: Get more debug information?

2022-09-08 Thread Christopher Schultz
Hua, On 9/8/22 10:30, Hua Zhang wrote: Hi Tomcat, I have a question about how to get more debug information in a tomcat log file. Sometimes my websites, which run on tomcat 9.0.43, suddenly all went down without a good reason. You might want to consider an upgrade. That version of Tomcat is

Get more debug information?

2022-09-08 Thread Hua Zhang
Hi Tomcat, I have a question about how to get more debug information in a tomcat log file. Sometimes my websites, which run on tomcat 9.0.43, suddenly all went down without a good reason. When this happens, the only thing I can do is restart the Tomcat service. I am trying to figure out why it

RE: enabling ssl debug on tomcat [EXTERNAL]

2022-06-06 Thread Beard, Shawn
Is there a way to isolate this to only debug a specific client connection URL? There is really only one that’s throwing socket errors and having debug for everything is filling up log to fast and generating to much noise. Shawn​ Beard Sr. Systems Engineer | BTS Middleware

Re: enabling ssl debug on tomcat

2022-06-06 Thread logo
ave to add only -Djavax.net.debug=ssl:handshake:verbose to CATALINA_OPTS (or JAVA_OPTS). Peter > To the java options of Tomcat, however the SSLSocketClientWithClientAuth is > causing tomcat not start saying it cant find the > SSLSocketClientWithClientAuth class. I need to debug socket i

enabling ssl debug on tomcat

2022-06-06 Thread Beard, Shawn
Im adding this -Djavax.net.debug=ssl:handshake:verbose SSLSocketClientWithClientAuth To the java options of Tomcat, however the SSLSocketClientWithClientAuth is causing tomcat not start saying it cant find the SSLSocketClientWithClientAuth class. I need to debug socket issues on a ssl client

RE: Debug apache-tomcat-8.5.59 open sockets on Linux 8

2021-08-31 Thread Jalaj Asher
al Message- From: Christopher Schultz Sent: Tuesday, August 31, 2021 12:23 PM To: users@tomcat.apache.org Subject: Re: Debug apache-tomcat-8.5.59 open sockets on Linux 8 Attention! - This email has originated from an External Source outside of eClinicalWorks. Always use caution when opening attachments

Re: Debug apache-tomcat-8.5.59 open sockets on Linux 8

2021-08-31 Thread Christopher Schultz
1 11:50 AM To: users@tomcat.apache.org Subject: Re: Debug apache-tomcat-8.5.59 open sockets on Linux 8 Yeggy, On 8/31/21 11:22, Yeggy Javadi wrote: Please indicate if there is any debug option and log that can trace sockets open by tomcat to identify when and by which application function a socket is

RE: Debug apache-tomcat-8.5.59 open sockets on Linux 8

2021-08-31 Thread Yeggy Javadi
To: users@tomcat.apache.org Subject: Re: Debug apache-tomcat-8.5.59 open sockets on Linux 8 Yeggy, On 8/31/21 11:22, Yeggy Javadi wrote: > Please indicate if there is any debug option and log that can trace > sockets open by tomcat to identify when and by which application > function a

Re: Debug apache-tomcat-8.5.59 open sockets on Linux 8

2021-08-31 Thread Christopher Schultz
Yeggy, On 8/31/21 11:22, Yeggy Javadi wrote: Please indicate if there is any debug option and log that can trace sockets open by tomcat to identify when and by which application function a socket is open. Do you mean a web application? Tomcat manages incoming HTTP/2/Websocket/APR connections

Debug apache-tomcat-8.5.59 open sockets on Linux 8

2021-08-31 Thread Yeggy Javadi
Hi, Please indicate if there is any debug option and log that can trace sockets open by tomcat to identify when and by which application function a socket is open. Thanks

Re: Tomcat 9.0.52 crashes with "java.util.zip.ZipException: invalid LOC header (bad signature)" when started in debug mode - any work-around?

2021-08-17 Thread Maxim Solodovnik
I would 'rm -rf ~/.m2/repository/*' Much faster than investigating :) from mobile (sorry for typos ;) On Tue, Aug 17, 2021, 18:16 wrote: > When trying to start Tomcat (9.0.52) in debug mode ("Debug on Server") from > Eclipse (v2020-12 (4.18.0) / Build id: 20201210

Tomcat 9.0.52 crashes with "java.util.zip.ZipException: invalid LOC header (bad signature)" when started in debug mode - any work-around?

2021-08-17 Thread michael.moser
When trying to start Tomcat (9.0.52) in debug mode ("Debug on Server") from Eclipse (v2020-12 (4.18.0) / Build id: 20201210-1552) I get the following error: 16-Aug-2021 13:52:14.019 SEVERE [main] org.apache.catalina.core.ContainerBase.startInternal A child container failed du

Re: SingleSignOn does not log debug info?

2021-01-14 Thread Luis Rodríguez Fernández
, 14 ene 2021 a las 17:04, Mark Thomas () escribió: > On 14/01/2021 15:52, Luis Rodríguez Fernández wrote: > > Hello there, > > > > I am trying to enable debug for > > the org.apache.catalina.authenticator.SingleSignOn valve. In my > > ${CATALINA_BASE}/c

Re: SingleSignOn does not log debug info?

2021-01-14 Thread Mark Thomas
On 14/01/2021 15:52, Luis Rodríguez Fernández wrote: > Hello there, > > I am trying to enable debug for > the org.apache.catalina.authenticator.SingleSignOn valve. In my > ${CATALINA_BASE}/conf/logging.properties I have set > > java.util.logging.Conso

SingleSignOn does not log debug info?

2021-01-14 Thread Luis Rodríguez Fernández
Hello there, I am trying to enable debug for the org.apache.catalina.authenticator.SingleSignOn valve. In my ${CATALINA_BASE}/conf/logging.properties I have set java.util.logging.ConsoleHandler.level = ALL .../... org.apache.catalina.authenticator.SingleSignOn.level = ALL In my ${CATALINA_BASE

Re: SSL debug?

2020-09-08 Thread James H. H. Lampert
On 9/8/20 1:12 PM, john.e.gr...@wellsfargo.com.INVALID wrote: I don't remember the precise problem, but verbose SSL will tell you what trust store and key store you're using, among other things. I don't blame you. It's been close to a month since I last attempted to do something about this.

RE: SSL debug?

2020-09-08 Thread John.E.Gregg
James, > -Original Message- > From: James H. H. Lampert > Sent: Tuesday, September 08, 2020 2:13 PM > To: Tomcat Users List > Subject: Re: SSL debug? > > I'm finally back on this problem. > > >> We are once again having SSL difficulties with our

Re: SSL debug?

2020-09-08 Thread James H. H. Lampert
I'm finally back on this problem. We are once again having SSL difficulties with our webapp connecting with an outside web service: the java.security override that had solved the problem in the past (specifically, removing "DESede" from the "jdk.tls.disabledAlgorithms" in an override file) is no

Re: SSL debug?

2020-08-12 Thread Mark Thomas
On 12/08/2020 16:29, James H. H. Lampert wrote: > Question: > > We are once again having SSL difficulties with our webapp connecting > with an outside web service: the java.security override that had solved > the problem in the past (specifically, removing "DESede" from the > "jdk.tls.disabledAlgo

SSL debug?

2020-08-12 Thread James H. H. Lampert
Question: We are once again having SSL difficulties with our webapp connecting with an outside web service: the java.security override that had solved the problem in the past (specifically, removing "DESede" from the "jdk.tls.disabledAlgorithms" in an override file) is now failing with certai

Re: Can't start Tomcat in debug mode

2018-07-16 Thread Désilets , Alain
On 2018-07-16, 9:28 AM, "Konstantin Kolinko" wrote: > >>ps: a HTTP request against the debug port will print this message in the > >>catalina.out Debugger failed to attach: handshake failed - received >GET / > >>HTTP/1.1< - expe

RE: Can't start Tomcat in debug mode

2018-07-16 Thread Sebastian Trost
-Original Message- From: Désilets, Alain Sent: Monday, July 16, 2018 1:45 PM To: Tomcat Users List Subject: Can't start Tomcat in debug mode > I am unable to start Tomcat in debug mode. I have searched and see that lots > of people are having similar issues. I tried all the

Re: Can't start Tomcat in debug mode

2018-07-16 Thread Konstantin Kolinko
8080, so it doesn't seem to > matter. > > Note that if I start with 'catalina.sh start' (i.e. no jpda), I get *:http-al > for 'lsof -8080' and nothing for 'lsof -8000'. > >>Hope it helps, > > So far, no. But I appreciate the eff

Re: Can't start Tomcat in debug mode

2018-07-16 Thread Désilets , Alain
, So far, no. But I appreciate the effort. Any other ideas? >ps: a HTTP request against the debug port will print this message in the >catalina.out Debugger failed to attach: handshake failed - received >GET / >HTTP/1.1< - expected >JDWP-Handshake< Yep, I get that message when running with jpda Alain

Re: Can't start Tomcat in debug mode

2018-07-16 Thread Luis Rodríguez Fernández
.../jdk1.8.0_162/bin/java... -agentlib:jdwp=transport=dt_socket,address=localhost:8000,server=y,suspend=n ... org.apache.catalina.startup.Bootstrap start In the catalina.out you should see something like: Listening for transport dt_socket at address: 8000 Asking for the debug and http ports

Can't start Tomcat in debug mode

2018-07-16 Thread Désilets , Alain
I am unable to start Tomcat in debug mode. I have searched and see that lots of people are having similar issues. I tried all the fixes that were proposed and none of them seem to work. Here is what I have at the moment. I have a file /Library/Tomcat/bin/setenv with the following content

Re: javax.servlet.Filter failed to start error. How to debug it?

2018-04-03 Thread Luis Rodríguez Fernández
Hello Coty, Thank you very much. Yes you are right, in the localhost.$(date).log I can see: 03-Apr-2018 18:13:40.751 SEVERE [main] org.apache.catalina.core.StandardContext.filterStart Exception starting filter [SsoAisFilter] java.lang.ClassNotFoundException: cern.ch.sso.sp.filters.decorators.Sso

Re: javax.servlet.Filter failed to start error. How to debug it?

2018-04-03 Thread Coty Sutherland
On Tue, Apr 3, 2018 at 8:47 AM, Luis Rodríguez Fernández wrote: > Hello there, > > I've realized that if I make a typo in my declaration I get > something in the catalina.out like: > > Apr 03, 2018 2:27:01 PM org.apache.catalina.core.StandardContext > startInternal > SEVERE: One or more Filters f

javax.servlet.Filter failed to start error. How to debug it?

2018-04-03 Thread Luis Rodríguez Fernández
Hello there, I've realized that if I make a typo in my declaration I get something in the catalina.out like: Apr 03, 2018 2:27:01 PM org.apache.catalina.core.StandardContext startInternal SEVERE: One or more Filters failed to start. Full details will be found in the appropriate container log fil

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

2018-03-24 Thread Konstantin Kolinko
> > Thanks Konstantin for giving me quite a clear detail on how to do the actual > debugging. > > The thing is that I am constantly getting 404 with certain occasion able to > get the tutorRegister page being displayed so I think there is still > something not quite right in the setting or somet

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

2018-03-24 Thread Karen Goh
On Sat, 3/17/18, Konstantin Kolinko wrote: Subject: Re: Tomcat stopped and Debug can't be done in Eclipse To: "Tomcat Users List" Date: Saturday, March 17, 2018, 10:25 PM /Hi! 2018-03-17 10:11 GMT+03:00 Karen Goh : > &

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

2018-03-17 Thread Konstantin Kolinko
/Hi! 2018-03-17 10:11 GMT+03:00 Karen Goh : > > I have added this in my JVM under the tomcat argument for remote debug > configuration : > > -Dcatalina.opts="-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n" The above line is wrong. There is no syste

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

2018-03-17 Thread Karen Goh
On Wed, 2/21/18, Konstantin Kolinko wrote: Subject: Re: Tomcat stopped and Debug can't be done in Eclipse To: "Karen Goh" Cc: "Tomcat Users List" Date: Wednesday, February 21, 2018, 5:43 AM 2018-02-20 17:57 GMT+03

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

2018-02-25 Thread Karen Goh
On Wed, 2/21/18, Konstantin Kolinko wrote: Subject: Re: Tomcat stopped and Debug can't be done in Eclipse To: "Karen Goh" Cc: "Tomcat Users List" Date: Wednesday, February 21, 2018, 5:43 AM 2018-02-20 17:57 GMT+03

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

2018-02-20 Thread Konstantin Kolinko
bottom says "". The "Servers" view says "[Stopped, Synchronized]".) How did you start it? 5. My recipe will be: - In the "Servers" view select the server and deploy you application onto it (right click -> context menu -> ...) - Then click the small gr

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 GMT+03:00 Karen Goh : > Hi, &g

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

2018-02-20 Thread Konstantin Kolinko
mcat 9.0.4 windows 64. > > Eclipse Oxygen. > Project : Maven dynamic MVC web app with Hibernate, JPA and JSP. > MySQL server 5.7. > > Whenever, I run debug on jsp, after submitting the form, tomcat will just > stop and Eclipse does not take over the debugging. > > All the breakp

Tomcat stopped and Debug can't be done in Eclipse

2018-02-19 Thread Karen Goh
Hibernate, JPA and JSP. MySQL server 5.7. Whenever, I run debug on jsp, after submitting the form, tomcat will just stop and Eclipse does not take over the debugging. All the breakpoints are there and perspective is showing debug mode, except the debug buttons are all grey out though. I do not

Re: [OT] No movement at Debug mode

2018-01-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 1/23/18 10:58 AM, Christopher Schultz wrote: > The MySQL Connector/J simply has a bug. Upgrade to the latest > version to see if they have fixed it. > > I gave up trying to convince them that it was a problem and that > they needed to fix i

Fw: Re: Fw: No movement at Debug mode

2018-01-25 Thread Karen Goh
Hi chris, The database problem has been resolved cos apparently, there is a old version of J-connector that is not removed inside Eclipse. But, now I am facing the No movement at Debug mode again. I used to be able to received logger infor when when run debug that shows me the stack when the

Re: Fw: No movement at Debug mode

2018-01-24 Thread Karen Goh
On Tue, 1/23/18, Christopher Schultz wrote: Subject: Re: Fw: No movement at Debug mode To: users@tomcat.apache.org Date: Tuesday, January 23, 2018, 11:58 PM -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Karen, On 1/21/18 10:49 AM

Re: Fw: No movement at Debug mode

2018-01-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Karen, On 1/21/18 10:49 AM, Karen Goh wrote: > I want to add in additional infor : > > After I stopped the server, the console has the following error > message which beats me. > > WARNING: The web application [Hi5S] appears to have started a > th

Re: No movement at Debug mode

2018-01-23 Thread Karen Goh
On Sun, 1/21/18, Alex O'Ree wrote: Subject: Re: No movement at Debug mode To: "Tomcat Users List" , "Karen Goh" Date: Sunday, January 21, 2018, 11:44 PM Do you mean you cannot get a debugger to attach to Tomcat and thus step through your app? Make su

Fw: No movement at Debug mode

2018-01-21 Thread Karen Goh
. Tks. --- On Sun, 1/21/18, Karen Goh wrote: > From: Karen Goh > Subject: No movement at Debug mode > To: users@tomcat.apache.org > Date: Sunday, January 21, 2018, 11:37 PM > Hi expert, > > I have been stuck at this problem - No > debug movement , for quite some time an

Re: No movement at Debug mode

2018-01-21 Thread Alex O'Ree
un, Jan 21, 2018 at 10:37 AM, Karen Goh wrote: > Hi expert, > > I have been stuck at this problem - No debug movement , for quite some > time and am seeking help from this user group. > > After submitting my form using JSP, > > So, here's what appeared at th

No movement at Debug mode

2018-01-21 Thread Karen Goh
Hi expert, I have been stuck at this problem - No debug movement , for quite some time and am seeking help from this user group. After submitting my form using JSP, So, here's what appeared at the console : an 21, 2018 11:25:58 PM org.apache.catalina.startup.VersionLoggerListener log

RE: Enabling DEBUG statments

2016-08-17 Thread D, Dwarakesh
List Subject: Re: Enabling DEBUG statments -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dwarak, On 8/17/16 9:58 AM, D, Dwarakesh wrote: > Hi Team, > > We are trying to enable the DEBUG in one of our application running > in Tomcat 7(java8) and below is the log4j property file

Re: Enabling DEBUG statments

2016-08-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dwarak, On 8/17/16 9:58 AM, D, Dwarakesh wrote: > Hi Team, > > We are trying to enable the DEBUG in one of our application running > in Tomcat 7(java8) and below is the log4j property file. We are not > getting the DEBUG statements

Enabling DEBUG statments

2016-08-17 Thread D, Dwarakesh
Hi Team, We are trying to enable the DEBUG in one of our application running in Tomcat 7(java8) and below is the log4j property file. We are not getting the DEBUG statements present in one of the .groovy file. Please let me know the process to enable the DEBUG. # Set the root category to INFO

Re: How to debug deployment process of my application in IntelliJ IDEA

2016-03-22 Thread Sean Dawson
I'm thinking this is more of an IntelliJ question than a Tomcat one? Can you post to their support/groups? On Mon, Mar 21, 2016 at 3:54 AM, Artur Owczarek wrote: > I'm learning how Spring MVC works. I'd like to debug the process of > deployment on different containers (us

How to debug deployment process of my application in IntelliJ IDEA

2016-03-21 Thread Artur Owczarek
I'm learning how Spring MVC works. I'd like to debug the process of deployment on different containers (using IntelliJ) as well as how my application works after deployment. I created the simplest application possible. It does nothing except registering dispatcher servlet. Now I set

Re: Errors at INFO level despite "Note: further occurrences of ... errors will be logged at DEBUG level."

2015-09-09 Thread Robert Tupelo-Schneck
> On 2015-08-20, at 06:03, Konstantin Kolinko wrote: > 2015-08-19 18:21 GMT+03:00 Robert Tupelo-Schneck : >> I'm running Tomcat 8.0.24. I see lots of errors in catalina.out with lines >> like >> >> Note: further occurrences of Cookie errors will be logg

Re: Errors at INFO level despite "Note: further occurrences of ... errors will be logged at DEBUG level."

2015-08-20 Thread Robert Tupelo-Schneck
On 2015-08-20, at 06:03, Konstantin Kolinko wrote: > > 2015-08-19 18:21 GMT+03:00 Robert Tupelo-Schneck : >> I'm running Tomcat 8.0.24. I see lots of errors in catalina.out with lines >> like >> >> Note: further occurrences of Cookie errors will be logged at DEB

Re: Errors at INFO level despite "Note: further occurrences of ... errors will be logged at DEBUG level."

2015-08-20 Thread Konstantin Kolinko
2015-08-19 18:21 GMT+03:00 Robert Tupelo-Schneck : > I'm running Tomcat 8.0.24. I see lots of errors in catalina.out with lines > like > > Note: further occurrences of Cookie errors will be logged at DEBUG level. > Note: further occurrences of Parameter errors will be l

Errors at INFO level despite "Note: further occurrences of ... errors will be logged at DEBUG level."

2015-08-19 Thread Robert Tupelo-Schneck
I'm running Tomcat 8.0.24. I see lots of errors in catalina.out with lines like Note: further occurrences of Cookie errors will be logged at DEBUG level. Note: further occurrences of Parameter errors will be logged at DEBUG level. Note: further occurrences of HTTP header parsing errors

Re: How to debug tomcat code in eclipse

2015-01-13 Thread Jim Anderson
Hi Harmeet, I have a setup similar to yours and I had to go through the same process you are right now. The good news is that with some help, I got it going and it works well. The bad news is that I am very busy at the moment and cannot help immediately, but I will try to get back to you over

Re: How to debug tomcat code in eclipse

2015-01-08 Thread Mark Thomas
On 08/01/2015 16:42, MyList wrote: > Hello All, > > I am new to web development with tomcat. Have many years experience in C and > C++ on Unix. > > I am newbie to tomcat too. Pardon me if my questions seem simple, just guide > me to the source or links. > > I am interested in debugging the to

How to debug tomcat code in eclipse

2015-01-08 Thread MyList
Hello All, I am new to web development with tomcat. Have many years experience in C and C++ on Unix. I am newbie to tomcat too. Pardon me if my questions seem simple, just guide me to the source or links. I am interested in debugging the tomcat server source code through Eclipse.I would like

Re: Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Quentin Spencer
on how to implement the instructions in that document I > would > > really appreciate it. > > There's not much more to it than that. If Tomcat is not starting, it's > likely because the JVM didn't like the arguments added. > > I would suggest this to debug further..

Re: Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Daniel Mikusa
ecause the JVM didn't like the arguments added. I would suggest this to debug further.. 1.) Make sure Tomcat is stopped. 2.) Delete all of the files in the "logs" directory. 3.) Try starting Tomcat. 4.) Look at the logs directory and see what you get. Try to include as much as possi

Re: Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Quentin Spencer
ld give me more detailed instructions on how to implement the instructions in that document I would really appreciate it. On Thu, Feb 7, 2013 at 9:27 AM, Daniel Mikusa wrote: > On Feb 7, 2013, at 9:14 AM, Quentin Spencer wrote: > > > I want to run TomCat in debug mode so I can debu

Re: Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Daniel Mikusa
On Feb 7, 2013, at 9:14 AM, Quentin Spencer wrote: > I want to run TomCat in debug mode so I can debug my servlet from Eclipse. > > I installed TomCat 7 using the Windows Installer. It was installed as a > service, managed by the Commons Daemon Service Manager. It runs servlets >

Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Quentin Spencer
I want to run TomCat in debug mode so I can debug my servlet from Eclipse. I installed TomCat 7 using the Windows Installer. It was installed as a service, managed by the Commons Daemon Service Manager. It runs servlets fine (i.e., no problems with normal TC operation). I did the following: 1

Re: Debug tomcat 6.0

2012-10-11 Thread Pid *
On 11 Oct 2012, at 08:34, "vicky007aggar...@yahoo.co.in" wrote: > All, Please don't hijack other people's threads. p > > How to debug tomcat 6.0 , actually i am a Having issue with tomcat static > membership cluster . But i am not seeing any relevant inf

Re: Debug tomcat 6.0

2012-10-11 Thread vicky007aggarwal
Thanks Mark for such a easy explanatory answer. Appreciated ;) Thanks, Vicky On Oct 11, 2012, at 1:21 PM, Mark Eggers wrote: > On 10/11/2012 12:32 AM, vicky007aggar...@yahoo.co.in wrote: >> All, >> >> How to debug tomcat 6.0 , actually i am a Having issue with tomcat

Re: Debug tomcat 6.0

2012-10-11 Thread Mark Eggers
On 10/11/2012 12:32 AM, vicky007aggar...@yahoo.co.in wrote: All, How to debug tomcat 6.0 , actually i am a Having issue with tomcat static membership cluster . But i am not seeing any relevant information in catalina.out file. Kindly suggest Thanks Vicky Edit $CATALINA_BASE/conf

Debug tomcat 6.0

2012-10-11 Thread vicky007aggarwal
All, How to debug tomcat 6.0 , actually i am a Having issue with tomcat static membership cluster . But i am not seeing any relevant information in catalina.out file. Kindly suggest Thanks Vicky - To unsubscribe, e-mail

Howot debug network connections from JVM?

2012-06-16 Thread Stefan Mayr
Good morning, I could need some ideas how to debug a very specific network problem. It is not directly Tomcat related (more JVM) but maybe you have some pointers. The situation: We have an application running in Tomcat on two different servers (TomcatA, TomcatB). Both are doing HTTP calls to

Re: How to get debug output from JNDIRealm.java?

2012-05-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim, On 5/17/12 4:59 PM, oh...@cox.net wrote: > Christopher Schultz wrote: >> >> Why do you think that a NamingException is being caught? > > I didn't say that I didn't think that the exception was not being > caught, but rather that I'm not seein

Re: How to get debug output from JNDIRealm.java?

2012-05-17 Thread ohaya
Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jim, > > On 5/17/12 1:56 PM, oh...@cox.net wrote: > > I think that the code snippet I sent earlier was the wrong one, but > > it seems like I still should have gotten some output logging for > > the following

Re: How to get debug output from JNDIRealm.java?

2012-05-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim, On 5/17/12 1:56 PM, oh...@cox.net wrote: > I think that the code snippet I sent earlier was the wrong one, but > it seems like I still should have gotten some output logging for > the following code from JNDIRealm.java? > > 1003 } catc

Re: How to get debug output from JNDIRealm.java?

2012-05-17 Thread Christopher Schultz
g to take the time to read this: http://tomcat.apache.org/tomcat-7.0-doc/logging.html#Using_java.util.logging_%28default%29 It takes about 5 minutes is you read slowly. It tells you: 1. What can be configured 2. Where the configuration files are 3. How to set the logging threshold for a logger (e

Re: How to get debug output from JNDIRealm.java?

2012-05-17 Thread Lobb, Janos
On May 17, 2012, at 12:57 PM, André Warnier wrote: > oh...@cox.net wrote: > ... > >> The problem is that I don't know how to enable that debug output/logging? >> I'm assuming that something needs to be added to the Tomcat >> logging.properties, but can anyo

Re: How to get debug output from JNDIRealm.java?

2012-05-17 Thread ohaya
ed the link you included, but it reflected what you said, but I'm > > >> unclear about exactly what I need to do (e.g., add to > > >> logging.properties) to get the debug output? > > >> > > >> Thanks, > > >> Jim > >

Re: How to get debug output from JNDIRealm.java?

2012-05-17 Thread ohaya
ml, to show the > >> JNDIRealm part in context.  I guess that it's in the ? > >> > >> So, how do I enable the output from the JNDIRealm? > >> > >> I checked the link you included, but it reflected what you said, but I'm > >> unclear about

Re: How to get debug output from JNDIRealm.java?

2012-05-17 Thread Konstantin Kolinko
it's in the ? >> >> So, how do I enable the output from the JNDIRealm? >> >> I checked the link you included, but it reflected what you said, but I'm >> unclear about exactly what I need to do (e.g., add to logging.properties) to >> get the debug output? >

Re: How to get debug output from JNDIRealm.java?

2012-05-17 Thread ohaya
oh...@cox.net wrote: > > oh...@cox.net wrote: > > > > Konstantin Kolinko wrote: > > > 2012/5/17 : > > > > Hi, > > > > > > > > I'm trying to debug some problems while enabling JNDIRealm in Tomcat >

Re: How to get debug output from JNDIRealm.java?

2012-05-17 Thread Christopher Schultz
? You need something like this in your logging.properties: org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/context].level = DEBUG You'll need to replace "/context" with the context path of your webapp. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG

Re: How to get debug output from JNDIRealm.java?

2012-05-17 Thread ohaya
oh...@cox.net wrote: > > Konstantin Kolinko wrote: > > 2012/5/17 : > > > Hi, > > > > > > I'm trying to debug some problems while enabling JNDIRealm in Tomcat > > > 6.0.33. > > > > > > I've gotten Tomcat i

Re: How to get debug output from JNDIRealm.java?

2012-05-17 Thread ohaya
Konstantin Kolinko wrote: > 2012/5/17 : > > Hi, > > > > I'm trying to debug some problems while enabling JNDIRealm in Tomcat 6.0.33. > > > > I've gotten Tomcat itself to output debug logging, but looking at the > > JNDIRealm.java code,

  1   2   3   4   >