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 hanged.
I'm using Tomcat3.3.1 and JRE 1.2 .
Can any one help me out in this.

Many Thanks,
Anand


*
Disclaimer:
The contents of this E-mail (including the contents of the enclosure(s) or 
attachment(s) if any) are privileged and confidential material of MBT and 
should not be disclosed to, used by or copied in any manner by anyone other 
than the intended addressee(s).   In case you are not the desired addressee, 
you should delete this message and/or re-direct it to the sender.  The views 
expressed in this E-mail message (including the enclosure(s) or attachment(s) 
if any) are those of the individual sender, except where the sender expressly, 
and with authority, states them to be the views of MBT.

This e-mail message including attachment/(s), if any, is believed to be free of 
any virus.  However, it is the responsibility of the recipient to ensure that 
it is virus free and MBT is not responsible for any loss or damage arising in 
any way from its use
  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 it is directed to
Tomcat using Re-Director.
What I'd observed is that file uploading is fine till Java memory
utilization goes upto 80MB,
after that HTTP: 500 Internal Server Error is thrown from the servlet (This
is just my observation).

Thanks  Regards,
Anand


*
Disclaimer:
The contents of this E-mail (including the contents of the enclosure(s) or 
attachment(s) if any) are privileged and confidential material of MBT and 
should not be disclosed to, used by or copied in any manner by anyone other 
than the intended addressee(s).   In case you are not the desired addressee, 
you should delete this message and/or re-direct it to the sender.  The views 
expressed in this E-mail message (including the enclosure(s) or attachment(s) 
if any) are those of the individual sender, except where the sender expressly, 
and with authority, states them to be the views of MBT.

This e-mail message including attachment/(s), if any, is believed to be free of 
any virus.  However, it is the responsibility of the recipient to ensure that 
it is virus free and MBT is not responsible for any loss or damage arising in 
any way from its use
  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: HTTP: 500 Internal Server Error (Urjent)

2005-02-13 Thread Ben Souther
Anad, you've just hijacked someone else's thread.

When posting to the list, please start a new message.  Don't just reply
to an existing one.  It limits the number of people reading your
question.




On Sun, 2005-02-13 at 08:45, Anand Pandey wrote:
 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 it is directed to
 Tomcat using Re-Director.
 What I'd observed is that file uploading is fine till Java memory
 utilization goes upto 80MB,
 after that HTTP: 500 Internal Server Error is thrown from the servlet (This
 is just my observation).
 
 Thanks  Regards,
 Anand
 
 
 *
 Disclaimer:
 The contents of this E-mail (including the contents of the enclosure(s) or 
 attachment(s) if any) are privileged and confidential material of MBT and 
 should not be disclosed to, used by or copied in any manner by anyone other 
 than the intended addressee(s).   In case you are not the desired addressee, 
 you should delete this message and/or re-direct it to the sender.  The views 
 expressed in this E-mail message (including the enclosure(s) or attachment(s) 
 if any) are those of the individual sender, except where the sender 
 expressly, and with authority, states them to be the views of MBT.
 
 This e-mail message including attachment/(s), if any, is believed to be free 
 of any virus.  However, it is the responsibility of the recipient to ensure 
 that it is virus free and MBT is not responsible for any loss or damage 
 arising in any way from its use
   
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 error messages?
Thanks,
Phil Campaigne

I have the following entry in my web.xml file to address this:

serlvet
servlet-nameLoginServlet/servlet-name
display-nameLoginServlet/display-name
servlet-classcom.op.test.LoginServlet/servlet-class
init-param-namedebug/param-name
param-value2/param-value
init-param
/servlet

servlet-mapping
servlet-nameLoginServlet/servlet-name
url-patternLoginServlet/url-pattern
/servlet-mapping


Re: HTTP 500-Internal Server Error

2003-03-11 Thread pcampaigne
Hi,
I found some more information about my problem, the root cause is
ClassNotFoundException: com.op.test.LoginServlet
but I have the web.xml entry shown below, and also the following context
entry in server.xml

!-- Test Context --
Context path=/Test docBase=Test
debug=100 privileged=true/

I 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 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 error messages?
Thanks,
Phil Campaigne

I have the following entry in my web.xml file to address this:

serlvet
servlet-nameLoginServlet/servlet-name
display-nameLoginServlet/display-name
servlet-classcom.op.test.LoginServlet/servlet-class
init-param-namedebug/param-name
param-value2/param-value
init-param
/servlet

servlet-mapping
servlet-nameLoginServlet/servlet-name
url-patternLoginServlet/url-pattern
/servlet-mapping



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: HTTP 500-Internal Server Error

2003-03-11 Thread Matthew Oatham
Is LoginServlet.class in WEB-INF/classes ?

Does LoginServlet.class import any helper classes from third party
aplications? If so are these JAR files in WEB-INF/lib ?

If you are using the specified context is your application under the dir
webapps/Test ?

Are you accessing the servlet on http://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 some more information about my problem, the root cause is
 ClassNotFoundException: com.op.test.LoginServlet
 but I have the web.xml entry shown below, and also the following context
 entry in server.xml

 !-- Test Context --
 Context path=/Test docBase=Test
 debug=100 privileged=true/

 I 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 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 error messages?
 Thanks,
 Phil Campaigne

 I have the following entry in my web.xml file to address this:

 serlvet
 servlet-nameLoginServlet/servlet-name
 display-nameLoginServlet/display-name
 servlet-classcom.op.test.LoginServlet/servlet-class
 init-param-namedebug/param-name
 param-value2/param-value
 init-param
 /servlet

 servlet-mapping
 servlet-nameLoginServlet/servlet-name
 url-patternLoginServlet/url-pattern
 /servlet-mapping



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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:
LoginServlet)
It seems to me that the web.xml entry should  resolve this.  I still don't
get it.
Your directory hierarchy should look something like this, where each 
item followed by a slash is a directory:

-webappname/
  -any JSP or HTML files you are using are probably here
  -WEB-INF/
-lib/
  -any JAR files you are using go here
-classes/
  -com/
 -op/
  -test/
- LoginServlet


Erik

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 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:
  LoginServlet)
 
  It seems to me that the web.xml entry should  resolve this.  I still
don't
  get it.

 Your directory hierarchy should look something like this, where each
 item followed by a slash is a directory:

 -webappname/
-any JSP or HTML files you are using are probably here
-WEB-INF/
  -lib/
-any JAR files you are using go here
  -classes/
-com/
   -op/
-test/
  - LoginServlet



 Erik


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 with Tomcat 4.0.3 . Any help will be greatly appreciated.



Tomislav










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 

I didn't have this error with Tomcat 4.0.3 . Any help will be greatly appreciated.

Is Tomcat setup to serve requests on port TCP:80? Is it binding to that port at 
all? Try netstat -a.

Nixie.



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



RE: Tomcat 3.2.2 HTTP 500 Internal Server Error

2001-12-11 Thread Pieters, Marina

Thanks for the reply. If we upgrade to 3.2.4, it means we won't have any
more HTTP 500 Internal Server Error?

Marina


-Original Message from Denis Balazuc on December 10, 2001 5:09 PM


Unless you are willing to spend a little bit of time reconfiguring Tomcat,
and maybe modify your install scripts, you can stick to Tomcat 3.2.x
(currently 3.2.4). So you can upgrade from 3.2.2 to 3.2.4 without any
worries. Just make sure you keep a copy of your webapps and your server.xml
file.

If you want to move to Tomcat 4.0.x, this will require a bit of
configuration and deployement, so it's up to you.
You should not have to change your servlets code however, even not have to
recompile it, so it's a smooth transition.
I actually spent more time reading Tomcat 4.0 docs than actually installing
and migrating my 3.2 webapps.

However, I have ran into a slight problem
Our include statements @include were a bit messy... althought Tomcat 3.2
was happy with the mess, Tomcat 4.0 is stricter and we had to change our
includes (actually clean them) to have our webapps 100% functionalbut
this is only because we did things wrong (I think...) and that 3.2 was
accepting the wronginess of our code

Hope this helps
Denis



- Original Message from Pieters, Marina on December 10, 2001 04:51 PM

 Our company has a web application created by Java servlets; and this
 application runs on the Apache/Tomcat  server (Sun). Since July 2001,  the
 server was down with the HTTP 500 error message about 12 times. Each
time,
 we have to restart Tomcat; but lately, this problem occurs more
frequently.


 Our version of Tomcat is 3.2.2. We have been told that there might be a
bug
 in that version. We are planning to upgrade to the latest version 4.0.x.
 Where can we find the information about how to upgrade to the new version?
 Do we need to recompile the code? Is it the right decision to upgrade to
an
 other version? or is there better solution to avoid this problem?

 Thanks in advance.

 Marina

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat 3.2.2 HTTP 500 Internal Server Error

2001-12-11 Thread Rich Baldwin

Well I haven't found the transition to 4.0 as smooth as you describe.  Can't get

any of my 4.0 apps to run.  I just tried moving an application from
~jakarta-tomcat.3.2.2/webapps/ to ~jakarta-tomcat.4.01/webapps/; stopped and
restarted
tomcat and tested; didn't work.  Guess I haven't hit upon the trick yet.

Rich



Pieters, Marina wrote:

 Thanks for the reply. If we upgrade to 3.2.4, it means we won't have any
 more HTTP 500 Internal Server Error?

 Marina

 -Original Message from Denis Balazuc on December 10, 2001 5:09 PM

 Unless you are willing to spend a little bit of time reconfiguring Tomcat,
 and maybe modify your install scripts, you can stick to Tomcat 3.2.x
 (currently 3.2.4). So you can upgrade from 3.2.2 to 3.2.4 without any
 worries. Just make sure you keep a copy of your webapps and your server.xml
 file.

 If you want to move to Tomcat 4.0.x, this will require a bit of
 configuration and deployement, so it's up to you.
 You should not have to change your servlets code however, even not have to
 recompile it, so it's a smooth transition.
 I actually spent more time reading Tomcat 4.0 docs than actually installing
 and migrating my 3.2 webapps.

 However, I have ran into a slight problem
 Our include statements @include were a bit messy... althought Tomcat 3.2
 was happy with the mess, Tomcat 4.0 is stricter and we had to change our
 includes (actually clean them) to have our webapps 100% functionalbut
 this is only because we did things wrong (I think...) and that 3.2 was
 accepting the wronginess of our code

 Hope this helps
 Denis

 - Original Message from Pieters, Marina on December 10, 2001 04:51 PM

  Our company has a web application created by Java servlets; and this
  application runs on the Apache/Tomcat  server (Sun). Since July 2001,  the
  server was down with the HTTP 500 error message about 12 times. Each
 time,
  we have to restart Tomcat; but lately, this problem occurs more
 frequently.
 
 
  Our version of Tomcat is 3.2.2. We have been told that there might be a
 bug
  in that version. We are planning to upgrade to the latest version 4.0.x.
  Where can we find the information about how to upgrade to the new version?
  Do we need to recompile the code? Is it the right decision to upgrade to
 an
  other version? or is there better solution to avoid this problem?
 
  Thanks in advance.
 
  Marina
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Tomcat 3.2.2 HTTP 500 Internal Server Error

2001-12-10 Thread Pieters, Marina

Our company has a web application created by Java servlets; and this
application runs on the Apache/Tomcat  server (Sun). Since July 2001,  the
server was down with the HTTP 500 error message about 12 times. Each time,
we have to restart Tomcat; but lately, this problem occurs more frequently.


Our version of Tomcat is 3.2.2. We have been told that there might be a bug
in that version. We are planning to upgrade to the latest version 4.0.x.
Where can we find the information about how to upgrade to the new version?
Do we need to recompile the code? Is it the right decision to upgrade to an
other version? or is there better solution to avoid this problem?

Thanks in advance.

Marina

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat 3.2.2 HTTP 500 Internal Server Error

2001-12-10 Thread Denis Balazuc

Unless you are willing to spend a little bit of time reconfiguring Tomcat,
and maybe modify your install scripts, you can stick to Tomcat 3.2.x
(currently 3.2.4). So you can upgrade from 3.2.2 to 3.2.4 without any
worries. Just make sure you keep a copy of your webapps and your server.xml
file.

If you want to move to Tomcat 4.0.x, this will require a bit of
configuration and deployement, so it's up to you.
You should not have to change your servlets code however, even not have to
recompile it, so it's a smooth transition.
I actually spent more time reading Tomcat 4.0 docs than actually installing
and migrating my 3.2 webapps.

However, I have ran into a slight problem
Our include statements @include were a bit messy... althought Tomcat 3.2
was happy with the mess, Tomcat 4.0 is stricter and we had to change our
includes (actually clean them) to have our webapps 100% functionalbut
this is only because we did things wrong (I think...) and that 3.2 was
accepting the wronginess of our code

Hope this helps
Denis



- Original Message -
From: Pieters, Marina [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Pieters, Marina [EMAIL PROTECTED]
Sent: Monday, December 10, 2001 04:51 PM
Subject: Tomcat 3.2.2  HTTP 500 Internal Server Error


 Our company has a web application created by Java servlets; and this
 application runs on the Apache/Tomcat  server (Sun). Since July 2001,  the
 server was down with the HTTP 500 error message about 12 times. Each
time,
 we have to restart Tomcat; but lately, this problem occurs more
frequently.


 Our version of Tomcat is 3.2.2. We have been told that there might be a
bug
 in that version. We are planning to upgrade to the latest version 4.0.x.
 Where can we find the information about how to upgrade to the new version?
 Do we need to recompile the code? Is it the right decision to upgrade to
an
 other version? or is there better solution to avoid this problem?

 Thanks in advance.

 Marina

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]