http status 500 error in tomcat 6 while using eclipse helios
package com.lala.servlets;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
public class LoginServlet extends HttpServlet{
public void init(ServletConfig sc){
System.out.println("init() login servlet");
}
public void service(HttpServletRequest req,HttpServletResponse res)throws IOException,ServletException{
System.out.println("service() login servlet");
String un=req.getParameter("username");
String pw=req.getParameter("password");
String msg=" ";
if(un.equals(pw)){
msg="Hello"+un+"!your login is sucessful";
}else{
msg="hello"+un+"!your login failed";
}
res.setContentType("text/html");
PrintWriter out=res.getWriter();
System.out.println("<fontsize=6 color=red>"+msg+"<font>");
}
public void destroy(){
System.out.println("destroy() login servlet");
}
}
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.NullPointerException
com.lala.servlets.LoginServlet.service(LoginServlet.java:14)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
Dec 26, 2012 1:16:18 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet LoginServlet threw exception
java.lang.NullPointerException
at com.lala.servlets.LoginServlet.service(LoginServlet.java:14)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Unknown Source)
View Answers
Ads
Related Tutorials/Questions & Answers:
Advertisements
Error : http status 500?
Error :
http status 500? hello sir,
am
using netbeans6.7.1 version i implemented one program i.e web application ..when am excuting this one i got one
error http status 500...please solve this
error ..when did i mistakn
HTTP Status 500 -
HTTP Status 500 - Hi, I am new to jsp...
Installed
Tomcat 5.5.... wrote.
i can see these errors...
HTTP Status 500 -
type Exception report... of your
tomcat.
8)Open your browser and type the following url:
http://localhost
HTTP Status 500 -
HTTP Status 500 - I've installed my Java libraries, and I am... attempt to
load a JSP file from my Apache
Tomcat server I get the
error below.
TTP
Status 500 -
type Exception report
message
description The server
how to ignore http 500 error?
how to ignore
http 500 error? In XML data parsing
while connecting to many server through URL if one does not connect gives the
error. Is there any process to ignore that URL connection and get data from other connection which
Eclipse-Apache tomcat error
Eclipse-Apache
tomcat error Hi..I'v been trying to install apache
tomcat 7 with
eclipse helios to try web applications
..but unable to run webcontents .it gives the folowing msg in
eclipse:Several ports (8005, 8080, 8009
Tomcat 7 in Eclipse Helios
Video Tutorial:
Tomcat 7 in
Eclipse Helios step by step
This video tutorial shows you how you can configure
Tomcat 7 in
Eclipse
Helios IDE. If you... for
Tomcat 7. Installing
Eclipse Helios
and configuring the
Tomcat 7
JSP Error 500
;
JSP
Error 500 is to generate
error status 500...
In this section, you will learn how to generate
error status 500 in jsp. You
can see... response.SC_INTERNAL_SERVER_
ERROR
in place of
status code
500.
Here
Tomcat with quartz by using eclipse ide
Tomcat with quartz by
using eclipse ide Hai friends I am in a position to run a simple quartz hello job program in
eclipse by
using tomcat server. when i run this in
tomcat server it shows 404
error that is resources
Web services using eclipse helios and apache tomcat-7
Web services
using eclipse helios and apache tomcat-7 My name is sahas shah studying in mca.
I want to use web service in project which is on tours and travels.
I am
using Eclipse Helios and Apache
tomcat Server version 7.
I
Tomcat 6.
Tomcat 6. hi......I have problem like
windows could not start the Apache
Tomcat 6 on Local Computer.
for more information ,review theSystem Event... to service-specific
error code 0.
my system config....win7 64,tomcat 6.0
Tomcat Configuration For Eclipse Server
Tomcat Configuration For
Eclipse Server How to configure
Eclipse Tomcat Server?
I am
using Tomcat 6.0v
Thanks In Advance
Install
tomcat on
eclipse
1)First download the
tomcat and install it on your hard drive.
2
plugins in eclipse helios
plugins in
eclipse helios How to add the capabilities of already builtin plugins to the project in
eclipse helios
HTTP Status 404 -
HTTP Status 404 -
HTTP Status 404 -
type
Status report
message
description The requested resource () is not available.
Apache Tomcat/5.5.31
how to rectify the above
error
Tomcat Error:
Tomcat Error: Hi,
I am not able to start the
tomcat server.
If I try to start it then I am getting the below
error.
"coyote connector has not been started"
Could some body please help me to solve the problem???
Thanks a ton
Tomcat Server configuration with Eclipse at remote machine
Tomcat Server configuration with
Eclipse at remote machine "Several Ports (8081,8009), required by /
Tomcat v6.0 Server at a localhost are already... process or change the port number(s)."
This is the
error that occurs
while running
Eclipse helios "Build Before Launch"
Eclipse helios "Build Before Launch" Hi
The IDE
Eclipse Helios present having an issue related to ?Build before Launch?. it still tries to build... look into this issue .
i have tried these settings for
Eclipse Helios
Eclipse helios "Build Before Launch"
Eclipse helios "Build Before Launch" Hi
The IDE
Eclipse Helios present having an issue related to ?Build before Launch?. it still tries to build... into this issue .
i have tried these settings for
Eclipse Helios
Disable
Tomcat
Tomcat why we get the
error like
HTTP Status 500 -.what is the solution for this problem