Re: Factory already defined error with Tomcat 9

2023-06-14 Thread Nitish Chitta
Thanks for the help. Nitish On Wed, Jun 14, 2023 at 9:57 PM Mark Thomas wrote: > Call TomcatURLStreamHandlerFactory.disable() before you start Tomcat. > > Note that this means that if your Tomcat instance is using WAR files it > will only work if the WAR files are unpacked to a directory

Re: Factory already defined error with Tomcat 9

2023-06-14 Thread Mark Thomas
Call TomcatURLStreamHandlerFactory.disable() before you start Tomcat. Note that this means that if your Tomcat instance is using WAR files it will only work if the WAR files are unpacked to a directory first. Mark On 14/06/2023 14:51, Nitish Chitta wrote: Please let me know in case a more

Re: Factory already defined error with Tomcat 9

2023-06-14 Thread Nitish Chitta
Please let me know in case a more detailed stack trace is required. Nitish On Wed, Jun 14, 2023 at 6:10 PM Nitish Chitta wrote: > Missed Tomcat 7 version : 7.0.94 > > Nitish > > On Wed, Jun 14, 2023 at 5:10 PM Nitish Chitta wrote: > >> Tomcat version : 9.0.44 >> Stack Trace : >> >> Caused by:

Re: Factory already defined error with Tomcat 9

2023-06-14 Thread Nitish Chitta
Missed Tomcat 7 version : 7.0.94 Nitish On Wed, Jun 14, 2023 at 5:10 PM Nitish Chitta wrote: > Tomcat version : 9.0.44 > Stack Trace : > > Caused by: java.lang.Error: factory already defined > at java.net.URL.setURLStreamHandlerFactory(URL.java:1159) > at >

Re: Factory already defined error with Tomcat 9

2023-06-14 Thread Nitish Chitta
Tomcat version : 9.0.44 Stack Trace : Caused by: java.lang.Error: factory already defined at java.net.URL.setURLStreamHandlerFactory(URL.java:1159) at org.apache.catalina.webresources.TomcatURLStreamHandlerFactory.(TomcatURLStreamHandlerFactory.java:130) at

Re: Factory already defined error with Tomcat 9

2023-06-14 Thread Mark Thomas
On 14/06/2023 12:16, Nitish Chitta wrote: Hello, I am trying to connect to a Weblogic server and have an embedded Tomcat 9 instance running in my application as well. I suppose the factory is being set twice and hence I am getting this error. I wanted to know why this issue was not occuring

Factory already defined error with Tomcat 9

2023-06-14 Thread Nitish Chitta
Hello, I am trying to connect to a Weblogic server and have an embedded Tomcat 9 instance running in my application as well. I suppose the factory is being set twice and hence I am getting this error. I wanted to know why this issue was not occuring with Tomcat 7? Regards, Nitish

Re: Invalid Keystore format error on Tomcat

2023-01-03 Thread Christopher Schultz
e error? -chris From: Christopher Schultz Sent: Friday, December 30, 2022 8:39 PM To: Tomcat Users List Subject: Re: Invalid Keystore format error on Tomcat Veni, On 12/30/22 00: 47, Janardhanan, Veni wrote: > This is the output from C: > keytool -list -keystore > C: \SSL\certnew_pfx. p

RE: Invalid Keystore format error on Tomcat

2023-01-02 Thread Janardhanan, Veni
Thanks, Veni From: Christopher Schultz Sent: Friday, December 30, 2022 8:39 PM To: Tomcat Users List Subject: Re: Invalid Keystore format error on Tomcat Veni, On 12/30/22 00: 47, Janardhanan, Veni wrote: > This is the output from C:  > keytool -list -keystore > C:

Re: Invalid Keystore format error on Tomcat

2022-12-30 Thread Christopher Schultz
Christopher Schultz *Sent:* Friday, December 30, 2022 3:47 AM *To:* Tomcat Users List ; Janardhanan, Veni *Subject:* Re: Invalid Keystore format error on Tomcat Veni, On 12/29/22 04: 30, Janardhanan, Veni wrote: > When I start Tomcat this is what I see in the logs : (this is after I installe

RE: Invalid Keystore format error on Tomcat

2022-12-29 Thread Janardhanan, Veni
the email based support. Thank you, Veni From: Christopher Schultz Sent: Friday, December 30, 2022 3:47 AM To: Tomcat Users List ; Janardhanan, Veni Subject: Re: Invalid Keystore format error on Tomcat Veni, On 12/29/22 04: 30, Janardhanan, Veni wrote: > When I start Tomcat this is wha

Re: Invalid Keystore format error on Tomcat

2022-12-29 Thread Christopher Schultz
ail-based support for free, at my convenience. If you want me to help you and your team debug something in real-time, I can bill you for my time. -chris From: Christopher Schultz Sent: Wednesday, December 28, 2022 12:49 AM To: users@tomcat.apache.org Subject: Re: Invalid Keystore format er

RE: Invalid Keystore format error on Tomcat

2022-12-29 Thread Janardhanan, Veni
. Regards, Veni From: Christopher Schultz Sent: Wednesday, December 28, 2022 12:49 AM To: users@tomcat.apache.org Subject: Re: Invalid Keystore format error on Tomcat Veni, On 12/23/22 12: 16, Janardhanan, Veni wrote: > Hi, > > I’ve a self-signed certificate installed on Tomcat 9 which w

Re: Invalid Keystore format error on Tomcat

2022-12-27 Thread Christopher Schultz
Veni, On 12/23/22 12:16, Janardhanan, Veni wrote: Hi, I’ve a self-signed certificate installed on Tomcat 9 which works fine. This is a Crystal Server SAP BO BI 4.3 box. To make it secure I installed our CA signed certificate. After a restart I brought Tomcat up, the logs show ‘Invalid

Re: Invalid Keystore format error on Tomcat

2022-12-27 Thread Christopher Schultz
Veni, On 12/23/22 12:16, Janardhanan, Veni wrote: I’ve a self-signed certificate installed on Tomcat 9 which works fine. This is a Crystal Server SAP BO BI 4.3 box. To make it secure I installed our CA signed certificate. After a restart I brought Tomcat up, the logs show ‘Invalid Keystore

Invalid Keystore format error on Tomcat

2022-12-23 Thread Janardhanan, Veni
Hi, I’ve a self-signed certificate installed on Tomcat 9 which works fine. This is a Crystal Server SAP BO BI 4.3 box. To make it secure I installed our CA signed certificate. After a restart I brought Tomcat up, the logs show ‘Invalid Keystore format’ error. Below is the config from

RE: Getting error on Tomcat Start

2022-08-17 Thread Mohan T
ot;] 17-Aug-2022 09:37:53.394 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 21570 ms 2 Thanks Mohan -Original Message- From: Thomas Meyer Sent: 17 August 2022 14:53 To: Tomcat Users List ; Mohan T Subject: RE: Getting error on Tomcat Start RAMCO Security WARNING: This is an ex

RE: Getting error on Tomcat Start

2022-08-17 Thread Thomas Meyer
>at > com.singularity.ee.util.javaspecific.scheduler.ADScheduledThreadPoolExecutor$ADScheduledFutureTask.run(ADScheduledThreadPoolExecutor.java:236) > at > com.singularity.ee.util.javaspecific.scheduler.ADThreadPoolExecutor$Worker.runTask(ADThreadPoolExecutor.java:694)

RE: Getting error on Tomcat Start

2022-08-17 Thread Mohan T
To: Tomcat Users List Subject: AW: Getting error on Tomcat Start RAMCO Security WARNING: This is an external email. Do not click links or open attachments unless you recognize the sender and know the content is safe Hello Mohan, Could you paste the whole stack trace please? Even if spr

AW: Getting error on Tomcat Start

2022-08-17 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Mohan, Could you paste the whole stack trace please? Even if spring stacks are usually quite long... Von: Mohan T Gesendet: Dienstag, 16. August 2022 19:08:33 An: Tomcat Users List Betreff: Getting error on Tomcat Start Dear All, We are using tomcat 8.5

Getting error on Tomcat Start

2022-08-16 Thread Mohan T
Dear All, We are using tomcat 8.5 on suselinux We are getting the below error message on tomcat starting. Any ideas would help me to move forward . 16-Aug-2022 21:43:44.725 INFO [AD Thread Pool-Global1] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal

Re: SSL certificate error in Tomcat 9

2019-06-12 Thread Mark Thomas
On 12/06/2019 15:45, Support wrote: > Hi Sir, > I am using tomcat 9 for my application. > > I got an error with the .keystore file for SSL certificate > > this is my code is this still valid? in tomcat 9 > > maxThreads="150" SSLEnabled="true" scheme="https" secure="true" >

SSL certificate error in Tomcat 9

2019-06-12 Thread Support
Hi Sir, I am using tomcat 9 for my application. I got an error with the .keystore file for SSL certificate this is my code is this still valid? in tomcat 9 Logs: 12-Jun-2019 14:19:03.973 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin

Re: Setclasspath error in Tomcat 8.5

2018-06-29 Thread Olaf Kock
On 27.06.2018 23:06, kevin ferguson wrote: Hi Guys I have a configured Tomcat server 8.5 and java installed 1.8.0_171. Java_home and Catalina_home configured and working. Here is a short version from my .bashrc --- #Setup home for java and openolat export CATALINA_BASE=/opt/tomcat export

Setclasspath error in Tomcat 8.5

2018-06-27 Thread kevin ferguson
Hi Guys I have a configured Tomcat server 8.5 and java installed 1.8.0_171. Java_home and Catalina_home configured and working. Here is a short version from my .bashrc --- #Setup home for java and openolat export CATALINA_BASE=/opt/tomcat export CATALINA_HOME=/opt/tomcat export

Setclasspath error in Tomcat 8.5

2018-06-27 Thread kevin ferguson
Hi Guys I have a configured Tomcat server 8.5 and java installed 1.8.0_171. Java_home and Catalina_home configured and working. The above is running on Ubuntu 16.04 in virtualbox. I and trying to setup Openolat 12.50 Learning management system. Here is the installation notes.

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/11/18 2:46 PM, Mark Thomas wrote: > On 08/05/18 17:59, Christopher Schultz wrote: > >> This bites enough people that it may be worth correcting, or at >> least changing the behavior when it happens. >> >> AJP already encodes the

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-11 Thread Mark Thomas
On 08/05/18 17:59, Christopher Schultz wrote: > This bites enough people that it may be worth correcting, or at least > changing the behavior when it happens. > > AJP already encodes the packet-size in the header of each packet. Why > not simply compare that to the MaxPacketSize on the Tomcat

RE: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-11 Thread Andreas Bergander
: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: den 8 maj 2018 18:59 To: users@tomcat.apache.org Subject: Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/3/18 5:41 AM, Mark Thomas

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/3/18 5:41 AM, Mark Thomas wrote: > On 03/05/18 10:36, Mark Thomas wrote: >> On 03/05/18 09:48, Andreas Bergander wrote: >>> Hi, >>> >>> I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue >>> regarding the packet size in the AJP

RE: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Andreas Bergander
ternal Server Error in Tomcat 9 On 03/05/18 10:59, Andreas Bergander wrote: > Thank's for investigating Mark! > > I think it's only possible to change the packet size in mod_jk, not in > mod_proxy_ajp, right? Wrong. ProxyIOBufferSize Mark > So either we need to swit

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Mark Thomas
> Sent: den 3 maj 2018 11:41 > To: Tomcat Users List <users@tomcat.apache.org> > Subject: Re: Changing the packetSize in AJP connector causes 503 Internal > Server Error in Tomcat 9 > > On 03/05/18 10:36, Mark Thomas wrote: >> On 03/05/18 09:48, Andreas Bergander w

RE: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Andreas Bergander
ternal Server Error in Tomcat 9 On 03/05/18 10:36, Mark Thomas wrote: > On 03/05/18 09:48, Andreas Bergander wrote: >> Hi, >> >> I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue regarding the >> packet size in the AJP connector. It seems like only the default

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Mark Thomas
On 03/05/18 10:36, Mark Thomas wrote: > On 03/05/18 09:48, Andreas Bergander wrote: >> Hi, >> >> I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue regarding the >> packet size in the AJP connector. It seems like only the default value >> (8192) works now. If I set it to anything

Re: Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Mark Thomas
On 03/05/18 09:48, Andreas Bergander wrote: > Hi, > > I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue regarding the > packet size in the AJP connector. It seems like only the default value (8192) > works now. If I set it to anything greater than that I'll get 503 Internal > Server

Changing the packetSize in AJP connector causes 503 Internal Server Error in Tomcat 9

2018-05-03 Thread Andreas Bergander
Hi, I've upgrade from Tomcat 8.5 to 9.0.7 and I've got an issue regarding the packet size in the AJP connector. It seems like only the default value (8192) works now. If I set it to anything greater than that I'll get 503 Internal Server Error when trying to access a web page. It worked fine

Re: APR/native error on tomcat 8.5.16

2018-04-26 Thread Mark Thomas
On 25/04/18 13:34, M. Manna wrote: > I needed to mask out certain information before I could send you the full > stack trace. Here is the full version: OK. That looks like a normal ClientAbortException. This doesn't look like Tomcat's logging. It looks like application logging. I think you need

Re: APR/native error on tomcat 8.5.16

2018-04-25 Thread M. Manna
Hi Mark, Thanks for clarifying. Apologies as I truly meant to say "Client dropped the connection". So once again, thanks for pointing that out. I needed to mask out certain information before I could send you the full stack trace. Here is the full version: INFO | jvm 1| 2018/04/25

Re: APR/native error on tomcat 8.5.16

2018-04-25 Thread Mark Thomas
On 25/04/18 11:18, M. Manna wrote: > Hello, > But from the above stack track it seems as though the > socket cannot handle the size of the data being transferred. That is not correct. What you are seeing is an I/O exception as a result of the client dropping the connection. > We did a

APR/native error on tomcat 8.5.16

2018-04-25 Thread M. Manna
Hello, We have been getting the error stack on our production servers quite frequently over the past few days: java.io.IOException: Unexpected error [730,054] writing data to the APR/native socket [950,585,024] with wrapper

Re: Error starting tomcat 9.0.7 from Eclipse

2018-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Charles, On 4/24/18 2:48 AM, charles Andrews wrote: > Hi > > I am having problems starting Tomcat 9.0.7 from Eclipse version > Oxygen.3a Release (4.7.3a). Tomcat will start from the command > line but not from within Eclipse. I get the following

Re: Error starting tomcat 9.0.7 from Eclipse

2018-04-24 Thread Mark Thomas
On 24/04/18 07:48, charles Andrews wrote: > Hi > > I am having problems starting Tomcat 9.0.7 from Eclipse version > Oxygen.3a Release (4.7.3a). Tomcat will start from the command line > but not from within Eclipse. I get the following error: > > Could not create the Java Virtual Machine > >

Error starting tomcat 9.0.7 from Eclipse

2018-04-24 Thread charles Andrews
Hi I am having problems starting Tomcat 9.0.7 from Eclipse version Oxygen.3a Release (4.7.3a). Tomcat will start from the command line but not from within Eclipse. I get the following error: Could not create the Java Virtual Machine The console log in Eclipse contains:

Re: Error in Tomcat 6.0.32

2016-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 5/31/16 1:01 PM, André Warnier (tomcat) wrote: > On 31.05.2016 18:54, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Shailesh, >> >> On 5/31/16 9:35 AM, Shailesh Jain wrote: >>> Hello All, Below is

Re: Error in Tomcat 6.0.32

2016-05-31 Thread tomcat
On 31.05.2016 18:54, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shailesh, On 5/31/16 9:35 AM, Shailesh Jain wrote: Hello All, Below is the error coming in tomcat6, can you pleaes advise what can be done to resolve the issue. I see two errors: SEVERE:

Re: Error in Tomcat 6.0.32

2016-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shailesh, On 5/31/16 9:35 AM, Shailesh Jain wrote: > Hello All, Below is the error coming in tomcat6, can you pleaes > advise what can be done to resolve the issue. I see two errors: > SEVERE: Servlet.service() for servlet ComponentDispatcher

Re: Error in Tomcat 6.0.32

2016-05-31 Thread ashwin rajput
Shailesh, increase heap size of your JVM instance and try again. Regards, Ashwin On Tue, May 31, 2016 at 7:25 PM, André Warnier (tomcat) wrote: > Now really ? > What do you not understand in > > > java.lang.OutOfMemoryError: Java heap space > > ? > > > > On 31.05.2016 15:35,

Re: Error in Tomcat 6.0.32

2016-05-31 Thread tomcat
Now really ? What do you not understand in > java.lang.OutOfMemoryError: Java heap space ? On 31.05.2016 15:35, Shailesh Jain wrote: Hello All, Below is the error coming in tomcat6, can you pleaes advise what can be done to resolve the issue. SEVERE: Servlet.service() for servlet

Error in Tomcat 6.0.32

2016-05-31 Thread Shailesh Jain
Hello All, Below is the error coming in tomcat6, can you pleaes advise what can be done to resolve the issue. SEVERE: Servlet.service() for servlet ComponentDispatcher threw exception java.lang.OutOfMemoryError: Java heap space May 27, 2016 11:27:58 AM

RE: Java Servlet error with tomcat running on Windows Server 2008 R2

2015-08-14 Thread Chen Yang
images are accessed via URLs not locally. Something like: http://testing.mycompany.com/app/client_data/logo.png I tested it in Apache Tomcat 8.0.23. Full error message: HTTP Status 500 - javax.xml.transform.TransformerException: org.xml.sax.SAXException: The resource path [file:/C:/tomcat/bin

Java Servlet error with tomcat running on Windows Server 2008 R2

2015-07-16 Thread Chen Yang
on it, It would be much appreciated! Cheers, Chen Environment setup: * JRE 1.8.0_45 * Tomcat 8.0.23 * Windows Server 2008 R2 Error Message from Tomcat: HTTP Status 500 - javax.xml.transform.TransformerException: org.xml.sax.SAXException: The resource path [http

Re: Java Servlet error with tomcat running on Windows Server 2008 R2

2015-07-16 Thread David kerber
run under won't have access to networked files. The other thing to check is if any of your paths have spaces in them, and if so, that they're escaped properly. Cheers, Chen Environment setup: * JRE 1.8.0_45 * Tomcat 8.0.23 * Windows Server 2008 R2 Error Message

Re: 500 Error in Tomcat 7.54

2015-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rajesh, On 2/8/15 2:56 AM, Rajesh Biswas wrote: I am facing one critical issues with respect to SSL communication between java client and Tomcat Server (version 7.0.54). Upgrade: see today's announcement of the vulnerability this release

500 Error in Tomcat 7.54

2015-02-07 Thread Rajesh Biswas
Hello Experts, I am facing one critical issues with respect to SSL communication between java client and Tomcat Server (version 7.0.54). The problem is happening only the tomcat server installed in IOS Mavarick machine, and the problem is intermittent.(Windows machine the problem is not

MBean register error in Tomcat 7

2014-03-06 Thread Michael L Apperson
I am running a Tomcat 7.0.27 web server on Redhat EL 2.6.32 X86-64 Linux OS with Java 1.7.0_45 and seeing a very unusual error in my web app. The web.xml for the web app defines a startup servlet with a property of load on startup and this servlet extends HttpServlet and implements the init()

RE: Error configuring tomcat with ssl certificates

2013-03-06 Thread Siddhi Borkar
06, 2013 12:25 PM To: Tomcat Users List Subject: RE: Error configuring tomcat with ssl certificates -Original Message- From: Siddhi Borkar [mailto:siddhi_bor...@persistent.co.in] Sent: 06 March 2013 12:15 To: users@tomcat.apache.org Subject: Error configuring tomcat with ssl certificates

Re: Error configuring tomcat with ssl certificates

2013-03-06 Thread Ognjen Blagojevic
Siddhi, On 6.3.2013 10:41, Siddhi Borkar wrote: The certificate that I am using is RSA based certificate, I tried listing the RSA based ciphers in the server the xml, however it still gave me the same error. Connector port=443 protocol=HTTP/1.1 SSLEnabled=true

RE: Error configuring tomcat with ssl certificates

2013-03-06 Thread Brijesh Deo
-Original Message- From: Siddhi Borkar [mailto:siddhi_bor...@persistent.co.in] Sent: 06 March 2013 15:12 To: Tomcat Users List Subject: RE: Error configuring tomcat with ssl certificates Thanks Brijesh, The certificate that I am using is RSA based certificate, I tried listing the RSA

RE: Error configuring tomcat with ssl certificates

2013-03-06 Thread Siddhi Borkar
Thanks a lot Ognjen, The solution you provided worked very well. -Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: Wednesday, March 06, 2013 3:31 PM To: Tomcat Users List Subject: Re: Error configuring tomcat with ssl certificates Siddhi

Error configuring tomcat with ssl certificates

2013-03-05 Thread Siddhi Borkar
Hi, I need help configuring tomcat 6 will ssl certificates. I have been provided with the following cacert.pem prvkey.key and sslcert.crt I tried the following steps: 1) Generated a keystore using java keytool and the certificate file using the following command. keytool -import

RE: Error configuring tomcat with ssl certificates

2013-03-05 Thread Brijesh Deo
-Original Message- From: Siddhi Borkar [mailto:siddhi_bor...@persistent.co.in] Sent: 06 March 2013 12:15 To: users@tomcat.apache.org Subject: Error configuring tomcat with ssl certificates Hi, I need help configuring tomcat 6 will ssl certificates. I have been provided

Error within Tomcat

2012-08-01 Thread Carter, Isaac
Has anyone seen this error before or can cast any light on what the issue may be? RuntimeException: Could not create the temp file for upload: /opt/econtent/tomcat/latest/temp/upload***.tmp -Isaac This e-mail and any attachments are intended only for the use

Re: Error within Tomcat

2012-08-01 Thread Daniel Mikusa
- Original Message - Has anyone seen this error before or can cast any light on what the issue may be? RuntimeException: Could not create the temp file for upload: /opt/econtent/tomcat/latest/temp/upload***.tmp Looks like the specified file cannot be created. My first thought would

RE: Error within Tomcat

2012-08-01 Thread Carter, Isaac
Thanks for the input. Just figured out the problem. Permissions weren't set up correctly for the temp directory. -Original Message- From: Daniel Mikusa [mailto:dmik...@vmware.com] Sent: Wednesday, August 01, 2012 1:02 PM To: Tomcat Users List Subject: Re: Error within Tomcat

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Konstantin Kolinko
2012/6/10 Venkata Pavan Kumar Sannisetty sunny...@gmail.com: I am having this strange issue with the tomcat 5.5 and tomcat 6.0 servers. I have two web applications which will be installed on tomcat.When tomcat is started these two web applications also get started simultaneously but sometimes

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Venkata Pavan Kumar Sannisetty
Hi Konstantin Kolinko, Thanks for the response. Can you point out some reference where i can know about this permgen memory leak. I am unable to find good article/material on it to understand furthur. Thanks, Pavan. On 10 June 2012 06:59, Konstantin Kolinko knst.koli...@gmail.com wrote:

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Konstantin Kolinko
2012/6/10 Venkata Pavan Kumar Sannisetty sunny...@gmail.com: Hi Konstantin Kolinko, Thanks for the response. Can you point out some reference where i can know about this permgen memory leak. I am unable to find good article/material on it to understand furthur. It should be somewhere here:

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Venkata Pavan Kumar Sannisetty
Thanks a Lot. On 10 June 2012 14:29, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/6/10 Venkata Pavan Kumar Sannisetty sunny...@gmail.com: Hi Konstantin Kolinko, Thanks for the response. Can you point out some reference where i can know about this permgen memory leak. I am

Re: Socket Error in tomcat, white screen in browser

2012-03-15 Thread morciuch
I had similar problem on Windows Server 2008. After some research, I added the following JVM option to make it work: -Djava.net.preferIPv4Stack=true -- View this message in context: http://tomcat.10.n6.nabble.com/Socket-Error-in-tomcat-white-screen-in-browser-tp2053737p4622960.html Sent from

Re: Socket Error in tomcat, white screen in browser

2012-03-15 Thread Pid *
-- View this message in context: http://tomcat.10.n6.nabble.com/Socket-Error-in-tomcat-white-screen-in-browser-tp2053737p4622960.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-15 Thread basilk
When i have changed url for my app from http://localhost... to http://127.0.0.1... the 403 error has gone. -Исходное сообщение- From: Tim Watts Sent: Monday, November 14, 2011 7:35 PM To: Tomcat Users List Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 On Mon

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-14 Thread Tim Watts
On Mon, 2011-11-14 at 09:56 +0400, bas...@obninsk.com wrote: -Исходное сообщение- From: Tim Watts Sent: Monday, November 14, 2011 9:09 AM To: Tomcat Users List Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 On Mon, 2011-11-14 at 08:17 +0400, bas

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Pid *
On 13 Nov 2011, at 07:07, bas...@obninsk.com bas...@obninsk.com wrote: Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your other app? The manager itself runs ok but starting my app from

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Pid *
On 13 Nov 2011, at 08:46, bas...@obninsk.com bas...@obninsk.com wrote: Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your other app? The manager itself runs ok but starting my app from

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Pid
On 13/11/2011 09:31, bas...@obninsk.com wrote: Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your other app

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your other app? The manager itself runs ok but starting my app from

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Tim Watts
On Mon, 2011-11-14 at 08:17 +0400, bas...@obninsk.com wrote: Can you paste the application web.xml file (inline) into your reply? ?xml version=1.0 encoding=UTF-8? web-app xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns=http://java.sun.com/xml/ns/javaee;

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
-Исходное сообщение- From: Tim Watts Sent: Monday, November 14, 2011 9:09 AM To: Tomcat Users List Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 On Mon, 2011-11-14 at 08:17 +0400, bas...@obninsk.com wrote: Can you paste the application web.xml file (inline

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Igor Cicimov
catalina.policy? On Mon, Nov 14, 2011 at 4:56 PM, bas...@obninsk.com wrote: -Исходное сообщение- From: Tim Watts Sent: Monday, November 14, 2011 9:09 AM To: Tomcat Users List Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 On Mon, 2011-11-14 at 08:17

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
catalina.policy? // These permissions apply to javac grant codeBase file:${java.home}/lib/- { permission java.security.AllPermission; }; // These permissions apply to all shared system extensions grant codeBase file:${java.home}/jre/lib/ext/- { permission

403 error starting tomcat 7.0.22 application on windows 7

2011-11-12 Thread basilk
Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. What seems to be my problem? Thanks.

Re: Error starting Tomcat

2011-10-20 Thread ramsri
. Your help is greatly appreciated. Thank you. -- View this message in context: http://old.nabble.com/Error-starting-Tomcat-tp32338111p32691794.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e

RE: Error starting Tomcat

2011-10-20 Thread Chad.Davis
I have Tomcat7 running. My application which was running just fine under Tomcat5 does not run under Tomcat7. I have created setupclasspath.sh with all the necessary JARs. My Tomcat starts fine and I see the opening page. Even my Axis comes up ok but not my application. I start Tomcat with

Re: Error starting Tomcat

2011-10-20 Thread Pid
On 20/10/2011 20:16, ramsri wrote: Konstantin: I am very glad that I found this thread. For a week I have been struggling with this problem. If this is a new problem, please start a new thread. I have Tomcat7 running. My application which was running just fine under Tomcat5 does not

Bad documentation error on Tomcat 6.0 howto site

2011-09-15 Thread Steve Cohen
There is a bad error on the Tomcat 6.0 documentation website: http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Configuring_Manager_Application_Access They give the 7.0 syntax for manager role names. 6.0 requires manager, not manager-gui or manager-script and it led astray

Re: Bad documentation error on Tomcat 6.0 howto site

2011-09-15 Thread Konstantin Kolinko
2011/9/15 Steve Cohen sco...@javactivity.org: There is a bad error on the Tomcat 6.0 documentation website: http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Configuring_Manager_Application_Access They give the 7.0 syntax for manager role names.  6.0 requires manager, not manager-gui

Re: Bad documentation error on Tomcat 6.0 howto site

2011-09-15 Thread Steve Cohen
On 09/15/2011 07:39 AM, Konstantin Kolinko wrote: 2011/9/15 Steve Cohensco...@javactivity.org: There is a bad error on the Tomcat 6.0 documentation website: http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Configuring_Manager_Application_Access They give the 7.0 syntax for manager

Re: Bad documentation error on Tomcat 6.0 howto site

2011-09-15 Thread Konstantin Kolinko
2011/9/15 Steve Cohen sco...@javactivity.org: 6.0.20. Yes, it is old...  Someone told me that the manager-gui, manager-script stuff was 7.0, I switched it to manager and it worked.  So evidently, this was changed in a later 6.0.x version.  To me, that seems like sort of a major change to

Re: Bad documentation error on Tomcat 6.0 howto site

2011-09-15 Thread Steve Cohen
On 09/15/2011 08:09 AM, Konstantin Kolinko wrote: 2011/9/15 Steve Cohensco...@javactivity.org: 6.0.20. Yes, it is old... Someone told me that the manager-gui, manager-script stuff was 7.0, I switched it to manager and it worked. So evidently, this was changed in a later 6.0.x version.

Re: Error starting Tomcat

2011-09-14 Thread NaveenShan
(LifecycleBase.java:148) ... 17 more Aug 25, 2011 6:00:35 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 215 ms -- View this message in context: http://old.nabble.com/Error-starting-Tomcat-tp32338111p32461187.html Sent from

Re: Error starting Tomcat

2011-09-14 Thread NaveenShan
(LifecycleBase.java:148) ... 17 more Aug 25, 2011 6:00:35 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 215 ms -- View this message in context: http://old.nabble.com/Error-starting-Tomcat-tp32338111p32461189.html Sent from

Re: Error starting Tomcat

2011-09-14 Thread Rudy Gireyev
org.apache.catalina.startup.Catalina start INFO: Server startup in 215 ms -- View this message in context: http://old.nabble.com/Error-starting-Tomcat-tp32338111p32461187.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Error starting Tomcat

2011-08-26 Thread Konstantin Kolinko
2011/8/26 Pratibha S psund...@gmail.com: Hi Konstantin Kolinko, thank you for the reply. Did you mean tomcat/webapps/examples/WEB-INF/lib? No. Do not touch Tomcat installation and return it to its original state. There is no servlet-api.jar there. Please correct me if I got it wrong. You

Re: Error starting Tomcat

2011-08-26 Thread Pratibha S
Hi Konstantin Kolinko, I had copied servlet-api.jar into the tomcat/lib directory while adding external jars. Now I have removed that jar file and any other jar files I have added extra from the tomcat/lib folder. Now, the server is starting. Thank you for the help. Regards, Pratibha On Fri,

Error starting Tomcat

2011-08-25 Thread Pratibha S
Hi, I'm a newbie. I'm unable to start Tomcat from Eclipse Indigo and getting the error below. I checked forums and found that I need to remove servlet.api from CLASSPATH. I removed the entry in the Libraries and also tried removing the file from tomcat/lib. Now, Eclipse is not recognizing

Re: Error starting Tomcat

2011-08-25 Thread Konstantin Kolinko
2011/8/26 Pratibha S psund...@gmail.com: Hi, I'm a newbie. I'm unable to start Tomcat from Eclipse Indigo and getting the error below. I checked forums and found that I need to remove servlet.api from CLASSPATH. I removed the entry in the Libraries and also tried removing the file from

Re: Error starting Tomcat

2011-08-25 Thread Pratibha S
Hi Konstantin Kolinko, thank you for the reply. Did you mean tomcat/webapps/examples/WEB-INF/lib? There is no servlet-api.jar there. Please correct me if I got it wrong. Regards, Pratibha On Thu, Aug 25, 2011 at 6:38 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2011/8/26 Pratibha S

Re: Error in Tomcat 6.0 log4j documentation

2011-06-07 Thread Remon Sadikni
there is an error in the Tomcat 6.0 logging documentation with log4j: http://tomcat.apache.org/tomcat-6.0-doc/logging.html#Using_Log4j For every appender there is a layout missing and in front of conversionPattern there is missing layout.. So for example for the appender CATALINA the right syntax would

  1   2   3   >