Re: ssiservlet ioexception include directive error

2005-07-17 Thread Mark Thomas
the following error stack trace periodically (not tied to any page requests and at regular intervals - maybe once every couple of minutes). The include files referenced in the ioexception include ok. - To unsubscribe, e-mail: [EMAIL

ssiservlet ioexception couldn't include file

2005-07-15 Thread Matthew Ma
in the ioexception include ok. 2005-07-14 23:59:49,474 ERROR [org.jboss.web.localhost.Engine] StandardContext[]ssi: #include--Couldn't include file: include/footer.inc java.io.IOException: Couldn't find file: /include/footer.inc at org.apache.catalina.ssi.SSIServletExternalResolver.getFileText

ssiservlet ioexception include directive error

2005-07-15 Thread Matthew Ma
in the ioexception include ok. 2005-07-14 23:59:49,474 ERROR [org.jboss.web.localhost.Engine] StandardContext[]ssi: #include--Couldn't include file: include/footer.inc java.io.IOException: Couldn't find file: /include/footer.inc at org.apache.catalina.ssi.SSIServletExternalResolver.getFileText

Re: writing to File-System; IOException on File.mkdirs() and/or File.createNewFile()

2004-05-02 Thread Christoph Meier
: Saturday, May 01, 2004 7:02 AM Subject: Re: writing to File-System; IOException on File.mkdirs() and/or File.createNewFile() Doug thanks for your hint. when running tomcat as root, now it works (i thought that i already tried that out, obvisouly i didn't) ... the TestService worked suddenly

Re: writing to File-System; IOException on File.mkdirs() and/or File.createNewFile()

2004-05-02 Thread Parsons Technical Services
to File-System; IOException on File.mkdirs() and/or File.createNewFile() Doug finally, it works. This appears to be a permissions issue. ... you are right. you might remember that i started Tomcat with a custom-script (see some post before) ps -auxfw = # root

RE: IOException: Stream closed error when using custom tags

2004-04-16 Thread Yansheng Lin
the case, normally what I would do is break things up to two steps. First get the url string, then set it in the attribute. -Yan -Original Message- From: shanmugampl [mailto:[EMAIL PROTECTED] Sent: April 14, 2004 22:30 To: [EMAIL PROTECTED] Subject: IOException: Stream closed error when

IOException: Stream closed error when using custom tags

2004-04-14 Thread shanmugampl
Hi All, I have a custom tag, which iterates through a data and provides a url to be included during every iteration. When i display the url as a string, everything works fine. But when i try to include it through the jsp:include tag i am getting the following error. java.io.IOException:

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-23 Thread Mark Shifman
Shapira, Yoav wrote: Hi, I don't see any session.cer file anywhere. $CATALINA_HOME/work, or anywhere along the path work/Catalina/localhost/chartms Whoa ;) Tomcat must be reading and deserializing the sessions from somewhere, no? Do you have a custom session manager (Manager element in

RE: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-23 Thread Shapira, Yoav
Hi, No I am using the default out-of-the-box manager. It worried me that I didn't see Session.ser (or whatever) anywhere which is what made me think I somehow farkled the permissions. I mispelled the file name, it's sessions.ser as others have pointed out. (Don't delete .cer files if you have

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-23 Thread Mark Shifman
Shapira, Yoav wrote: Hi, No I am using the default out-of-the-box manager. It worried me that I didn't see Session.ser (or whatever) anywhere which is what made me think I somehow farkled the permissions. I mispelled the file name, it's sessions.ser as others have pointed out. (Don't

IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mark Shifman
My server .xml is set out of the box with: unpackWARs=true autoDeploy=true If I copy a war file to webapps when there is an active session present i get this error: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException

RE: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Shapira, Yoav
Message- From: Mark Shifman [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 2:10 PM To: Tomcat Users List Subject: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger My

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mark Shifman
, March 22, 2004 2:10 PM To: Tomcat Users List Subject: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger My server .xml is set out of the box with: unpackWARs=true autoDeploy=true

RE: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Shapira, Yoav
Hi, This is a very simple application in struts. My only session attributes are a String , an Integer , an ArrayList and a String[]. the struts form beans, are DyanValidatorForm which are serializable. OK. Write a simple HttpSessionAttributeListener that just logs in the attributeAdded

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mark Shifman
15:35:48 StandardContext[/chartms]SessionListener: contextInitialized() ERROR 2004-03-22 15:35:48,737 doLoad(StandardManager.java:481) IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException

RE: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Shapira, Yoav
and restart, do you still get the error? Yoav Shapira Millennium Research Informatics -Original Message- From: Mark Shifman [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 3:44 PM To: Tomcat Users List Subject: Re: IOException while loading persisted sessions: java.io.WriteAbortedException

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mark Shifman
PROTECTED] Sent: Monday, March 22, 2004 3:44 PM To: Tomcat Users List Subject: Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger Shapira, Yoav wrote: Hi

RE: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Shapira, Yoav
Hi, I don't see any session.cer file anywhere. $CATALINA_HOME/work, or anywhere along the path work/Catalina/localhost/chartms Whoa ;) Tomcat must be reading and deserializing the sessions from somewhere, no? Do you have a custom session manager (Manager element in server.xml)? Yoav Shapira

RE: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mike Curwen
: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger Hi, I don't see any session.cer file anywhere. $CATALINA_HOME/work, or anywhere along the path work/Catalina

RE: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Larry Isaacs
-Original Message- From: Mark Shifman [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 4:03 PM To: Tomcat Users List Subject: Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException

IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
or 4th reboot (development instance) and it does not stop TC5.0.18 working either. SEVERE: IOException while loading persisted sessions: java.io.WriteAbortedExcept ion: writing aborted; java.io.NotSerializableException: com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link

AUTO 'Getty=985-267'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
case ID is:985267 -Original Message- From: Allistair Crossley [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 1:43AM To: TOMCAT USER \(E-mail\) [EMAIL PROTECTED] Subject: IOException while loading persisted sessions continued.. Yes, but I don't want to may this object Serializable

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Yiannis Mavroukakis
No this is Java specific, not Tomcat. See http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html Yiannis -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 09:43 To: TOMCAT USER (E-mail) Subject: IOException while loading persisted

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
: IOException while loading persisted sessions continued.. No this is Java specific, not Tomcat. See http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html Yiannis -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 09:43 To: TOMCAT USER (E-mail

AUTO 'Getty=985-882'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
case ID is:985882 -Original Message- From: Yiannis Mavroukakis [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 2:11AM To: Tomcat Users List [EMAIL PROTECTED] Subject: IOException while loading persisted sessions continued.. No this is Java specific, not Tomcat. See http://java.sun.com/j2se

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Bodycombe, Andrew
: IOException while loading persisted sessions continued.. It says Classes that do not implement this interface will not have any of their state serialized or deserialized So, to me that means I do not have to put Serializable if I do not want my MyLinks class to be persisted. But Tomcat is throwing

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
session objects and not others. Why should it care about MyLinks and not User? Cheers, hope this is clearer, ADC -Original Message- From: Bodycombe, Andrew [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:46 To: 'Tomcat Users List' Subject: RE: IOException while loading persisted sessions

Re: IOException while loading persisted sessions continued..

2004-01-30 Thread Jon Wingfield
be Serialized for some reason. I do not want MyLinks to be Serializable. Why does Tomcat throw an error for this object and for no others? Thanks ADC -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 09:50 To: 'Tomcat Users List' Subject: RE: IOException

AUTO 'Getty=986-503'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
case ID is:986503 -Original Message- From: Andrew Bodycombe [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 2:48AM To: Tomcat Users List [EMAIL PROTECTED] Subject: IOException while loading persisted sessions continued.. If you read a bit further down: When traversing a graph, an object may

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Yiannis Mavroukakis
Does MyLinks perhaps implement/extend another class which has been declared as Serializable? -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:20 To: Tomcat Users List Subject: RE: IOException while loading persisted sessions continued

AUTO 'Getty=986-588'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
case ID is:986588 -Original Message- From: Allistair Crossley [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 2:53AM To: Tomcat Users List [EMAIL PROTECTED] Subject: IOException while loading persisted sessions continued.. Hi There, I think either I am missing the point, or my message

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
keep on looking... thanks, ADC -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:40 To: 'Tomcat Users List' Subject: RE: IOException while loading persisted sessions continued.. Does MyLinks perhaps implement/extend another class which has been

Re: IOException while loading persisted sessions continued..

2004-01-30 Thread Vitor Buitoni
- From: Bodycombe, Andrew [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:46 To: 'Tomcat Users List' Subject: RE: IOException while loading persisted sessions continued.. If you read a bit further down: When traversing a graph, an object may be encountered that does not support the Serializable

AUTO 'Getty=986-677'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
case ID is:986677 -Original Message- From: Jon Wingfield [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 2:55AM To: Tomcat Users List [EMAIL PROTECTED] Subject: IOException while loading persisted sessions continued.. Did you read as far as the NotSerializableException bit? ;) If you don't

AUTO 'Getty=986-078'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
case ID is:986078 -Original Message- From: Allistair Crossley [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 2:20AM To: Tomcat Users List [EMAIL PROTECTED] Subject: IOException while loading persisted sessions continued.. It says Classes that do not implement this interface will not have any

AUTO 'Getty=986-855'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
case ID is:986855 -Original Message- From: Yiannis Mavroukakis [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 3:08AM To: Tomcat Users List [EMAIL PROTECTED] Subject: IOException while loading persisted sessions continued.. Does MyLinks perhaps implement/extend another class which has been

AUTO 'Getty=986-944'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
case ID is:986944 -Original Message- From: Allistair Crossley [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 3:11AM To: Tomcat Users List [EMAIL PROTECTED] Subject: IOException while loading persisted sessions continued.. OK, I think TC5 has session persistence enabled by default for its

AUTO 'Getty=986-946'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
case ID is:986946 -Original Message- From: Vitor Buitoni [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 3:13AM To: Tomcat Users List [EMAIL PROTECTED] Subject: IOException while loading persisted sessions continued.. Well, i'm not sure about it, but i think that if you make the MyLinks

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Bodycombe, Andrew
non-serializable session attributes. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 10:53 To: Tomcat Users List Subject: RE: IOException while loading persisted sessions continued.. Hi There, I think either I am missing the point, or my

AUTO 'Getty=987-354'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
case ID is:987354 -Original Message- From: Andrew Bodycombe [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 3:34AM To: Tomcat Users List [EMAIL PROTECTED] Subject: IOException while loading persisted sessions continued.. I suspect that the MyLinks object is just the FIRST non-serializable

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Shapira, Yoav
Howdy, It's funny how you got all these explanations of serialization ;) OK, I think TC5 has session persistence enabled by default for its clustering stuff. I do want to use clustering at some point, so I will need to add Serializable to all my session objects - fine. But if you do not want

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Allistair Crossley
Thanks mate. Finally an answer that does not include what Serialization is ;) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 13:52 To: Tomcat Users List Subject: RE: IOException while loading persisted sessions continued.. Howdy, It's funny how

IOException while loading persisted sessions

2004-01-27 Thread Allistair Crossley
to switch off? Like I say, only happens on every 3rd or 4th reboot (development instance) and it does not stop TC5.0.18 working either. SEVERE: IOException while loading persisted sessions: java.io.WriteAbortedExcept ion: writing aborted; java.io.NotSerializableException

Re: IOException while loading persisted sessions

2004-01-27 Thread Vitor Buitoni
. Is that a setting that I have switched on that I need to switch off? Like I say, only happens on every 3rd or 4th reboot (development instance) and it does not stop TC5.0.18 working either. SEVERE: IOException while loading persisted sessions: java.io.WriteAbortedExcept ion: writing aborted

Re: Tomcat 5 is not generating IOException when connection closes

2004-01-09 Thread Vitor Buitoni
That's it! :-) socketBuffer=-1 really fixed the issue. thanks a lot, Vitor Remy Maucherat wrote: Vitor Buitoni wrote: Remy, I also tried using a PrintWriter, and i got the same results. checkError() only returns true when about 8k of data are sent after the connection has been closed.

Tomcat 5 is not generating IOException when connection closes

2004-01-08 Thread Paulo Pizarro
I have a servlet with a persistent connection open to a client (browser), and when the browser is closed or the user hits the stop button, the connection is closed, but the servlet isn't throwing the IOException when it should do it. (i guess) As i could notice, after about 8k of data being

Re: Tomcat 5 is not generating IOException when connection closes

2004-01-08 Thread Remy Maucherat
Paulo Pizarro wrote: I have a servlet with a persistent connection open to a client (browser), and when the browser is closed or the user hits the stop button, the connection is closed, but the servlet isn't throwing the IOException when it should do it. (i guess) As i could notice, after

Re: Tomcat 5 is not generating IOException when connection closes

2004-01-08 Thread Vitor Buitoni
What do you mean by ok? As far as i can see, the connection closes and writing data to the OutputStream should generate an IOException, but this isn't happening... :-( The problem is that my servlet is inside a loop, and needs to know when the client closes the connection, so it can exit

RE: Tomcat 5 is not generating IOException when connection closes

2004-01-08 Thread Ralph Einfeldt
To: Tomcat Users List Subject: Re: Tomcat 5 is not generating IOException when connection closes If you say it's ok, it means that tomcat really buffers the data and only generate the IOException when this buffer is full, and that this behavior is ok. Is there any way i can control

Re: Tomcat 5 is not generating IOException when connection closes

2004-01-08 Thread Vitor Buitoni
:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 1:37 PM To: Tomcat Users List Subject: Re: Tomcat 5 is not generating IOException when connection closes If you say it's ok, it means that tomcat really buffers the data and only generate the IOException when this buffer is full

Re: Tomcat 5 is not generating IOException when connection closes

2004-01-08 Thread Remy Maucherat
Vitor Buitoni wrote: What do you mean by ok? As far as i can see, the connection closes and writing data to the OutputStream should generate an IOException, but this isn't happening... :-( The problem is that my servlet is inside a loop, and needs to know when the client closes the connection

Re: Tomcat 5 is not generating IOException when connection closes

2004-01-08 Thread Vitor Buitoni
for your time! Vitor Remy Maucherat wrote: Vitor Buitoni wrote: What do you mean by ok? As far as i can see, the connection closes and writing data to the OutputStream should generate an IOException, but this isn't happening... :-( The problem is that my servlet is inside a loop, and needs

Re: Tomcat 5 is not generating IOException when connection closes

2004-01-08 Thread Remy Maucherat
Vitor Buitoni wrote: Remy, I also tried using a PrintWriter, and i got the same results. checkError() only returns true when about 8k of data are sent after the connection has been closed. Yes, it's normal, since the normal stream will not throw an exception, the writer can't know about an

Probably OT: keytool: IOException: X509.ObjectIdentifier

2003-10-31 Thread Fernando Schapachnik
: java.security.cert.CertificateException: IOException: X509.ObjectIdentifier() -- data isn't an object ID (tag = 48) openssl x509 -text shows it allright. Thanks in advance. Fernando. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: IOException: failed to communicate with MySQL

2003-06-05 Thread Patricio Keilty
Hi, as suggested in many threads in this list you´re probably dealing with mySQL driver connection timeout problem. For what you wrote, your connections are being managed by SQLManager class, so your not using Tomcat connection pooling. Tomcat DBCP provides a way to recycle broken or stale

RE: IOException: failed to communicate with MySQL

2003-06-04 Thread Hemendra . Rana
, 2003 12:58 AM To: Tomcat Users List Subject: Re: IOException: failed to communicate with MySQL Mindaugas Genutis wrote: a couple of days ago a post went by talking about MySQL default timeout being set to 8 hrs for connections... betting this might be your problem... Thanks for pointing

IOException: failed to communicate with MySQL

2003-06-03 Thread Mindaugas Genutis
Hello, My JSP application very often after night, in the morning stops communicating with MySQL database. I get an exception each morning (the exception body goes below). The application starts to work again after I restart it from the Tomcat Manager. Maybe someone else also had this same

RE: IOException: failed to communicate with MySQL

2003-06-03 Thread Alex Burton
: IOException: failed to communicate with MySQL Hello, My JSP application very often after night, in the morning stops communicating with MySQL database. I get an exception each morning (the exception body goes below). The application starts to work again after I restart it from the Tomcat Manager

RE: IOException: failed to communicate with MySQL

2003-06-03 Thread Mindaugas Genutis
a couple of days ago a post went by talking about MySQL default timeout being set to 8 hrs for connections... betting this might be your problem... Thanks for pointing this out. I've read the thread Tomcat problems every morning. However, no solution was suggested in that thread. One can

Re: IOException: failed to communicate with MySQL

2003-06-03 Thread Kwok Peng Tuck
Write a dbkeep-alive, schedule it to run say every 15 minutes. Works for me. I use jcrontab.sourceforge.net to schedule this. I think DBCP also does something like this, you might want to look at their docs as well. Mindaugas Genutis wrote: a couple of days ago a post went by talking about

Re: IOException: failed to communicate with MySQL

2003-06-03 Thread Martin Jacobson
Mindaugas Genutis wrote: a couple of days ago a post went by talking about MySQL default timeout being set to 8 hrs for connections... betting this might be your problem... Thanks for pointing this out. I've read the thread Tomcat problems every morning. However, no solution was suggested in

Application restart causes IOException when accessing properties

2003-03-14 Thread Jochen Wiedmann
files. The code in question looks as follows: URL url = classLoader.getResource(pName); if (url == null) { return null; } Properties properties = new Properties(); properties.load(url.openStream()); The IOException occurs within url.openStream(). Having obtained the URL

[IOException] Index locked for write

2003-03-12 Thread jeepee3
Hi, I have this file write.lock in my Lutece Web application that's running by Tomcat and this cause me a problem when I startup.bat my Tomcat. Here is the part of the DOS screen that imform me about this problem. (Sorry for my english I need more practice, but this is an other problem :) : ...

need help with IOException: Cannot recover key

2002-09-13 Thread Nikolay Kabadzhov
Can enybody help, please? i am trying to setup SSL for tomcat following up the SSL Configuration HOW-TO everything seems to be ok but when i start it there is an error log: Catalina.start: LifecycleException: Protocol handler start failed: java.io.IOException: Cannot recover key

IOException under tomcat 4.1.10!

2002-09-12 Thread Alexander Schmidt
Hi! Can someone tell me what this mean and if it is important? INFO: APR not loaded, disabling jni components: java.io.IOException: no jkjni in java.library.path Thanks A. Schmidt

RE: IOException under tomcat 4.1.10!

2002-09-12 Thread Vincent . Gaboriau
: Alexander Schmidt [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 12 septembre 2002 16:25 À : Tomcat Users List Objet : IOException under tomcat 4.1.10! Hi! Can someone tell me what this mean and if it is important? INFO: APR not loaded, disabling jni components: java.io.IOException: no jkjni

IOException, that reset by peer thing.

2002-01-15 Thread Mike Curwen
Hi, This has probably been covered before, but thought I'd risk a 'stfw' and ask anyways. ;) What is the cause (and solution?) for this fairly frequent and non-fatal error? IOException in R(/myfolder+/jsp/somepage.jsp+null) Connection reset by peer: socket write error. p.s. - I have done

Re: IOException, that reset by peer thing.

2002-01-15 Thread Tom Drake
That message means the the 'other' end of the connection was closed. This could happen if you press the 'stop' button on your browser. - Original Message - From: Mike Curwen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 7:21 AM Subject: IOException, that reset

Re: IOException, that reset by peer thing.

2002-01-15 Thread Huy Tran
, but thought I'd risk a 'stfw' and ask anyways. ;) What is the cause (and solution?) for this fairly frequent and non-fatal error? IOException in R(/myfolder+/jsp/somepage.jsp+null) Connection reset by peer: socket write error. p.s. - I have done a google search, and there were a few references

RE: IOException, that reset by peer thing.

2002-01-15 Thread Mike Curwen
. -Original Message- From: Huy Tran [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 12:37 PM To: Tomcat Users List Subject: Re: IOException, that reset by peer thing. From my experience, that happens when user connect to you and then close it. Especially, when they are using

RE: IOException, that reset by peer thing.

2002-01-15 Thread Brandon Cruz
: Re: IOException, that reset by peer thing. From my experience, that happens when user connect to you and then close it. Especially, when they are using a browser, requesting a page from your Tomcat, but then decide to move on to another site or page. Hope it helps. Mike Curwen wrote: Hi

RE: IOException, that reset by peer thing.

2002-01-15 Thread Mike Curwen
Subject: RE: IOException, that reset by peer thing. It also happens if your browser has things cached, especially images. It does not matter, and from my understanding, there is no way to stop this output. -Original Message- From: Huy Tran [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January

jsp, pageContext.include(), flush() IOException...

2002-01-15 Thread hhager
Yes, I've seen the bug report on this, and it says that the JSP 1.1 spec makes it illegal to call flush() within a custom tag, and using the pageContext.include(some.jsp) method does just that, thus the error: java.io.IOException: Illegal to flush within a custom tag bug report:

[TC4] Confusion over JspWriter and IOException in compiled JSPs (Tomcat bug...?)

2001-09-24 Thread chris brown
Hello, In a JSP page, I have a method a bit like this: void myMethod(Object someParam, JspWriter out) throws IOException { ... } The use of out is for some quick debugging. Anyway, this code works fine under Tomcat 3.2.3, but porting it over to TC4 final produced the following compilation

Re: [TC4] Confusion over JspWriter and IOException in compiled JSPs(Tomcat bug...?)

2001-09-24 Thread Dmitri Colebatch
you need to import java.io.IOException probably in previous versions of tomcat the generated code imported this method, thus masking the fact that you didn't import it they now (I guess) dont do this, and so the compiler is looking for IOException in the package of the code, which

Re: [TC4] Confusion over JspWriter and IOException in compiled JSPs (Tomcat bug...?)

2001-09-24 Thread chris brown
I imported java.io.* ... But if I import explicitly java.io.IOException, it might cause unqualified references to the Tomcat IOException class to become mixed up too ! I agree that it's good practice to import each class individually using fully-qualified names. However (IMHO), the Tomcat

Re: [TC4] Confusion over JspWriter and IOException in compiled JSPs(Tomcat bug...?)

2001-09-24 Thread Dmitri Colebatch
On Mon, 24 Sep 2001, chris brown wrote: I imported java.io.* ... did that fix it? But if I import explicitly java.io.IOException, it might cause unqualified references to the Tomcat IOException class to become mixed up too ! I dont think there is a tomcat IOException... the compiler

Re: [TC4] Confusion over JspWriter and IOException in compiled JSPs

2001-09-24 Thread chris brown
But if I import explicitly java.io.IOException, it might cause unqualified references to the Tomcat IOException class to become mixed up too ! I dont think there is a tomcat IOException... the compiler was looking for that class because it was compiling a servlet that referenced a class

keytool error: java.security.cert.CertificateException: IOException: Sequencetag error

2001-08-24 Thread ilya . birman
I am getting an error keytool error: java.security.cert.CertificateException: IOException: Sequence tag error when i try to import s sign certificate into the keystore (JDK 1.3 on Solaris 8) keytool. I have seen a lot of posting on this on the web but no resolution Can anyone help please Ilya

RE: IOException while downloading a file

2001-07-12 Thread Manish Bhatnagar
Thanks very much, Marcus, for your explanation. Manish -Original Message- From: Deacon Marcus [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 11:04 AM To: [EMAIL PROTECTED] Subject: RE: IOException while downloading a file Hi, -Original Message- From: Manish Bhatnagar

IOException while downloading a file

2001-07-11 Thread Manish Bhatnagar
Hello all: We get the following exception when we click on a link, that downlaods a file to the client machine, and instead of clicking "OK" we click "Cancel". The same exception is not thrown when "OK" is clicked. 2001-07-12 10:19:19 - Ctx( /eztrack ):

IOException and Tomcat hanging

2001-07-02 Thread Xiaoyu Zhang
Hi, I've got random java.sql.SQLException: Io exception: Socket closed error in my web application, which uses Tomcat 3.2.2 and struts. It happens only when a link is clicked without the page fully loaded. I don't get any exception while the page is fully loaded. The exception caught in the

RE: IOException and Tomcat hanging

2001-07-02 Thread Filip Hanik
are you using the JDBCRealm? Filip ~Namaste - I bow to the divine in you~Filip HanikSoftware Architect[EMAIL PROTECTED]www.filip.net -Original Message-From: Xiaoyu Zhang [mailto:[EMAIL PROTECTED]]Sent: Monday, July 02, 2001 10:16 AMTo: [EMAIL PROTECTED]Subject: IOException

RE: IOException and Tomcat hanging

2001-07-02 Thread William Kaufman
interrupted by I/O failures. -- Bill K. -Original Message- From: Xiaoyu Zhang [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 10:16 AM To: [EMAIL PROTECTED] Subject: IOException and Tomcat hanging Hi, I've got random java.sql.SQLException: Io

RE: I have a IOException problem....

2001-04-13 Thread Michael Hale
:21 PM To: [EMAIL PROTECTED] Subject: I have a IOException problem When I watch the tomcat message, I always see below message... At first, I thought those messages was same as 'File Not Found'.. But in that path(For example /style/main.css), the file exists... What's the meaning of Ctx

RE: I have a IOException problem....

2001-04-13 Thread William Kaufman
h browsers. -- Bill K. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 8:21 PM To: [EMAIL PROTECTED] Subject: I have a IOException problem When I watch the tomcat message, I always see below message... At first, I thou

I have a IOException problem....

2001-04-12 Thread
When I watch the tomcat message, I always see below message... At first, I thought those messages was same as 'File Not Found'.. But in that path(For example /style/main.css), the file exists... What's the meaning of Ctx():IOException in R( + PATH/FILENAME +null

Re: I can not catch IOException

2001-03-31 Thread Craig R. McClanahan
(new Integer(1)); } catch (IOException e) { removeClient(client); } If client goes away, (browser is closed,etc...), execution of code stops to out.writeObject() Servlet blocks there forever. client class is an instance of my own SocketWrapper class. Any hints? Thanks, weggi

RE: IOException

2001-03-28 Thread William Kaufman
You're using IE, right? It seems that, rather than specifying a time on the GET call, it just gets the file, _then_ looks at the file's Last-Modified header: if it's older than the version sitting in IE's cache, it just breaks the connection, prompting an IOException on the server side

I can not catch IOException

2001-03-27 Thread weke
I'm having problems with jakarta-tomcat-4.0-b1 (running on linux :)) and i can not get IOEXceptions at all. Servlet code: try { ObjectOutputStream out = new ObjectOutputStream(client.getSocket().getOutputStream()); out.writeObject(new Integer(1)); } catch (IOException e) { removeClient

IOException

2001-03-27 Thread subhadeep de
I get the following errors: for gifs in an html page 2000-12-12 09:27:41 - Ctx( ): IOException in: R( + /index.html + null) socket write error (code=10053) 2000-12-12 09:27:41 - Ctx( ): IOException in: R( + /tomcat- power.gif + null) socket write error (code=10053) but page loads fine. Any

No IOException as expected

2001-03-27 Thread Aiden Doyle
the IOException so I never detect that the browser has gone away. This seems similar to a problem posted by Mario Oschwald on March 13, 2001 (mod_jk/apache + tomcat 3.2.1 keep connections open after Browser closes), but judging by the archives he never got a reply. Has anyone any ideas? Aidan

Re: IOException in server

2001-03-26 Thread Tonny Liu
001 3:56 PM Subject: Re: IOException in server Hi, mod_jserv.so is an old module to link apache with Tomcat. You should copy this to your libexec directory (as you already did). Next you should start Tomcat and check if the tomcat-apache.conf is created in /usr/local/jakarta-tom

Re: IOException in server

2001-03-26 Thread Rafal Maczewski
because you have to remove the LoadModule directive every time you restart tomcat. Hope this helps, Rafal - Original Message - From: "Tonny Liu" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 11:31 AM Subject: Re: IOException in server Hi,I'm reall

Re: IOException in server

2001-03-26 Thread Kevin Sangeelee
I have had this problem before, caused by the fact that loadable module support wasn't compiled by default by RedHat's build of Apache (!!) This meant that the LoadModule directive didn't exist as far as my (default) version of httpd was concerned. The solution was to rebuild apache with the

Re: IOException in server

2001-03-25 Thread Kenneth Westelinck
Tonny Liu" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: IOException in server Date: Mon, 26 Mar 2001 13:45:28 +0800 Hi,I encountered a problem,it seems curious to me. I installed tomcat in Redhat6.2, and started it , I can see it listening on port 8007,but wh

Re: IOException in server

2001-03-25 Thread Tonny Liu
. - Original Message - From: "Kenneth Westelinck" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 1:46 PM Subject: Re: IOException in server Hi, I don't think you should connect to port 8007 (8007 is for AJP12 connector). The actual webserver

Re: IOException in server

2001-03-25 Thread Kenneth Westelinck
PROTECTED] Subject: Re: IOException in server Date: Mon, 26 Mar 2001 15:18:21 +0800 Thank you, Kenneth Westelinck . Please help me with another problem: I included tomcat.conf in httpd.conf,but I can't start apache for the following error: Syntax error on line 1 of /usr/local/jakarta-t

Ctx( ): IOException in: R( + /tomcat-power.gif + null) socket write error

2001-03-12 Thread Tarek gh
Hello, I am running tomcat 3.2 on NT. While trying to access http://localhost/index.html I get the following errors: 2000-12-12 09:27:41 - Ctx( ): IOException in: R( + /index.html + null) socket write error (code=10053) 2000-12-12 09:27:41 - Ctx( ): IOException in: R( + /tomcat- power.gif

Re: Ctx( ): IOException in: R( + /tomcat-power.gif + null) socket write error

2001-03-12 Thread Andrew Robson
:41 - Ctx( ): IOException in: R( + /index.html + null) socket write error (code=10053) 2000-12-12 09:27:41 - Ctx( ): IOException in: R( + /tomcat- power.gif + null) socket write error (code=10053) but page loads fine. Any ideas

  1   2   >