RE: Setting sun.io.useCanonCaches to flase

2024-12-30 Thread Carl Wick
tting sun.io.useCanonCaches to flase On 12/27/24 9:49 AM, Carl Wick wrote: > Running Tomcat as a service, don't have a Java tab. Created the > following System Environment Variable: Are you on Windows? Are you using the Tomcat service (procrun)? If so, then you have a Java tab somewhere.

RE: Setting sun.io.useCanonCaches to flase

2024-12-30 Thread Carl Wick
-Original Message- From: Christopher Schultz Sent: Friday, December 27, 2024 12:00 PM To: users@tomcat.apache.org Subject: Re: Setting sun.io.useCanonCaches to flase On 12/27/24 9:49 AM, Carl Wick wrote: > Running Tomcat as a service, don't have a Java tab. Created the >

RE: Setting sun.io.useCanonCaches to flase

2024-12-27 Thread Carl Wick
Running Tomcat as a service, don't have a Java tab. Created the following System Environment Variable: Variable name: Sun.io.useCanonCaches Variable value: false -Original Message- From: Mark Thomas Sent: Friday, December 20, 2024 12:12 PM To: users@tomcat.apache.org Sub

Setting sun.io.useCanonCaches to flase

2024-12-20 Thread Carl Wick
Hello, Mitigation: - Upgrade to Apache Tomcat 9.0.98 or later - running on Java 8 or Java 11: the system property sun.io.useCanonCaches must be explicitly set to false (it defaults to true) In a Tomcat 9.0.98/Java 11 running on Windows 2019 environment, how is this achieved? - running on Java 8

Re: Working dir incorrect tomcat 9.10?

2018-06-30 Thread Carl-Henrik Tjärnlund
Ok, thanks for the clarification and of course there are multiple ways to solve this; I just ran in to problems since the behaviour seemed to have changed between the versions but I've upgrade the whole stack from OS to java to tomcat so its was hard to isolate the change and I made the wrong assum

Working dir incorrect tomcat 9.10?

2018-06-30 Thread Carl-Henrik Tjärnlund
Hi! I'm in the process of upgrading from tomcat 8 to 9 and was running into a probelm with velocity not beeing able to create the default log file, ./velocity.log and after some troubleshooting it seems it is trying to create it in the root of the file system instead of the current working director

Working dir incorrect tomcat 9.10?

2018-06-30 Thread Carl-Henrik Tjärnlund
Hi! I'm in the process of upgrading from tomcat 8 to 9 and was running into a probelm with velocity not beeing able to create the default log file, ./velocity.log and after some troubleshooting it seems it is trying to create it in the root of the file system instead of the current working director

REST issue

2017-06-13 Thread Carl K.
org.json.JSONObject; /** * * @author Carl */ @WebService(serviceName = "helloWorld") @Path("/helloWorld") public class AnoviaWebService { /** * Retrieves representation of an instance of helloWorld.HelloWorld * @return an instance of java.lang.String */

Re: Vulnerability from PCI scan

2016-11-02 Thread Carl K.
Chris, On 11/2/2016 11:05 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Carl, On 11/1/16 6:05 PM, Carl K. wrote: On 11/1/2016 5:25 PM, Christopher Schultz wrote: Carl, On 11/1/16 5:11 PM, Carl K. wrote: Control Scan has returned this as a vulnerability in

Re: Vulnerability from PCI scan

2016-11-01 Thread Carl K.
On 11/1/2016 5:25 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Carl, On 11/1/16 5:11 PM, Carl K. wrote: Control Scan has returned this as a vulnerability in Tomcat 8.0.38: Vulnerable version of Apache Tomcat: 8.0.38 Risk: High (3) Port: 443/tcp Protocol

Vulnerability from PCI scan

2016-11-01 Thread Carl K.
uot; issue I have read everything I can find and it still doesn't make sense... can someone help to point me in the correct direction? I am further puzzled because this is the first time this has come up and we run Tomcat for years... note that the date is listed as 12-21-2009. Thanks, Carl

Re: threads vs. servlets

2015-03-10 Thread Carl Dreher
es) in one place and then include links in myriad places. It is like putting a "contact us" link on every page of a website instead of just the home page: it simply makes it easier for the user. (Some people call it user-friendly. Personally, I just call it being helpful.) -

restricting access to images

2015-03-09 Thread Carl Dreher
ntirely different. . A simple link to "http://www.mail-archive.com/users@tomcat.apache.org/maillist.html"; on those FAQ pages, as well as to the bottom of this list, would be very, very helpful. - Carl Dreher - To uns

Consulting opportunity

2014-10-10 Thread carl
il me directly. Thanks, Carl - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat 8.0.9 native library not found

2014-08-17 Thread carl hansen
> I can do /usr/bin/apr-1-config and I get the usage page for APR. > I assume that means it is there. Don't assume. Your command lines said is was in /usr/lib/apr Is it in /usr/lib/apr? from what you said above, it isn't. I suggest you get APR from http://apr.apache.org/ and reinstall it. When I

Re: Tomcat 8.0.9 native library not found

2014-08-16 Thread carl hansen
On Sat, Aug 16, 2014 at 9:26 PM, Neil Aggarwal wrote: [truncated] cd tomcat-native-1.1.30-src/jni/native ./configure --with-apr=/usr/bin/apr-1-config When I look in /usr/local/apr/lib, I see these files: libtcnative-1.a libtcnative-1.la libtcnative-1.so libtcnative-1.so.0 ---

Re: Tomcat cross-site scripting vulnerability

2014-07-04 Thread carl
...@cisco.com] Sent: 04 July 2014 18:45 To: Tomcat Users List Subject: RE: Tomcat cross-site scripting vulnerability I think application needs to take care of CSRF. -Original Message- From: carl [mailto:c...@etrak-plus.com] Sent: Friday, July 04, 2014 6:43 PM To: users@tomcat.apache.org

Re: Tomcat cross-site scripting vulnerability

2014-07-04 Thread carl
On 7/4/2014 9:31 AM, Mark Thomas wrote: On 04/07/2014 14:12, carl wrote: Our latest PCI scan using the Saint scanner shows the following: 404 Error Page Cross Site Scripting Vulnerability 12/21/09 Apache Tomcat is prone to a cross-site scripting vulnerability because it fails to properly

Tomcat cross-site scripting vulnerability

2014-07-04 Thread carl
arbitrary script code in the browser of an unsuspecting user in the context of the affected site. Is there any way to mitigate this vulnerability (I suspect anyone using Tomcat is going to see the same thing)? Thanks, Carl

Re: Curious difference in connection behaviour on database side DBCP vs. JDBC?

2013-11-19 Thread Carl Boberg
nnection = null; } // Deregister this ConnectionManger if (traceOpenedConnections) { deregister(this); } } TNTUnilab delenda est --- Carl Boberg Operations Memnon Networks AB Tegnérgatan 34, SE-113 59 Stockholm Mobile: +46(0)70 467 27 12 www.memnonnetw

Curious difference in connection behaviour on database side DBCP vs. JDBC?

2013-11-18 Thread Carl Boberg
fully idle I have googled, read documentation, browsed forums but never seen anyone having an issue like this... and I admit, its nothing major. I'm just very curious about the source to this difference in behaviour (and can I do something configuration wise to resolve it?). Best regards --- Carl Boberg

lost session in Tomcat 7.040 and IE8

2013-06-13 Thread Carl Dreher
- Tomcat 7.0.40 |fail | ok --- Any ideas where to start looking? - Carl Dreher - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.o

Re: Tomcat dies suddenly

2012-05-16 Thread Carl Kabbe
unknown but seemingly gone now. Thanks, Carl On May 16, 2012, at 1:53 PM, slayer12 wrote: > I was facing a problem with similar symptoms - Tomcat 7 (on centos 5, 64 bit, > 12 GB RAM) was crashing without anything being logged in catalina.out > In case of JVM crash, there is supposed t

Re: Tomcat silently dies

2012-03-05 Thread Carl Kabbe
David, Thanks, I will try that. Carl On Mar 4, 2012, at 7:45 PM, David Kerber wrote: > On 3/4/2012 7:31 PM, Carl Kabbe wrote: >> Recap: >> >> OS Slackware 13.x 64bit >> >> Tomcat 6.0.24 >> >> Two different servers… one with 16

Tomcat silently dies

2012-03-04 Thread Carl Kabbe
1.6.0_7 and the system was stable for two years until I tried more recent JVM's. At this point, I am looking for suggestions as it clearly has something to do with the JVM (I don't want to stay on 1.6.0_7 forever) but I have no idea how to duplicate or troubleshoot the problem. Thanks, Carl

Re: Tomcat suddenly dies

2012-02-28 Thread Carl Kabbe
Dan, Thanks for the response. > Are you accessing any native code from Java? For example using JNI / > JNA or a third party module which requires you to set > "java.library.path"? No. Thanks, Carl On Feb 28, 2012, at 2:35 PM, Daniel Mikusa wrote: > On Tue, 2012-02-2

Re: Tomcat suddenly dies

2012-02-28 Thread Carl Kabbe
Ranier, Thanks for your response and thoughts. > Are there normal shutdown messages in the Tomcat logs? No, the catalina.out log has our messages but none of the normal shutdown stuff (we see the shutdown messaging every day when we push changes and restart Tomcat at 4:00AM.) Thanks, C

Re: Tomcat suddenly dies

2012-02-28 Thread Carl Kabbe
ng in the messages file except accesses granted to specific workstations coming in on ssh and sync'ing to a time server. Neither of these have times that correspond to the crashes. There are no hs_err_* files anywhere on the servers. > Smells a lot like OOM killer. > > Carl, you s

Tomcat suddenly dies

2012-02-27 Thread Carl Kabbe
thinking the only way to potentially get to the bottom of this would be to take frequent heap dumps between 1:00 and 2:00PM but, while they may be interesting, I am not certain they will show anything useful as the system shows no signs of strain before dying. Anyone have any ideas? Thanks, Carl

RE: Why is the tomcat welcome page showing?

2011-08-15 Thread Furst, Carl
ou're inspiring words of " webapp isn't being deployed properly" got me going and rebuilding, killing the jdk and starting up again. Something got cleared and it's working again. Very much obliged, Carl Furst -Original Message- From: Caldarale, Charles R [mailto:c

RE: Why is the tomcat welcome page showing?

2011-08-15 Thread Furst, Carl
To follow up on this.. I removed the ROOT folder from the webapps.. and it still shows up even when I have re-defined the default Context. Where does the welcome page get rendered? Thanks, Carl Furst -Original Message- From: Furst, Carl [mailto:carl.fu...@mlb.com] Sent: Monday

Why is the tomcat welcome page showing?

2011-08-15 Thread Furst, Carl
a web browser, it means you've setup Tomcat successfully. Congratulations!" Why is my webapp not showing in my browser? Do I have to set up a DocumentIndex type parameter like in Apache? How do I disable the ROOT context? Thanks, Carl Furst smime.p7s Des

Can't configure webapps to disk partition

2010-08-11 Thread Zeigler, Carl L
folder and I have restarted the Tomcat service after my changes. I have tried many variations of these: E://prod//applications \E:\prod\applications Thank you, Carl - To unsubscribe, e-mail: users-unsubscr...@tomcat.apac

Re: Tomcat died on "java.lang.OutOfMemoryError: requested 2147483664 bytes for Chunk::new. Out of swap space?" message

2010-05-26 Thread Carl
testing 6u20 as I would like to keep current so I don't have any security issues hanging out. Thanks, Carl - Original Message - From: "Caldarale, Charles R" To: "Tomcat Users List" Sent: Wednesday, May 26, 2010 8:00 AM Subject: RE: Tomcat died on "java.la

Re: Tomcat Shutdown suddenly / random

2010-04-16 Thread Carl
I thought thta a System.exit call would kill the JVM and would therefore not show the clean shutdown in the logs that the OP is seeing... am I wrong about System.exit? Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Se

Re: [OT] Re: jvm exits without trace

2010-03-22 Thread Carl
maybe.) However, I can only find source code for the 'open' fork which may or may not be the same so I am stymied again. I guess I just have to keep stabbing in the dark with the new JVM's until one happens to work... not very scientific. Thanks, Carl - Original

Re: [OT] Re: jvm exits without trace

2010-03-22 Thread Carl
Dan, 6u18 did not work for us, crashed with the same regularity as 6u17. However, 6u7 has been running for two weeks without a failure (the others would fail between 15 minutes and 10 days runtime.) Thanks, Carl - Original Message - From: "Dan Armbrust" To: "To

Re: Tomcat dies suddenly

2010-03-21 Thread Carl
with debugging information so that the core file can tell us where it failed and the condition at failure. Is ther as easier path? Thanks, Carl - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comman

Re: [OT] Re: jvm exits without trace

2010-03-16 Thread Carl
tell. Thanks, Carl - Original Message - From: "André Warnier" To: "Tomcat Users List" Sent: Tuesday, March 16, 2010 3:20 PM Subject: Re: [OT] Re: jvm exits without trace Ognjen Blagojevic wrote: Hi, "Tomcat dies suddenly" thread was exciting almost as &q

Re: jvm exits without trace

2010-03-16 Thread Carl
suggested this) and so far, it is running even though we have had loads and usages similar to those that caused crashes in the past. Therefore, you might consider trying that JVM. Hope I haven't jinxed myself by saying it is still up. Thanks, Carl - Original Message - From: &qu

Re: jvm exits without trace

2010-03-11 Thread Carl
same setup.) Thanks, Carl - Original Message - From: "Taylan Develioglu" To: "Tomcat Users List" Sent: Thursday, March 11, 2010 6:13 AM Subject: Re: jvm exits without trace a different kernel did not help either... On Thu, 2010-03-11 at 11:37 +0100, Taylan Deve

Re: SSL with IBM JVM

2010-03-08 Thread Carl
Pid, I would never hijack a thread. I started this thread from scratch by sending it to the Tomcat users group... is that not what I have done? Thanks, Carl - Original Message - From: "Pid" To: Sent: Monday, March 08, 2010 10:41 AM Subject: Re: SSL with IBM JVM On

Re: SSL with IBM JVM

2010-03-08 Thread Carl
tomers of these organizations and we can't really get them to do the uninstall/reinstall, hope it will work process. Hope this clarifies the problem a little bit. Thanks, Carl - Original Message - From: "Peter Crowther" To: "Tomcat Users List" Sent: Monday, March 08

Re: SSL with IBM JVM

2010-03-08 Thread Carl
Chuck, I have downloaded that JVM and brought it up on a spare server. We'll find out in the next week if it will work. Thanks, Carl - Original Message - From: "Caldarale, Charles R" To: "Tomcat Users List" Sent: Monday, March 08, 2010 8:10 AM Subj

Re: SSL with IBM JVM

2010-03-08 Thread Carl
Thanks for your reply. Interesting. Your suggestion is to front Tomcat with Apache and let Apache deal with SSL. I have tried to let Tomcat do everything, including serving html pages. I am going to try Chuck's idea of Sun's JVM 1.6.0_7 first. Thanks, Carl - Origin

SSL with IBM JVM

2010-03-08 Thread Carl
e have any idea what that setting would be to avoid all this removing/re-installing? Thanks, Carl

Re: Tomcat dies suddenly

2010-03-03 Thread Carl
using the firewall to redirect traffic on a specific port to this server (yesterday, we were sending traffic on port 8084 to 443 on this server, this morning we were sending all 443 traffic to this server.) More testing this morning but all ideas are certainly welcome. Thanks, Carl - Origin

Re: Tomcat dies suddenly

2010-03-02 Thread Carl
orning while holding the above T105 in reserve in case this one goes down. Still looking for the exorcist but we now know that an older version of the Sun JVM doesn't do the trick. Be interesting to see if the IBM JVM cures

Re: [OT] Tomcat dies suddenly

2010-02-24 Thread Carl
local/tomcat/webapps/paragon.war cp /usr/local/tomcat_wars/etrak-plus.war /usr/local/tomcat/webapps/test.war sleep 30 strace -o /usr/local/tomcat/logs/trace_log.txt /usr/local/tomcat/bin/startup.sh exit I am reworking the strace part to rotate the logs. Thanks, Carl - Original Me

Re: Tomcat dies suddenly

2010-02-24 Thread Carl
in the $CATALINA_HOME/bin directory) at 1:00AM so I just never paid it much attention. Red herrings, green herrings, blue herrings... who knows anymore? Thanks, Carl - Original Message - From: "Caldarale, Charles R" To: "Tomcat Users List" Sent: Wednesday,

Re: jvm exits without trace

2010-02-24 Thread Carl
develop a meaningful stress test, i.e., the only way I can test a change is to put it in production. Thanks, Carl - Original Message - From: "Taylan Develioglu" To: "Tomcat Users List" Sent: Wednesday, February 24, 2010 8:31 AM Subject: Re: jvm exits without trac

Re: jvm exits without trace

2010-02-24 Thread Carl
y app is always used, the remaining apps are used sporatically.) How does this compare to what you are experiencing? Thanks, Carl - Original Message - From: "Taylan Develioglu" To: "Tomcat Users List" ; Sent: Wednesday, February 24, 2010 5:09 AM Subject: Re: jvm e

Re: Tomcat dies suddenly

2010-02-24 Thread Carl
showed the same failure. Chris suggested using strace (which I have) but I inadvertently overwrote the file containing the failure (not one of my brighter moves.) Thanks, Carl - Original Message - From: "George Sexton" To: "'Tomcat Users List'" Sent: Tues

Re: Tomcat dies suddenly

2010-02-23 Thread Carl
Chris, There was no core dump or hs_* file. The strace output looks like it was overwritten this morning at 1:00AM, crap, double crap. What's the consensus on moving to the IBM JVM or rerunning this test (Sun JVM) to failure to get a good strace output? I screwed up... sorry. Thanks,

Re: Tomcat dies suddenly

2010-02-23 Thread Carl
and have a good day. Carl - Original Message - From: "Caldarale, Charles R" To: "Tomcat Users List" Sent: Tuesday, February 23, 2010 8:54 AM Subject: RE: Tomcat dies suddenly From: Pid [mailto:p...@pidster.com] Subject: Re: Tomcat dies suddenly Check

Re: Tomcat dies suddenly

2010-02-23 Thread Carl
dContext reload INFO: Reloading this Context has started Chuck, seems like it is time to break out the exorcism tools. Thanks, Carl - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Re: Tomcat dies suddenly

2010-02-17 Thread Carl
Chris, Yup, that was my plan. Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Wednesday, February 17, 2010 10:02 AM Subject: Re: Tomcat dies suddenly -BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Carl, On 2/1

Re: Tomcat dies suddenly

2010-02-17 Thread Carl
inly ministers, that claim they can cure health issues by laying their hands on a person and saying a few words. I was thinking maybe Andre could do the same for my servers, you know, with his telepathy thingie and all. Thanks, Carl - Original Message - From: "Christopher Schultz&

Re: [OT] Tomcat dies suddenly

2010-02-14 Thread Carl
Chris, You are evil. Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Sunday, February 14, 2010 4:21 PM Subject: Re: [OT] Tomcat dies suddenly -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anthony, On 2/14/2010

Re: Tomcat dies suddenly

2010-02-14 Thread Carl
which I did a fresh install and elimin ated the packaged jre prior to installing the operating system. My hypothesis is that the package removal process may have left something hanging around. Thanks for the suggestions. Carl - Original Message - From: "Christopher Schultz&

Re: Tomcat dies suddenly

2010-02-14 Thread Carl
Chris, I upgraded to 5.1.11 but can go back to 3.1.12 in about 15 minutes. Have been running all day on 5.1.11... no burps so far but I haven't been pushing it. Tomoroow, I will see if I can break it. Thanks, Carl - Original Message - From: "Christopher Schultz"

Re: [OT] Tomcat dies suddenly

2010-02-14 Thread Carl
George, Been there. In Brookfield (CT), under certain circumstances, when someone would use the copier (not on the same circuit), the Novell server would go down. Here, we have all new wiring directly from the fuse box with really good UPS's in between. Thanks, Carl - Ori

Re: Tomcat dies suddenly

2010-02-14 Thread Carl
wasn't certain which ones were truely different and not just a fork of Sun's JVM. You have clarified that for me. Thanks, Carl - Original Message - From: "Mark Thomas" To: "Tomcat Users List" Sent: Sunday, February 14, 2010 6:58 AM Subject: Re: Tomcat

Re: Tomcat dies suddenly

2010-02-14 Thread Carl
Peter, That's what I thought. Thanks, Carl - Original Message - From: "Peter Crowther" To: "Tomcat Users List" Sent: Sunday, February 14, 2010 5:29 AM Subject: Re: Tomcat dies suddenly On 13 February 2010 15:29, Caldarale, Charles R wrote: Does

Re: [OT] Tomcat dies suddenly

2010-02-14 Thread Carl
Anthony, Very certain it is not the hardware, am running Sun JVM, could be the OS. May be my next step (CentOS.) Thanks, Carl - Original Message - From: To: "Tomcat Users List" Sent: Sunday, February 14, 2010 1:01 AM Subject: Re: [OT] Tomcat dies suddenly CentOS, Su

Re: [OT] Tomcat dies suddenly

2010-02-14 Thread Carl
Jorge, If the problem was easy, there wouldn't be the number of threads. I am running the standard JVM from Sun, in fact, have tried two versions. The boxes are not the problem because the problem appears on two very different boxes. Thanks, Carl - Original Message - From: &

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
Chuck, I started with the default (except for Xms, Xmx and the PermSize settings) and only added the others after the failures started piling up. They are easy to remove and are not likely to be helping or hurting but may be muddying the waters. Thanks, Carl - Original Message

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
Chuck, I am using the mysql-connector/j version 3.1.12. Interesting because the latest driver is version 5.1.11. Is this worth a shot or is it likely to just miuddy the waters? We typically have less than 20 open connections. Thanks, Carl - Original Message - From: "Cald

Re: Re:[OT] Tomcat dies suddenly

2010-02-13 Thread Carl
Chuck, The cases and even power supplies are very different. The T105 is destined to be a backup server and the T110 is supposed to be the front line guy. Thanks, Carl - Original Message - From: "Caldarale, Charles R" To: "Tomcat Users List" Sent: Saturday,

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
other server and try to analyze what happened. And, if I can't keep the new servers up, I just move back to the old server (thank goodness I didn't rebuild that one when the new ones seemed to work.) Thanks, Carl - Original Message - From: "Anthony J. Biacco" To

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
ivistic gamma rays, dark energy and all that stuff). ;-) I am not certain but I do know I don't have to use any lights at night, I provide enough glowing (light) to see where I am going. All of servers are on UPS's which are tested periodically. Thanks for your thou

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
Chris, I will start the newly rebuilt server with strace tomorrow morning before anyone comes on. Hopefully, strace will yield some useful information. Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Friday, Febru

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
very closely (logging to catalina.out) because we have had connection leaks (still have a small one) in the past. We do not use LDAP. Thanks, Carl - Original Message - From: "Donn Aiken" To: "Tomcat Users List" Sent: Friday, February 12, 2010 4:00 PM Subj

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
may not have handled the cores correctly or may not have changed the temperature sufficiently to cause the problem we are seeing.) I have not found a mem test specifically for 64 bit processors. Thanks, Carl - Original Message - From: "Christopher Schultz" To: "To

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
symbols. Did I miss something? Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Friday, February 12, 2010 5:27 PM Subject: Re: Tomcat dies suddenly -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carl, On 2/12/2010

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
like a memory problem. Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Friday, February 12, 2010 5:28 PM Subject: Re: Tomcat dies suddenly -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 2/12/2010 3:34 PM,

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
ns with no guarantee of success anyway. It would seem that there is something wrong in my setup because I can't believe every 64 bit Slackware/Tomcat has failed as we would likely see that on this list. I am certainly open to any suggestion and I appreciate your thoughts. Thanks, Carl

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
ilt this morning to see how it holds up (eliminated the jre from the install instead of removing it afterwards.) Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Friday, February 12, 2010 10:49 AM Subject: Re: Tomca

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
Andre, I tried this and 1) I am now permamently cross eyed and 2) didn't see anything that was out of place or looked like a binary that should not be there. Thanks, Carl - Original Message - From: "André Warnier" To: "Tomcat Users List" Sent: Saturday

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
Chuck, Yes, I saw that and am hoping I don't have to go down that path. But, I think that may be the only way to know for certain what is happening. Thanks, Carl - Original Message - From: "Caldarale, Charles R" To: "Tomcat Users List" Sent: Saturday, F

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
re and building the jvm from source (so I can use it with gdb.) Thanks, Carl - Original Message - From: "Caldarale, Charles R" To: "Tomcat Users List" Sent: Saturday, February 13, 2010 10:29 AM Subject: RE: Tomcat dies suddenly From: Christopher Schultz [

Re: Tomcat dies suddenly

2010-02-13 Thread Carl
ication development. If anyone has suggestions, I am open to them because I know I know very little. Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Saturday, February 13, 2010 9:46 AM Subject: Re: Tomcat dies suddenly

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
it is unlikely to be the culprit. Thanks, Carl - Original Message - From: "Konstantin Kolinko" To: "Tomcat Users List" Sent: Friday, February 12, 2010 5:08 PM Subject: Re: Tomcat dies suddenly Can it be hardware? Do you have ways to monitor temperature in your box?

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
of failure... any idea how I can get one? Or, is there a better way? Thanks, Carl - Original Message - From: "Caldarale, Charles R" To: "Tomcat Users List" Sent: Friday, February 12, 2010 4:52 PM Subject: RE: Tomcat dies suddenly From: Carl [mailto:c...@etrak

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
t killed the java process. Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Friday, February 12, 2010 3:01 PM Subject: Re: Tomcat dies suddenly -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Carl, On 2/12/2010 2:42 PM,

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
around to see if I could find it myself. Thanks, Carl - Original Message - From: "André Warnier" To: "Tomcat Users List" Sent: Friday, February 12, 2010 3:34 PM Subject: Re: Tomcat dies suddenly Carl wrote: Andre, Thanks for the response. I have read almo

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
in catalina.-MM-DD.log but I never see any messages when I do kill -9 xxx to kill the java process. Thanks, Carl - Original Message - From: "Konstantin Kolinko" To: "Tomcat Users List" Sent: Friday, February 12, 2010 3:19 PM Subject: Re: Tomcat dies sudde

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
Chris, That script would also (I think) kill the VisualJVM and my small java server, wouldn't it. That is not happening... those are staying very much alive, just Tomcat goes down. Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomc

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
ither. Thank you for the help. Carl - Original Message - From: "Caldarale, Charles R" To: "Tomcat Users List" Sent: Friday, February 12, 2010 3:09 PM Subject: RE: Tomcat dies suddenly From: Carl [mailto:c...@etrak-plus.com] Subject: Re: Tomcat dies suddenly Ju

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
Chris, Another great idea. I can deal with huge log files a whole lot better than continued failures. Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Friday, February 12, 2010 3:01 PM Subject: Re: Tomcat dies sudden

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
Andre, Thanks for the response. I have read almost all of your posts and realy enjoy the way to take problems apart. Keep on thinking. Thanks, Carl - Original Message - From: "André Warnier" To: "Tomcat Users List" Sent: Friday, February 12, 2010 2:49 PM

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
your insights. Carl - Original Message - From: "Caldarale, Charles R" To: "Tomcat Users List" Sent: Friday, February 12, 2010 1:57 PM Subject: RE: Tomcat dies suddenly From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Subject: Re: Tomcat dies suddenly

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
t I could test the implementation of Chris' and Peter's ideas by simply killing the java process and see what the debugging code gives me. At least that looks like a baseline. Thanks for the help. Carl - Original Message - From: "Konstantin Kolinko" To: &qu

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
x27;t show anything (I was really testing to see if the problem was in GC... it wasn't.) Might rig up a more comprehensive test... will see after I try Chris and Peter's ideas. Thanks, Carl - Original Message - From: To: "Tomcat Users List" Sent: Friday, Febr

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
(used to do a lot of work in C and I am familiar with mayhem of buffer overruns, pointer screwups, etc.) Thanks, Carl - Original Message - From: "Peter Crowther" To: "Tomcat Users List" Sent: Friday, February 12, 2010 12:05 PM Subject: Re: Tomcat dies suddenly

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
Chris, Thank you... I would never have thought about this script. I'll fire that baby up tonight. Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Friday, February 12, 2010 10:49 AM Subject: Re: Tomcat dies s

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
.) Thanks, Carl - Original Message - From: "Anthony J. Biacco" To: "Tomcat Users List" Sent: Friday, February 12, 2010 10:36 AM Subject: RE: Tomcat dies suddenly You haven't said if you tried a previous java version or tomcat version (6.0.20)? -Tony Se

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
(over 15-20 failures.) 2. No, we do not share jars or classes... our thought was this was a potential for screwups and not really gaining anything. 3. Good idea... I will try this. Thanks, Carl - Original Message - From: "Jeffrey Janner" To: "Tomcat Users List

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
(the servers are 10' away from me.) Me stumped also... has always been so simple to set up a Tomcat server. Do I gain anything by trying Glassfish? Thanks, Carl - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Friday, February

Re: Tomcat dies suddenly

2010-02-12 Thread Carl
just in case some rogue quota was set.) No logs (other than the standard Tomcat logs.) tomcat/temp currently has files totaling 272K... not likely that is a problem. Thanks, Carl - Original Message - From: "Caldarale, Charles R" To: "Tomcat Users List" Se

  1   2   3   >