Re: Error 500 messages

2005-07-26 Thread Tim Funk
Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: July 24, 2005 7:46 AM To: Tomcat Users List Subject: Re: Error 500 messages The response is being comitted before the erro is being thrown. You need to set the buffer size to be larger. Its a page directive. -Tim Adile Abbadi wrote

RE: Error 500 messages

2005-07-25 Thread Adile Abbadi
7:46 AM To: Tomcat Users List Subject: Re: Error 500 messages The response is being comitted before the erro is being thrown. You need to set the buffer size to be larger. Its a page directive. -Tim Adile Abbadi wrote: Hi Tim, Thank you very much - that has helped - however I discovered

Re: Error 500 messages

2005-07-24 Thread Tim Funk
Adile -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: July 22, 2005 12:42 PM To: Tomcat Users List Subject: Re: Error 500 messages flush=false -Tim Adile Abbadi wrote: Hi Tim, Thanx for the information - I forgot about that. I guess the question is why did

RE: Error 500 messages

2005-07-22 Thread Adile Abbadi
Subject: RE: Error 500 messages Hi Adile, I did say it was untested, and I've spotted a problem in my code already (why are bugs so invisible BEFORE you press the send button??!!) On 22 Jul 2005 at 9:41, Rob Hills wrote: Something like the following (untested) in your error.jsp should do the trick

Re: Error 500 messages

2005-07-22 Thread Tim Funk
This line jsp:include page=top.html flush=true will commit the response and send html back to the client. Once that is done - no error messages will be sent back to the client and you will end up with a blank screen. -Tim Adile Abbadi wrote: Hi Rob, Thanx for this - this is great - I may

RE: Error 500 messages

2005-07-22 Thread Adile Abbadi
Users List Subject: Re: Error 500 messages This line jsp:include page=top.html flush=true will commit the response and send html back to the client. Once that is done - no error messages will be sent back to the client and you will end up with a blank screen. -Tim Adile Abbadi wrote: Hi Rob

Re: Error 500 messages

2005-07-22 Thread Tim Funk
] Sent: July 22, 2005 12:20 PM To: Tomcat Users List Subject: Re: Error 500 messages This line jsp:include page=top.html flush=true will commit the response and send html back to the client. Once that is done - no error messages will be sent back to the client and you will end up with a blank screen

RE: Error 500 messages

2005-07-22 Thread Adile Abbadi
still get a blank page - however if I remove the includes within the include then the exception is visible. Any ideas on this? Cheers Adile -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: July 22, 2005 12:42 PM To: Tomcat Users List Subject: Re: Error 500 messages

Error 500 messages

2005-07-21 Thread Adile Abbadi
files to figure out what the problem is. Now I have tried to build a simple test.jsp file and force it to through an exception and that works fine (gives me the standard apache/tomcat error 500 screen) - but for some reason in the more complicated jsp pages - I can't get the exception to come

Re: Error 500 messages

2005-07-21 Thread Anoop kumar V
and dandy but it makes it hell to try and fix issues having to sift through log files to figure out what the problem is. Now I have tried to build a simple test.jsp file and force it to through an exception and that works fine (gives me the standard apache/tomcat error 500 screen) - but for some

RE: Error 500 messages

2005-07-21 Thread Adile Abbadi
exceptions - now here is the weird thing - some exceptions are thrown to the screen and some are not. For example I had a ResultSet DB object and I made a syntax error and I got an Error 500 screen to come up as follows (note I took out the extra stuff to shorten the email

RE: Error 500 messages

2005-07-21 Thread Rob Hills
and I got an Error 500 screen to come up as follows (note I took out the extra stuff to shorten the email) org.apache.jasper.JasperException: Unable to compile class for JSP Note, you will always get a stacktrace if Tomcat can't compile a JSP - I believe this is appropriate

RE: Error 500 messages

2005-07-21 Thread Rob Hills
Hi Adile, I did say it was untested, and I've spotted a problem in my code already (why are bugs so invisible BEFORE you press the send button??!!) On 22 Jul 2005 at 9:41, Rob Hills wrote: Something like the following (untested) in your error.jsp should do the trick: % if (exception ==

Redirecting to another site when Error 500 occurs

2005-01-12 Thread Edd Dawson
when tomcat is stopped (and you therefore get a error 500) ... i added a redirect for error 404's and these do go to the external site on a 404. So is there something in tomcat or the way its linked to apache that is causing the redirect not to work? thanks Edd

RE: IIS Tomcat Web Log Error 500 Misleading?

2004-07-20 Thread Januski, Ken
- From: Kan-Lee Liou [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 8:32 AM To: [EMAIL PROTECTED] Subject: IIS Tomcat Web Log Error 500 Misleading? I have IIS 5.0 and Tomcat 5.0.19 installed on my machine and I have no problems running it to server JSP pages. However, our web master complained

IIS Tomcat Web Log Error 500 Misleading?

2004-07-19 Thread Kan-Lee Liou
r insisted that a "good" application should not create Error 500 in the log. Haveyou seen similar things in your web logs? Do you know how to get rid of those 500 errors? Thanks. KL

RE: Error 500 from ISAPI_REDIRECTOR2.DLL

2004-02-12 Thread Bill Haake
, 2004 11:08 AM To: TOMCAT USER (E-mail) Subject: Error 500 from ISAPI_REDIRECTOR2.DLL Hi Guys I had my IIS 5 to TC 5.0.16 all working with JK2 ISAPI and then I decided to move that installation to 5.0.18 today and it's all gone pear shaped and no idea why OK specifics... The Error in the IIS

RE: Error 500 from ISAPI_REDIRECTOR2.DLL

2004-02-12 Thread Allistair Crossley
There is nothing in the jk2.properties file. However, your suggestion to change the SHM value has done the trick!!? If it works .. :) Thanks! -Original Message- From: Bill Haake [mailto:[EMAIL PROTECTED] Sent: 12 February 2004 16:27 To: Tomcat Users List Subject: RE: Error 500 from

Re: Internal Server Error 500

2003-12-01 Thread Christopher Schultz
Asif, I have apache running on linux with tomcat on NT. Servlets work fine but when I try to load a JSP from the examples It give Internal Server Error 500 Context not configured. Is it an Apache error message or a Tomcat error message? What do you get in your Apache (or Tomcat) log file when

Internal Server Error 500

2003-11-28 Thread Asif Chowdhary
Hi, I have apache running on linux with tomcat on NT. Servlets work fine but when I try to load a JSP from the examples It give Internal Server Error 500 Context not configured. Linux 9.0 Apache 2.0 Tomcat 4.1.27 Any help is appreciated

Re: Internal Server Error 500

2003-11-28 Thread Ben Souther
Internal Server Error 500 Context not configured. Linux 9.0 Apache 2.0 Tomcat 4.1.27 Any help is appreciated. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: Sometimes HTTP ERROR: 500 General error, Why?

2003-10-31 Thread Shapira, Yoav
To: Tomcat Users List Subject: Sometimes HTTP ERROR: 500 General error, Why? Hi, sometimes I get the following error: HTTP ERROR: 500 General error RequestURI=/pmhelp/frameinhalt.jsp after pressing the reload-button of the browser it works without an error. What may be the Problem? My Configuration

Sometimes HTTP ERROR: 500 General error, Why?

2003-10-30 Thread westmeier
Hi, sometimes I get the following error: HTTP ERROR: 500 General error RequestURI=/pmhelp/frameinhalt.jsp after pressing the reload-button of the browser it works without an error. What may be the Problem? My Configuration is: Tomcat 4.1.27 - IIS 5 - isapi_redirector2 -- Gratis: Nokia

Random, either Error 500: The system cannot find the file specif ied or images missing - Win2k : Tomcat 4.1.24 : IIS 5 : JDK 1.41

2003-07-17 Thread White, Joshua A (HTSC, CASD)
Environment: Win 2k Server IIS 5.0 - proxy using isapi_redirector2.dll - Tomcat 4.1.24 JDK 1.4.1 Note: This is an internal application and is not accessed through a proxy server or firewall. The uri I have specified in the workers2.properties file is

RE: Very strange behavior, please, HELP (GenericServlet problem, error 500)

2003-06-06 Thread Phillip Qin
- From: Pavel Senko [mailto:[EMAIL PROTECTED] Sent: June 5, 2003 3:36 PM To: [EMAIL PROTECTED] Subject: Very strange behavior, please, HELP (GenericServlet problem, error 500) Hi All, I've got Tomcat 4.1.18 + Apache 1.39 (Solaris, Sparc); Tomcat itself works OK (shows examples, docs and all stuff

RE: Very strange behavior, please, HELP (GenericServlet problem, error 500)

2003-06-06 Thread Shapira, Yoav
: Thursday, June 05, 2003 3:36 PM To: [EMAIL PROTECTED] Subject: Very strange behavior, please, HELP (GenericServlet problem, error 500) Hi All, I've got Tomcat 4.1.18 + Apache 1.39 (Solaris, Sparc); Tomcat itself works OK (shows examples, docs and all stuff). When I try to execute one servlet, it gives

Re: Error 500 - Can't find my classes in WEB-INF/classes

2003-05-31 Thread Rick Roberts
Yea! I put my classes inside of a package within WEB-INF/classes Problem solved. Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** Tim Funk wrote: See Don't

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Reynir Hübner
: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module Hi, I have been charged with getting IIS 5 talking to Tomcat 4.1.24 I have completed all the instructions and have the isapi filter running and spitting out its log information to a log file in tomcat and so on, so I know

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Allistair Crossley
Users List Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module Hi, I haven't seen this error before, do you have a connector set to receive the request in tomcat/conf/server.xml ? It must be open on port 8009, what hapenes if you do : C:\ telnet localhost 8009 It's

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Reynir Hübner
Ok, according to this you've got 2 connectors on port 8009 ? That's one to many ... -reynir -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 29. maí 2003 13:38 To: Tomcat Users List Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Allistair Crossley
I get in Internet Explorer when I request my JSP through IIS. The IIS logs still show Error 500 for the ISAPI dll. -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED] Sent: 29 May 2003 15:02 To: Tomcat Users List Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Reynir Hübner
installation instructions, that work. Hope it helps -reynir -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 29. maí 2003 14:13 To: Tomcat Users List Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module I commented out each in turn

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Allistair Crossley
. -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED] Sent: 29 May 2003 15:15 To: Tomcat Users List Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module Hi, I am not sure if that's what's happening here... I've had problems with IIS it self, sometimes it's enough

SOLVED RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Allistair Crossley
+ isapi_redirect.dll Error 500 And Cannot Find Module Hi, I am not sure if that's what's happening here... I've had problems with IIS it self, sometimes it's enough to restart IIS, and sometimes I need to restart the hardware. One thing that comes to mind... Did you create the /jakarta virtual directory under

Error 500 - Can't find my classes in WEB-INF/classes

2003-05-30 Thread Rick Roberts
I have some beans and support classes in WEB-INF/classes. Tomcat 3.2 found them OK. I just got Tomcat 4.1 running but having trouble getting my JSP pages to find my beans / servlets in WEB-INF/classes. In this case, ConnectionBean.class is in WEB-INF/classes/ but I don't know how to tell

Re: Error 500 - Can't find my classes in WEB-INF/classes

2003-05-30 Thread Tim Funk
See Don't use packageless classes and declare all imported classes! http://tomcatfaq.sourceforge.net/classnotfound.html -Tim Rick Roberts wrote: I have some beans and support classes in WEB-INF/classes. Tomcat 3.2 found them OK. I just got Tomcat 4.1 running but having trouble getting my JSP

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Mayne, Peter
Title: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module Did you build the ispai redirector yourself? The isapi_redirector2.dll I built it has dependencies on libapr. The missing libapr.dll is what caused the specified module could not be found error. Putting the two DLLs

IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-29 Thread Allistair Crossley
request my test jsp http://intranet/taglibs/index.jsp I get the error... The specified module could not be found. Looking in the IIS log I see an error 500 code for this response 2003-05-29 11:27:35 150.150.100.247 - 150.150.100.247 80 GET /tomcat/isapi_redirector.dll - 500 Mozilla/4.0

Error 500 - Internal servlet error - unable to compile class for jsp

2003-03-10 Thread Sarah Harrison
Hi All, I am hoping someone might be able to explain the problem I have come across. I am new to Tomcat and have just installed Tomcat4112 on a Windows2000 machine with IIS5 and j2sdk1.4.0. I am trying to run a webapp but keep getting the above error. I am running Tomcat as an NT service so

Error 500, no context configured

2003-02-25 Thread Vincent Milette
Hi, I'm installing an apache+tomcat server. Apache work with all the regular content on port 80 and tomcat work only with secure transaction on port 443. My problem is that I receive an error 500 in my browser : no context configured to process this request. In my log file, I have MAPPING

Error 500 when trying to run /manager app.

2003-02-20 Thread Andoni
Hello, I am getting an error 500 ServletException Root Cause: java.lang.SecurityException: Servlet of class org.apache.catalina.servlets.ManagerServlet is privileged and cannot be loaded by this web application Is this because I am using the wrong username / password? I have gone to tomcat

RE: Error 500 when trying to run /manager app.

2003-02-20 Thread Roberts, Eric
password=tomcat roles=role1/ user username=admin password=admin roles=admin,manager,role1,tomcat/ /tomcat-users -Original Message- From: Andoni [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 20. Februar 2003 13:15 To: Tomcat Users List Subject: Error 500 when trying to run /manager app

Re: Error 500 when trying to run /manager app.

2003-02-20 Thread Andoni
- From: Roberts, Eric [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 3:39 PM Subject: RE: Error 500 when trying to run /manager app. Add the role as well ?xml version='1.0' encoding='utf-8'? tomcat-users role rolename=tomcat/ role rolename=role1

RE: Error 500 when trying to run /manager app.

2003-02-20 Thread Turner, John
See MemoryRealm: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html John -Original Message- From: Andoni [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 10:57 AM To: Tomcat Users List Subject: Re: Error 500 when trying to run /manager app. Where

Re: Error 500 when trying to run /manager app.

2003-02-20 Thread Andoni
it again. Please let me know if it applies to 4.0.x anyway. Andoni. - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 3:57 PM Subject: RE: Error 500 when trying to run /manager app. See MemoryRealm

RE: Error 500 when trying to run /manager app.

2003-02-20 Thread Turner, John
, 2003 11:16 AM To: Tomcat Users List Subject: Re: Error 500 when trying to run /manager app. I don't see the role tag documented anywhere. Sorry if I missed it. It is included in the book I have but all the docs on the site seem to have tomcat-users.xml files without it. I have just

Re: Error 500 when trying to run /manager app.

2003-02-20 Thread Andoni
not? Andoni. - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 4:24 PM Subject: RE: Error 500 when trying to run /manager app. Yes, it applies to 4.0.x: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager

RE: Error 500 when trying to run /manager app.

2003-02-20 Thread Turner, John
: Andoni [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 11:35 AM To: Tomcat Users List Subject: Re: Error 500 when trying to run /manager app. Sorry, let me clarify: In the documents you have linked below I see reference to the tomcat-users.xml file and in it the tags

RE: Error 500

2003-02-04 Thread Ralph Einfeldt
List Subject: Re: Error 500 First, thanks for all messages. Well, i'm using j2sdk 1.4, Tomcat 4.1.1, Win NT 4, my app access DB2. java.lang.NullPointerException at eshop.share.LoginCommand.execute(LoginCommand.java:47

Re: Error 500 - OK

2003-02-04 Thread Lindomar
PROTECTED] Sent: Tuesday, February 04, 2003 06:39 Subject: RE: Error 500 E-mail Premium BOL Antivírus, anti-spam e até 100 MB de espaço. Assine já! http://email.bol.com.br/ There happens a NullPointerException in line 47 of eshop.share.LoginCommand. Without the source of that class (or at least

Error 500

2003-02-03 Thread Lindomar
Sometime appears this exception: HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server encountered an internal error (Internal Server

RE: Error 500

2003-02-03 Thread Ralph Einfeldt
Without further informations from your log files nobody can help you. it's also a good idea to say a bit mor about your environment. -Original Message- From: Lindomar [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 3:10 PM To: Tomcat Users List Subject: Error 500 HTTP

Re: Error 500

2003-02-03 Thread Holger Klawitter
Am Montag, 3. Februar 2003 15:09 schrieb Lindomar: Sometime appears this exception: HTTP Status 500 - Internal Server Error --- - type Exception report message Internal Server Error description The

RE: Error 500

2003-02-03 Thread Madhava Reddy
There could be many reasons, please post your full error message.. Madhav -Original Message- From: Lindomar [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 3:10 PM To: Tomcat Users List Subject: Error 500 Sometime appears this exception: HTTP Status 500

Re: Error 500

2003-02-03 Thread Lindomar
First, thanks for all messages. Well, i'm using j2sdk 1.4, Tomcat 4.1.1, Win NT 4, my app access DB2. I searched anything in log, but don't have anything write about this error. LoginCommand and AdminServlet, as showing in error message, are my class, they are controls for beans and jsp.

Re: Error: 500 / Internal Servlet Error:

2003-01-26 Thread Pierre-Philipp Braun
oh there is a little difference with the error message on server-side trace though, especially at the beginning. Here is the server-side message: 2003-01-27 02:16:42 - Ctx( ): Exception in: R( + /helloworld.jsp + null) - javax.servlet.ServletException: try to access method

Error: 500 / Internal Servlet Error:

2003-01-24 Thread Pierre-Philipp Braun
message on console and even into the http client: Error: 500 Location: /helloworld.jsp Internal Servlet Error: javax.servlet.ServletException: try to access method org/apache/tomcat/logging/Logger.realLog(Ljava/lang/String;)V from class org/apache/jasper/servlet/JspServlet

Tomcat 4.1.18 - Error 500

2002-12-28 Thread Suman Ghosh
Sir/Madam, I have installed Tomcat 4.1.18 under Windows2000 Professional version. I made a normal setup (didn't select the NT service in Tomcat installer). The installation was clean but http://localhost:8080/ is also giving the error 500. Can you pls help me in fixing the error. Also do I

RE: custom error 500 page for missing applications

2002-12-19 Thread Galbayar Dorjgotov
error-page error-code500/error-code location/errors/500.html/location /error-page add this lines to the web.xml -Original Message- From: hans albers [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 3:24 PM To: [EMAIL PROTECTED] Subject: custom error 500 page

Re: custom error 500 page for missing applications

2002-12-19 Thread Rasputin
* Galbayar Dorjgotov [EMAIL PROTECTED] [1248 08:48]: error-page error-code500/error-code location/errors/500.html/location /error-page add this lines to the web.xml Yeah, you'd think so, wouldn't you? But have you tried this? I had trouble with this on 4.1.12. I think 500s might

custom error 500 page for missing applications

2002-12-18 Thread hans albers
What do I have to do to set up a custom error page for http status error 500? I want to the user that there's no application in this context. (Tomcat 4.1.x) Thanks for your help, Hans _ Fotos  -  MSN Fotos das virtuelle

Custom Error 500 Page Is Not Displayed

2002-12-09 Thread ian.pilborough
Hi, I have an installation of Tomcat 4.0.6 running on Win 2k Advanced Server, JDK 1.3.1_01 using IIS 5.0 as web server. I have set-up custom error pages in web.xml for both 404 and 500 to display helpful messages relevant to the application I've built. Any 404s are nicely displayed using the

Re: Custom Error 500 Page Is Not Displayed

2002-12-09 Thread Tomislav Miladinovic
So, I am not able to see Tomcat home page. If you can help or give me some clue/idea I will appreciate that. Thanks, Tomislav - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 6:04 AM Subject: Custom Error 500 Page

RE: Error 500 in Internet Explorer

2002-12-09 Thread ian.pilborough
Tomislav, Error 500 is a Server error, for example if your page contains some bad Java in a scriptlet then the page won't compile and the server will return to you a server error. If you are seeing this it could be that the server is unable to compile your page or some such server related

Server error 500 with large files and jk2

2002-12-05 Thread Doug Manning
I'm running tomcat 4.1 with apache 2 and jk2 connector. I have a servlet that builds dynamic image files and serves them back through apache web server. Everything works fine with small files (2k-4k). When I have larger files I get a server error 500 on the web server. I tried a static image

error 500 - bug ?

2002-10-03 Thread Skorupski Pawe ,(PZUZ)
Included servlet error: 500 Hi, I keep getting the following error. The problem occurs when I changed (even one letter) in any file - is it a bug or my mistake (what is in this case rather not possible). Thanks for help. Pawe Internal Servlet Error: org.apache.jasper.JasperException: Unable

Does anybody know ?- error 500

2002-10-03 Thread Skorupski Pawe ,(PZUZ)
Included servlet error: 500 Hi, I keep getting the following error. The problem occurs when I changed (even one letter) in any file - is it a bug or my mistake (what is in this case rather not possible). Thanks for help. Pawe Internal Servlet Error: org.apache.jasper.JasperException: Unable

RE: Does anybody know ?- error 500

2002-10-03 Thread jon wingfield
: Does anybody know ?- error 500 Included servlet error: 500 Hi, I keep getting the following error. The problem occurs when I changed (even one letter) in any file - is it a bug or my mistake (what is in this case rather not possible). Thanks for help. Pawe Internal Servlet Error

RE: Does anybody know ?- error 500

2002-10-03 Thread Skorupski Pawe ,(PZUZ)
- From: jon wingfield [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 12:21 PM To: Tomcat Users List Subject: RE: Does anybody know ?- error 500 Two stabs in the dark: Does the user running tomcat have write permissions to the work directory? Out of disk space on the /var/tomcat

RE: Does anybody know ?- error 500

2002-10-03 Thread jon wingfield
' Subject: RE: Does anybody know ?- error 500 I did clear one of the temporary directories in var/tomcat/work/ filesystem and now I got next error. What's wrong now ? Thanks for help. Pawe org.apache.jasper.JasperException: Unable to rename class file /var/tomcat/work/agent.pzuzycie.com.pl_8080

Re: error 500 - bug ?

2002-10-03 Thread David Mossakowski
tomcat then remove all compiled JSP files and sessions then start back up. Powodzenia :), d. Skorupski Pawe ,(PZUZ) wrote: Included servlet error: 500 Hi, I keep getting the following error. The problem occurs when I changed (even one letter) in any file - is it a bug or my mistake (what

Tomcat 4.0.4 - Error 500

2002-09-19 Thread Natarajan, Raj
I have approx 25 applications deployed on a stand-alone Tomcat 4.0.4 instance. These apps retrieve data from a DB2 database via jsp's using a set of custom tags. I have had three instances so far since the apps went live on 8/28 when all the apps start returning a 500 Error with this message.

Re: Tomcat 4.0.4 - Error 500

2002-09-19 Thread Padhu Vinirs
You might have to print the full stack of the NullPointerException to find out which class could be creating this exception. -- padhu Natarajan, Raj wrote: I have approx 25 applications deployed on a stand-alone Tomcat 4.0.4 instance. These apps retrieve data from a DB2 database via jsp's

RE: Tomcat 4.0.4 - Error 500

2002-09-19 Thread Natarajan, Raj
How would I do that ? Is it a setting in Tomcat ? -Original Message- From: Padhu Vinirs [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 3:57 PM To: Tomcat Users List Subject: Re: Tomcat 4.0.4 - Error 500 You might have to print the full stack of the NullPointerException

Error: 500

2002-08-30 Thread Arturo Koosau
Hello, I am using Apache 1.3.14 and Tomcat as a Servlet Server and I am getting the following error: Error: 500 Location: /servlet/What Internal Servlet Error: java.lang.NoClassDefFoundError: org/apache/xerces/dom/NamedNodeMapImpl at java.lang.Class.forName0(Native Method

Error 500 need help

2002-08-09 Thread Anderson, Richard D ERDC-ITL-MS Contractor
***i'm getting an error i can't solve. during the build process i get a message that states this: [javadoc] /Jakarta/jakarta-tomcat-4.0.4-src/jasper/src/share/org/apache/jasper/compile r/SunJavaCompiler.java:65:package sun.tools.javac does not exist import sun.tools.javac.Main;

Re: Error 500 need help

2002-08-09 Thread Carlos Ferreira
it looks like you have an xml parser conflict ( tomcat's xerces and the jdk's xml parser ). either download tomcat4-LE-jdk14 or reorder your xml parser's jar files in your classpath ( ie put xml-apis.jar, xercesImpl.jar first in your CLASSPATH). check xerces' documentation for further info.

RE: Error 500 need help

2002-08-09 Thread Anderson, Richard D ERDC-ITL-MS Contractor
- From: Carlos Ferreira [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 12:44 PM To: [EMAIL PROTECTED] Subject: Re: Error 500 need help it looks like you have an xml parser conflict ( tomcat's xerces and the jdk's xml parser ). either download tomcat4-LE-jdk14 or reorder your xml parser's

error 500

2002-07-13 Thread Brian Wolf
When I call this method (org.jdom.Element.getChildren()Ljava/util/List;) directly in the servlet, it works, however when I call it from a another class that is called by the servlet, I get this: java.lang.NoSuchMethodError: org.jdom.Element.getChildren()Ljava/util/List; at

Error 500? ClassNotFound - org.apache.jsp.frames ?

2002-07-12 Thread Daniel Leong
Hi, I've just tried running a site I develop on 4.1.7 beta, and it's stopped working. It worked on 4.0.3 just fine. The error I'm getting is (root cause) java.lang.ClassNotFoundException: org.apache.jsp.frames$jsp. Trace provided below. Very dull. Can anyone suggest what I should look for

Error: 500 (Response has already been committed) !!!

2002-07-08 Thread Henry Penaranda
I have this message: Error: 500 Location: /anydirectory/jsp/anyfolder/anyfile.jsp Internal Servlet Error: java.lang.IllegalStateException: Response has already been committed at org.apache.tomcat.core.HttpServletResponseFacade.sendError(HttpServletResponseFacade.java:157

RE: Error: 500 (Response has already been committed) !!!

2002-07-08 Thread Dave Been
-Original Message- From: Henry Penaranda [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 12:35 PM To: [EMAIL PROTECTED] Subject: Error: 500 (Response has already been committed) !!! I have this message: Error: 500 Location: /anydirectory/jsp/anyfolder/anyfile.jsp Internal Servlet Error

RE: Error: 500 (Response has already been committed) !!!

2002-07-08 Thread Steve Ahlstrom
; } if (session.getAttribute(siteState) == null) { response.sendRedirect(controllerServlet/home); return; } Steve -Original Message- From: Dave Been [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 2:34 PM To: 'Tomcat Users List' Subject: RE: Error: 500 (Response has already been

Error 500, mod_jk issue

2002-06-12 Thread Nick Wesselman
We're running Tomcat 4.0.3 on RedHat w/ Apache 1.3 via the mod_jk connector. We received an Error 500, which usually indicates that Tomcat is no longer running. However in this case it was, it hadn't crashed. A quick survey of the logs found these... In catalina.out: Ajp13Connector[8011

Re: ISAPI_REDIRECTOR.DLL problem: Error 500

2002-04-22 Thread Markus Colombo
) Hope that helps somebody Best Regards Markus -Original Message- From: george moudry [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Sun, 21 Apr 2002 21:40:01 -0700 Subject: Re: ISAPI_REDIRECTOR.DLL problem: Error 500 for anyone having problems

Re: ISAPI_REDIRECTOR.DLL problem: Error 500

2002-04-21 Thread george moudry
/examples/;, I get error 500. (see below for log entry). Meanwhile http://192.168.2.101:8080/examples/; (tomcat's port) works fine. Darn. An hour ago, I was doing much better, I was getting The specified module cannot be found. Naively, I went into tomcat's server.xml to turn logging high

ISAPI_REDIRECTOR.DLL problem: Error 500

2002-04-19 Thread george moudry
Hello there. First - Do you know where is the current source code for isapi dll? I only found old source in tomcat 3.3. Next, my problem: I am trying to use Tomcat 4.0.3 with IIS. Both individually function fine. But when ask IIS to give me http://192.168.1.101/examples/;, I get error 500

RE: ERROR 500

2002-04-19 Thread Reynir Hübner
but in the DatabaseServlet.java file : public class Databaseservlet extends HttpServlet { ... So internally it's named differently Hope it helps -reynir -Original Message- From: Halil AKINCI [mailto:[EMAIL PROTECTED]] Sent: 19. apríl 2002 10:56 To: Jakarta TomCat Subject: ERROR 500 Hi, I'm using a HTML form

Ynt: ERROR 500

2002-04-19 Thread Halil AKINCI
I checked it, but it is correct... public class DatabaseServlet extends HttpServlet { ... - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 19, 2002 2:02 PM Subject: RE: ERROR 500 My imagination tells me that you

RE: ERROR 500

2002-04-19 Thread Reynir Hübner
be : webapp/WEB-INF/classes/database/servlet/DataBaseServlet or in the according path within a jarfile. hope it helps -reynir - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 19, 2002 2:02 PM Subject: RE: ERROR 500

RE: ERROR 500

2002-04-19 Thread Lin, Zhongwu
It seems like your DatabaseServlet.class is not in your Web-inf/classese. zlin -Original Message- From: Halil AKINCI [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 5:56 AM To: Jakarta TomCat Subject: ERROR 500 Hi, I'm using a HTML form to run my

internal error 500

2002-04-05 Thread KARTHIK M
Iam new to this group.I get this error frequently when I try to display a WML card in NOKIA WAP TOOL KIT.I use tomcat as my server.can any one help me? I have spent lot of time in this problem. karthik -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: internal error 500

2002-04-05 Thread todd tredeau
LOOK at the Jetspeed project, they have wap support in there it's a portal page, but may you can get some ideas... http://jakarta.apache.org/jetspeed/index.html todd http://www.wiserlabz.com collaborative effort to promote Novell and Open Source solutions KARTHIK M wrote: Iam new to

Re: Error 500, Examples work

2002-03-12 Thread jeff . guttadauro
] h.lettmann@acc: irsoft.de Subject: Error 500, Examples work

Error 500, Examples work

2002-03-11 Thread Heiko Lettmann
These are the error messages I get when I try to open a *jsp file: org.apache.jasper.compiler.ParseException: /zeit.jsp(3,15) Attribute page has no value at org.apache.jasper.compiler.JspReader.parseAttributeValue(JspReader.java:563) at

RE: Error 500

2002-01-18 Thread Ignacio J. Ortega
Saludos , Ignacio J. Ortega -Mensaje original- De: btquah [mailto:[EMAIL PROTECTED]] Enviado el: viernes 18 de enero de 2002 6:14 Para: [EMAIL PROTECTED] Asunto: Error 500 hi, When I run my jsp program, a list of errors pop-up as below Error: 500 Location: /edentalpro

Error 500

2002-01-18 Thread btquah
hi, When I run my jsp program, a list of errors pop-up as below Error: 500 Location: /edentalpro/sendmail.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSP/usr/local/tomcat/jakarta-tomcat-3.2.4/work/localhost_8080%2Fedentalpro

Included servlet error: 500

2001-12-18 Thread rmigliozzi
Hi, I am running Tomcat 3.2.3 on a Linux machine. My web application is running just fine, however every morning when I come into work, Tomcat needs to be restarted because when I load the page, this error appears: Included servlet error: 500 Location: /apps/home.jsp Error Location: /appps

Tomcat and IIS Error 500

2001-12-14 Thread Jim Urban
all the instructions, I rebooted the server and Tomcat and IIS both started. I can access my app via port 8080. If I try to access it through IIS I get an error 500. Any ideas what is causing this? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice

Re: Tomcat and IIS Error 500

2001-12-14 Thread Andy Soedibjo
Tomcat to IIS as listed on the Tomcat web site. I also added my application to the uriworkermap.properties file. After following all the instructions, I rebooted the server and Tomcat and IIS both started. I can access my app via port 8080. If I try to access it through IIS I get an error 500. Any

  1   2   >