Re: Software caused connection abort: recv failed

2010-03-10 Thread Kranti™ K K Parisa
could you please explain the reasons for this and any solution to avoid this problem? Best Regards, Kranti K K Parisa On Thu, Mar 11, 2010 at 1:14 PM, André Warnier wrote: > Kranti™ K K Parisa wrote: > >> When we use the URL to hit the link of the webapplication running on >> tomcat, >> getti

Re: Software caused connection abort: recv failed

2010-03-10 Thread André Warnier
Kranti™ K K Parisa wrote: When we use the URL to hit the link of the webapplication running on tomcat, getting following exception java.net.SocketException: Software caused connection abort: recv failed any specific reason for this? Yes, certainly. --

Software caused connection abort: recv failed

2010-03-10 Thread Kranti™ K K Parisa
When we use the URL to hit the link of the webapplication running on tomcat, getting following exception java.net.SocketException: Software caused connection abort: recv failed any specific reason for this? Best Regards, Kranti K K Parisa

RE: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Karthik Nanjangude
Hi Off the topic Alternatively is to download "axis2-1.5.1-war.zip" from AXIS2 1.5 web site >>http://ws.apache.org/axis2/download/1_5_1/download.cgi [WAR (Web Archive) Distribution Rename it to "axis2-1.5.1.war" and deploy the same on TOMCAT server I have done the same successfully. How ever

Re: Software caused connection abort Error in Tomcat on AIX

2010-03-10 Thread Sharan Mudgal
Thanks. This is not observed on solaris or linux however. Any specific issue in the native implemenation on AIX or windows which causes accept() call to terminate abnormally and not return a socket handle? --- On Wed, 3/10/10, Konstantin Kolinko wrote: > From: Konstantin Kolinko > Subject:

RE: Tomcat 5.5 Thread Dump Questions

2010-03-10 Thread Caldarale, Charles R
> From: Tomcat Novice [mailto:tomcat.nov...@gmail.com] > Subject: Tomcat 5.5 Thread Dump Questions > > I would like to get thread dumps from the individual > Tomcat instances. Use the jstack tool from the JDK to create the thread dumps and you can redirect the output wherever you want. You can

Tomcat 5.5 Thread Dump Questions

2010-03-10 Thread Tomcat Novice
Hi, I am new to Tomcat and would like ask a question regarding Thread Dumps. My Environment all running in 1 server: Tomcat 5.5 (running as Windows service) Total of 4 Tomcat instances load balanced. Windows 2003 64 bit IIS 6.0 64 Bit My question is, I would like to get thread dumps from the in

RE: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Caldarale, Charles R
> From: Terence Coffey [mailto:terence_j_cof...@yahoo.co.uk] > Subject: Re: axis2: not seeing validation or administrator links from > axis2 > > 10-Mar-2010 22:42:52 org.apache.axis2.deployment.util.TempFileManager > > INFO: TempFileManager::unable to delete /tmp/axis2-tmp- > 6334442305603549214.

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
Hi, Another step in the right direction. 1) /home/tc/TomCat/apache-tomcat-6.0.24/webapps/axis The axis directory did not exist. All other directories were present. r...@tc-laptop:/home/tc/TomCat/apache-tomcat-6.0.24/webapps# ls -asl total 19000 4 drwxr-xr-x 11 tc tc 4096 2010-03-10 17:43

AW: Multiple SSL certificates on same server

2010-03-10 Thread Steffen Heil
Hi > I'm not using XP, but a Unix server OS, and my domains are radically different - so the wildcard cert won't work either. This is not about the OS the tomcat is running on, but about the OS the client browser is using... There are certificates with multiple names (even radically different on

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread André Warnier
Caldarale, Charles R wrote: From: testwreq wreq [mailto:testw...@gmail.com] Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 1/I already have apache running on port 80. If I start the tomcat service, I think it will probably start on port 80 as well. The standard Tomcat downloads

RE: Memory settings

2010-03-10 Thread Caldarale, Charles R
> From: Mats Eklund [mailto:mats.ekl...@yahoo.com] > Subject: RE: Memory settings > > Thanks, I'm trying the JConsole, but I'm not sure I'm connecting to the > relevant process? What flavor of Windows are you using? If it's Vista, 2008, or later, you won't be able to access the service unless y

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
2010/3/11 Terence Coffey : > INFO: Deploying web application archive axis2.war > SEVERE: Exception fixing docBase for context [/axis2] > java.io.FileNotFoundException: > /home/tc/TomCat/apache-tomcat-6.0.24/webapps/axis > 2/META-INF/MANIFEST.MF (No such file or directory) >        at java.io.FileO

RE: Memory settings

2010-03-10 Thread Mats Eklund
Thanks, I'm trying the JConsole, but I'm not sure I'm connecting to the relevant process? There are two local processes that I can connect to, one seems to be the JConsole itself, then other has no name. If I stop the Tomcat service, there are still the same to processes that I can connect to!?

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
Ok. One step in the right direction. I've stopped axis2server.sh and restarted jsvc (Tomcat) I see two errors. They seem to be related to setting the context. does this mean they did not deploy correctly ? SEVERE: Exception fixing docBase for context [/axis2] SEVERE: Exception fixing docBase for

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
2010/3/10 Terence Coffey : > Hi, > when i enter http://localhost:8080/axis2/axis2-web/ my browser redirects > it to http://localhost:8080/axis2/services/ > In the terminal in which i started axis2server.sh the follow error message > is shown I missed that you have axis2server.sh running. So .. yo

RE: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > 1/I already have apache running on port 80. If I start the tomcat > service, I think it will probably start on port 80 as well. The standard Tomcat downloads are configured to us

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
Hi, when i enter http://localhost:8080/axis2/axis2-web/ my browser redirects it to http://localhost:8080/axis2/services/ I've tried the following example. maybe it helps to troubleshoot my problem ? In the meantime I've tried the/Axis/axis2-1.5.1/samples/quickstart/README.txt The description is "

RE: TOMCAT 6 Error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap

2010-03-10 Thread Caldarale, Charles R
> From: Gustavo A. Daud [mailto:gust...@sofisa.com.br] > Subject: RES: TOMCAT 6 Error: Exception in thread "main" > java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap > > But as you can see, bootstrap.jar, is not in there So you have a corrupted Tomcat installation; start over.

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread testwreq wreq
It is not running yet. There are a few things. 1/I already have apache running on port 80. If I start the tomcat service, I think it will probably start on port 80 as well. Will it not clash? 2/ I have setup the following environment variables JAVA_HOME=/usr/lib/jvm/java CATALINA_HOME = /usr/sha

RES: TOMCAT 6 Error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap

2010-03-10 Thread Gustavo A. Daud
The path /opt/tomcat6/bin exists and contain this files: catalina-tasks.xml digest.shshutdown.sh version.bat catalina.batservice.bat startup.bat version.sh catalina.sh setclasspath.bat startup.sh cpappend.batsetclasspath.sh tool

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
2010/3/10 Terence Coffey : > hi, > The contents of my war file looks a bit different. > when i do a jar -xvf axis2.war I get the following output which is different > from what's shown in your supplied web link. As you will see > it appears to be much larger. > It looks like the one in the manual.

RE: TOMCAT 6 Error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap

2010-03-10 Thread Caldarale, Charles R
> From: Gustavo A. Daud [mailto:gust...@sofisa.com.br] > Subject: TOMCAT 6 Error: Exception in thread "main" > java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap > > "Using CATALINA_BASE: /opt/tomcat6 > Using CATALINA_HOME: /opt/tomcat6 > Using CATALINA_TMPDIR: /opt/tomcat6/

TOMCAT 6 Error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap

2010-03-10 Thread Gustavo A. Daud
Hello, I'm trying to install the tomcat 6 in a OpenSuse system, but when I start the aplication I recieved the following message: "Using CATALINA_BASE: /opt/tomcat6 Using CATALINA_HOME: /opt/tomcat6 Using CATALINA_TMPDIR: /opt/tomcat6/temp Using JRE_HOME:/usr/lib/jvm/jdk1.6 Using CLA

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread Hassan Schroeder
On Wed, Mar 10, 2010 at 11:19 AM, testwreq wreq wrote: > Unfortunately, I cannot use 6.0 because my boss believes that we should use > the one that comes with the centos built as this is tested. I love the smell of delusional thinking in the morning ... :-) -- Hassan Schroeder

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
hi, The contents of my war file looks a bit different. when i do a jar -xvf axis2.war I get the following output which is different from what's shown in your supplied web link. As you will see it appears to be much larger. Thanks for your assistance. t...@tc-laptop:~/Axis/axis2-1.5.1/conf$ jar -

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread André Warnier
testwreq wreq wrote: Hello, I do not know much on setting up tomcat on linux. I am new to both. However, I ran yum install tomcat5 to install tomcat from centos5 built. I could see the version with the below command. # /etc/init.d/tomcat5 version Server version: Apache Tomcat/5.5.23 Server buil

RE: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > I cannot use 6.0 because my boss believes that we should use > the one that comes with the centos built as this is tested. Not nearly as well as the testing done by Tomcat commit

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread testwreq wreq
Unfortunately, I cannot use 6.0 because my boss believes that we should use the one that comes with the centos built as this is tested. Thanks a lot for the link. Since I am new, I am not sure what unix daemon setup is and that is what this document is asking to do? Do I have to run ./configure sc

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
2010/3/10 Terence Coffey : Note, that > At this stage I restarted the apache web server (sudo /etc/init.d/apache2 > stop sudo /etc/init.d/apache2 start) and axis server. you have restarted Apache HTTPD, not Apache Tomcat >  In my browser i type http://localhost:8080/axis2/, and browsed an addr

Re: Comet event.setTimeOut Bug!! Still no answer

2010-03-10 Thread Filip Hanik - Dev Lists
once a timeslot for "free support" opens up, I will answer :) Filip On 03/09/2010 12:24 AM, Animesh Sonkar wrote: Hi, I am not sure why my previous mail was not answered? I hope that i will get the reply this time So here is the same query again... Was curious what event.setTimeOut(timeOutVal

RE: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > I need help to proceed further. Please guide me how to set-up > TOMCAT on centos5? Since you're using a non-standard version of Tomcat, the instructions on the Tomcat web site might

How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread testwreq wreq
Hello, I do not know much on setting up tomcat on linux. I am new to both. However, I ran yum install tomcat5 to install tomcat from centos5 built. I could see the version with the below command. # /etc/init.d/tomcat5 version Server version: Apache Tomcat/5.5.23 Server built: Jul 27 2009 05:23:

RE: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Caldarale, Charles R
> From: Terence Coffey [mailto:terence_j_cof...@yahoo.co.uk] > Subject: axis2: not seeing validation or administrator links from axis2 > > I'm a new user to TomCat It's Tomcat, not TomCat. Fix your spelling. > 10-Mar-2010 17:37:43 org.apache.coyote.http11.Http11Protocol init > SEVERE: Error ini

Re: Tomcat DBCP : testOnBorrow not working (?)

2010-03-10 Thread Konstantin Kolinko
2010/3/10 José Paumard : > To be sure that DBCP is not providing closed connections to Hibernate, I > added the following to the Resource element, but with no success : (...) Note, that META-INF/context.xml of a web application is copied to ${catalina.base}/conf/Catalina/localhost/.xml when your a

axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
Hello, If someone can point me in the right direction, it would be great. I'm a new user to TomCat, Axis2 etc. I've read the documentation and have tried to get my development environment up and running but it does not appear to be running as expected. What I'm trying to achieve is to run some of

RE: Commons DBCP in Tomcat 6.x

2010-03-10 Thread Propes, Barry L
And in TC 6, versus the 4 series and older versions, you should be able to cram all of the Resource params into one element or attribute tag. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, March 09, 2010 2:36 PM To: Tomcat Users List Sub

RE: security-constraint in web.xml - order/priority

2010-03-10 Thread Caldarale, Charles R
> From: Mats Eklund [mailto:mats.ekl...@yahoo.com] > Subject: security-constraint in web.xml - order/priority > > If I have more than one security-constraint tags in my web.xml (some > with, some without auth-constraints), which one takes precedence for a > specific request? Generally, the longes

security-constraint in web.xml - order/priority

2010-03-10 Thread Mats Eklund
Hi, If I have more than one security-constraint tags in my web.xml (some with, some without auth-constraints), which one takes precedence for a specific request? Thanks, Mats

Tomcat DBCP : testOnBorrow not working (?)

2010-03-10 Thread José Paumard
Hello all, Here is my problem. I have a very classical configuration where a webapp with some Hibernate code in it accesses a MySQL DB. Everything is installed in Tomcat 6. After some time, Hibernate complains about dropped connections, the error message looks like this : com.mysql.jdbc.Comm

Not getting an error that I though I should be getting

2010-03-10 Thread David kerber
As part of my migration from tc 5.5.x to 6.0.x, I'm reviewing my deployment scripts, and noticed that in one of them, I'm deleting the jdbc driver jar, jodbc.jar from the WEB-INF/lib folders, because it's already on the system in jre/lib/ext. However, I hadn't put that script into use on my TC

Re: Secured photo rendering

2010-03-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hassan, On 3/10/2010 10:50 AM, Hassan Schroeder wrote: > On Wed, Mar 10, 2010 at 7:46 AM, Christopher Schultz > wrote: > >> Just for the sake of mental mast... er, fun! you could write a >> javascript event handler that ... > > ..would work until t

Re: 6.0.24 Pid [file] Problem

2010-03-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Emerson, On 3/10/2010 4:59 AM, emerson cargnin wrote: > We have a wrapper script that is in charge of starting and stopping tomcat. > > Since we moved from 6.0.20 to 6.0.24 we started to get a few issues > with the pid not been removed properly makin

Re: Secured photo rendering

2010-03-10 Thread André Warnier
Christopher Schultz wrote: ... Just for the sake of mental mast... er, fun! you could write a javascript event handler that watched for un-focus events for the page (which would likely happen if you were using an external utility to take a screenshot) Actually it doesn't. On my PC, I use Irfa

Re: 6.0.24 Pid Problem

2010-03-10 Thread emerson cargnin
That is an script we use for a while already, as after restarting, there is a one or two things that need to be done. The thing is that the wrapper worked before until 6.0.20. It was on 6.0.24 that the pid started to be left after stop. It seems like tomcat is taking longer to stop, and the standa

RE: Secured photo rendering

2010-03-10 Thread Joseph Morgan
On Wed, Mar 10, 2010 at 7:46 AM, Christopher Schultz wrote: >> Just for the sake of mental mast... er, fun! you could write a >> javascript event handler that ... >..would work until the user switched off JavaScript? or kicked off `wget` >with the image URL? :-) ... or someone is using screen

Re: Secured photo rendering

2010-03-10 Thread Hassan Schroeder
On Wed, Mar 10, 2010 at 7:46 AM, Christopher Schultz wrote: > Just for the sake of mental mast... er, fun! you could write a > javascript event handler that ... ..would work until the user switched off JavaScript? or kicked off `wget` with the image URL? :-) -- Hassan Schroeder -

Re: Secured photo rendering

2010-03-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, On 3/10/2010 10:37 AM, Peter Crowther wrote: > On 10 March 2010 15:30, János Löbb wrote: > >> When I use the DVD Player from Apple, I cannot take a screenshot even if I >> click myself to the Finder first. So there is something already in pr

Re: Secured photo rendering

2010-03-10 Thread André Warnier
Peter Crowther wrote: On 10 March 2010 15:30, János Löbb wrote: When I use the DVD Player from Apple, I cannot take a screenshot even if I click myself to the Finder first. So there is something already in practice that prevents from taking a screenshot :-) Yes - for an application that runs

Re: Secured photo rendering

2010-03-10 Thread Peter Crowther
On 10 March 2010 15:30, János Löbb wrote: > When I use the DVD Player from Apple, I cannot take a screenshot even if I > click myself to the Finder first. So there is something already in practice > that prevents from taking a screenshot :-) > > Yes - for an application that runs as a process on

Re: Secured photo rendering

2010-03-10 Thread János Löbb
On Mar 9, 2010, at 9:35 AM, David kerber wrote: Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Secured photo rendering But it should not, if the server sends the image with the appropriate "no caching" and/or "expires" HTTP headers. The headers don't

Re: Apps deployed with tomcat manager: No +w to group.Why?

2010-03-10 Thread Peter Crowther
On 10 March 2010 10:51, André Warnier wrote: > Jimmy Spam wrote: > >> >> Please, excuse my poor english. >> > It sounds fine. > >> >> When I deploy an java app (.war file) with tomcat manager, it create the >> folder of this app inside of webapps with user: tomcat, group: tomcat and >> permissio

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-10 Thread David kerber
Konstantin Kolinko wrote: 2010/3/10 Christopher Schultz : I don't mean to belabor the point, but upgrading from Tomcat 5.5 to 6.0 should have been this easy: 0. Stop Tomcat 5.5 1. Install Tomcat 6.0 2. Copy yourapp.war from Tomcat 5.5\webapps -> Tomcat 6.0\webapps If my original installation

Re: Software caused connection abort Error in Tomcat on AIX

2010-03-10 Thread Konstantin Kolinko
2010/3/10 Sharanabasavaraj Mudgal : > Hi! > > I am running tomcat 6.0.20 on AIX with Tomcat-native(1.1.16) enabled.  I get > the following exception during  Tomcat Shutdown. > > SEVERE: Socket accept failed > Throwable occurred: org.apache.tomcat.jni.Error: Software caused connection > abort > at

Software caused connection abort Error in Tomcat on AIX

2010-03-10 Thread Sharanabasavaraj Mudgal
Hi! I am running tomcat 6.0.20 on AIX with Tomcat-native(1.1.16) enabled. I get the following exception during Tomcat Shutdown. SEVERE: Socket accept failed Throwable occurred: org.apache.tomcat.jni.Error: Software caused connection abort at org.apache.tomcat.jni.Socket.accept(Native Metho

Re: Possible issues with Jasper in latest Tomcat release (6.0.24)

2010-03-10 Thread Sai Pullabhotla
Thanks, Konstantin. I will test it out. Regards, Sai Pullabhotla On Tue, Mar 9, 2010 at 8:11 PM, Konstantin Kolinko wrote: > 2010/3/9 Sai Pullabhotla : >> Do you know when the 6.0.26 with this patch will be available? >> > A release candidate for 6.0.26 has been proposed for voting several h

Re: Apps deployed with tomcat manager: No +w to group.Why?

2010-03-10 Thread André Warnier
Jimmy Spam wrote: Please, excuse my poor english. It sounds fine. When I deploy an java app (.war file) with tomcat manager, it create the folder of this app inside of webapps with user: tomcat, group: tomcat and permissions 750. I need, at least, have write privilege for group (770), sin

Re: 6.0.24 Pid Problem

2010-03-10 Thread Pid
On 10/03/2010 09:59, emerson cargnin wrote: We have a wrapper script that is in charge of starting and stopping tomcat. Since we moved from 6.0.20 to 6.0.24 we started to get a few issues with the pid not been removed properly making the start script to fail and never starting tomcat. I know of

6.0.24 Pid Problem

2010-03-10 Thread emerson cargnin
We have a wrapper script that is in charge of starting and stopping tomcat. Since we moved from 6.0.20 to 6.0.24 we started to get a few issues with the pid not been removed properly making the start script to fail and never starting tomcat. I know of the change that added a delay parameter to th

Apps deployed with tomcat manager: No +w to group.Why?

2010-03-10 Thread Jimmy Spam
Please, excuse my poor english. When I deploy an java app (.war file) with tomcat manager, it create the folder of this app inside of webapps with user: tomcat, group: tomcat and permissions 750. I need, at least, have write privilege for group (770), since some user of my system (wich ar

Re: Nasty problem with headless mode in Tomcat 6-0-24

2010-03-10 Thread Pid
On 09/03/2010 19:46, Malcolm Warren wrote: Ok, thanks. In fact just after receiving this email from you I also got one from Apple saying that it's a bug and that they're trying to solve it. Sorry for the bother, and thanks again. Given that it usually takes about 18months for Apple to release

Re: jvm exits without trace

2010-03-10 Thread Taylan Develioglu
Sorry I wasn't clear. I didn't mean 2172 concurrent requests. Just sessions. It hadn't occured to me that the number of sessions does not necessarily equal the number of connections (duh). the number of established connections indeed equals the number of threads. So what Chuck said was true.

Re: Eclipse Galileo & Tomcat 6 - Win Vista IIS HTTP Error 500.24 - Internal Server Error

2010-03-10 Thread André Warnier
henry23 wrote: I have a laptop with Win Vista SP2 installed on it, and on which all of the IIS features with IIS in the name have been turned off. Obviously not : ... Server Error in Application "DEFAULT WEB SITE"Internet Information Services 7.0 ... An ASP.NET setting has been detected tha