Re: Tomcat Issue = org.apache.tomcat.util.net.Acceptor.run Socket accept failed. java.io.IOException: Duplicate accept detected.

2023-02-17 Thread Mark Thomas
On 17/02/2023 07:53, Patkar Omkar Anant wrote: Hi Mark Thomas, Few queries from my side. 1) You have indicated it could be false positive ? But how do we confirm that ? Also, Its not just a warning, the requests are not processed any more. The bug referenced in the error message affects part

RE: Tomcat Issue = org.apache.tomcat.util.net.Acceptor.run Socket accept failed. java.io.IOException: Duplicate accept detected.

2023-02-16 Thread Patkar Omkar Anant
hem to confirm. -Original Message- From: Mark Thomas Sent: 16 February 2023 01:13 To: users@tomcat.apache.org Subject: Re: Tomcat Issue = org.apache.tomcat.util.net.Acceptor.run Socket accept failed. java.io.IOException: Duplicate accept detected. On 15/02/2023 12:24, Patkar Omkar Anant wrote

Re: Tomcat Issue = org.apache.tomcat.util.net.Acceptor.run Socket accept failed. java.io.IOException: Duplicate accept detected.

2023-02-15 Thread Mark Thomas
here: - -- ERROR: - -- 10-Feb-2023 02:16:19.618 SEVERE [http-nio-80-Acceptor] org.apache.tomcat.util.net.Acceptor.run Socket accept failed java.io.IOException: Duplicate accept detected. This is a known OS bug. Please consider

Tomcat Issue = org.apache.tomcat.util.net.Acceptor.run Socket accept failed. java.io.IOException: Duplicate accept detected.

2023-02-15 Thread Patkar Omkar Anant
: - -- 10-Feb-2023 02:16:19.618 SEVERE [http-nio-80-Acceptor] org.apache.tomcat.util.net.Acceptor.run Socket accept failed java.io.IOException: Duplicate accept detected. This is a known OS bug. Please consider reporting that you are affected: https

Re: Error loading PKCS12 keystore, java.io.IOException: DerInputStream.getLength(): lengthTag=109, too big.

2021-08-16 Thread Christopher Schultz
ug 16, 2021 10:22:23 AM org.apache.coyote.AbstractProtocol start SEVERE: Failed to start end point associated with ProtocolHandler ["http-nio-8443"] java.io.IOException: DerInputStream.getLength(): lengthTag=109, too big.     at sun.security.util.DerInputStream.getLength(DerInp

Error loading PKCS12 keystore, java.io.IOException: DerInputStream.getLength(): lengthTag=109, too big.

2021-08-16 Thread Christopher Schultz
-certfile "${LE_BASE}/fullchain.pem" \ -out "${CATALINA_BASE}/${HOSTNAME}.p12" -name tomcat \ -passout "pass:changeit" Here is the complete stack trace of the error: Aug 16, 2021 10:22:23 AM org.apache.coyot

java.io.IOException: Unable to wrap data, invalid status [CLOSED]

2016-11-07 Thread Michelle Kearney
Hi, We are using Apache Tomcat/8.0.33 on OS Windows Server 2012 R2 and occasionally seeing this exception in our application logs: java.io.IOException: Unable to wrap data, invalid status [CLOSED] at org.apache.tomcat.util.net.SecureNioChannel.write(SecureNioChannel.java:517) at

WebSocket java.io.IOException: Connection timed out

2016-06-14 Thread hugolarson
s closed I have set the connectionTimeout=-1 connectionUploadTimeout=-1 in server.xml. Anyone has a clue? BR, Hugo java.io.IOException: Connection timed out at sun.nio.ch.FileDispatcherImpl.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)

java.io.IOException: Broken pipe within an Apache Tomcat valve

2016-04-28 Thread Chiranga Alwis
Hi, any help with regards to the following issue is highly appreciated. http://stackoverflow.com/questions/36929016/java-io-ioexception-broken-pipe-within-an-apache-tomcat-valve

RE: Tomcat 8 JAX-WS javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server

2015-12-03 Thread Bill Wolosek
Subject: Re: Tomcat 8 JAX-WS javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server On 03/12/2015 15:27, Bill Wolosek wrote: > We have also tried different combinations of Java and Tomcat: * > Tomcat 7/Java 7 = Works * Tomcat 7/Java 8 = Works * > Tomcat 8/Java 7

RE: Tomcat 8 JAX-WS javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server

2015-12-03 Thread Bill Wolosek
, 2015 9:49 AM To: Tomcat Users List Subject: Re: Tomcat 8 JAX-WS javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server Bill, On 12/3/15 10:27 AM, Bill Wolosek wrote: > We have recently updated the tech stack of a JAX-WS webservice running > on JRE 1.7.0_17/Tomcat7.0

Re: Tomcat 8 JAX-WS javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server

2015-12-03 Thread Mark Thomas
On 03/12/2015 15:27, Bill Wolosek wrote: > We have also tried different combinations of Java and Tomcat: * > Tomcat 7/Java 7 = Works * Tomcat 7/Java 8 = Works * > Tomcat 8/Java 7 = Doesn't Work * Tomcat 8/Java 8 = Doesn't > Work Assuming Tomcat 7 == 7.0.39 and Tomcat 8 == 8.0.28 th

Re: Tomcat 8 JAX-WS javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server

2015-12-03 Thread David kerber
On 12/3/2015 10:48 AM, Christopher Schultz wrote: ... We have also tried different combinations of Java and Tomcat: * Tomcat 7/Java 7 = Works * Tomcat 7/Java 8 = Works * Tomcat 8/Java 7 = Doesn't Work * Tomcat 8/Java 8 = Doesn't Work This leads us to think that t

Re: Tomcat 8 JAX-WS javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server

2015-12-03 Thread Christopher Schultz
ment: Unexpected Problem > trying to call the CustomerOrderDMService > javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server > at > com.sun.xml.internal.ws.transport.http.client.HttpClientTransport.

Tomcat 8 JAX-WS javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server

2015-12-03 Thread Bill Wolosek
: java.io.IOException: Error writing to server at com.sun.xml.internal.ws.transport.http.client.HttpClientTransport.readResponseCodeAndMessage(Unknown Source) at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.createResponsePacket(Unknown Source) at

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-27 Thread tomcat
On 27.10.2015 10:46, Yogesh Patel wrote: Ok Thanks, My Tomcat version is : 7.0.47 Error stack trace is below: " org.apache.catalina.core.StandardWrapperValve.invoke:Line 211 - ClientAbortException: java.io.IOException: Failed to send AJP message

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-27 Thread Yogesh Patel
Ok Thanks, My Tomcat version is : 7.0.47 Error stack trace is below: " org.apache.catalina.core.StandardWrapperValve.invoke:Line 211 - ClientAbortException: java.io.IOException: Failed to send AJP message at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-27 Thread tomcat
r.java:1145) at java.util.concurrent.ThreadPoolExecutor$ Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java: 745) Caused by: java.io.IOException: Failed to send AJP message at org. apache.coyote.ajp.AjpAprProcessor.output(AjpAprProcessor.java:294) at org. apache.coyote.ajp.AbstractAjpProcessor$SocketOutpu

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Yogesh Patel
:1852) at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$ Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java: 745) Caused by: java.io.IOException: Failed to send AJP message at org

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Christopher Schultz
Yogesh, On 10/26/15 10:15 AM, Yogesh Patel wrote: > In out application we are getting following error: > > org.apache.catalina.core.StandardWrapperValve.invoke:Line 211 - > ClientAbortException: java.io.IOException: Failed to send AJP message Full stack trace and Tomcat version n

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Neill Lima
How long does it take? It could be some sort of timeout, maybe. On Mon, Oct 26, 2015 at 3:28 PM, Yogesh Patel wrote: > In our case user is downloading the document and got message like "document > is deleted or moved" and tomcat has log like "ClientAbortException: > jav

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Yogesh Patel
In our case user is downloading the document and got message like "document is deleted or moved" and tomcat has log like "ClientAbortException: java.io.IOException: Failed to send AJP message" On 26 October 2015 at 19:48, Rallavagu wrote: > This usually means that &q

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Rallavagu
AM, Yogesh Patel wrote: In out application we are getting following error: org.apache.catalina.core.StandardWrapperValve.invoke:Line 211 - ClientAbortException: java.io.IOException: Failed to send AJP message - To unsubscri

ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Yogesh Patel
In out application we are getting following error: org.apache.catalina.core.StandardWrapperValve.invoke:Line 211 - ClientAbortException: java.io.IOException: Failed to send AJP message -- *Thanks & Regards,* * Yogesh Patel*

Re: java.io.IOException: Stream closed occurred frequently on Tomcat 7

2012-04-26 Thread Craig Silk
et and do not find useful information about how to > solve it. > > Your advice is appreciated. > > Thanks > > Guofeng > > 2012-04-25 15:47:59,679 INFO [STDE] java.io.IOException: Stream closed > 2012-04-25 15:47:59,679 INFO [STDE] at > org.apache.jasper.runti

Re: Tomcat 6.0.32 ClientAbortException java.io.IOException

2011-08-04 Thread Alec Swan
rt by examining that as a possible cause, and not other >> hypothetical scenarios for which you have not seen a clue yet. >> >> >>> Thanks, >>> >>> Alec >>> >>> On Thu, Aug 4, 2011 at 11:05 AM, André Warnier wrote: >>>> >>

Re: Tomcat 6.0.32 ClientAbortException java.io.IOException

2011-08-04 Thread Alec Swan
ds me to that supposition : >>> >>> - according to (1) and (2) below, the SOAP request was sent by the >>> client, >>> received by Tomcat, and passed by Tomcat to the corresponding application >>> >>> Then according to the log, an exception occurs *within

Re: Tomcat 6.0.32 ClientAbortException java.io.IOException

2011-08-04 Thread André Warnier
sponding application Then according to the log, an exception occurs *within the application classes* (not inside Tomcat code). Scrolling down the log, it appears that : Caused by: ClientAbortException: java.io.IOException That would mean that when the webapp within the Tomcat application is

Re: Tomcat 6.0.32 ClientAbortException java.io.IOException

2011-08-04 Thread Rainer Jung
On 04.08.2011 19:34, Alec Swan wrote: > Hello, > > I agree that this is not a bug in Tomcat code, but I would appreciate > any help with troubleshooting this. > > Let me tell you about our app. We have a thousands of Metro SOAP > clients which hit our Tomcat server. Some SOAP HTTP requests take o

Re: Tomcat 6.0.32 ClientAbortException java.io.IOException

2011-08-04 Thread Rainer Jung
On 04.08.2011 18:26, Alec Swan wrote: > Hello, > > We are experiencing a problem on our production servers causing our > HTTP clients to hang. I apologize for cross-posting with Metro forum > but this is a critical problem for us. > > It looks like client SOAP HTTP requests get dropped/terminated

Re: Tomcat 6.0.32 ClientAbortException java.io.IOException

2011-08-04 Thread Alec Swan
gt; > Then according to the log, an exception occurs *within the application > classes* (not inside Tomcat code).  Scrolling down the log, it appears that > : > >> Caused by: ClientAbortException: java.io.IOException > > That would mean that when the webapp within the Tomca

Re: Tomcat 6.0.32 ClientAbortException java.io.IOException

2011-08-04 Thread André Warnier
Tomcat, and passed by Tomcat to the corresponding application Then according to the log, an exception occurs *within the application classes* (not inside Tomcat code). Scrolling down the log, it appears that : > Caused by: ClientAbortException: java.io.IOException That would mean that when

Tomcat 6.0.32 ClientAbortException java.io.IOException

2011-08-04 Thread Alec Swan
com.sun.xml.ws.message.saaj.SAAJMessage.writeTo(SAAJMessage.java:368) at com.sun.xml.ws.encoding.StreamSOAPCodec.encode(StreamSOAPCodec.java:109) ... 24 more Caused by: ClientAbortException: java.io.IOException at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:319

RE: HANDLER THREAD PROBLEM: java.io.IOException: Stream broken

2011-07-11 Thread Caldarale, Charles R
> From: Petr Hracek [mailto:phrac...@gmail.com] > Subject: Re: HANDLER THREAD PROBLEM: java.io.IOException: Stream broken > Upgrading to the latest version of tomcat is not so easy > on the customer side. Why not? 6.0.x is configured pretty much identically to 5.5.y. > Under

Re: HANDLER THREAD PROBLEM: java.io.IOException: Stream broken

2011-07-11 Thread André Warnier
Petr Hracek wrote: Upgrading to the latest version of tomcat is not so easy on the customer side. It needs time therefore we have only tomcat 5.5 version. Under SLES10 there is tomcat 5.5 version on the SLES11 there is tomcat 6 version. Allright then, we all have similar customer cases. And I g

Re: HANDLER THREAD PROBLEM: java.io.IOException: Stream broken

2011-07-11 Thread Petr Hracek
Upgrading to the latest version of tomcat is not so easy on the customer side. It needs time therefore we have only tomcat 5.5 version. Under SLES10 there is tomcat 5.5 version on the SLES11 there is tomcat 6 version. Dne 11. července 2011 15:56 Pid napsal(a): > On 11/07/2011 14:30, Petr Hracek w

Re: HANDLER THREAD PROBLEM: java.io.IOException: Stream broken

2011-07-11 Thread Pid
On 11/07/2011 14:30, Petr Hracek wrote: > It seems that after upgrading to tomcat5.5 all is working. > But some times ps -ef or top shown me that java process is consuming > 100% CPU usage > Before that there was used tomcat 3.2.1 version > JRE which was used was 1.4.2. Right... So again I'll poi

Re: HANDLER THREAD PROBLEM: java.io.IOException: Stream broken

2011-07-11 Thread Petr Hracek
>  http://tomcat.apache.org/connectors-doc/ajp/ajpv13a.html > > The mod_jk/isapi versions are currently 1.2.x but this is not related. > > > p > >> Petr Hracek wrote: >>> Dear users. >>> >>> during the development of my component sometimes I am recei

Re: HANDLER THREAD PROBLEM: java.io.IOException: Stream broken

2011-07-11 Thread Pid
-doc/ajp/ajpv13a.html The mod_jk/isapi versions are currently 1.2.x but this is not related. p > Petr Hracek wrote: >> Dear users. >> >> during the development of my component sometimes I am receiving >> following error: >> HANDLER THREAD PROBLEM: java.io.IOExc

Re: HANDLER THREAD PROBLEM: java.io.IOException: Stream broken

2011-07-11 Thread André Warnier
5.5, which is two major versions behind the current Tomcat 7.x version ? Petr Hracek wrote: Dear users. during the development of my component sometimes I am receiving following error: HANDLER THREAD PROBLEM: java.io.IOException: Stream broken java.io.IOException: Stream broken at

HANDLER THREAD PROBLEM: java.io.IOException: Stream broken

2011-07-11 Thread Petr Hracek
Dear users. during the development of my component sometimes I am receiving following error: HANDLER THREAD PROBLEM: java.io.IOException: Stream broken java.io.IOException: Stream broken at org.apache.tomcat.service.connector.AJP12RequestAdapter.readNextRequest(Ajp12ConnectionHandler.java:426

[solved] Getting error java.io.IOException: Failed to access resource

2011-02-08 Thread Oliver Pike
, February 8, 2011 6:50:16 PM Subject: Getting error java.io.IOException: Failed to access resource Running tomcat 6.0.29 on CentOS 5.5. I was trying to get some third party libraries to work and at one point I copied one of the jar files into the examples/WEB-INF/lib directory. I subsequently

Getting error java.io.IOException: Failed to access resource

2011-02-08 Thread Oliver Pike
: Feb 7, 2011 9:42:52 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory examples Feb 7, 2011 9:42:52 PM org.apache.catalina.loader.WebappLoader start SEVERE: LifecycleException java.io.IOException: Failed to access resource /WEB-INF/lib

Re: java.io.IOException: Stream closed org.apache.jasper.runtime.JspWriterImpl.ensureOpen(JspWriterImpl.java:204) on forward while processing jsp:include

2009-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leonard, On 7/20/2009 6:15 PM, Leonard Gestrin wrote: > In my application I have servlet filter that handles error > handling for runtime exceptions; when such exception happens, it > forwards request to error page where user-frienldy error is > prese

java.io.IOException: Stream closed org.apache.jasper.runtime.JspWriterImpl.ensureOpen(JspWriterImpl.java:204) on forward while processing jsp:include

2009-07-20 Thread Leonard Gestrin
clude"? This is 6.x version of tomcat. Caused by: java.io.IOException: Stream closed at org.apache.jasper.runtime.JspWriterImpl.ensureOpen(JspWriterImpl.java:204) at org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:115)

RE: Memory alloation issue : java.io.IOException: Cannot run program "env": java.io.IOException: error=12, Cannot allocate memory

2009-04-24 Thread coolwithfire
> From: coolwithfire [mailto:iwd_s...@rediffmail.com] >> Subject: Memory alloation issue : java.io.IOException: Cannot run >> program "env": java.io.IOException: error=12, Cannot allocate memory >> >> VPS has 768MB RAM (As by free command). > > Is there any swap

RE: Memory alloation issue : java.io.IOException: Cannot run program "env": java.io.IOException: error=12, Cannot allocate memory

2009-04-24 Thread Caldarale, Charles R
> From: coolwithfire [mailto:iwd_s...@rediffmail.com] > Subject: Memory alloation issue : java.io.IOException: Cannot run > program "env": java.io.IOException: error=12, Cannot allocate memory > > VPS has 768MB RAM (As by free command). Is there any swap space configur

Memory alloation issue : java.io.IOException: Cannot run program "env": java.io.IOException: error=12, Cannot allocate memory

2009-04-24 Thread coolwithfire
mSize=128m -Dfile.encoding=UTF8 -Duser.timezone=GMT -Djava.security.auth.login.config=$CATALINA_HOME/conf/jaas.config -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false" With above options there is an error (However server starts fine).. The error is java.io.IOExcept

Re: AW: AW: AW: java.io.IOException: Stream closed

2008-12-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Schuster Stefan wrote: > As far as I can tell, the XML-Beans generated code works well - even if > The stream is closed after reading, this should be no problem as the next > request will submit a new stream, right? Yes, your servlet can clos

AW: AW: AW: java.io.IOException: Stream closed

2008-12-11 Thread Schuster Stefan
PROTECTED] Gesendet: Freitag, 5. Dezember 2008 17:43 An: Tomcat Users List Betreff: Re: AW: AW: java.io.IOException: Stream closed -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Schuster Stefan wrote: > The code reading the stream is generated by XMLBeans. > > Is there something that

Re: AW: AW: java.io.IOException: Stream closed

2008-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Schuster Stefan wrote: > The code reading the stream is generated by XMLBeans. > > Is there something that I should not do with the stream? For example > closing it or something like that? You shouldn't have to do anything like that. > <<>

AW: AW: java.io.IOException: Stream closed

2008-12-05 Thread Schuster Stefan
e(response); } catch (Exception ex) { ex.printStackTrace(); return null; } } } -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. Dezember 2008 23:22 An: Tomcat Users List Be

Re: AW: java.io.IOException: Stream closed

2008-12-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stafan, Schuster Stefan wrote: > I still have the problem mentioned below. I just don't have any idea > where to start with problem solving? Can it be a problem in Tomcat? I guess > not as this is a very simple use-case (read the stream in the servle

Re: java.io.IOException: Stream closed

2008-12-04 Thread Christopher Schultz
That's odd. > Every second call results in the following exception: > > java.io.IOException: Stream closed > at org.apache.catalina.connector.InputBuffer.read(InputBuffer.java:325) > at > org.apache.catalina.connector.CoyoteInputStream.read(Coy

AW: java.io.IOException: Stream closed

2008-12-04 Thread Schuster Stefan
lease? Thanks Stefan -Ursprüngliche Nachricht- Von: Schuster Stefan [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 2. Dezember 2008 15:24 An: users@tomcat.apache.org Betreff: java.io.IOException: Stream closed Hi everybody, I have the following problem with tomcat 6.0.18: I wrote a servlet

java.io.IOException: Stream closed

2008-12-02 Thread Schuster Stefan
Hi everybody, I have the following problem with tomcat 6.0.18: I wrote a servlet that reads the input stream with XML Beans. An application sends requests to the servlet, but only the first request succeedes. Every Second call results in the following exception: java.io.IOException: Stream

Re: java.io.IOException

2008-01-28 Thread Bill Barker
equest invoke > > SEVERE: Error decoding request > > java.io.IOException > >at > org.apache.jk.common.JkInputStream.receive(JkInputStream.java:252) > >at > org.apache.jk.common.HandlerRequest.decodeRequest(HandlerRequest.java:500) > >at

java.io.IOException

2008-01-28 Thread Yavuz SERT
Hi all, i have an exception in my tomcat logs : 04.Jan.2008 13:42:25 org.apache.jk.common.HandlerRequest invoke SEVERE: Error decoding request java.io.IOException at org.apache.jk.common.JkInputStream.receive(JkInputStream.java:252) at

java.io.IOException: No such file or directory when using serverFile.createNewFile();

2006-12-11 Thread Mon Cab
am getting a java.io.IOException: No such file or directory at java.io.File.performCreate() (/usr/lib/libgcj.so.6.0.0) at java.io.File.createNewFile() (/usr/lib/libgcj.so.6.0.0) at datingapp.Photo.store() (Unknown Source) at datingapp.PhotoProfileAction.addPhoto

java.io.IOException: Stream closed

2006-08-04 Thread Mihail Degteariov
use of the problem and how to fight it ? We use JBoss 4.0.3 bundled with Tomcat5.5.9, and here's the exception (found many times in application log file) java.io.IOException: Stream closed at org.apache.jasper.runtime.BodyContentImpl.ensureOpen(BodyContentImpl.