Re: 500 - Internal server error

2005-07-13 Thread Tim Funk
the application i am getting 500 - Internal server error what is the cause for this problem, any solutions, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 500 - Internal server error

2005-07-13 Thread Ayyanar Inbamohan
for testing the Load and performance, when the concurrent user is set to 500 in jmeter to test the application i am getting 500 - Internal server error what is the cause for this problem, any solutions

RE: 500 - Internal server error

2005-07-13 Thread Allistair Crossley
That's your answer then, give Tomcat more memory, or look for leaks in your code with a profiler. -Original Message- From: Ayyanar Inbamohan [mailto:[EMAIL PROTECTED] Sent: 13 July 2005 12:07 To: Tomcat Users List Subject: Re: 500 - Internal server error It is throwing out

RE: 500 - Internal server error

2005-07-13 Thread Ayyanar Inbamohan
I used jmeter to test the performance, and i found the leak in the database connections, then i checked the code and corrected it. then when i use 500 users concurrently in jmeter to test my application running in tomcat. i am getting this internal server error. Is there is any way to increase

500 - Internal server error

2005-07-12 Thread Ayyanar Inbamohan
Hi all, My web application run in an intranet site, i used jmeter for testing the Load and performance, when the concurrent user is set to 500 in jmeter to test the application i am getting 500 - Internal server error what is the cause for this problem, any solutions, thanks, inr

HTTP: 500 Internal Server Error

2005-02-15 Thread Anand Pandey
Hi, I'm getting HTTP:500 Inernal Server Error Problem, while uploading the XML file. The things that is getting strange to me is that uploading is done fine on starting, but system starts throwing this error as files are loaded concurrentlya and Threads seems to be

HTTP: 500 Internal Server Error (Urjent)

2005-02-13 Thread Anand Pandey
Hi, Can any one help me out in this serious case that I'm facing while uploading the files. Getting HTTP: 500 Internal server Error, while uploading the XML file (5.44 KB approx). I'm using Tomcat3.3.1 and JRE ver 1.2. To upload the XML file request is sent to IIS thru which

Re: HTTP: 500 Internal Server Error (Urjent)

2005-02-13 Thread Ben Souther
in this serious case that I'm facing while uploading the files. Getting HTTP: 500 Internal server Error, while uploading the XML file (5.44 KB approx). I'm using Tomcat3.3.1 and JRE ver 1.2. To upload the XML file request is sent to IIS thru which it is directed to Tomcat using Re-Director. What I'd

Problem with mod_jk 1.2 - 500 Internal Server Error

2005-01-13 Thread Pat Maddox
I'm using JBoss 4.0.1 with integrated Tomcat 5, and I'm trying to connect it to Apache 2. Whenever I make a request to a resource that should be passed along to Tomcat, I get a 500 Internal Server error. Looking at the mod_jk.log shows: [Thu Jan 13 13:45:34 2005] [jk_uri_worker_map.c (445

Re: Problem with mod_jk 1.2 - 500 Internal Server Error

2005-01-13 Thread Mladen Turk
Pat Maddox wrote: I'm using JBoss 4.0.1 with integrated Tomcat 5, and I'm trying to connect it to Apache 2. Whenever I make a request to a resource that should be passed along to Tomcat, I get a 500 Internal Server error. Looking at the mod_jk.log shows: [Thu Jan 13 13:45:34 2005

Re: Problem with mod_jk 1.2 - 500 Internal Server Error

2005-01-13 Thread Pat Maddox
trying to connect it to Apache 2. Whenever I make a request to a resource that should be passed along to Tomcat, I get a 500 Internal Server error. Looking at the mod_jk.log shows: [Thu Jan 13 13:45:34 2005] [jk_worker.c (94)]: wc_get_worker_for_name, done did not find a worker # Define worker

Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

2004-10-08 Thread Renan Galang
Greetings, I am having problems running some of our JSP pages. Instead of the compiled JSP page being displayed i get this on the page: Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server encountered

RE: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

2004-10-08 Thread Shapira, Yoav
Informatics -Original Message- From: Renan Galang [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 2:41 PM To: [EMAIL PROTECTED] Subject: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error Greetings, I am having problems running some of our JSP pages. Instead of the compiled JSP

Re: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

2004-10-08 Thread Renan Galang
]; Renan Galang [EMAIL PROTECTED] Sent: Saturday, October 09, 2004 2:49 AM Subject: RE: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error Hi, Because 4.0.4 is an ancient release that was never stable, you will get limited (if any) support for it. As a first step towards resolving your

RE: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

2004-10-08 Thread Shapira, Yoav
PROTECTED]; Renan Galang [EMAIL PROTECTED] Sent: Saturday, October 09, 2004 2:49 AM Subject: RE: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error Hi, Because 4.0.4 is an ancient release that was never stable, you will get limited (if any) support for it. As a first step towards resolving

Re: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

2004-10-08 Thread Renan Galang
] To: Tomcat Users List [EMAIL PROTECTED]; Renan Galang [EMAIL PROTECTED] Sent: Saturday, October 09, 2004 2:55 AM Subject: RE: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error Hi, Is the JDK properly installed on your HPUX machine? Yoav Shapira Millennium Research Informatics

Re: Replace Internal Server Error Page with User Defined Page

2004-07-15 Thread Hugh Field-Richards
://jakarta.apache.org/tomcat/faq/misc.html#error -Tim Hugh Field-Richards wrote: Hi How do I restrict the amount of information that is given on the Internal Server Error Page? For example I get the standard page Internal Server Error Message: Unable to get transformer handler for file: file

Replace Internal Server Error Page with User Defined Page

2004-07-14 Thread Hugh Field-Richards
Hi How do I restrict the amount of information that is given on the Internal Server Error Page? For example I get the standard page Internal Server Error Message: Unable to get transformer handler for file: file name here Description: org.apache.cocoon.ProcessingException: Unable

Re: Replace Internal Server Error Page with User Defined Page

2004-07-14 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#error -Tim Hugh Field-Richards wrote: Hi How do I restrict the amount of information that is given on the Internal Server Error Page? For example I get the standard page Internal Server Error Message: Unable to get transformer handler for file

Re: Replace Internal Server Error Page with User Defined Page

2004-07-14 Thread Hugh Field-Richards
://jakarta.apache.org/tomcat/faq/misc.html#error -Tim Hugh Field-Richards wrote: Hi How do I restrict the amount of information that is given on the Internal Server Error Page? For example I get the standard page Internal Server Error Message: Unable to get transformer handler for file: file name here

Re: Replace Internal Server Error Page with User Defined Page

2004-07-14 Thread Tim Funk
of any other person or official body. On 14 Jul 2004, at 17:43, Tim Funk wrote: http://jakarta.apache.org/tomcat/faq/misc.html#error -Tim Hugh Field-Richards wrote: Hi How do I restrict the amount of information that is given on the Internal Server Error Page? For example I get the standard page

internal server error

2004-02-06 Thread Paul
page: Internal Server Error -paul.

Re: internal server error

2004-02-06 Thread Filip Hanik
java.lang.NoClassDefFoundError: javax/management/MBeanRegistration the jmx jars are not in the classpath Filip - Original Message - From: Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 06, 2004 10:50 AM Subject: internal server error Does anyone

Re: internal server error

2004-02-06 Thread Paul
affect. Hmmm. -paul. - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 06, 2004 2:02 PM Subject: Re: internal server error java.lang.NoClassDefFoundError: javax/management/MBeanRegistration the jmx jars

Re: internal server error

2004-02-06 Thread Paul
i am trying different versions of tomcat and apache, see if that makes a difference - Original Message - From: Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 06, 2004 2:45 PM Subject: Re: internal server error only place i can find jmx jars

Re: internal server error

2004-02-06 Thread Filip Hanik
in the same library as TomcatStarter hmm, try adding tomcat-jk2.jar to your classpath Filip - Original Message - From: Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 06, 2004 11:45 AM Subject: Re: internal server error only place i can find jmx jars

Re: internal server error

2004-02-06 Thread Paul
AprImpl sits in the same library as TomcatStarter hmm, try adding tomcat-jk2.jar to your classpath Filip - Original Message - From: Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 06, 2004 11:45 AM Subject: Re: internal server error only place i

Re: internal server error

2004-02-06 Thread Filip Hanik
which version? - Original Message - From: Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 06, 2004 1:27 PM Subject: Re: internal server error Filip, I have managed to solve my own problem by installing an earlier version of Tomcat. Thanks, much

Re: internal server error

2004-02-06 Thread Paul
downgraded from jakarta-tomcat-4.1.29-LE-jdk14.exe to jakarta-tomcat-4.1.27-LE-jdk14.exe and it worked. - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 06, 2004 4:34 PM Subject: Re: internal server error which

Customizing '500 Internal Server Error' when Tomcat is down in mod_jk configuration

2004-01-13 Thread Thierry Thelliez
In an Apache - mod_jk - Tomcat configuration we have Tomcat occasionally going down. We then get the Internal Server Error message. It would be very useful for our support staff to have a more explicit message. Can this be done? Thanks Thierry

RE: Customizing '500 Internal Server Error' when Tomcat is down in mod_jk configuration

2004-01-13 Thread Altankov Peter
: Customizing '500 Internal Server Error' when Tomcat is down in mod_jk configuration In an Apache - mod_jk - Tomcat configuration we have Tomcat occasionally going down. We then get the Internal Server Error message. It would be very useful for our support staff to have a more explicit

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

Internal Server Error, ErrorDocument does not work using mod_jk2 and servlet engine stopped

2003-10-22 Thread Bernhard Erdmann
or being upgraded Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error occurred, and anything you might have done that may have

RE: Internal Server Error

2003-10-20 Thread Shapira, Yoav
, 2003 12:20 AM To: 'Tomcat Users List' Subject: Internal Server Error Hi guys, For some reason, my tomcat won't start. It says there's a 500 Internal server error with: exception javax.servlet.ServletException: org/apache/naming/JndiPermission

Internal Server Error

2003-10-19 Thread Anson Zeall
Hi guys, For some reason, my tomcat won't start. It says there's a 500 Internal server error with: exception javax.servlet.ServletException: org/apache/naming/JndiPermission at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249

Internal Server Error

2003-10-15 Thread John B. Moore
-to to the letter with one exception.. I replaced the default virtual host localhost with microps.com (as I had it in the previous install) in server.xml. I was testing the /examples/jsp/num/numguess.jsp and am getting an Internal Server Error. Nothing is showing in any of the logs. Not a hint

Re: Internal Server Error

2003-10-15 Thread John B. Moore
) in server.xml. I was testing the /examples/jsp/num/numguess.jsp and am getting an Internal Server Error. Nothing is showing in any of the logs. Not a hint... I tested it under the microps.com:8080 and it works fine.. only when I come through Apache (2.0.43) www.microps.com do I get this error

Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2003-08-14 Thread Bob Hacker
Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error I am running Jbuilder 7, JBoss 3.0.2. When I touch a jsp I get the following exception when trying to run it javax.servlet.ServletException: sun/tools/javac/Main at org.apache.jasper.servlet.JspServlet.service

Internal server error only on first run tomcat 4.x + apache 2.0x + modjk2 + winxp

2003-03-29 Thread Henry Tang
Hi, I am getting this error below only on the first service for apache. After this error, all other pages served will be fine. Error is produced after the server hangs for a while around 2 minutes. Anyone experiencing the same problem? thanks henry Internal Server Error The server encountered

internal server error

2003-03-21 Thread Adrian Epuras
I'm using tomcat 4.1.18 and apache 2.0.44 with JK2 on Slackware 8.1. And from time to time I get something like this: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Apache/2.0.44 (Unix) DAV/2 mod_jk2/2.0.3-dev Server

Re: internal server error

2003-03-21 Thread Tim Funk
Make sure you have as many tomcat workers(maxProcessors) as apache workers. -Tim Adrian Epuras wrote: I'm using tomcat 4.1.18 and apache 2.0.44 with JK2 on Slackware 8.1. And from time to time I get something like this: Internal Server Error The server encountered an internal error

Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

2003-03-18 Thread lunasahu
This is the error during jsp execution. How to solve this error; Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server

AW: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

2003-03-18 Thread Janz, Alexander
Server Error This is the error during jsp execution. How to solve this error; Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error -- -- type Exception report message Internal Server

Re: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

2003-03-18 Thread Tim Funk
Make sure you are using a JDK and not JRE. It looks like there is no java compiler available. -Tim lunasahu wrote: This is the error during jsp execution. How to solve this error; Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

HTTP 500-Internal Server Error

2003-03-11 Thread pcampaigne
Hi, I'm trying to setup database access with a simple test application using tomcat 4.0.6. When my servlet gets executed I get the 500 browser error, Wrapper cannot find servlet class com.op.test.LoginServlet or a class it depends on 1. Does anyone know why? 2. Is there any way to get more useful

Re: HTTP 500-Internal Server Error

2003-03-11 Thread pcampaigne
don't get it?? Phil - Original Message - From: pcampaigne [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 6:59 AM Subject: HTTP 500-Internal Server Error Hi, I'm trying to setup database access with a simple test application using tomcat 4.0.6. When my

Re: HTTP 500-Internal Server Error

2003-03-11 Thread Matthew Oatham
://domain:port/Test/LoginServlet ? Not sure if any of this will help but younever know!!! Matt. - Original Message - From: pcampaigne [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 4:13 PM Subject: Re: HTTP 500-Internal Server Error Hi, I found

Re: HTTP 500-Internal Server Error

2003-03-11 Thread Erik Price
pcampaigne wrote: Thanks Matt. I had my servlets in the src directory under WEB-INF so I creates a classes directory under WEB-INF and moved them there. However, I still get a 500 error but the root cause is different: NoClassDefinitionFoundError: com/op/test/LoginServlet (wrong name:

Re: HTTP 500-Internal Server Error

2003-03-11 Thread pcampaigne
Eric, Thanks for your help! Phil - Original Message - From: Erik Price [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 10:20 AM Subject: Re: HTTP 500-Internal Server Error pcampaigne wrote: Thanks Matt. I had my servlets in the src directory

tomcat+apache+mod_jk2 and Internal Server Error

2003-03-08 Thread Jinesh Varia
hello am getting Internal Server Error.when I tried to access and execute any servlet/jsp at the end. I am attaching on what I did But my apache is running damn cutebut it is not allowing me to execute any servlet the access_log says: [Fri Mar 07 18:01:51 2003] [error] [client

tomcat+apache+mod_jk2 and Internal Server Error

2003-03-07 Thread Jinesh Varia
hello am getting Internal Server Error.when I tried to access and execute any servlet/jsp at the end. I am attaching on what I did But my apache is running damn cutebut it is not allowing me to execute any servlet the access_log says: [Fri Mar 07 18:01:51 2003] [error] [client

RE: tomcat+apache+mod_jk2 and Internal Server Error

2003-03-07 Thread Filip Hanik
www.johnturner.com/howto/ I think you want to be using the coyote connector Filip -Original Message- From: Jinesh Varia [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 3:19 PM To: [EMAIL PROTECTED] Subject: tomcat+apache+mod_jk2 and Internal Server Error hello am getting

RE: tomcat+apache+mod_jk2 and Internal Server Error

2003-03-07 Thread Jinesh Varia
I juse john turners how tos...please refer my steps based on john turners. did I do it correctway? Its in my previos email I tried using coyote connector but it was same...thought jk2 would solve it...but it also did not.. PLEASE HELP any HELP will be worshiped jinesh --- Filip Hanik [EMAIL

RE: tomcat+apache+mod_jk2 and Internal Server Error

2003-03-07 Thread Raphael Michel
Hello, I think you should use the AJP connector. So .. In your server.xml : (with mod_jk2) Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler minProcessors=5 maxProcessors=75 acceptCount=10

Re: tomcat+apache+mod_jk2 and Internal Server Error

2003-03-07 Thread Chong Yu Meng
Hi Jinesh, If you're using an rpm-based Linux like Red Hat, UnitedLinux, etc. , I've written a short tutorial on it. See : http://www.linux-sxs.org/internet_serving/tomcat-apache.html#6 Regards, pascal chong Jinesh Varia wrote: hello am getting Internal Server Error.when I tried to access

RE: Internal Server Error

2003-03-03 Thread Turner, John
What happens if you delete the lbfactor line? It's not necessary, and may be confusing things. John -Original Message- From: Adam Denenberg [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2003 9:51 AM To: Tomcat Users List Subject: Re: Internal Server Error Still tested

Re: Internal Server Error

2003-03-01 Thread Adam Denenberg
, it fails with an internal server error and the message above. Anyone seen this problem or can diagnose why I would get it? I cant figure it for the life of me. thanks Adam - To unsubscribe, e-mail: [EMAIL PROTECTED

Internal Server Error

2003-02-28 Thread Adam Denenberg
Hey , I am using apache 1.3.X with tomcat 4.1.18 on solaris 7 and sun JDK 1.4. I am getting an internal server error with the folloing jk error in my mod_jk.log file [Fri Feb 28 17:15:43 2003] [jk_uri_worker_map.c (558)] jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13

RE: Internal Server Error

2003-02-28 Thread Mike Jackson
I'll ask the obvious question, is tomcat running? --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Adam Denenberg [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:29 PM To: [EMAIL PROTECTED] Subject: Internal Server Error Hey , I am using

Re: Internal Server Error

2003-02-28 Thread Adam Denenberg
[EMAIL PROTECTED] -Original Message- From: Adam Denenberg [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:29 PM To: [EMAIL PROTECTED] Subject: Internal Server Error Hey , I am using apache 1.3.X with tomcat 4.1.18 on solaris 7 and sun JDK 1.4. I am getting

RE: Internal Server Error

2003-02-24 Thread Shapira, Yoav
Howdy, Apologies in advance - newbie here. Don't apologize for that ;) Running Tomcat 4.0.6 on 2000 box, using JDK 1.3.1_02, and Apache 1.3. I'm Cool. Suggest you update JDK to 1.4.1 if you can, as 1.3x has numerous bugs and 1.4.1 is faster. (pasted below). From looking through the

Internal Server Error

2003-02-23 Thread John Ferrigan
All - Apologies in advance - newbie here. Running Tomcat 4.0.6 on 2000 box, using JDK 1.3.1_02, and Apache 1.3. I'm able to run the Tomcat examples, no problem. However, when I go to run the examples from O'Reilly's JSP Book (Version 2), I get the same type of errors (pasted below). From

Tomcat 4.1.18 Internal Server Error

2003-02-21 Thread Mark Baumann
Hello! I get this error message and don#t know what the problem could be: snip java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270) at

RE: Tomcat 4.1.18 Internal Server Error

2003-02-21 Thread Shapira, Yoav
4.1.18 Internal Server Error Hello! I get this error message and don#t know what the problem could be: snip java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader) at java.security.AccessControlContext.checkPermission(AccessControlContext .jav a:270

Re: Tomcat 4.1.18 Internal Server Error

2003-02-21 Thread Mark Baumann
Hello! On Fri, Feb 21, 2003 at 11:28:58AM -0500, Shapira, Yoav wrote: Howdy, Are you running tomcat with a security manager, and if so what does your policy file look like? Sorry but what's a secutrty manager? I am new to Tomcat, Java ... and I was happy to get Tomcat running. I solved the

Internal Server Error nullPointerException

2003-02-18 Thread sophie seillier
(Internal Server Error) that prevented it from fulfilling this request._ *exception* java.lang.NullPointerException at connection.test.TestConnectionServlet.runConnection(TestConnectionServlet.java:136) at connection.test.TestConnectionServlet.doGet(TestConnectionServlet.java:112

RE: Internal Server Error nullPointerException

2003-02-18 Thread Ralph Einfeldt
Without the source for TestConnectionServlet.java it's hard to help. -Original Message- From: sophie seillier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 6:37 PM To: [EMAIL PROTECTED] Subject: Internal Server Error nullPointerException

The page cannot be displayed, HTTP 500 - Internal server error

2002-12-03 Thread Tomislav Miladinovic
Hi, After so many tries to get Tomcat 4.1.12 works (get home page) I am still experiencing error (after browsing http://localhost:8080). I try change Catalina port to 80 (server.xml) but no difference. The page cannot be displayed, HTTP 500 - Internal server error I didn't have this error

Re: The page cannot be displayed, HTTP 500 - Internal server error

2002-12-03 Thread Nikola Milutinovic
Tomislav Miladinovic wrote: Hi, After so many tries to get Tomcat 4.1.12 works (get home page) I am still experiencing error (after browsing http://localhost:8080). I try change Catalina port to 80 (server.xml) but no difference. The page cannot be displayed, HTTP 500 - Internal server error

Re: sites suddenly give internal server error

2002-10-23 Thread Albert Csaba
: Wednesday, October 23, 2002 01:36 Subject: Re: sites suddenly give internal server error Hmmm, Can't really say what's definitely wrong. Are you preloading any new JSPs or servlet'. Something has changed, if you had a working system one day and the next it goes off like this. Have you

sites suddenly give internal server error

2002-10-22 Thread Albert Csaba
Hi, I've setuped a few month ago on a Linux box jakarta-tomcat-4.0.4 jdk1.3.1_04 jakarta-ant-1.4 mod_jk on apache 1.3.6 with virtualhosts. It worked fine, till a few days ago, when suddenly started giving the error The server encountered an internal error or misconfiguration and was unable to

Re: sites suddenly give internal server error

2002-10-22 Thread Robert L Sowders
] cc: Subject:sites suddenly give internal server error Hi, I've setuped a few month ago on a Linux box jakarta-tomcat-4.0.4 jdk1.3.1_04 jakarta-ant-1.4 mod_jk on apache 1.3.6 with virtualhosts. It worked fine, till a few days ago, when suddenly started giving the error

Re: sites suddenly give internal server error

2002-10-22 Thread Albert Csaba
) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243) What does this mean? Csaba - Original Message - From: Robert L Sowders To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 22, 2002 11:28 Subject: Re: sites suddenly give internal server error Looks like Tomcat

Re: sites suddenly give internal server error

2002-10-22 Thread Robert L Sowders
Albert Csaba [EMAIL PROTECTED] 10/22/2002 03:37 AM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: sites suddenly give internal server error Yes, you're right, it stops. I found this error in catalina.out

mod_jk Internal Server Error

2002-10-22 Thread chris . hanrahan
Greetings, I am running Apache 1.3.27 and Tomcat 3.3.1 under Red Hat Linux. Apache is on one server, and Tomcat is on a different server. I have configured apache to send all requests for .jsp files to the Tomcat server. Here is the workers.properties file from the apache server:

Internal Server Error - Still a newbie.

2002-10-18 Thread Curt LeCaptain
Using Tomcat 4.0.6, Apache 1.3.27, connected via mod_jk: I get an internal server error when attempting to execute a JSP. Upon reading my mod_jk.log, this's what I see: [Thu Oct 17 15:16:23 2002] [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111 [Thu Oct 17 15:16:23 2002

Re: Internal Server Error - Still a newbie.

2002-10-18 Thread Mark Eggers
Curt, [Thu Oct 17 15:16:23 2002] [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111 This probably indicates that a socket connection could not be made. Although I don't have a C compiler installed on my current machine (hence no errno.h, hence no error information), I

500 Internal Server Error

2002-10-01 Thread Sigurur Bjarnason
Hi all I have a website.. witch is in frames, the site is run with Tomcat 4.0.4 and Apache 1.3. The site works fine.. for all parts.. except on frame.. it is a login frame that shows this error.. ( 500 internel Server Error ) although the rest of the site is ok ?! This .. happens.. once in

HTTP Status 500 - Internal Server Error

2002-09-27 Thread Glinn Cortez
Please help me on this. Everytime I'm trying to run the sample .jsp file, this page is displayed. Why is this so? type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request

Re: HTTP Status 500 - Internal Server Error

2002-09-27 Thread Mark Eggers
Glinn, It looks like tools.jar is not in your classpath. Do you have the jdk (not jre) installed, and is your JAVA_HOME environment variable set to point at the root directory of the jdk installation? /mde/ just my two cents . . . . __ Do you

Re: HTTP Status 500 - Internal Server Error

2002-09-27 Thread Glinn Cortez
Thanks Mark for the reply... Where can I find tools.jar?..I've tried searching that file in Tomcat directory but I failed. Yes, I do have JDK installed in JAVA_HOME environment variable has been set. Any more idea Mark?... r/gli Mark Eggers wrote: Glinn, It looks like tools.jar is

Re: HTTP Status 500 - Internal Server Error

2002-09-27 Thread Mark Eggers
tools.jar should be in JAVA_HOME/lib (jdk 1.3.1_04). Mine is also in TOMCAT_HOME/common/lib. I don't know where it would be if you are using jdk 1.4. Make sure that your JAVA_HOME environment variable points to the root of your JDK installation. For example, mine is at C:\jdk1.3.1_04. Make

Re: HTTP Status 500 - Internal Server Error

2002-09-27 Thread Glinn Cortez
Thanks Mark!...Now it's working already. by the way, I've added you in my yahoo list. r/gli Mark Eggers wrote: tools.jar should be in JAVA_HOME/lib (jdk 1.3.1_04). Mine is also in TOMCAT_HOME/common/lib. I don't know where it would be if you are using jdk 1.4. Make sure that

Internal Server Error

2002-09-12 Thread Michael Timpe
Hi, I get an Internal Server Error very often after an idle time of some minutes. What can I do? Platform: - Win NT / Win 2000 - Apache 1.3.26 - mod_jk - Tomcat 4.0.3 (P.S.: on a linux system it is stable and we have no problems! This error occurs only on Windows machines). Greetings

RE: Internal Server Error when changing class file

2002-09-12 Thread Mathew Pole
PROTECTED] Subject: Internal Server Error when changing class file Hi , During development I have defined the following context to enable reloading of servlets when I change code: !-- Clipsal Context -- Context path=/clipsal docBase=clipsal debug=0 reloadable=true

Internal Server Error when changing class file

2002-09-04 Thread Mathew Pole
to code generates a HTTP Status 500 - Internal Server Error, with the following stack trace: java.lang.NullPointerException at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:678) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja va:214

HTTP Status 500 - Internal Server Error

2002-08-16 Thread Vishal Mukherjee
(Exception e ) {System.out.println(CException : + e.getMessage()); } % * End Of testbean.jsp ** * ERROR ** Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error

Internal server Error - Read of HTTP Request POST parameters failed

2002-07-31 Thread François Gauvin
I’ve got this exception on our company web server. = java.lang.RuntimeException: Read of HTTP Request POST parameters failed: read content length Can someone have an idea about what is the cause of this exception. Here's all the stack trace :

AW: Internal server Error - Read of HTTP Request POST parameters failed

2002-07-31 Thread Ralph Einfeldt
]] Gesendet: Mittwoch, 31. Juli 2002 15:50 An: Tomcat User List Betreff: Internal server Error - Read of HTTP Request POST parameters failed I've got this exception on our company web server. = java.lang.RuntimeException: Read of HTTP Request POST parameters failed: read content length

RE: Internal server Error - Read of HTTP Request POST parameters failed

2002-07-31 Thread François Gauvin
PROTECTED]] Sent: Wednesday, July 31, 2002 9:58 AM To: Tomcat Users List Subject: AW: Internal server Error - Read of HTTP Request POST parameters failed That means tomcat couldn't read as many bytes from a post request as where declared in the header of the request. I guess from the log messages

Internal Server Error with tomcat 4 - org.apache.catalina.connector

2002-07-26 Thread François Gauvin
I catch a lot of “Internal Server Error” from the org.apache.catalina.connector on our website. Here’s an example of the lines I’ve got.: org.apache.catalina.connector.HttpRequestBase.parseParameters(HttpRequestBas e.java:658) org.apache.catalina.connector.HttpRequestBase.getParameter

RE: Internal Server Error with tomcat 4 - org.apache.catalina.connector

2002-07-26 Thread François Gauvin
, 4ème Étage Québec (Québec) Canada G1K 3H5 Téléphone : (418) 523-6663, #233 -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 10:33 AM To: Tomcat Users List Subject: AW: Internal Server Error with tomcat 4 - org.apache.catalina.connector Please

Newbie: Internal server error

2002-07-24 Thread Polly Poon
Hi, I have a problem with xalan and xerces installation for xml parsing. org.apache.jasper.compiler.CompileException: C:\jakarta-tomcat-3.2.4\webapps\student\jsp\student.jsp(2,1) Unable to load class org.apache.taglibs.xsl.ApplyTag at

Re: Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-06 Thread Arshad Mahmood
4.0.3-HTTP Status 500-Internal Server Error Thanks for the suggestion. I did have the wrong path in the jsp:useBean. I corrected this, but now I get the same error with the correct path. The error is below. Now what? John java.lang.ClassNotFoundException: examples.WEB

RE: Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-06 Thread Kevin Passey
PROTECTED] Subject: Tomcat 4.0.3-HTTP Status 500-Internal Server Error Hi, I've just started to use Tomcat 4.0.3. All of the applications in the \webapps\examples file that came with Tomcat run correctly. I added a new folder, \webapps\examples\jsp\forms, that contains form.jsp. This file sends

Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-05 Thread John and Alicia Scott
\WEB_INF\classes\forms folder. The bean is named FormBean.java. When I try to run the jps page from my browser, I get the following error message: Tomcat 4.0.3-HTTP Status 500-Internal Server Error. I copies part of the long root cause output below. java.lang.ClassNotFoundException

Re: Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-05 Thread Arshad Mahmood
05, 2002 8:19 PM Subject: Tomcat 4.0.3-HTTP Status 500-Internal Server Error Hi, I've just started to use Tomcat 4.0.3. All of the applications in the \webapps\examples file that came with Tomcat run correctly. I added a new folder, \webapps\examples\jsp\forms, that contains form.jsp. This file

Fw: Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-05 Thread John and Alicia Scott
4.0.3-HTTP Status 500-Internal Server Error Because you have put your bean in com.jguru, you need to duplicate this under WEB-INF/classes. Your bean should then reside as WEB-INF/classes/com/jguru/FormBean.class. Regards. - Original Message - From: John and Alicia Scott [EMAIL

  1   2   >