WARNING: Error registering contexts

2005-09-20 Thread Dom Cara
, 2005 1:59:17 PM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Sep 20, 2005 1:59:17 PM org.apache.coyote.tomcat5.MapperListener init WARNING: Error registering contexts java.util.ConcurrentModificationException at java.util.HashMap

Re: Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location - find_vma failed

2005-07-12 Thread Nikola Milutinovic
Wasik, Paul wrote: Hi all, Can anyone point me in the right direction on what might be causing this error in my catalina.out log file? I'm running Tomcat 5.0.28 on a RedHat EL3.0 server with Sun JDK 1_5_0_03 and am using the jsvc launcher. Aside from this entry in my log file, everything

Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location - find_vma failed

2005-07-11 Thread Wasik, Paul
Hi all, Can anyone point me in the right direction on what might be causing this error in my catalina.out log file? I'm running Tomcat 5.0.28 on a RedHat EL3.0 server with Sun JDK 1_5_0_03 and am using the jsvc launcher. Aside from this entry in my log file, everything seems to be working

Apache Jakarta Connector warning

2004-12-16 Thread batmanSJO SJO
Hi Guys, Any Idea how solve the following errors? I am using Tomcat 5 and IIS. It will be great to solve these warnings it is causing problems. Thanks Event Type: Warning Event Source: Apache Jakarta Connector2 Event Category: None Event ID: 2 Date: 12/16/2004 Time

precompile JSP - _jspx_dependants.add unchecked warning

2004-12-16 Thread Connor Barry
When I precompile my JSPs on Tomcat 5.5 with JDK 1.5 and I use the javac option -Xlint:unchecked, I get this warning for those files which include another: [javac] C:\tomcat\webapps\XXX\WEB-INF\jsprc\org\apache\jsp\admintool\edit_jsp.java:25: warning: [unchecked] unchecked call to add(E

Tomcat print warning at catalina.out

2004-09-08 Thread pratak rattanawila
Dear all I found tomcat print out warning like below. What does it mean? Sep 9, 2004 10:34:10 AM org.apache.jasper.runtime.PageContextImpl release WARNING: Internal error flushing the buffer in release() Best Regards Pratak.

WARNING: Unexpected error forwarding to login page

2004-06-27 Thread David Wilson
Is this the correct Mailing list to post this on? I am trying to use FORM based authentication but I am getting this error in the tomcat console... code: _ Jun 25, 2004 2:51:46 PM org.apache.catalina.authenticator.FormAuthenticator authenticate WARNING: Unexpected

FW: WARNING: Unexpected error forwarding to login page

2004-06-27 Thread David Wilson
org.apache.catalina.authenticator.FormAuthenticator authenticate WARNING: Unexpected error forwarding to login page java.lang.NullPointerException at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthent icator.java:214

warning

2004-05-25 Thread tomcat-user
you are naked in this document! Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: warning

2004-05-25 Thread Alex
again? :) On Tue, 25 May 2004 [EMAIL PROTECTED] wrote: Date: Tue, 25 May 2004 12:21:42 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: warning you are naked in this document! - To unsubscribe, e-mail

Warning!

2004-04-11 Thread Webmaster
Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: WARNING: Duplicate name in Manifest: Class-Path

2004-03-19 Thread Adam Hardy
On 03/19/2004 06:35 AM Tom K wrote: Any clues where I would look to determine where this message? Start from only happens during sart up of my application. Mar 18, 2004 11:33:48 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Class-Path Sounds like somebody

RE: WARNING: Duplicate name in Manifest: Class-Path

2004-03-19 Thread Larry Isaacs
struts.jar to see what it has. AFAIK, it isn't a problem that requires fixing beyond the annoyance. Cheers, Larry -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 5:18 AM To: Tomcat Users List Subject: Re: WARNING: Duplicate name in Manifest

RE: WARNING: Duplicate name in Manifest: Class-Path

2004-03-19 Thread Tom K
Thanks Larry! Tom Kochanowicz -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 7:29 AM To: Tomcat Users List Subject: RE: WARNING: Duplicate name in Manifest: Class-Path In case it helps, the struts.jar from 1.1-b3, and I assume earlier, had

Connection warning

2004-03-18 Thread Jeff Poling
At 09:06 AM 3/18/2004, Shapira, Yoav wrote: A good place to start would be right here (in a separate thread). Solicit feedback from other users and developers. This list has a number of experienced users who will shoot down a dumb idea before you propose it to the tomcat developers ;) Fair

RE: Connection warning

2004-03-18 Thread Shapira, Yoav
: - You have the Manager status page which monitors this, but doesn't issue any warning regarding load. - Code to keep track of the server status, including connector processors, has been posted to the list in the past. So you can take it, use it, enhance it, as needed. (This code is of course

Tomcat 5 Startup Warning question

2004-03-18 Thread Tom K
Does anyone know what is causing me to get this message? Note: it prints the message 6 times before starting up! WARNING: Duplicate name in Manifest: Class-Path Mar 17, 2004 12:01:40 PM java.util.jar.Attributes read TIA Tom K. --- Outgoing mail is certified Virus Free. Checked by AVG

RE: Connection warning

2004-03-18 Thread Peter Lin
Actually if you use JMeter as the monitor, you can send out email alerts if x requests to the status servlet fails. JMeter has a module called Mailer Visualizer. I'm stilld debating whether I want to write a new mailer module specifically for the monitor. the existing mailer component only

Re: Connection warning

2004-03-18 Thread Adam Hardy
On 03/18/2004 03:22 PM Jeff Poling wrote: We use tomcat as our middleware to provide a GUI-like interface for our UNIX character-based back-end. We are running into a problem with maxProcesses being maxed out and users not being able to use the system. A good rule of thumb is to multiply

Re: Connection warning

2004-03-18 Thread Antonio Fiol Bonnín
Hi Peter! I'm stilld debating whether I want to write a new mailer module specifically for the monitor. the existing mailer component only measures failed requests and not necessarily the connections reaching a set threshhold. Just a dumb suggestion: Can't you make requests fail? I mean,

WARNING: Duplicate name in Manifest: Class-Path

2004-03-18 Thread Tom K
Any clues where I would look to determine where this message? Start from only happens during sart up of my application. Mar 18, 2004 11:33:48 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Class-Path TIA Tom K --- Outgoing mail is certified Virus Free

Re: You use illegal File Sharing ... - Virus Warning!!

2004-02-24 Thread Michael . McGovern
FYI ALL, Norton detected a virus in the previous email thread. Norton AntiVirus removed the attachment: refcode38632.pif. The [EMAIL PROTECTED] threat was - METAmorphosis 2004 META Group's 15th Annual Forum

WARNING: Duplicate name in Manifest: Class-Path

2004-02-09 Thread Yansheng Lin
Hi, I am getting a lot of this WARNING lately in my console. Did a search online and found a really good explaination on this page: http://www.deftcode.com/archives/duplicate_class_path_entries.html. I recently upgraded both JDK/JRE and Tomcat. So I am not sure which upgrade is responsible

CoyoteConnector startup warning

2004-02-07 Thread Vano Beridze
debug=0 connectionTimeout=6 useURIValidationHack=false disableUploadTimeout=true / . When I start tomcat everything works fine, but there is a message in catalina_log.txt CoyoteConnector Coyote can't register jmx for protocol. What does that mean? What should I do to remove that warning

CoyoteConnector startup warning

2004-02-05 Thread Vano Beridze
that warning? Thank you Vano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Warning on Tomcat5 Clustering

2004-01-29 Thread muimi admin
Thanks Filip very much! I use Fedora1. I start tomcat as follows. -- export LD_ASSUME_KERNEL=2.4 ./startup.sh -- The warning and wait are disappeared! - Shinji Miyamoto [EMAIL PROTECTED] What OS are you on, if you run redhat 9

Re: Warning on Tomcat5 Clustering

2004-01-29 Thread Filip Hanik
, 2004 7:43 AM Subject: RE: Warning on Tomcat5 Clustering Thanks Filip very much! I use Fedora1. I start tomcat as follows. -- export LD_ASSUME_KERNEL=2.4 ./startup.sh -- The warning and wait are disappeared! - Shinji Miyamoto [EMAIL

Warning on Tomcat5 Clustering

2004-01-28 Thread muimi admin
Warning: Wasn't able to read acknowledgement from server in 15000 ms. Disconnecting socket, and trying again. What would I do for avid this warning ? Any advise will welcome. (Sorry bad English...) [environment

RE: Warning on Tomcat5 Clustering

2004-01-28 Thread Filip Hanik \(lists\)
, January 28, 2004 12:23 AM To: [EMAIL PROTECTED] Subject: Warning on Tomcat5 Clustering Dear All I try Clustering between 2 hosts using Tomcat5. When I access one host, I would wait for a moment and then get following message

RE: Warning of session timeout.

2004-01-07 Thread Altankov Peter
And ofcourse, if you dont like the simple solutions and/or want to add more complex behaviour, you can always go for a Java Applet that connects to the server -Original Message- From: Michael Cardon [mailto:[EMAIL PROTECTED] Sent: 06 2004 . 20:04 To: Tomcat Users List Subject: Warning

RE: Warning of session timeout.

2004-01-07 Thread Michael Cardon
Do you know of any Java Applets out there that I could look at for examples? Thanks. Michael -Original Message- From: Altankov Peter [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 6:23 AM To: Tomcat Users List Subject: RE: Warning of session timeout. And ofcourse, if you

RE: Warning of session timeout.

2004-01-07 Thread Altankov Peter
No sorry, was just an idea :( -Original Message- From: Michael Cardon [mailto:[EMAIL PROTECTED] Sent: 07 2004 . 17:51 To: Tomcat Users List Subject: RE: Warning of session timeout. Do you know of any Java Applets out there that I could look at for examples? Thanks

Warning of session timeout.

2004-01-06 Thread Michael Cardon
Hello, When I'm doing online banking over the internet, I get a popup notice telling me my session is about to expire and asking me if I want to stay logged in or not. How do they do this? I would like to offer the same kind of message on our web site to our users when the session is about to

RE: Warning of session timeout.

2004-01-06 Thread Chris Ward
I guess you could get the desired result using JavaScript locally to count down from when the page is last sent. Just a suggestion. Best regards Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Warning of session timeout.

2004-01-06 Thread Shapira, Yoav
: Tuesday, January 06, 2004 1:04 PM To: Tomcat Users List Subject: Warning of session timeout. Hello, When I'm doing online banking over the internet, I get a popup notice telling me my session is about to expire and asking me if I want to stay logged in or not. How do they do this? I would like

how to disable info and warning messages at tomcat startup?

2003-10-31 Thread Rick Sansburn
I have searched through the mailing list archive and the FAQ and I can't seem to fins a way to disable the INFO and WARNING messages that tomcat outputs at startup. Here are some of the messages Oct 31, 2003 1:43:53 PM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry

RE: how to disable info and warning messages at tomcat startup?

2003-10-31 Thread Mike Curwen
PROTECTED] Sent: Friday, October 31, 2003 1:37 PM To: [EMAIL PROTECTED] Subject: how to disable info and warning messages at tomcat startup? I have searched through the mailing list archive and the FAQ and I can't seem to fins a way to disable the INFO and WARNING messages that tomcat outputs

RE: JDBC Realm Warning Message?

2003-07-09 Thread Collins, Jim
You don't have to specify a role. -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 19:18 To: Tomcat Users List Subject: Re: JDBC Realm Warning Message? Thanks for reply Mike. After thinkin about this message some more; I think that the reason I am

JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
Can anyone tell me what this message means, and how to correct it? 2003-07-08 12:56:03 ContextConfig[/hd]: WARNING: Security role name tomcat used in an auth-constraint without being defined in a security-role Here is a copy of my WEB-INF/web.xml: ?xml version=1.0 encoding=ISO-8859-1

RE: JDBC Realm Warning Message?

2003-07-08 Thread Mike Curwen
, 2003 12:08 PM To: Tomcat Users List Subject: JDBC Realm Warning Message? Can anyone tell me what this message means, and how to correct it? 2003-07-08 12:56:03 ContextConfig[/hd]: WARNING: Security role name tomcat used in an auth-constraint without being defined in a security-role

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
Thanks for reply Mike. After thinkin about this message some more; I think that the reason I am getting this message is because I still have not successfully created a JDBC Realm. I'm thinking that the Roles are defined in the database that I'm not corectly reading yet. --

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
Rick Roberts wrote: Thanks for reply Mike. After thinkin about this message some more; I think that the reason I am getting this message is because I still have not successfully created a JDBC Realm. I'm thinking that the Roles are defined in the database that I'm not corectly reading yet.

RE: JDBC Realm Warning Message?

2003-07-08 Thread Mike Curwen
Reply inlined -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 1:51 PM To: Tomcat Users List Subject: Re: JDBC Realm Warning Message? Rick Roberts wrote: Thanks for reply Mike. After thinkin about this message some more

Re: JDBC Realm Warning Message?

2003-07-08 Thread sander-martijn
the tomcat user/role gets configured in a flat file called tomcat-users.xml which lives in your tomcat directory. the tomcat user loads the file as a JNDI resource by having the following directive in the server context of server.xml: !-- Global JNDI resources -- GlobalNamingResources !--

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
OK. The error message is gone now! Thanks. It took me a few tries to figure out where the security-role needed to go but finally found it by trial and error. STILL GETTING THIS ERROR THO: No Realm has been configured to authenticate against If I comment out the UserDatabaseRealm, then I get the

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
Oh! One other question. Does the tomcat-users.xml file have anything to do with setting up a JDBC Realm? -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * ***

RE: JDBC Realm Warning Message?

2003-07-08 Thread Mike Curwen
quickly: no. that's the memoryrealm -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:04 PM To: Tomcat Users List Subject: Re: JDBC Realm Warning Message? Oh! One other question. Does the tomcat-users.xml file have anything to do

RE: JDBC Realm Warning Message?

2003-07-08 Thread Mike Curwen
-Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 3:59 PM To: Tomcat Users List Subject: Re: JDBC Realm Warning Message? OK. The error message is gone now! Thanks. It took me a few tries to figure out where the security-role needed

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
Mike, Thanks a bunch!! I feel like I'm well on my way to figuring this out now. Where can I find the DTDs and the servlet API? Sorry, can't say. It looks about right, but if I'm doing container-managed, I usually just do Basic AUTH. (which throws the OS-based dialog box). I can't stand

RE: JDBC Realm Warning Message?

2003-07-08 Thread Mike Curwen
-Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:22 PM To: Tomcat Users List Subject: Re: JDBC Realm Warning Message? Mike, Thanks a bunch!! I feel like I'm well on my way to figuring this out now. Where can I find

Warning: messages in catalina.out

2002-12-30 Thread Rob Cartier
I am little concerned about Warning messages I see in my catalina.out file. The pages appear to be fine but I get these messages quite a bit. Are these session timeout and restart messages? Dec 29, 2002 6:33:10 PM org.apache.jk.common.ChannelSocket processConnection WARNING: server has closed

Re: Warning: messages in catalina.out

2002-12-30 Thread Bill Barker
The first one is usually just that the client hit the stop button in the browser. At the moment, the AJP13 protocol doesn't support out-of-band messages to tell Tomcat about this, so it just drops the connection instead. The second one is just a warning (which will at least be correct in 4.1.19

JK warning in Application Log

2002-12-27 Thread Tuan H. Le
Hi, We see many of this warning (below) in W2K Application Log. Does anyone know the cause of generating this warning? Type: Warning Event ID: 2 Description: Error: [jk_worker_ajp13.c (407)]: ajp13.service() ajpGetReply recoverable error 12 We are using IIS 5 with Tomcat 4.1.17

jk2 warning where no jk2 being used on TC startup

2002-12-11 Thread Tref Gare
Hi all, Any help appreciated greatly. I'm running Tomcat 4.1.12 and Apache 2.0.43 via mod_jk (not jk2) On startup tomcat always throws the following warning: Dec 12, 2002 11:18:33 AM org.apache.jk.server.JkMain init WARNING: No properties file found /opt/jakarta-tomcat-4.1.12/conf/jk2

RE: jk2 warning where no jk2 being used on TC startup

2002-12-11 Thread Tref Gare
because we're starting to get connection reset errors. error snippet INFO: RESET Dec 12, 2002 11:29:05 AM org.apache.jk.server.JkCoyoteHandler action INFO: RESET Dec 12, 2002 11:31:36 AM org.apache.jk.common.ChannelSocket processConnection WARNING: server has closed the current connection (-1

JK - warning/question about naming workers

2002-12-10 Thread Madere, Colin
I just fought with a problem for quite a while and thought I'd share a caution and ask a question. The mod_jk.conf auto-generated by Tomcat assumes that your worker for the /examples (and other default apps in Tomcat) is named ajp13. If you name it anything else you'll get a 500 error since JK

RE: JK - warning/question about naming workers

2002-12-10 Thread Turner, John
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 2:47 PM To: 'Tomcat Users List' Subject: JK - warning/question about naming workers I just fought with a problem for quite a while and thought I'd share a caution and ask a question. The mod_jk.conf auto-generated by Tomcat

RE: JK - warning/question about naming workers

2002-12-10 Thread Turner, John
]] Sent: Tuesday, December 10, 2002 2:53 PM To: 'Tomcat Users List' Subject: RE: JK - warning/question about naming workers As far as I know, the host parameter in workers.properties is the lcoation of the Tomcat server...it has nothing to do with the hostname used in the URL

RE: JK - warning/question about naming workers

2002-12-10 Thread Madere, Colin
. -Original Message- From: Turner, John [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 2:21 PM To: 'Tomcat Users List' Subject: RE: JK - warning/question about naming workers Actually, I posted too soon. After I thought about it, I realized that I haven't really

RE: JK - warning/question about naming workers

2002-12-10 Thread Madere, Colin
]] Sent: Tuesday, December 10, 2002 3:11 PM To: 'Tomcat Users List' Subject: RE: JK - warning/question about naming workers Well it would make sense that all could use 8009 if they are different hosts on different IPs, but depending on how the port is used that may not work if you want

RE: JK - warning/question about naming workers

2002-12-10 Thread Turner, John
. John -Original Message- From: Madere, Colin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 4:11 PM To: 'Tomcat Users List' Subject: RE: JK - warning/question about naming workers Well it would make sense that all could use 8009 if they are different hosts on different IPs

RE: JK - warning/question about naming workers (and auto-generating mod_jk.conf)

2002-12-10 Thread Madere, Colin
? I didn't get that impression and I think I've read just about all the JK docs out there in about 5 locations (4 of which are on the apache.org tree). Of course, I did some skimming at times. WARNING: Note about auto-generated mod_jk.conf file. It seems no matter what you name your workers

Security role name warning

2002-12-06 Thread Peter Lee
I got the following warning. what does it really mean? WARNING: Security role name specialrole used in an auth-constraint without being defined in a security- role -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Security role name warning

2002-12-06 Thread Craig R. McClanahan
On Fri, 6 Dec 2002, Peter Lee wrote: Date: Fri, 06 Dec 2002 03:52:38 -0800 From: Peter Lee [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Security role name warning I got the following warning. what does it really

warning issued by tomcat

2002-11-08 Thread Koes, Derrick
I'm using Apache 2.0.42, Tomcat 4.1.12, and mod_jk (not mod_jk2). I'm getting the following warning: Nov 8, 2002 11:03:07 AM org.apache.jk.common.ChannelSocket processConnection WARNING: server has closed the current connection (-1) I see this repeated 4 times in succession. My guess

RE: WARNING: Exception getting SSL attributes

2002-11-04 Thread Kristján Bjarni Guðmundsson
Return Receipt Your RE: WARNING: Exception getting SSL attributes document

Re: WARNING: Exception getting SSL attributes

2002-11-01 Thread Steve Howie
Ma, Yongjie wrote: I got same exception message. And Bill Barker told me this is a bug in Tomcat 4.1.12. Following message was from him: The SSL support in 4.1.12 is broken with JVM 1.4.x. You need to copy http://gump.covalent.net/jars/latest/jakarta-tomcat-connectors/tomcat-util.jar. jar to

RE: WARNING: Exception getting SSL attributes

2002-11-01 Thread Tim C.
Hi Jack Adding the jar in seems to have fixed this nicely for me! Many thanks! Tim From: Ma, Yongjie [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: WARNING: Exception getting SSL attributes Date: Fri, 1 Nov 2002 12:27:50

WARNING: Exception getting SSL attributes

2002-10-31 Thread Tim C.
I was wondering whether anyone else has seen this or knows what it means. I am using HTTPS and the connections are made fine to the tomcat4.1.12 server (jakarta-tomcat-4.1.12-LE-jdk14). However, on each connection the following warning is given in the logs: WARNING: Exception getting SSL

Warning running startup.bat

2002-10-30 Thread Paul Abrilla
I downloaded installed j2sdk 1.4.1 and jakarta tomcat 4.0. I have setup the envinronment variables. However when I run the c:\jakarta-tomcat-4.0\bin\startup.bat, i get the popup window: c:\j2sdk1.4.1\bin\java.exe is not a valid Win32 application Why do I get this message? Any advise will be

RE: Warning running startup.bat

2002-10-30 Thread Wagoner, Mark
Sounds like the executable is corrupt. If you run java -version do you get an error? You may need to reinstall the JDK. -Original Message- From: Paul Abrilla [mailto:APCXU;CUNYVM.CUNY.EDU] Sent: Wednesday, October 30, 2002 11:15 AM To: [EMAIL PROTECTED] Subject: Warning running

RE: Warning running startup.bat

2002-10-30 Thread Paul Abrilla
Thanks for the speedy reply. I did get the same warning message when I ran java - version and then I get the message access denied. /Paul On Wed, 30 Oct 2002 11:18:49 -0500 Wagoner, Mark said: Sounds like the executable is corrupt. If you run java -version do you get an error? You may need

RE: Warning running startup.bat

2002-10-30 Thread Turner, John
: Warning running startup.bat Thanks for the speedy reply. I did get the same warning message when I ran java - version and then I get the message access denied. /Paul On Wed, 30 Oct 2002 11:18:49 -0500 Wagoner, Mark said: Sounds like the executable is corrupt. If you run java -version

RE: Warning running startup.bat

2002-10-30 Thread Paul Abrilla
] Sent: Wednesday, October 30, 2002 11:27 AM Thanks for the speedy reply. I did get the same warning message when I ran java - version and then I get the message access denied. /Paul On Wed, 30 Oct 2002 11:18:49 -0500 Wagoner, Mark said: Sounds like the executable is corrupt. If you run java

RE: Warning running startup.bat

2002-10-30 Thread Turner, John
: Warning running startup.bat How do I check or enable? On Wed, 30 Oct 2002 11:32:22 -0500 Turner, John said: That sounds like permissions to me. Are execute permissions enabled on c:\jakarta-tomcat-4.0 or c:\jakarta-tomcat-4.0\bin? John -Original Message- From: Paul

RE: Warning running startup.bat

2002-10-30 Thread Turner, John
:34 AM To: Tomcat Users List Subject: RE: Warning running startup.bat How do I check or enable? On Wed, 30 Oct 2002 11:32:22 -0500 Turner, John said: That sounds like permissions to me. Are execute permissions enabled on c:\jakarta-tomcat-4.0 or c:\jakarta-tomcat-4.0\bin

Re: Upgrade to Tomcat 4.1.12 - WARNING: Exception getting SSL attributes

2002-09-28 Thread Remy Maucherat
: (catalina.out) WARNING: Exception getting SSL attributes javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificateChain(DashoA6275) at org.apache.tomcat.util.net.JSSESupport.getPeerCertificateChain

Upgrade to Tomcat 4.1.12 - WARNING: Exception getting SSL attributes

2002-09-27 Thread Francisco Queiros Pinto
Hi, I've just upgraded Tomcat 4.1.10 to 4.1.12. When trying a secure connection, the browser asks me to accept the server certificate and seems to achieve it. However, contrary to the previous version, now the server generates the following error: (catalina.out) WARNING: Exception

Warning: VIRUS!!!

2002-05-07 Thread Sergei Batiuk
Hi all, if you have just received message starting with 'A funny web site' -- do not open it! This message has been sent by a virus!!! I hope this is not too late... Yours, Sergei -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

WARNING Worm

2002-01-28 Thread slg.ahlen
To Whom it may Concern, unfortunately during cloning and virus scanning of a received worm this morning, it retransferred itselves througout our address book, please read symatech report below, most important do NOT open this attachement. W32.Myparty@mm is a mass-mailing email worm. The worm

Virus Warning

2001-12-04 Thread John M. Corro
I wanted to give everyone a heads up on a virus that made it's way on to one of the other mail lists. The virus has the following format: -- How are you ? When I saw this screen saver, I immediately thought about you I am in a harry, I promise you will love it! -- the attachmed virus is

Re: Virus Warning

2001-12-04 Thread Nikola Milutinovic
John M. Corro wrote: I wanted to give everyone a heads up on a virus that made it's way on to one of the other mail lists. The virus has the following format: -- How are you ? When I saw this screen saver, I immediately thought about you I am in a harry, I promise you will love it!

Warning: Security Hole With IIS Tomcat

2001-07-27 Thread Russell, Steve
Hi;My company is running a jsp site on IIS 5 with windows 2000, and all ofthe security patches.We discovered that if we use tomcat or jrun 2.3.3 with IIS that that we have to set up the tomcat ( or jrun ) directories as virtual directories___with execute permissions turned on__.This got us

RE: Warning: Security Hole With IIS Tomcat

2001-07-27 Thread Randy Layman
, 2001 9:47 AM To: '[EMAIL PROTECTED]' Subject: Warning: Security Hole With IIS Tomcat Hi; My company is running a jsp site on IIS 5 with windows 2000, and all of the security patches. We discovered that if we use tomcat or jrun 2.3.3 with IIS that that we have to set up the tomcat ( or jrun

RE: Warning: Security Hole With IIS Tomcat

2001-07-27 Thread Russell, Steve
-6589 [EMAIL PROTECTED] -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 9:26 AM To: [EMAIL PROTECTED] Subject: RE: Warning: Security Hole With IIS Tomcat I would have to say probably not. The exploit that we saw a few weeks ago

RE: Warning: Security Hole With IIS Tomcat

2001-07-27 Thread Michael Wentzel
Our tomcat directory is C:\Tomcat Its outside of the inetpub heirarchy, but it is set up in IIS as a virtual directory with execute permissions open. Can hackers still exploit the malformed url handling in IIS with this set up? I don't believe that the virtual dir will allow the

Re: mod_jk compile warning

2001-01-25 Thread Carlos
Title: mod_jk compile warning i have the same problem. If you find the solution please help me thanks Carlos - Original Message - From: Hammon, Sean To: [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 5:52 PM Subject: mod_jk compile warning I just tried