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
> 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
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
> 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
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
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
>
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
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
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
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
"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
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
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
--
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?
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
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
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
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
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
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
: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
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
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:
<%
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.
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
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
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
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 &
: 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
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
[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
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
.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
;\\" + 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
.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
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
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
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
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
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
:
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
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
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.
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
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
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
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
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
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
\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
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
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
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
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
- 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
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
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
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
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
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
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.
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
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
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:
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
--
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
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
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
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
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
, 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
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
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
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
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.
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
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
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
: 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
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
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
"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
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
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
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
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
>
&
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
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
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
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
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
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
> 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
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
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
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
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
> 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
[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
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 - 100 of 1231 matches
Mail list logo