Hi,

Your files are not attached, it's most likely because the ML server
doesn't authorize to send attached content...

Be quiet, there is only one error, and it's raised in your servlet.
To know more accurately (line numbers instead of "compiled Code") where
this exception is raised in your servlet, you can disable the Just-in-time
compiler :

If you are using Apache/JSERV, add the line
        wrapper.bin.parameters=-Djava.compiler=
in your jserv.properties file.

If you are using JavaWebServer pass this parameter to
httpd.exe:
        -Djava.compiler=

Hope it will help.
Send me the code otherwise.



On Thu, 20 Jan 2000, Moloy Biswas wrote:

> Hello All,
>
> I am having a very serious problem with servlets. My Scenario is like
> this :
>
> I am having an HTML file (Company.html - attached with this mail) which
> is invoking a servlet (CompanyMasterServlet - aatached with this mail).
>
> When I am opening the html in the client end broswer, and after my input
>
> of data, I press submit which gives the BIG following errors
>
> 500 Internal Server Error
>
> The servlet named CompanyMasterServlet at the requested URL
>
>      http://128.0.0.254:8080/servlet/CompanyMasterServlet
>
> reported this exception: java.lang.NullPointerException. Please report
> this to the administrator of the web server.
>
>      java.lang.NullPointerException at
> CompanyMasterServlet.doPost(Compiled Code) at
>      javax.servlet.http.HttpServlet.service(HttpServlet.java:747) at
>      javax.servlet.http.HttpServlet.service(Compiled Code) at
>      com.sun.server.ServletState.callService(Compiled Code) at
>      com.sun.server.ServletManager.callServletService(Compiled Code) at
>      com.sun.server.http.servlet.InvokerServlet.service(Compiled Code)
> at
>      javax.servlet.http.HttpServlet.service(Compiled Code) at
>      com.sun.server.ServletState.callService(Compiled Code) at
>      com.sun.server.ServletManager.callServletService(Compiled Code) at
>      com.sun.server.ProcessingState.invokeTargetServlet(Compiled Code)
> at
>      com.sun.server.http.HttpProcessingState.execute(Compiled Code) at
>      com.sun.server.http.stages.Runner.process(Compiled Code) at
>      com.sun.server.ProcessingSupport.process(Compiled Code) at
> com.sun.server.Service.process(Compiled  Code) at
> com.sun.server.http.HttpServiceHandler.handleRequest(Compiled Code) at
>      com.sun.server.http.HttpServiceHandler.handleRequest(Compiled Code)
>
> at
>      com.sun.server.HandlerThread.run(Compiled Code)
>
>
> I NEED HELP VERY URGENTLY. THANK YOU in ADVANCE
>
> Moloy Biswas
> (Programmer - SREI (IT))
>
>
> --------------------------------------------------------------
> SREI INTERNATIONAL FINANCE LTD., CALCUTTA, INDIA
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

------------------------------------------------
Sylvain Randier                      CSE student
------------------------------------------------
Universite de Technologie de Compiegne (UTC)
60200 Compiegne - France
------------------------------------------------
60, Acorn Circle, #103       Tel: (410) 769 8407
Towson MD21286 USA                ICQ#: 48432988
------------------------------------------------

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to