Re: Tomcat JSP error message: Syntax error on token ";"

2021-05-17 Thread Mark Thomas
n't >>> anything in the HTML to be displayed. >>> >>> It was interesting to observer that when I ran my test cases, the >>> typical time to run each iteration was 4 to 5 minutes, with two >>> exceptions when the test case ran in under 2 seconds, an

Re: Tomcat JSP error message: Syntax error on token ";"

2021-05-17 Thread Mark Thomas
ing to observer that when I ran my test cases, the typical time to run each iteration was 4 to 5 minutes, with two exceptions when the test case ran in under 2 seconds, and my guess is that it was under 1 second. The reduction process probably took about 50 test runs, but I did not count. I hop

Re: Tomcat JSP error message: Syntax error on token ";"

2021-05-16 Thread Mark Thomas
On 15/05/2021 22:34, Jim Anderson wrote: I'm using Tomcat 8.5.63 and in the last few days I started getting an error message in a few of my JSP files. The error message is: START ERROR Type Exception Report Message Unable to compile

Tomcat JSP error message: Syntax error on token ";"

2021-05-15 Thread Jim Anderson
I'm using Tomcat 8.5.63 and in the last few days I started getting an error message in a few of my JSP files. The error message is: START ERROR Type Exception Report Message Unable to compile class for JSP: Description The server encoun

Re: help resolving memory leak error message

2017-01-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 1/6/17 5:21 PM, modjkl...@comcast.net wrote: > I'm porting a Apache Flex (with Apache BlazeDS) web app from > glassfish to tomcat 8.5.9, and observing the following severe > error. > > 06-Jan-2017 13:49:07.644 SEVERE >

help resolving memory leak error message

2017-01-06 Thread modjklist
I'm porting a Apache Flex (with Apache BlazeDS) web app from glassfish to tomcat 8.5.9, and observing the following severe error. 06-Jan-2017 13:49:07.644 SEVERE [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLea

tomcat jaas custom error message in error page

2016-05-11 Thread Shushant Arora
Hi I have a web application deployed on tomcat. I have used custom login module of JAAS for authentication and provided login and error page in web.xml. I want to access message of login exception which I threw in login module into error page - so that custom message can be displayed to user. How

Re: Getting confusing websocket error message on Tomcat 7

2016-05-05 Thread Mark Thomas
confused since it is saying the buffer size is too small but the > size is 800,000 and the message size is 131,170. What could be causing > this issue? Compression? 131170 is the payload size (i.e. the compressed message). The buffer needs to be big enough for the uncompressed message.

Getting confusing websocket error message on Tomcat 7

2016-05-04 Thread Jason Ricles
I am trying to send a file over a websocket in binary and keep getting this error "code [1009], reason [No async message support and buffer too small. Buffer size: [800,000], Message size: [131,170]]" I am confused since it is saying the buffer size is too small but the size is 800,000 and the me

Re: Error Message on Apache

2012-12-18 Thread Angel Java Lopez
Ummm... your code fail on connecting to the database. First things to check: - your connection string is the right one? (Hibernate? Spring? other configuration?) - write a simple console program that connects using that connection string, to discard security, network, database server problems On

Fwd: Error Message on Apache

2012-12-18 Thread Vincent Ogundu
Hi Good evening, My Application does not load from browser. I got the attached Apache error. Please kindly help with possible solutions. Thanks. -- Vincent Ogundu for:Easiglobe Messaging Ltd 85a Owukori Crescent, Alaka Estate, Surulere Lagos. Tel:234-1-7388983 /4. E-mail:vincentogu...@gmail.co

RE: StandardHostValve kills custom error message

2012-04-13 Thread Osipov, Michael
Konstantin Kolinko wrote: >> The message is not diplayed because in line 282 to 286 the message >> is killed by: >> else { >>            // A custom error-page has not been defined for the >> exception >>            // that was thrown during request processing. Check if an >>            // erro

RE: StandardHostValve kills custom error message

2012-04-12 Thread Osipov, Michael
Konstantin Kolinko wrote: > 2012/4/12 Osipov, Michael : >> Hi folks, >> >> I am sending a custom error message in my authenticator but it gets >> removed by the StandardHostValve. >> This is what I do in my authenticator: >> >> catch (PrivilegedActi

Re: StandardHostValve kills custom error message

2012-04-12 Thread Konstantin Kolinko
2012/4/12 Osipov, Michael : > Hi folks, > > I am sending a custom error message in my authenticator but it gets removed > by the StandardHostValve. > This is what I do in my authenticator: > > catch (PrivilegedActionException e) { >   logger.error("Unable to l

StandardHostValve kills custom error message

2012-04-12 Thread Osipov, Michael
Hi folks, I am sending a custom error message in my authenticator but it gets removed by the StandardHostValve. This is what I do in my authenticator: catch (PrivilegedActionException e) { logger.error("Unable to login as the service principal", e.getException()); response

Re: Error message - website login

2011-10-17 Thread André Warnier
Ann Ramsey wrote: Can you help me with this error message please? All the other computers in our office can get access - this is a client website, so I need help with my computer. Thanks, Ann HTTP Status 403 - Access is denied -- *type* Status report *message

Re: Error message - website login

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ann, On 10/17/2011 1:20 PM, Ann Ramsey wrote: > Can you help me with this error message please? All the other > computers in our office can get access - this is a client website, > so I need help with my computer. I hate to have to do

Error message - website login

2011-10-17 Thread Ann Ramsey
Can you help me with this error message please? All the other computers in our office can get access - this is a client website, so I need help with my computer. Thanks, Ann HTTP Status 403 - Access is denied -- *type* Status report *message* *Access is denied

Re: Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Pid
On 01/03/2010 16:29, Тр Кирилл wrote: Solved. This wrong IP address came from the next file: Tomcat 5.5.26\common\lib\boot.properties param name: cluster.addr.local This isn't a Tomcat supplied file. Why not change it to the correct address and see what happens? p Regards, Kirill 01.03.

Re: Re: Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Тр Кирилл
Solved. This wrong IP address came from the next file: Tomcat 5.5.26\common\lib\boot.properties param name: cluster.addr.local Regards, Kirill 01.03.10, 18:25, "Konstantin Kolinko" : > 2010/3/1 Тр Кирилл : > > > > java.lang.RuntimeException: org.apache.catalina.tribes.ChannelException: > ja

Re: Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Konstantin Kolinko
2010/3/1 Тр Кирилл : > > java.lang.RuntimeException: org.apache.catalina.tribes.ChannelException: > java.net.SocketException: The requested address is not valid in its context; > No faulty members identified. > at > com.opentext.ecm.services.smessage.impl.tribes.SMessageServiceTribesImpl.startup

Re: RE: Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Тр Кирилл
ru] > > Subject: Tomcat issues error message after IP address got changed. > > (5.5.26) > > > > Please help to solve next issue. It seems, tomcat saved old IP address > > somewhere. Cannot find this place :. > > Post your server.xml so we can look at

RE: Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Caldarale, Charles R
> From: Тр Кирилл [mailto:kirillt-h...@yandex.ru] > Subject: Tomcat issues error message after IP address got changed. > (5.5.26) > > Please help to solve next issue. It seems, tomcat saved old IP address > somewhere. Cannot find this place :. Post your server.xml so we can

Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Тр Кирилл
Hello everyone, Please help to solve next issue. It seems, tomcat saved old IP address somewhere. Cannot find this place :. Local machine IP address got changed. After that tomcat works wrong. It seems it still have a reference to the old IP = 10.28.98.189. What I have found out in logs.

Re: 404 error message

2009-11-27 Thread pieroxy
Let's consider one simple question: My car doesn't work the second time. What could be wrong with it? Try to answer that, you'll se why we can't answer you. 2009/11/27 Pid > On 27/11/2009 04:18, ennidhi wrote: > >> >> Hi, >>I am getting this 404 error on the second request to the same page.

Re: 404 error message

2009-11-27 Thread Pid
On 27/11/2009 04:18, ennidhi wrote: Hi, I am getting this 404 error on the second request to the same page. First time its is working fine. hwta might be the reason? Thanks Hard to tell from the limited information you supplied. p -

404 error message

2009-11-26 Thread ennidhi
Hi, I am getting this 404 error on the second request to the same page. First time its is working fine. hwta might be the reason? Thanks -- View this message in context: http://old.nabble.com/404-error-message-tp26535875p26535875.html Sent from the Tomcat - User mailing list archive at

Re: [Tomcat not Running Error message]

2009-07-09 Thread André Warnier
Mozart_uno wrote: Can you tell what are the tricks in Unix, as I have a similar problem ..? I believe he referred to inetd's wait/nowait parameter. Read this for example : http://www.gsp.com/cgi-bin/man.cgi?section=5&topic=inetd.conf and particularly the wait/nowait parameter, and even more par

RE: [Tomcat not Running Error message]

2009-07-09 Thread Mozart_uno
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/-Tomcat-not-Running-Error-me

RE: [Tomcat not Running Error message]

2009-06-15 Thread Peter Crowther
> From: jaypee [mailto:jp.mcy...@gmail.com] > my tomcat server is running on Windows Xp. OK. That's a shame - there are some tricks you could pull with inetd on Unix that would allow you to start Tomcat if it wasn't started, but that option isn't available on Windows. Let's go back to the prob

Re: [Tomcat not Running Error message]

2009-06-15 Thread jaypee
Thanks for your kind reply. my tomcat server is running on Windows Xp. Thanks, On Mon, Jun 15, 2009 at 7:21 PM, Peter Crowther wrote: > > From: jaypee [mailto:jp.mcy...@gmail.com] > > I want to catch the server not running exception in tomcat. > > > > For example with out running the server

RE: [Tomcat not Running Error message]

2009-06-15 Thread Peter Crowther
> From: jaypee [mailto:jp.mcy...@gmail.com] > I want to catch the server not running exception in tomcat. > > For example with out running the server if i access > http://localhost:8080/ > > Failed to Connect > > Firefox can't establish a connection to the server at localhost:8080. OK. So... let'

Re: [Tomcat not Running Error message]

2009-06-15 Thread André Warnier
jaypee wrote: Hai I want to catch the server not running exception in tomcat. I'm going to wait for an answer from a real Tomcat expert, but I think that this will be very difficult. :-) For example with out running the server if i access http://localhost:8080/ Failed to Connect Firefox

[Tomcat not Running Error message]

2009-06-15 Thread jaypee
Hai I want to catch the server not running exception in tomcat. For example with out running the server if i access http://localhost:8080/ Failed to Connect Firefox can't establish a connection to the server at localhost:8080. Though the site seems valid, the browser was unable to establish a

Re: Tomcat Error Message

2009-03-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Conandor, On 3/23/2009 5:36 AM, conandor wrote: > > Why I keep having this error message whenever I start tomcat. > Can anyone tell me why? [snip] > INFO: Starting Servlet Engine: Apache Tomcat/5.5.20 [snip] > LifeCycleServlet

Tomcat Error Message

2009-03-23 Thread conandor
Why I keep having this error message whenever I start tomcat. Can anyone tell me why? # cat catalina.out Mar 20, 2009 11:59:43 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal performance in production environments was

Re: Session Timeout and Realm Authentication and Posted Error Message

2008-10-09 Thread Fu-Tung Cheng
TECTED]> > Subject: Re: Session Timeout and Realm Authentication and Posted Error Message > To: "Tomcat Users List" > Date: Thursday, October 9, 2008, 9:29 PM > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Fu-Tung, > > Fu-Tung Cheng wrote: > &g

Re: Session Timeout and Realm Authentication and Posted Error Message

2008-10-09 Thread Christopher Schultz
; the fields, the auth recoignizes you, restores your original request > and forwards you to hello.jsp. > > Now in my case, the session times out, the client code detects the > timeout and posts to /myapp. The problem is that that auth then > removes the post parameter but I nee

Session Timeout and Realm Authentication and Posted Error Message

2008-10-09 Thread Fu-Tung Cheng
Hi, My application has an ajax layer which asynchronously polls my tomcat server. When the session for the user is destroyed, the next request causes a forward to the login jsp defined for the form realm. On the login jsp I would like to output an error message like "Your session has

RE: error message, can you tell me where I went wrong

2008-05-22 Thread Rick Simpson
Thanks everyone for the responses. I added the msvcr71.dll to the Tomcat bin file and it fixed my problems. THANKS -Original Message- From: Chris Stewart [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 11:23 AM To: Tomcat Users List Subject: Re: error message, can you tell me

RE: error message, can you tell me where I went wrong

2008-05-22 Thread Caldarale, Charles R
> From: Chris Stewart [mailto:[EMAIL PROTECTED] > Subject: Re: error message, can you tell me where I went wrong > > Randomly throwing around versions of DLLs is not the answer to this > problem. It's not random; that specific dll version is required for the service wrapper,

Re: error message, can you tell me where I went wrong

2008-05-22 Thread Chris Stewart
isn't a wise choice when simply adding the Java bin directory to your PATH will work just fine. Chris Stewart [EMAIL PROTECTED] On May 22, 2008, at 11:13 AM, Caldarale, Charles R wrote: From: Chris Stewart [mailto:[EMAIL PROTECTED] Subject: Re: error message, can you tell me where I

RE: error message, can you tell me where I went wrong

2008-05-22 Thread Caldarale, Charles R
> From: Chris Stewart [mailto:[EMAIL PROTECTED] > Subject: Re: error message, can you tell me where I went wrong > > The JAVA_HOME\bin directory needs to be added to the PATH variable on > your machine. The above is useless - Tomcat is being run as a service, so there is no

Re: error message, can you tell me where I went wrong

2008-05-22 Thread Chris Stewart
Rick, The JAVA_HOME\bin directory needs to be added to the PATH variable on your machine. Do that and then try to restart the server. Chris Stewart [EMAIL PROTECTED] On May 22, 2008, at 10:44 AM, Rick Simpson wrote: I am new to Tomcat and I am trying to setup a new 2003 server to repla

error message, can you tell me where I went wrong

2008-05-22 Thread Rick Simpson
I am new to Tomcat and I am trying to setup a new 2003 server to replace an existing 2k server. I have downloaded the Tomcat 5.5 and installed. When I get it installed it says it is stopped and when trying to start just goes back to stopped. I have tried to look at all the faq and tried to compare

Syslog error message

2008-04-15 Thread Susan Richards
For a few days, our /var/adm/syslog/syslog.log on our HP-UX box where Tomcat is running has been filling up with messages like this: Apr 15 14:14:18 cosmoweb vmunix: function == 0xE04F3960, arg == 0xE00129FA2800, ticks == 0xFD69D7AC, flags == 0x0 Apr 15 14:14:18 cosmoweb vmunix: fu

Re: Regarding, an error message for Apache version 2.2.6

2007-12-19 Thread Rainer Jung
Hi Vimal, Vimal Kumar schrieb: > Hello, > > "Jkworkers file takes one argument, the name of a worker file for > Tomcat servlet containers". > > What does this error message mean, I have defined a > workers.properties file and path was also checked, it was correct

Regarding, an error message for Apache version 2.2.6

2007-12-19 Thread Vimal Kumar
Hello, "Jkworkers file takes one argument, the name of a worker file for Tomcat servlet containers". What does this error message mean, I have defined a workers.properties file and path was also checked, it was correct. The Apache version is 2.2.6 amd the connector is corres

RE: I got the following error message when I try to start tomcatin Eclipse

2007-11-04 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:[EMAIL PROTECTED] > Subject: Re: I got the following error message when I try to > start tomcatin Eclipse > > Remove Vista and install XP? Or Linux. In the meantime, check these messages from a few days and a month ago: http://marc.info/?

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
ers@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/I-got-the-following-error-message-when-I-try-to-start

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread Mark Thomas
peri wrote: > Please give me more information. How can I solve this problem. I can run > tomcat in windows XP, but unfortunately my new laptop has Vista operating > system and I want to run tomcat in it. Remove Vista and install XP? Sorry, I can't help you much here, I haven't installed Vista. M

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
cription? > > Probably because you are looking at the file in IE rather than notepad. > Those '-' characters won't be in the file unless you put then there. > > Mark > > > - > To start a new topic, e-mail: users@tomcat.apac

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread Mark Thomas
peri wrote: > I clicked the link and upload my server.xml to browser combobox and clicked > validate button. The result gave mamy error. As is expected. You can check server.xml for well-formedness but not for validity. > As you see "Server port" begin uppercase letter. May I change "Server" to >

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/I-got-

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread Mark Thomas
peri wrote: > I look at server.xml. It is written like that : > > type="org.apache.catalina.UserDatabase" description="User database that can > be updated and saved" /> > - > - > factory > org.apache.catalina.users.MemoryUserDatabaseFactory > > - > pathname > conf/tomcat-users.

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
gt; Sent: Sunday, November 04, 2007 5:43 PM > Subject: Re: I got the following error message when I try to start tomcat > in > Eclipse > > >> >> I look at server.xml. It is written like that : >> >> > type="org.apache.catali

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread Mark Thomas
peri wrote: > Hi, > I try to start tomcat version 4.1 in eclipse version 3.3.0. I use Windos > Vista operating system. I installed launcher plug-in so i can start and stop > tomcat for eclipse. I use JDK 1.4.16 by the way. > When I try to start tomcat in eclipse I got the following error: > (P.S

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
stg.brown.edu/service/xmlvalid > > only place valid xml in any of the config files > > M-- > - Original Message - > From: "peri" <[EMAIL PROTECTED]> > To: > Sent: Sunday, November 04, 2007 5:43 PM > Subject: Re: I got the following error message

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread Martin Gainty
: "peri" <[EMAIL PROTECTED]> To: Sent: Sunday, November 04, 2007 5:43 PM Subject: Re: I got the following error message when I try to start tomcat in Eclipse > > I look at server.xml. It is written like that : > > type="org.apache.catalina.UserDatabase" de

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
essage - > Wrom: LHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLB > To: > Sent: Sunday, November 04, 2007 3:27 PM > Subject: I got the following error message when I try to start tomcat in > Eclipse > > >> >> Hi, >> I try to start tomcat version 4.1 in eclipse version 3.

Re: I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread mgainty
display UserDatabase entry from $TOMCAT_HOME/conf/server.xml it should look something like M-- - Original Message - Wrom: LHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLB To: Sent: Sunday, November 04, 2007 3:27 PM Subject: I got the following error message when I try to start tomcat in Eclipse

I got the following error message when I try to start tomcat in Eclipse

2007-11-04 Thread peri
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:151) Can anybody help me to solve this problem Thank you very much -- View this message in context: http://www.nabble.com/I-got-the-following-error-message-when-I-try-to-start-tomcat-in-Eclipse-tf4748298.html#a13577447 Sent from the T

Re: Identify a Startup Error Message

2007-09-27 Thread Mark Thomas
Bruno Vilardo wrote: > INFO: XML validation disabled Tomcat message. Tells you context.xml files and tld files will not be validated. > - Unable to find required classes )javax.activation.DataHandler and > javax.mail.internet.MimeMultipart). Attachment support is disabled. Struts message. Tells

Identify a Startup Error Message

2007-09-27 Thread Bruno Vilardo
Hello All Tomcat Gurus!! :-) Windows XP SP2 Tomcat 5.5.25 Java JDK - 1.5.0_06 JRE - 1.5.0_06 We have a Web-application, Actually it is our ERP system that has a web based interface that uses Tomcat and Java. Every time I startup Tomcat using c:\tomcat\bin\startup.sh file I get the following messa

Re: Hide 501 error message

2007-07-09 Thread climbingrose
I tried to configure Apache with "ErrorDocument 501 error.html" howewer, it doesn't seem to take affect. That error message still appears when I try to connect via telnet and enter some characters. So I suspect that Tomcat doesn't return 501 error code but return normal

RE: Hide 501 error message

2007-07-09 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: Hide 501 error message > > I'm sure you can turn off this version disclosure within Tomcat, too, > but I can't remember how to do it. Check the archives, 'cause I'm sure > this has been ask

Re: Hide 501 error message

2007-07-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 climbingrose, climbingrose wrote: > I'm configuring Tomcat 6.0.10 behind Apache 2.0 using mod_jk 1.2.3. > Everything is working beautifully but I want to hide 501 error when > malicious user try to access the server. I assume you always want to hide

Hide 501 error message

2007-07-08 Thread climbingrose
n as well as revealing the technology I'm using on my website. Any ideas? Thanks. -- View this message in context: http://www.nabble.com/Hide-501-error-message-tf4047399.html#a11496600 Sent from the Tomcat - User mailing list archive at Nabble.com. ---

Re: I get this error message while starting tomcat

2007-04-20 Thread Orlando Reis
And don't forget to use the -h flag to specify the host you are connecting to on mysql command line. That might be different, having a FQDN or localhost. Try logging on your mysql database and very the mysql.user and mysql.dbtables. Orlando On 4/20/07, David Smith <[EMAIL PROTECTED]> wrote:

Re: I get this error message while starting tomcat

2007-04-20 Thread David Smith
Seems pretty straight forward -- the user/host/password combo you provided isn't valid on your mysql server. Keep in mind mysql doesn't just check username and password, it also checks where you are logging in from (the host). You can test the login credentials by using the mysql command line cli

Re: I get this error message while starting tomcat

2007-04-19 Thread Rashmi Rubdi
Hi Perihan, On 4/19/07, peri <[EMAIL PROTECTED]> wrote: Hi, I'm a new user on tomcat. I'm using tomcat on my local machine for some application. I use tomcat version 4.1 MySql version 4.1.22 as database and eclipse 3.2 as ide. while I start tomcat on eclipse I got this error messsage: INFO: Ini

I get this error message while starting tomcat

2007-04-19 Thread peri
efore installing MySQL I didn't get this error messge. Thank you very much Perihan -- View this message in context: http://www.nabble.com/I-get-this-error-message-while-starting-tomcat-tf3609467.html#a10085885 Sent from the Tomcat - User mailing list archive at Nabble.com. ---

Re: Error message

2007-04-14 Thread dfarris
iginal Message - From: "Dwight Farris" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, April 13, 2007 7:45 PM Subject: Error message Has anyone seen an error message similar to the following? java.lang.ClassFormatError:

Re: Error message

2007-04-13 Thread Rashmi Rubdi
According to the docs: http://java.sun.com/javase/6/docs/api/java/lang/ClassFormatError.html Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file. ByteChunk is in tomcat-coyote.jar , replace

Re: Error message

2007-04-13 Thread Martin Gainty
#x27;" <[EMAIL PROTECTED]> Sent: Friday, April 13, 2007 7:45 PM Subject: Error message Has anyone seen an error message similar to the following? java.lang.ClassFormatError: Illegal exception table range in class file org/apache/tomcat/util/buf/ByteChunk Dwight (520) 626-9913

Error message

2007-04-13 Thread Dwight Farris
Has anyone seen an error message similar to the following? java.lang.ClassFormatError: Illegal exception table range in class file org/apache/tomcat/util/buf/ByteChunk Dwight (520) 626-9913 (520) 626-6345 (fax) (952) 237-0606 (cell

Re: how to get rid of error message? config file?

2006-11-28 Thread Edoardo Panfili
John john ha scritto: Hi, When there is a problem in my jsp file, Tomcat displays an Etat HTTP 500 - with the exception that caused the problem. Is there a way to avoid this message and display my own message like " We're sorry but we're facing a problem, please contact me at ..." You can

how to get rid of error message? config file?

2006-11-28 Thread John john
Hi, When there is a problem in my jsp file, Tomcat displays an Etat HTTP 500 - with the exception that caused the problem. Is there a way to avoid this message and display my own message like " We're sorry but we're facing a problem, please contact me at ..." Thanks ---

Ajp error message, NPE

2006-06-24 Thread Pid
I'm getting a fair number of these in my catalina.out. If it's nothing to worry about then fine, but I'm assuming a SEVERE message ought to have a reason/solution. Is this something for you devs? (Server config on request.) Jun 24, 2006 11:24:08 AM org.apache.coyote.ajp.AjpMessage appendString

Error Message when classes are put in shared-Folder

2006-04-04 Thread starki78
Hello! I've classes within a web-application on tomcat-5 and everything works fine. Then I put these classes to the shared folder, I get this error: java.lang.NullPointerException org.apache.struts.taglib.TagUtils.retrieveMessageResources(TagUtils.java:1161) org.apache.struts.