Click here to Skip to main content
15,886,825 members
Home / Discussions / Java
   

Java

 
AnswerRe: HashMap Pin
Richard MacCutchan29-Dec-09 23:16
mveRichard MacCutchan29-Dec-09 23:16 
GeneralRe: HashMap Pin
002comp30-Dec-09 18:01
002comp30-Dec-09 18:01 
GeneralRe: HashMap Pin
Cedric Moonen30-Dec-09 23:16
Cedric Moonen30-Dec-09 23:16 
GeneralRe: HashMap Pin
002comp30-Dec-09 23:48
002comp30-Dec-09 23:48 
QuestionError Message - HTTP 500 & Error Message - no servlet mappings in web.xml Pin
karengsh29-Dec-09 0:28
karengsh29-Dec-09 0:28 
AnswerRe: Error Message - HTTP 500 & Error Message - no servlet mappings in web.xml Pin
Richard MacCutchan29-Dec-09 4:39
mveRichard MacCutchan29-Dec-09 4:39 
GeneralRe: Error Message - HTTP 500 & Error Message - no servlet mappings in web.xml Pin
karengsh30-Dec-09 5:06
karengsh30-Dec-09 5:06 
GeneralRe: Error Message - HTTP 500 & Error Message - no servlet mappings in web.xml Pin
Richard MacCutchan30-Dec-09 5:41
mveRichard MacCutchan30-Dec-09 5:41 
karengsh wrote:
May I know how did you identify the error?


Simply by reading the error messages. Your original post showed the following (cut out the unimportant parts):

org.apache.jasper.JasperException: An exception occurred processing JSP page /processAddMember.jsp at line 34

34: strType = request.getParameter("txtMember").trim();

This shows that the statement on line 34 caused an error

root cause

java.lang.NullPointerException

A NullPointerException usually indicates that some variable has not been initialised correctly, or has been corrupted or otherwise changed to make it invalid.

From this (and the stack trace) you need to work backwards through your program to identify were this may have occurred.
QuestionProb in reading .mtl file format. Pin
002comp27-Dec-09 19:35
002comp27-Dec-09 19:35 
Questioncall by value for objects Pin
mesho26-Dec-09 8:52
mesho26-Dec-09 8:52 
AnswerRe: call by value for objects Pin
Luc Pattyn26-Dec-09 9:18
sitebuilderLuc Pattyn26-Dec-09 9:18 
GeneralRe: call by value for objects Pin
mesho26-Dec-09 10:33
mesho26-Dec-09 10:33 
GeneralRe: call by value for objects Pin
Luc Pattyn26-Dec-09 10:38
sitebuilderLuc Pattyn26-Dec-09 10:38 
GeneralRe: call by value for objects Pin
mesho26-Dec-09 10:54
mesho26-Dec-09 10:54 
GeneralRe: call by value for objects Pin
Luc Pattyn26-Dec-09 11:22
sitebuilderLuc Pattyn26-Dec-09 11:22 
GeneralRe: call by value for objects Pin
Cedric Moonen26-Dec-09 22:45
Cedric Moonen26-Dec-09 22:45 
GeneralRe: call by value for objects Pin
mesho27-Dec-09 5:38
mesho27-Dec-09 5:38 
AnswerRe: call by value for objects Pin
April Fans18-Jan-10 15:28
April Fans18-Jan-10 15:28 
QuestionProblem in showing Illumination(shadowness) Pin
002comp23-Dec-09 0:48
002comp23-Dec-09 0:48 
AnswerRe: Problem in showing Illumination(shadowness) Pin
TorstenH.23-Dec-09 1:58
TorstenH.23-Dec-09 1:58 
GeneralRe: Problem in showing Illumination(shadowness) Pin
002comp23-Dec-09 18:58
002comp23-Dec-09 18:58 
QuestionTextureLoader In Java 3d API Pin
002comp22-Dec-09 20:48
002comp22-Dec-09 20:48 
AnswerRe: TextureLoader In Java 3d API (Solved) Pin
002comp22-Dec-09 22:00
002comp22-Dec-09 22:00 
Questionjava security Access Control Exception Pin
sangeethanarayan22-Dec-09 1:23
sangeethanarayan22-Dec-09 1:23 
AnswerRe: java security Access Control Exception Pin
TorstenH.22-Dec-09 1:58
TorstenH.22-Dec-09 1:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.