AW: AW: afs3-rmtsys: connections keept open

2013-01-16 Thread David Kumar
Hey, some additional Information: I just checked /var/logs/apache2/error.logs. And found following errors: [Wed Jan 16 15:14:46 2013] [error] server is within MinSpareThreads of MaxClients, consider raising the MaxClients setting [Wed Jan 16 15:14:56 2013] [error] server reached MaxClients sett

AW: AW: afs3-rmtsys: connections keept open

2013-01-16 Thread David Kumar
Hey, I changed the global filehandle as well. And executing ulimit with the tomcat starting Thread is working well. I yesterday I hab around 1600 connection before I rebooted both of them. About Server config. I did a mistake. some of the connector are just comments. I didn't see that yesterda

Re: Question about config and correct start-up

2013-01-16 Thread Alan Findly
The recommended context "ELEMENT" caused the following warning: Jan 16, 2013 9:10:37 AM org.apache.tomcat.util.digester.Digester endElement WARNING: No rules found matching 'Context/Context'. So I changed the "ELEMENT" to this --as below-- and voila . the warning went away. My thread seem

Re: Subdomains in tomcat 7

2013-01-16 Thread Leonardo Torres
Thank´s, It´s works fine to my case. On Wed, Jan 16, 2013 at 9:40 PM, Mark Eggers wrote: > On 1/16/2013 4:22 PM, Leonardo Torres wrote: > >> My apologies, I dispatched to the list, before completing the question. >> Let >> me start again, please! >> >> I have one domain = www.portal.com >> I ha

Re: Subdomains in tomcat 7

2013-01-16 Thread Mark Eggers
On 1/16/2013 4:22 PM, Leonardo Torres wrote: My apologies, I dispatched to the list, before completing the question. Let me start again, please! I have one domain = www.portal.com I have one subdomain = www.painel.portal.com Both domains are configured (DNS) I wish that when the user to enter w

Re: Subdomains in tomcat 7

2013-01-16 Thread Leonardo Torres
My apologies, I dispatched to the list, before completing the question. Let me start again, please! I have one domain = www.portal.com I have one subdomain = www.painel.portal.com Both domains are configured (DNS) I wish that when the user to enter www.portal.com, the appA was loaded. When the us

RE: Question about config and correct start-up

2013-01-16 Thread Caldarale, Charles R
> From: Alan Findly [mailto:afin...@ronan.net] > Subject: Re: Question about config and correct start-up > That context statement is not correct syntax > should be: Thank you for providing a clear example of why top-posting is evil: no one has any idea which of the several elements (they'

Re: Question about config and correct start-up

2013-01-16 Thread Mark Thomas
On 16/01/2013 23:22, Alan Findly wrote: > That context statement is not correct syntax > should be: Wrong. See my previous message. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: Question about config and correct start-up

2013-01-16 Thread Alan Findly
That context statement is not correct syntax should be: ... On 1/14/2013 1:29 PM, Alan Findly wrote: Mark: Thanks for your quick response. Here are the items & issues: OKgot the servlet mapping uncommented. About the context the priviledged attribute must be added to the conte

RE: NIO connector issue: SEVERE: Error processing request

2013-01-16 Thread Kevin Priebe
Thanks for the info. We made some changes to the linux TCP settings last night and haven't noticed the issue yet today, so are hoping that does the trick. We won't know for sure until there are several days without issues. If it continues, we'll try upgrading to the latest tomcat and will gather

Re: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread rop
Googling the exception, turns up this: https://answers.atlassian.com/questions/54260/potenntial-incopmatibilty-between-tomcat-dpcp-oracle-active-objects If that doesnt answer your question ja...@atlassian.com is asking you to contact him :) 2013/1/16 KARR, DAVID > > -Original Message--

Re: docBase

2013-01-16 Thread Pid
On 16/01/2013 21:17, Leo Donahue - RDSA IT wrote: >> -Original Message- >> From: Pid [mailto:p...@pidster.com] >> Subject: Re: docBase >> >> On 11/01/2013 20:24, Leo Donahue - RDSA IT wrote: >>> Tomcat 7.0.34 >>> Java 1.6.0_35 >>> >>> Can the document base of a context be an administrative

Re: AW: afs3-rmtsys: connections keept open

2013-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 1/16/13 3:41 PM, David Kumar wrote: > I forgot to mention that we have a Apache being a loadbalancer in > front of these two tomcats. The Apache uses port 8080. So, Apache httpd listens on port 8080? Why not port 80? > Here are the requ

RE: docBase

2013-01-16 Thread Leo Donahue - RDSA IT
>-Original Message- >From: Pid [mailto:p...@pidster.com] >Subject: Re: docBase > >On 11/01/2013 20:24, Leo Donahue - RDSA IT wrote: >> Tomcat 7.0.34 >> Java 1.6.0_35 >> >> Can the document base of a context be an administrative share? > >Yes. But I would not encourage it. 2nd only to NFS

RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread KARR, DAVID
> -Original Message- > From: David kerber [mailto:dcker...@verizon.net] > Sent: Wednesday, January 16, 2013 11:42 AM > To: Tomcat Users List > Subject: Re: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of > Tomcat 7? > > On 1/16/2013 2:38 PM, KARR, DAVID wrote: > >> -Or

[ANN] Apache Tomcat 7.0.35 released

2013-01-16 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.35. Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. This release contains a small number of bug fixes and improvements compared to version 7.0.34. The not

AW: afs3-rmtsys: connections keept open

2013-01-16 Thread David Kumar
Hey, thanks for replying.. I forgot to mention that we have a Apache being a loadbalancer in front of these two tomcats. The Apache uses port 8080. Let me start with André Warnier: Both of the tomcats are "synchronising" them self. The send some serialized objects via http to each other. And

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hermes, On 1/16/13 3:07 PM, Hermes Flying wrote: > I believe acceptCount can not work with value 0 because if I am > not wrong, the acceptCount is the value passed as backlog in the > ServerSocket constructor. According to javadoc if the backlog >

Re: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 1/16/13 2:38 PM, KARR, DAVID wrote: > We're running Bamboo with Tomcat 6. We're trying to add the Sonar > plugin. When we try to configure it, we get this exception when > it tries to call that specific Tomcat API. The theory that I'm

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Hermes Flying
Hi Chris, thanks for the reply. Concerning your questions: I believe acceptCount can not work with value 0 because if I am not wrong, the acceptCount is the value passed as backlog in the ServerSocket constructor. According to javadoc if the backlog value is less than or equal to 0, then a defau

Re: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread David kerber
On 1/16/2013 2:38 PM, KARR, DAVID wrote: -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, January 16, 2013 10:58 AM To: Tomcat Users List Subject: RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7? From: KARR,

RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread KARR, DAVID
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Wednesday, January 16, 2013 10:58 AM > To: Tomcat Users List > Subject: RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of > Tomcat 7? > > > From: KARR, DAVID [mailto:dk0...@att.

Re: Subdomains in tomcat 7

2013-01-16 Thread Mark Thomas
On 16/01/2013 19:04, Leonardo Torres wrote: > Hi guys, > > I use tomcat 7.0.34 and I´m trying to configure a domain and a subdomain, > but I don´t have sucess yet. Read this: http://www.catb.org/esr/faqs/smart-questions.html Mark -

Re: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread David kerber
On 1/16/2013 1:57 PM, Caldarale, Charles R wrote: From: KARR, DAVID [mailto:dk0...@att.com] Subject: RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7? We're running Bamboo 3.4.3 in Tomcat 6.0.20. It mostly apparently works fine, but yesterday I tried to get the Ba

RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread Caldarale, Charles R
> From: KARR, DAVID [mailto:dk0...@att.com] > Subject: RE: Is error with Bamboo Sonar plugin because of > Tomcat 6 instead of Tomcat 7? > > > We're running Bamboo 3.4.3 in Tomcat 6.0.20. It mostly apparently works > > > fine, but yesterday I tried to get the Bamboo Sonar plugin working, > > >

RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread KARR, DAVID
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Wednesday, January 16, 2013 10:10 AM > To: Tomcat Users List > Subject: RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of > Tomcat 7? > > > From: KARR, DAVID [mailto:dk0...@att.

Re: afs3-rmtsys: connections keept open

2013-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 1/16/13 10:52 AM, David Kumar wrote: > We got some serious trouble with our tomcats. Basically we using > two 7.0.12 tomcats on a single Debian 6.0. One is running on port > 7090 and the other on 9080. Time after time both tomcats are > cr

RE: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread Caldarale, Charles R
> From: KARR, DAVID [mailto:dk0...@att.com] > Subject: Is error with Bamboo Sonar plugin because of Tomcat 6 instead of > Tomcat 7? > We're running Bamboo 3.4.3 in Tomcat 6.0.20. It mostly apparently works > fine, but yesterday I tried to get the Bamboo Sonar plugin working, Did you leave out

Re: TFS SDK Native Library Error in a web service deployed on Axis2-Tomcat7-Ubuntu platform

2013-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bulent, On 1/16/13 11:44 AM, Bulent Ozhorasan wrote: > I'm trying to execute TFS SDK Api commands in an axis2 web service > deployed on Tomcat7. For those not in the know, that's "Microsoft Team Foundation Server", which is a sort of all-on-one so

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hermes, On 1/16/13 11:01 AM, Hermes Flying wrote: > I am trying to understand how the maxThreads attribute of > Connectors works. I did some tests in order to configure Tomcat to > limit the number of concurrent client requests (as asked in my > pre

Re: "async-supported" problem with Tomcat 7.0.29

2013-01-16 Thread Satyen Hingorani
Sadly, 7.0.35 did not resolve this issue. I still see the exception, albeit with more information this time: Jan 16, 2013 3:39:41 PM org.apache.coyote.AbstractProtocol$AbstractConnectionHandler process SEVERE: Error reading request, ignored java.lang.IllegalStateException: Calling [asyncPostProces

TFS SDK Native Library Error in a web service deployed on Axis2-Tomcat7-Ubuntu platform

2013-01-16 Thread Bulent Ozhorasan
I'm trying to execute TFS SDK Api commands in an axis2 web service deployed on Tomcat7. I successfully ran my small application on windows platform. I want to run my web service on a Tomcat deployed on Linux. I get the UnsatisfiedLinkError (Exception): Caused by: java.lang.UnsatisfiedLinkErr

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Hermes Flying
I apologize, You asked precise versions. Will let you know asap (don't remember them by heart) From: Hermes Flying To: Tomcat Users List ; Tomcat Users List ; "a...@ice-sa.com" Sent: Wednesday, January 16, 2013 6:29 PM Subject: Re: Can not understand how m

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Hermes Flying
Hi, I am using Tomcat 6 (I think it is version 33 but will double check) And JVM is Java 6 from IBM Do you need exact versions? From: André Warnier To: Tomcat Users List Sent: Wednesday, January 16, 2013 6:18 PM Subject: Re: Can not understand how maxThreads

Re: afs3-rmtsys: connections keept open

2013-01-16 Thread André Warnier
David Kumar wrote: Hey, my name is David an I'm working for a electronic consumer company in Germany we are selling and producing TV's, receiver, satellite dishes etc.. We got some serious trouble with our tomcats. Basically we using two 7.0.12 tomcats on a single Debian 6.0. One is running

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread André Warnier
Hermes Flying wrote: Hi, I am trying to understand how the maxThreads attribute of Connectors works. I did some tests in order to configure Tomcat to limit the number of concurrent client requests(as asked in my previous mail). Did the following trivial configuration. maxThreads=1 and accept

Is error with Bamboo Sonar plugin because of Tomcat 6 instead of Tomcat 7?

2013-01-16 Thread KARR, DAVID
We're running Bamboo 3.4.3 in Tomcat 6.0.20. It mostly apparently works fine, but yesterday I tried to get the Bamboo Sonar plugin working, and when I tried to add a server connection, I got the following stack trace: Caused by: java.lang.IllegalAccessException: Class com.atlassian.activeobjec

afs3-rmtsys: connections keept open

2013-01-16 Thread David Kumar
Hey, my name is David an I'm working for a electronic consumer company in Germany we are selling and producing TV's, receiver, satellite dishes etc.. We got some serious trouble with our tomcats. Basically we using two 7.0.12 tomcats on a single Debian 6.0. One is running on port 7090 and the

Re: NIO connector issue: SEVERE: Error processing request

2013-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kevin, On 1/15/13 5:34 PM, Kevin Priebe wrote: > We have a setup with Nginx load balancing between 2 clustered > tomcat instances. 1 instance is on the same server as Nginx and > the other is on a separate physical server (same rackspace). We’re >

Re: tomcat and openssl issue

2013-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alexandr, On 1/16/13 10:21 AM, Lenkov, Alexandr wrote: > Thank you. Looks like my description was not clear. My web > application uses a dll (in C++) which uses openssl in FIPS mode. > So it is different from native library. > > If I create libeay

Re: docBase

2013-01-16 Thread Pid
On 11/01/2013 20:24, Leo Donahue - RDSA IT wrote: > Tomcat 7.0.34 > Java 1.6.0_35 > > Can the document base of a context be an administrative share? Yes. But I would not encourage it. 2nd only to NFS for causing random errors. Unless you have a massive number of images totalling large amounts

RE: tomcat and openssl issue

2013-01-16 Thread Lenkov, Alexandr
Thank you. Looks like my description was not clear. My web application uses a dll (in C++) which uses openssl in FIPS mode. So it is different from native library. If I create libeay32.dll without /FIXED linker option then it may be loaded (at different address) and works. When I use /FIXED it

Re: tomcat and openssl issue

2013-01-16 Thread Mark Thomas
On 16/01/2013 14:54, Lenkov, Alexandr wrote: > Hello, > > I am having an issue with loading libeay32.dll in tomcat process (Windows XP, > Windows 7). It needs to be loaded at 0xFB0 address (FIPS requirement). > But I get a "Attempt to access invalid address" error. This library can be > loa

tomcat and openssl issue

2013-01-16 Thread Lenkov, Alexandr
Hello, I am having an issue with loading libeay32.dll in tomcat process (Windows XP, Windows 7). It needs to be loaded at 0xFB0 address (FIPS requirement). But I get a "Attempt to access invalid address" error. This library can be loaded by other processes correctly. Issue only with tomcat.

Re: URLStreamHandlerFactory

2013-01-16 Thread e e
Thanks for the response. I will move to Tomcat-7. But, I am still not clear why a URLStreamHandlerFactory is required for JNDI!!! I thought Context.lookup() is what the web-apps will do! Why would the web-apps want to use a new URL("jndi://"); Where/why does tomcat have to use jndi URLs to fetc