RE: manager outofmemory exception

2005-10-11 Thread Enrique Rodriguez
Thanks, i will try to set maxpermsize to 256m Regards, Enrique. El mar, 11-10-2005 a las 17:11 +0100, Peter Crowther escribió: > > From: Enrique Rodriguez [mailto:[EMAIL PROTECTED] > > What i don't understand is that I "sometimes" get OutOfMemoryException > > when i upload new aplitications to

RE: manager outofmemory exception

2005-10-11 Thread Caldarale, Charles R
> From: Enrique Rodriguez [mailto:[EMAIL PROTECTED] > Subject: manager outofmemory exception > > What i don't understand is that I "sometimes" get OutOfMemoryException > when i upload new aplitications to the tomcat using the manager. Search the archives - this

Re: manager outofmemory exception

2005-10-11 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/memory.html#why -Tim Enrique Rodriguez wrote: I know this is a very common issue but i want to be sure about it. I have 5 tomcats on a 8Gb RAM machine. The number of applications installed on tomcats are 5 to 15. All the tomcat run with -Xms128M -Xmx512M b

RE: manager outofmemory exception

2005-10-11 Thread Peter Crowther
> From: Enrique Rodriguez [mailto:[EMAIL PROTECTED] > What i don't understand is that I "sometimes" get OutOfMemoryException > when i upload new aplitications to the tomcat using the manager. > > I Profiled my aplication and i don't have any memory issue. Just to check: Did your profiling includ

manager outofmemory exception

2005-10-11 Thread Enrique Rodriguez
I know this is a very common issue but i want to be sure about it. I have 5 tomcats on a 8Gb RAM machine. The number of applications installed on tomcats are 5 to 15. All the tomcat run with -Xms128M -Xmx512M but the manager aplication never show JVM memory higger than 128 This is the JVM memory

Re: Exception loading custom Realm

2005-10-10 Thread Larry Meadors
t; > > On 10/10/05, Surya Mishra <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > I created my own realm by extending UserDatabaseRealm. But when I start > > the > > > tomcat server, I get the following exception. If I use >

Re: Exception loading custom Realm

2005-10-10 Thread Surya Mishra
e did you put the classes? They have to go in either common/lib, > or server/lib. > > Larry > > On 10/10/05, Surya Mishra <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I created my own realm by extending UserDatabaseRealm. But when I start > the > > tomcat se

Re: Exception loading custom Realm

2005-10-10 Thread Larry Meadors
Where did you put the classes? They have to go in either common/lib, or server/lib. Larry On 10/10/05, Surya Mishra <[EMAIL PROTECTED]> wrote: > Hi, > > I created my own realm by extending UserDatabaseRealm. But when I start the > tomcat server, I get the following e

Exception loading custom Realm

2005-10-10 Thread Surya Mishra
Hi, I created my own realm by extending UserDatabaseRealm. But when I start the tomcat server, I get the following exception. If I use UserDatabaseRealm, everything works fine. That means Tomcat can and does load the UserDatabaseRealm class without any problem. java.lang.NoClassDefFoundError

Re: JspC exception with log4j in WEB-INF/lib

2005-10-10 Thread Artur Brinkmann
But as soon as I put log4j-1.2.9.jar into my WEB-INF/lib directory, it doesn't work any more. I get the following exception: [jasper2] java.lang.NullPointerException [jasper2] at org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:220) After build

RE: JspC exception with log4j in WEB-INF/lib [255729:132231]

2005-10-07 Thread RTE - Meridian Club
"Artur Brinkmann" <[EMAIL PROTECTED]> > Received: 10/7/2005 2:27 PM > To: "" > Subject: JspC exception with log4j in WEB-INF/lib > > I'm trying to use the Jspc ant task to precompile JSP pages. It's almost > working except for one problem. I made a min

JspC exception with log4j in WEB-INF/lib

2005-10-07 Thread Artur Brinkmann
nto my WEB-INF/lib directory, it doesn't work any more. I get the following exception: [jasper2] java.lang.NullPointerException [jasper2] at org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:220) [jasper2] at org.apache.jasper.JspC.processFil

Re: exception in session handling

2005-10-06 Thread Mark Thomas
Ronald Klop wrote: Hello, Is it normal that the session is invalidated before the valueUnbound handlers are called? The spec is your friend. ...For sessions that are invalidated or expire, notifications are sent after the session has been invalidated or expired... Mark --

Re: exception in session handling (extra info)

2005-10-06 Thread Ronald Klop
I'm testing 5.5.12 here on java 1.5 on linux 2.6. My SessionList is a list of session id's which I keep to count the sessions. Ronald. On Thu Oct 06 15:19:00 CEST 2005 Tomcat Users List wrote: Hello, Is it normal that the session is invalidated before the valueUnbound handlers are called?

exception in session handling

2005-10-06 Thread Ronald Klop
Hello, Is it normal that the session is invalidated before the valueUnbound handlers are called? Ronald. java.lang.IllegalStateException: getId: Session already invalidated at org.apache.catalina.cluster.session.DeltaSession.getId(DeltaSession.java:335) at org.apache.catalina.c

Re: tomcat start exception

2005-09-26 Thread Jun Zhu
Thanks very much for your big help. After adding the attribute, catalina.out has no exception when server startup. But the same exception now is appearing when server shutdown. In addition, if I try to access server's manager page, catalina.out records exception as: An excepti

Re: tomcat exception handling

2005-09-26 Thread James Cowan
thanks. that is what I am looking for. James - Original Message - From: "Alon Belman" <[EMAIL PROTECTED]> To: "Tomcat Users List" ; "James Cowan" <[EMAIL PROTECTED]> Sent: Friday, September 23, 2005 10:41 PM Subject: Re: tomcat exception hand

Re: tomcat start exception

2005-09-24 Thread Bill Barker
If you add the attribute channelSocket.soLinger="-1" to your AJP/1.3 element in server.xml, it should make the error go away. It's beyond me why Sun has decided to throw an exception here. "Jun Zhu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] &g

Re: tomcat exception handling

2005-09-23 Thread Alon Belman
t version of tomcat are you using? > > James > - Original Message - > From: "Jilles van Gurp" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Thursday, September 22, 2005 5:33 PM > Subject: Re: tomcat exception handling > > > > s

tomcat start exception

2005-09-23 Thread Jun Zhu
via IE browser, but when click on Tomcat Manager, just got a blank page. I got exception in catalina.out as: WARNING: Exception executing accept java.net.SocketException: Invalid argument at java.net.PlainSocketImpl.socketSetOption(Native Method) at

Re: tomcat exception handling

2005-09-23 Thread James Cowan
:33 PM Subject: Re: tomcat exception handling > swallowoutput=true in your context should help > > Jilles > > James Cowan wrote: > > Hi > > > > How do I suppress the stack trace from exception handling globally (i.e. not > > using an errorPage directive)? > &g

Re: tomcat exception handling

2005-09-22 Thread Jilles van Gurp
swallowoutput=true in your context should help Jilles James Cowan wrote: Hi How do I suppress the stack trace from exception handling globally (i.e. not using an errorPage directive)? I have tried setting the Verbosity of the Logger elements in the server.xml (for Tomcat 5.0.28) to 0 but

tomcat exception handling

2005-09-22 Thread James Cowan
Hi How do I suppress the stack trace from exception handling globally (i.e. not using an errorPage directive)? I have tried setting the Verbosity of the Logger elements in the server.xml (for Tomcat 5.0.28) to 0 but this does not seem to stop stack trace. A simple jsp like this: <%

Automatically Quit from Tomcat if Exception found (Out of Memory Exception)

2005-09-21 Thread NoKideen
Hi, I just worried that my tomcat hangs, if my Probelm Out of Memory occurs, then there will no ways I can stop Tom cat else than use #kill -9 in my Linux, what can I do in TOmcat so if those out of memory problem occurs, tomcat will quit by it self, then I can prepate in my /etc/init.

cluster exception - please explain

2005-09-13 Thread John MccLain
Exception in thread "Cluster-MembershipReceiver" java.lang.OutOfMemoryError: Jav a heap space I am getting the above error. Can someone tell me why?? I am running tomcat5.5 with a jsdk1.5.0_04 on windows xp How can I fix this? John McClain Senior Software Engineer TCS Healthc

RES: ClassNotFoundException - common/lib works, shared/lib gets exception

2005-09-12 Thread Paulo Alvim
gets exception So that I avoid "already loaded" classloader problems with jar's that front native library calls via JNI, I am following the pattern of putting the jars into "shared/lib". However, I get a ClassNotFoundException. If I put this into "CATALINA_HOME

Unexpected Jasper Exception

2005-09-12 Thread A. Alonso Dominguez
Hi there! I'm developing a web application covered inside a security manager. The problem is that I left the right permissions to the commons libraries and now the jasper compiler can not initialize the tlds cache. This the exception: org.apache.jasper.JasperException: Unable to initi

RE: Malformed URL Exception: unknown protocol: c

2005-08-26 Thread Jay Burgess
Then I'm at loss as to what the issue is. The fact that it works in some cases, and not others, has me puzzled. I'd suggest digging into the javax.xml source and see if you can figure out the condition that throws the exception, etc. And I'm still not fully clear on whether our &

Re: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Franklin Phan
: Malformed URL Exception: unknown protocol: c To make things a bit more puzzling, I have a different app inside the same Tomcat 4.1.18 that uses the same XSL Transform class under its own web app context. That app works without a hitch. Why is that? Jay Burgess wrote: First, I assume you mea

Re: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Franklin Phan
TestData.xml". Can anyone explain why mine works and Franklin's fails? Maybe I'm missing something obvious. Jay | Jay Burgess [Vertical Technology Group] | "Essential Technology Links" | http://www.vtgroup.com/ -Original Message- From: Mark Thomas [mailto:[E

RE: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Jay Burgess
[mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 4:52 PM To: Tomcat Users List Subject: Re: Malformed URL Exception: unknown protocol: c To make things a bit more puzzling, I have a different app inside the same Tomcat 4.1.18 that uses the same XSL Transform class under its own web app

Re: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Franklin Phan
AIL PROTECTED] Sent: Thursday, August 25, 2005 4:21 PM To: Tomcat Users List Subject: Re: Malformed URL Exception: unknown protocol: c I assume becuase the url you pass it starts c:\ as that is the start of the XML_WORK_PATH. You need to prefix it with file:/// (or however many slashes you need to g

RE: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Jay Burgess
.com/ -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 4:21 PM To: Tomcat Users List Subject: Re: Malformed URL Exception: unknown protocol: c I assume becuase the url you pass it starts c:\ as that is the start of the XML_WORK_PATH. You

Re: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Mark Thomas
;\\" + xslParam)); //xslParam is an XSL file name The Malformed URL Exception does not occur on another machine running Windows XP Server. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Franklin Phan
.transform.stream.StreamSource(getServletContext().getRealPath(XML_WORK_PATH) + "\\" + xslParam)); //xslParam is an XSL file name The Malformed URL Exception does not occur on another machine running Windows XP Server. - To un

httpConnector exception

2005-08-24 Thread Schuetze, Matthew
Greetings folks, I am a first time poster. I am using Tomcat 4.1.27 on AIX. I have one customer that observes Tomcat falling into a state of unresponsiveness, cleared only by a restart of the Tomcat java process. The symptom of the problem is that after several hours of inactivity, the ability to

Exception when using TLD files in JAR files included with web application

2005-08-23 Thread Seva Popov
Hi, I am evaluating the migration to Tomcat from Resin and encounted the following problem. The following exception is raised when I am trying to use tag libraries packaged as JAR files in the web application with both Tomcat 5.5.9 or 5.5.11 (I have the JAR file with the tld in META-INF/tlds

Re: JspC compile exception in tomcat-deployer 5.5.10

2005-08-16 Thread Remy Maucherat
On 8/16/05, Bernhard Slominski <[EMAIL PROTECTED]> wrote: > Hi Richard, > > the problem is that your classpath for the jasper path is not correct. > So this Null Pointer exception actually means that some class was not found. > Note that you need all the tomcat libraries in

AW: JspC compile exception in tomcat-deployer 5.5.10

2005-08-16 Thread Bernhard Slominski
Hi Richard, the problem is that your classpath for the jasper path is not correct. So this Null Pointer exception actually means that some class was not found. Note that you need all the tomcat libraries in your jaser classpath, as well as your libs as well. I post you my script, which is working

JspC compile exception in tomcat-deployer 5.5.10

2005-08-15 Thread Richard Mixon (qwest)
Hello,   I am using the jakarta-tomcat-5.5.10-deployer to deploy my customized war file to tomcat. When I have it do the "compile" target so it pre-compiles the JSP's I get the exception below (its sort of long). I've got the source and can see that it is happening as i

Re: tomcat exception of broken pipes

2005-08-10 Thread Christoph Kutzinski
: Hi All, Any inputs/suggestions please.. Best regards, --Shashi From: Shashidhar Vutukuru (WT01 - Computing Systems & Storage) Sent: Wednesday, August 10, 2005 3:08 PM To: 'tomcat-user@jakarta.apache.org' Subject: tomcat exception of broken pi

tomcat exception of broken pipes

2005-08-10 Thread shashidhar.vutukuru
Hi All, Any inputs/suggestions please.. Best regards, --Shashi From: Shashidhar Vutukuru (WT01 - Computing Systems & Storage) Sent: Wednesday, August 10, 2005 3:08 PM To: 'tomcat-user@jakarta.apache.org' Subject: tomcat exception of broken

tomcat exception of broken pipes

2005-08-10 Thread shashidhar.vutukuru
hi, I click and browse through some of the features in application, often I get the following error in the catalina.out. I really do not understand the cause of the problem. the error is : Aug 10, 2005 2:10:28 AM org.apache.jk.server.JkCoyoteHandler action SEVERE: Error in action code java.net.

Re: TC 5.5.9 TLD exception thrown

2005-08-09 Thread David Wall
I discovered the problem was that the TLD XML has also changed, so by getting rid of the DOCTYPE declaration and using the new taglib start, all was okay (it would have been nice to have a better error message to clue me in). http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001

TC 5.5.9 TLD exception thrown

2005-08-08 Thread David Wall
I am receiving the following TLD processing exception in Tomcat 5.5.9 under JDK 1.5 (this application has worked well under TC 4). I am using a security manager (via catalina.policy). The TLD file parses just fine in Eclipse 3.1 and using XMLSpy, so I'm not sure why there's a pro

Re: Exception during the startup!

2005-08-08 Thread Jon Wingfield
The key info in the stracktrace is: root cause java.lang.NoClassDefFoundError: org/apache/xalan/templates/OutputProperties at com.test.wmtool.gui.SessionHelper.saveState(Unknown Source) The SessionHelper class uses Xalan classes that the webapp classloader cannot find at runtime. This

Exception during the startup!

2005-08-08 Thread Tewari,kuldeep
Hi, When I try to run my jsp , I get following error message: javax.servlet.ServletException: org/apache/xalan/templates/OutputProperties at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:680) at org.apache.jsp.index_jsp._jspService(index_jsp

Exception initializing TldLocationsCache: zip file closed

2005-08-04 Thread IndianAtTech
Hi All, What is this Bug?? Exception initializing TldLocationsCache: zip file closed This exception wasn't logged till yesterday. What ever the log messages I have in my Java classess, I am not able to see them and find the above specified error in log file. I am using tomcat 4.3.2 and m

Re: Exception when starting Tomcat 4

2005-08-03 Thread Anoop kumar V
C:\Program Files\Java\j2sdk1.4.2_08 > Initializing jdb ... > run startup > run startup > Set uncaught java.lang.Throwable > Set deferred uncaught java.lang.Throwable > > VM Started: > Exception occurred: java.lang.ClassNotFoundException > (uncaught)"thread=main", java

Exception when starting Tomcat 4

2005-08-02 Thread Ming Han
\Java\j2sdk1.4.2_08 Initializing jdb ... run startup run startup Set uncaught java.lang.Throwable Set deferred uncaught java.lang.Throwable VM Started: Exception occurred: java.lang.ClassNotFoundException (uncaught)"thread=main", java.net.URLClassLoader$1.run(), line=199 bci=72 May i k

Re: 5.5.10 cluster exception

2005-07-28 Thread Dennis
tomcat-dev. No >problem with membership and multicast, no exception. > >So there must be something more than just differently sized IP address >strings. > > Well, I forgot to mention something important. I'm using the BEA JRockit jvm and I'm betting they've done some ki

Re: 5.5.10 cluster exception

2005-07-28 Thread Rainer Jung
Hi Dennis, i tried with 15/conf/server.xml:tcpListenAddress="192.168.0.180" 25/conf/server.xml:tcpListenAddress="192.168.0.30" and otherwise the same cluster config which you posted on tomcat-dev. No problem with membership and multicast, no

Re: 5.5.10 cluster exception

2005-07-28 Thread Dennis
Well, I'll move this discussion over to the user thread then.. See below. Remy Maucherat wrote: > Dennis wrote: > >> I'm working with the cvs tagged 5.5.10 version of tomcat to check out >> some clustering fixes. >> >> When I bring a 2nd server into

Re: org.apache.catalina.util.ParameterMap.put exception

2005-07-14 Thread cristi
Are u trying to redirect the user to another page from Hello?? Probably u can try using response.sendRedirect instead to redirect the user? Yes. Hello is a servlet. The last action in my servlet is to call RequestDispatcher.forward() to a jsp which is creating the HTML page. Do you have an

Re: org.apache.catalina.util.ParameterMap.put exception

2005-07-14 Thread Foo Shyn
- Original Message - From: "cristi" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, July 14, 2005 5:01 PM Subject: org.apache.catalina.util.ParameterMap.put exception > Hello all > > I receive the following exception in a non determ

org.apache.catalina.util.ParameterMap.put exception

2005-07-14 Thread cristi
Hello all I receive the following exception in a non deterministic manner. The reader should understand that the exception is not thrown due to my direct action on a ParameterMap instance. Is there any possibility of knowing what to do in this case ? - BEGIN EXCEPTION - HTTP Status 500

Re: Getting DBCP Exception

2005-06-14 Thread Jon Wingfield
onfiguration.html HTH, Jon Anto Paul wrote: On 6/14/05, ajay kumar <[EMAIL PROTECTED]> wrote: Hi Everybody, This is Ajay Kumar.I implemented DBCP through tomcat container.Some times when i run the webpages it is giving the following Exception: org.apache.commons.dbcp

Re: Getting DBCP Exception

2005-06-13 Thread Anto Paul
On 6/14/05, ajay kumar <[EMAIL PROTECTED]> wrote: > Hi Everybody, > > This is Ajay Kumar.I implemented DBCP through tomcat > container.Some times when i run the webpages it is giving the > following Exception: > > org.apache.commons.dbcp.DbcpException: ja

Getting DBCP Exception

2005-06-13 Thread ajay kumar
Hi Everybody, This is Ajay Kumar.I implemented DBCP through tomcat container.Some times when i run the webpages it is giving the following Exception: org.apache.commons.dbcp.DbcpException: java.sql.SQLException: Server connection failure during transaction. Attempted reconnect 3

Re: An unexpected exception has been detected in native code outside the VM.

2005-05-26 Thread Nikola Milutinovic
because of the Application, so I really need to get this Version working. Can anybody tell me what this log file is saying?? Any info would be much appreciated. Thanks, cat hs_err_pid2578.log An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred a

Re: An unexpected exception has been detected in native code outside the VM.

2005-05-26 Thread Will Hartung
the traceback information, I > really don't know where to start looking > We're locked into versions because of the Application, so I really need to > get this Version working. > Can anybody tell me what this log file is saying?? > Any info would be much appreciated.

An unexpected exception has been detected in native code outside the VM.

2005-05-26 Thread David B Sullivan
o I really need to get this Version working. Can anybody tell me what this log file is saying?? Any info would be much appreciated. Thanks, cat hs_err_pid2578.log An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0xEF8EDD88 Function=[U

Stops loading JSP Page without any Exception generated in the Console Windows

2005-05-21 Thread Chirag
Software - tomcat 5.5.2 JDK 1.5 IE 6.0SP1 Problem The JSP Page stops loading the page after a specific line and don't know the reason behind it.It does not throws any Exception in the console window and nothing happens JSP Code -- <[EMAIL P

Re: DBCP Exception

2005-05-20 Thread Parsons Technical Services
omcat version are you running? Doug - Original Message - From: "Joy Kenneth Harry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 20, 2005 8:40 AM Subject: DBCP Exception Hi, Can you tell why I am getting this exception. SEVERE: Null component Catalina:

DBCP Exception

2005-05-17 Thread Joy Kenneth Harry
Hi, Can anyone tell why I am getting this exception. SEVERE: Null component Catalina:type=DataSource,path=/,host=localhost,class=javax.sql.DataSourc e, name="jdbc/oracle" Thanks Joy Kenneth Harry Infosys Tech Ltd --

DBCP Exception

2005-05-11 Thread Joy Kenneth Harry
Hi, Can anyone tell why I am getting this exception. SEVERE: Null component Catalina:type=DataSource,path=/,host=localhost,class=javax.sql.DataSourc e, name="jdbc/oracle" Thanks Joy Kenneth - To unsubscribe, e-ma

DBCP Exception

2005-05-10 Thread Joy Kenneth Harry
Hi, Can anyone tell why I am getting this exception. SEVERE: Null component Catalina:type=DataSource,path=/,host=localhost,class=javax.sql.DataSourc e, name="jdbc/oracle" Thanks Joy Kenneth - To unsubscribe, e-ma

DBCP Exception

2005-05-10 Thread Joy Kenneth Harry
Hi, Can anyone tell why I am getting this exception. SEVERE: Null component Catalina:type=DataSource,path=/,host=localhost,class=java x.sql.DataSource,name="jdbc/oracle" Thanks Joy Kenneth

ClassNotFoundException - common/lib works, shared/lib gets exception

2005-05-07 Thread Rich Mayfield
So that I avoid "already loaded" classloader problems with jar's that front native library calls via JNI, I am following the pattern of putting the jars into "shared/lib". However, I get a ClassNotFoundException. If I put this into "CATALINA_HOME/common/lib", everything works fine. It's my im

ClassNotFoundException - common/lib works, shared/lib gets exception

2005-05-07 Thread Rich Mayfield
So that I avoid "already loaded" classloader problems with jar's that front native library calls via JNI, I am following the pattern of putting the jars into "shared/lib". However, I get a ClassNotFoundException. If I put this into "CATALINA_HOME/common/lib", everything works fine. It's my i

Re: strange exception - need advise

2005-05-05 Thread Igor
, response.setBufferSize(10); in the beggining of the page. Then error page will work properly with this modification, so you will be able to see exception in log. Thank you, Igor - Original Message - From: "Guy Katz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Th

RE: strange exception - need advise

2005-05-05 Thread Guy Katz
thanks. so what should i look for to solve this? -Original Message- From: Igor [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 11:41 AM To: tomcat-user@jakarta.apache.org Subject: Re: strange exception - need advise Hello! I think, that when exception occurs, something has

Re: strange exception - need advise

2005-05-05 Thread Igor
Hello! I think, that when exception occurs, something has already been written to output stream. Tomcat tries to redirect to error page, but it cannot do it, because something was written. Thank you, Igor - Original Message - From: "Guy Katz" <[EMAIL PROTECTED]> To: &q

strange exception - need advise

2005-04-30 Thread Guy Katz
hi; i keep getting this exception below (tomcat 5.0.30). can anybody shed some light on this? my error page configuration is as follows: java.lang.Exception /faces/error.jsp 404 /faces/error.jsp 403 /faces/error.jsp 500 /faces/error.jsp thanks

graph.jsp exception non-j2sdk as JAVA_HOME

2005-04-14 Thread mel kravitz
gnal based exception detection - copying garbage collection - bidirectional object layout - direct-threaded interpreter javac -version: Jikes Compiler - Version 1.22 - 3 October 2004 Copyright (C) IBM Corporation 1997-2003, 2004. - Licensed Materials - Program Property of IBM - All Rights Reserved.

Premature EOF exception.

2005-04-06 Thread Josh Berry
I apologize if this is addressed elsewhere, I have been unable to find any answers, though. Hopefully, I am just investigating the wrong question. We are currently running some applications that hit a web application being served by Tomcat and under heavy load we are receiving a Premature EOF in

Re: Tomcat shutdown exception

2005-04-04 Thread Tim Funk
hrown. But, after I have used the MySQL connection in my web service program, Tomcat throws the exception I've added beneath (which doesn't happen e.g. with a jsp page). Does anyone have any idea why this should be happening? Thanks. Madeleine This is the exception thrown when Tomc

Tomcat shutdown exception

2005-04-03 Thread MKW
nnect successfully. At the end of my web service I close the Connection Statement, ResultSet and Context instances with no problems - no exceptions are thrown. But, after I have used the MySQL connection in my web service program, Tomcat throws the exception I've added beneath (which doesn&#x

RE: "Too many open files" exception

2005-03-14 Thread George Sexton
: 303 438 9585 > -Original Message- > From: Moderate Extremist [mailto:[EMAIL PROTECTED] > Sent: Friday, March 11, 2005 5:38 AM > To: tomcat-user@jakarta.apache.org > Subject: "Too many open files" exception > > A coworker of mine had a Tomcat-driven

RE: Exception on JDBCRealm Authorization

2005-03-13 Thread alexander dosher
Jerry, for definitive answers you'll probably want one of the developers - but here's my take, with big doses of IMHO & YMMV... Has Tomcat acknowledged this and agreed that it will be fixed in 5.5.8? M. Maucherat suggests, in the thread i referenced earlier, that he has fixed it in 5.5.8 Any ETA f

RE: Exception on JDBCRealm Authorization

2005-03-12 Thread J Malcolm
Jerry -Original Message- From: alexander dosher [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 9:18 PM To: Tomcat Users List Subject: Re: Exception on JDBCRealm Authorization "J Malcolm" <[EMAIL PROTECTED]> sez: > Just moved to 5.5.7. After the server runs for

Re: Exception on JDBCRealm Authorization

2005-03-11 Thread alexander dosher
"J Malcolm" <[EMAIL PROTECTED]> sez: Just moved to 5.5.7. After the server runs for several hours, I start getting the following exception on JDBCRealm access. hello. i've just worked through the same problem in the past week, and with the help of the list (thanks Re

Exception on JDBCRealm Authorization

2005-03-11 Thread J Malcolm
Just moved to 5.5.7. After the server runs for several hours, I start getting the following exception on JDBCRealm access. After restarting the server, it works for a while, then starts failing again. The exception dump doesn't give a whole lot of information to go on. I did not upda

RE: "Too many open files" exception

2005-03-11 Thread Dale, Matt
Sounds like you need to up the number of open files allowed at the operating system level. Ta Matt -Original Message- From: Moderate Extremist [mailto:[EMAIL PROTECTED] Sent: 11 March 2005 12:38 To: tomcat-user@jakarta.apache.org Subject: "Too many open files" exception A c

"Too many open files" exception

2005-03-11 Thread Moderate Extremist
A coworker of mine had a Tomcat-driven site switched over to JVM 1.4.2 from JVM 1.3.1. He got an email from the client about two hours later saying they were getting a bunch of errors: Internal Servlet Error: javax.servlet.ServletException: common.cException: common.cException: java.io.FileNotFoun

Re: Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-05 Thread Ole Ersoy
gurations > > Doug > > - Original Message - > From: "Ole Ersoy" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > > Sent: Friday, March 04, 2005 9:45 AM > Subject: Re: Tomcat 5.5.8 Postgresql 7.4.6 No > suitable driver exception > &

Re: Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-04 Thread Parsons Technical Services
ource-examples-howto.html#Database%20Connection%20Pool%20(DBCP)%20Configurations Doug - Original Message - From: "Ole Ersoy" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, March 04, 2005 9:45 AM Subject: Re: Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver

Re: Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-04 Thread Ole Ersoy
ATALINA_TMPDIR: > > >/usr/local/jakarta-tomcat-5.5.7/temp > > >Using JRE_HOME: /usr/java/jdk1.5.0 > > >Mar 3, 2005 10:22:45 PM > > >org.apache.coyote.http11.Http11Protocol init > > >INFO: Initializing Coyote HTTP/1.1 on http-8080 &g

Re: Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-04 Thread Ole Ersoy
tandardService start > >INFO: Starting service Catalina > >Mar 3, 2005 10:22:45 PM > >org.apache.catalina.core.StandardEngine start > >INFO: Starting Servlet Engine: Apache Tomcat/5.5.7 > >Mar 3, 2005 10:22:45 PM > >org.apache.catalina.core.StandardHost start > >INF

Re: Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-04 Thread David Smith
at classpath resource Mar 3, 2005 10:22:47 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 1701 ms Mar 3, 2005 10:23:29 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp thr

Tomcat 5.5.8 Postgresql 7.4.6 No suitable driver exception

2005-03-03 Thread Ole Ersoy
pache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Mar 3, 2005 10:22:47 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 1701 ms Mar 3, 2005 10:23:29 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp

Re: My jsp file interrupt when it met the exception

2005-02-22 Thread Nap
Sorry for my description's not clear.I want to output the simple exception information to the user and the detail to my log.But sometimes when I do not enlarge the buffer(1024kb is too large but it ensure the buffer is sufficient),my jsp program show the exception while the other time

Re: My jsp file interrupt when it met the exception

2005-02-22 Thread Gaurav Vaish
> When my jsp file met the exception,sometimes it stopped outputed the > exception Hi Nap, Why do you want to output the full exception on the browser? Why not just log it at the server-side and present the user (read: browser) with a simple error information. btw, what's

My jsp file interrupt when it met the exception

2005-02-22 Thread Nap
When my jsp file met the exception,sometimes it stopped outputed the exception message,but the other time it only stopped.Only when I write "<[EMAIL PROTECTED] buffer="1024kb" autoFlush="false"%>" it output the message.How can I avoid the enlarge the buff

JspC exception

2005-02-14 Thread Jagadeesha T
Hi, JspC error while doing PreCompilation, I 'am using ant 1.6.2 and tomcat 5. When I call jspc from ant it is thworing invaid cast exception. In JspRunTimeContext class. It is getting the current thread classloader and casting to URL classloader.. parentClassL

jspc classcasst exception: error while casting ANTClassloader to URLclassLoader

2005-02-11 Thread Jagadeesha T
Hi all, it is throwing ClassCastexception in JSPRuntimeCOntext class when casting ANTClassLoader class to URLCLassLoader. I don't whether it is a bug. or configuration problems. Regards, Jagga - Do you Yahoo!? Yahoo! Search presen

Re: outOfMemory exception under high load

2005-02-08 Thread Oleg
TED]> wrote: > > From: Dale, Matt [mailto:[EMAIL PROTECTED] > > Subject: RE: outOfMemory exception under high load > > > > It could be your permanent generation that is running out of > > space. Get a hold of jvmstat to determine if this is the case. > > Another

RE: outOfMemory exception under high load

2005-02-07 Thread Caldarale, Charles R
> From: Dale, Matt [mailto:[EMAIL PROTECTED] > Subject: RE: outOfMemory exception under high load > > It could be your permanent generation that is running out of > space. Get a hold of jvmstat to determine if this is the case. Another possibility is that you're exceedi

RE: outOfMemory exception under high load

2005-02-07 Thread George Sexton
[EMAIL PROTECTED] > Sent: Monday, February 07, 2005 3:37 AM > To: Tomcat-User > Subject: outOfMemory exception under high load > > Hi, > > Hi, > > I am experiencing a problem many others seem to have had before, but > have found no answers. I am running Tomcat 5.0.2

Re: exception logging in tomcat 5.5

2005-02-07 Thread David Smith
Standard out in tomcat is usually redirected to a file 'catalina.out' in the logs directory of tomcat. --David Christian Sell wrote: Hello, I just installed Tomcat 5.5.7 and ran my first webapp. I was rather disturbed that exception information only appeared on the default error

  1   2   3   4   5   6   7   8   9   10   >