Hi,

the following error is occurring and I don't know the reason, anyone
already seen this before ?

java.lang.NullPointerException:
 at
SelecionarEvolucaoSalarialServlet.selecao(SelecionarEvolucaoSalarialServlet.java:64)

 at
SelecionarEvolucaoSalarialServlet.doGet(SelecionarEvolucaoSalarialServlet.java:45)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
 at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
 at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
 at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)

 at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
 at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
 at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354)
 at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
 at allaire.jrun.WorkerThread.run(WorkerThread.java:74)

SelecionarEvolucaoSalarialServlet.java:

line 64:

    final EvolucaoSalarialHome home =
(EvolucaoSalarialHome)context.lookup("webpersonnel.EvolucaoSalarialHome");

Regards

Marcelo Bellezo


------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to