Tomcat 5.5.x: Null component

2007-07-12 Thread hezjing
Hi! Got this error when try to start my web application: Jul 12, 2007 2:04:11 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 5329 ms Jul 12, 2007 2:04:26 PM org.apache.commons.modeler.Registry registerComponent SEVERE: Null component

import files question under Tomcat6.0.13

2007-07-12 Thread red phoenix
I tried with c:import to import a struts action,it raises a question,I use Tomcat6.0.13,my directory is follows: C:\tomcat\webapps\struts2-blank-2.0.8 when I use visit http://localhost:8080/struts2-blank-2.0.8/a.jsp it raise following error: The requested resource

Tomcat 5.5.20 terminated unexpectedly

2007-07-12 Thread Darren Kukulka
Hi Tomcaters, We are running an instance of Tomcat 5.5.20 on Windows Server 2003 R2 x64 Standard. The JVM is SUN JDK 1.5.0_10 and the Tomcat.exe has been compiled under 64-bit Windows and is running as a service. On a few occasions the service has stopped abruptly. The only evidence

Re: problem with Tomcat 5.5.17, Axis 2, MySQL 3.1.12, JNDI

2007-07-12 Thread David Smith
I'd recommend dropping the context definition in your server.xml. Under normal conditions you should never have to modify that file except to alter server-wide settings like which ports it listens on. Also looking at your axis2/META-INF/context.xml file, I see the port number is incorrect.

Large file transfer through tomcat?

2007-07-12 Thread Mark Jessop
Hi, I am putting together a site that allows files stored in an external system to be uploaded/downloaded via http. This works absolutely fine, but I am concerned as to what might happen if a user attempts to up/down load gigabyte files. My question is, what happens inside tomcat in these

Re: Tomcat 5.5.x: Null component

2007-07-12 Thread Mark Thomas
hezjing wrote: Any idea of what could be the problem? An invalid log4j configuration? Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Large file transfer through tomcat?

2007-07-12 Thread Mark Thomas
Mark Jessop wrote: In both of these cases, I don't want to have to hold the entire file in a memory buffer before it can be managed. Tomcat will stream the data to/from your Servlet. There will be some small (few K) in memory buffers in the path for efficiency but nothing approaching the entire

Re: problem with Tomcat 5.5.17, Axis 2, MySQL 3.1.12, JNDI

2007-07-12 Thread albert quinn
Hi David !! : Many thanks for your advices. I've tried it. I've dropped the context definition in my server.xml (i'd put it there after reading this tutorial http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html in the Tomcat docs), i've fixed the port number in my

Re: problem with Tomcat 5.5.17, Axis 2, MySQL 3.1.12, JNDI

2007-07-12 Thread David Smith
No problem. One of the typical causes of this error is the Resource ... / element is missing or doesn't match what you've declared in axis2/WEB-INF/web.xml. In your case it could be there's a completing Context ... .../Context definition at conf/Catalina/localhost/axis2.xml? If so, delete

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread André Vila Cova
Hi! I've this two processes: tomcat6404 0.0 2.6 484396 105456 ? Sl 01:05 0:14 /usr/local/java1.5/bin/java -Xms64m -Xmx200m -Xss512k - Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager - Djava.util.logging.conf tomcat6555 0.1 3.8 516420 154452 ? Sl 01:09

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread Bill Au
Take a thread dump of the JVM: http://java.sun.com/developer/technicalArticles/Programming/Stacktrace/ Bill On 7/12/07, André Vila Cova [EMAIL PROTECTED] wrote: Hi! I've this two processes: tomcat6404 0.0 2.6 484396 105456 ? Sl 01:05 0:14 /usr/local/java1.5/bin/java -Xms64m

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread Ingo Krabbe
We happend to have similar problems when starting with tomcat. Our main error was a failing connection to the database, while the connector had it's retry flag on. So the answer to each request was, trying to connect to a unconnectable database until the timeout has been reached, which is

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread André Vila Cova
More information on catalina.out: TP-Processor80 daemon prio=1 tid=0xe0370988 nid=0x1c19 runnable [0xda178000..0xda178fa0] at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at

Re: tomcat 5.5 and jsp 1

2007-07-12 Thread alvaro tovar
i am sorry, i am solved my problem, i delete the work/proyect and run ok. problem with jar. On 7/11/07, Mark Thomas [EMAIL PROTECTED] wrote: alvaro tovar wrote: is posible to configure tomcat 5.5 for use jsp 1 i have application. thanks What happens if you just deploy it? Mark

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread André Vila Cova
Lot of waits... Could you help me? http-8085-Processor24 daemon prio=1 tid=0x082f1378 nid=0x19c6 in Object.wait() [0xde118000..0xde118e20] at java.lang.Object.wait(Native Method) - waiting on 0xe619f748 (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable) at

Re: Large file transfer through tomcat?

2007-07-12 Thread Jake Alley
I've run into a problem with this. If a session times out, and someone comes back to post say a wiki page that they've been working on, it causes a problem. Is there any way of dealing with this? Logging people off automatically obviously won't work, because that's what's effectively

Re: Tomcat 5.5.20 terminated unexpectedly

2007-07-12 Thread Jake Alley
Tomcat does this to me periodically, but it almost always involves some problematic code I'm running. The only way I know of debugging it is to search your access logs for the last pages that have been accessed and work backwards with log entries in your code to see where the server is

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread Ingo Krabbe
Am Donnerstag, 12. Juli 2007 19:12 schrieb André Vila Cova: Lot of waits... Could you help me? http-8085-Processor24 daemon prio=1 tid=0x082f1378 nid=0x19c6 in Object.wait() [0xde118000..0xde118e20] at java.lang.Object.wait(Native Method) - waiting on 0xe619f748 (a

Re: How do I unsubscribe ?

2007-07-12 Thread Siraj Haider
Hi, can you unsubscribe me too. -Siraj Sunitha Kumar (sunithak) wrote: Hi Mark., could you also unsubscribe me? thnx -sunitha -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 11, 2007 5:25 AM To: Tomcat Users List; [EMAIL PROTECTED]

RE: Tomcat - All threads (200) are currently busy

2007-07-12 Thread Caldarale, Charles R
From: Ingo Krabbe [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat - All threads (200) are currently busy http-8085-Processor24 daemon prio=1 tid=0x082f1378 nid=0x19c6 in Object.wait() [0xde118000..0xde118e20] at java.lang.Object.wait(Native Method) - waiting on

Re: How do I unsubscribe ?

2007-07-12 Thread tomcat
My old account was unsubscribed and deleted in a few minutes. Then I created a new account and resubscribed the new account. It took all of 1 hour from start to finish. The old account was getting spammed to DETH! Now I use it to harvest my block list! Get yourself an email client that will

RE: problem I don't know how to summarize for this subject line

2007-07-12 Thread Nelson, Tracy M.
| From: Steve Sweet [mailto:[EMAIL PROTECTED] | Sent: Wednesday, 11 July, 2007 15:02 | | The original developer does | not experience this on his system which limits his ability to help me | figure it out. | | I am not a complete newbie with Tomcat but my experience to date has | been pretty

memory tomcat

2007-07-12 Thread alvaro tovar
hi all, i am trying of configurate mi tomcat, but i have 2 question, is posible to configurate tomcat for use 3 gb i actually have the memory in 1.5but i don't know if are a limit, and the other tomcat reserve the memory when starts or when his need this. i have this in catalina.bat ...

Re: memory tomcat

2007-07-12 Thread alvaro tovar
the server has 8gb of ram. On 7/12/07, alvaro tovar [EMAIL PROTECTED] wrote: hi all, i am trying of configurate mi tomcat, but i have 2 question, is posible to configurate tomcat for use 3 gb i actually have the memory in 1.5 but i don't know if are a limit, and the other tomcat reserve the

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread Christopher Schultz
Ingo, Ingo Krabbe wrote: Am Donnerstag, 12. Juli 2007 19:12 schrieb André Vila Cova: http-8085-Processor24 daemon prio=1 tid=0x082f1378 nid=0x19c6 in Object.wait() [0xde118000..0xde118e20] at java.lang.Object.wait(Native Method) - waiting on 0xe619f748 (a

Re: memory tomcat

2007-07-12 Thread Christopher Schultz
Alvaro, alvaro tovar wrote: i am trying of configure my tomcat, but i have 2 questions. [1)] is [it] possible to configure tomcat for use 3 gb? Maybe. Most 32-bit JVMs can't actually give you 3GB of heap space. You'll probably be limited to somewhere between 1.5 - 2.0GB. If you have a 64-bit

Re: Tomcat - All threads (200) are currently busy

2007-07-12 Thread Leon Rosenberg
Stupid question: 1. are you using keep alive? 2. how many users are actually on? regards Leon On 7/13/07, Christopher Schultz [EMAIL PROTECTED] wrote: Ingo, Ingo Krabbe wrote: Am Donnerstag, 12. Juli 2007 19:12 schrieb André Vila Cova: http-8085-Processor24 daemon prio=1 tid=0x082f1378

Re: How do I unsubscribe ?

2007-07-12 Thread Adriana Suarez
Can u unsuscribe my email too? I've been trying and I have no have success. Thanks On 7/12/07, tomcat [EMAIL PROTECTED] wrote: My old account was unsubscribed and deleted in a few minutes. Then I created a new account and resubscribed the new account. It took all of 1 hour from start to

Unsubscribe not working

2007-07-12 Thread john.lonergan
Please do me too. Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail

Re: memory tomcat

2007-07-12 Thread alvaro tovar
hi, thanks for your answer, i think that i have to questions in solaris, is a solaris sparc, but, if the manager application show Free memory: 3000 MB Total memory: 3000 MB Max memory: 3000 MB then tomcat have 3000?, if true then i can put 3 gb in my tomcat. thanks and sorry for my english

Re: How do I unsubscribe ?

2007-07-12 Thread David Smith
Please follow the advice in the thread and send these requests to user-owner (at) tomcat.apache.org. Thanks. --David Adriana Suarez wrote: Can u unsuscribe my email too? I've been trying and I have no have success. Thanks On 7/12/07, tomcat [EMAIL PROTECTED] wrote: My old account was

Re: Unsubscribe not working

2007-07-12 Thread David Smith
Please follow the advice from Mark Thomas and send an email to user-owner (at) tomcat.apache.org if the standard unsubscribe isn't working. --David [EMAIL PROTECTED] wrote: Please do me too. Visit our website at http://www.ubs.com This message contains confidential information and is

Re: Tomcat 5.5.x: Null component

2007-07-12 Thread hezjing
The dummy\WEB-INF\classes\log4j.properties contains the following, log4j.rootLogger=ALL, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d{/MM/dd HH:mm:ss} %5p [%t] %C{1}

Re: How to replace jar which was already loaded?

2007-07-12 Thread santa T
Thanks 2007/7/10, David Delbecq [EMAIL PROTECTED]: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html -- reloadable Set to true if you want Catalina to monitor classes in /WEB-INF/classes/ and /WEB-INF/lib for changes, and automatically reload the web application if a change is