|
Home > Archive > Web Servers General Talk > January 2004 > Apache 1.3.23
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| When I try to start program using Apache server I get this on my browser
(IE6):
http://127.0.0.1:9001/servlets/Home
Error: null java.lang.NullPointerException at Database.(Database.java:64) at
Home.doGet(Home.java:81) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:499) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:317) at
org.apache.jserv.JServConnection.run(JServConnection.java:188) at
java.lang.Thread.run(Unknown Source)
I have no idea what is wrong. Everything used to be fine , and I did not
installed anything new.
I did not changed any settings , and my firewall is disabled (before
firewall was on and it worked).
Help me please , I do not know anything about apache server.
Thanks
Susanna
| |
| D. Stussy 2004-01-19, 6:32 am |
| On Tue, 6 Jan 2004, Smuga wrote:quote:
> When I try to start program using Apache server I get this on my browser
> (IE6):
>
> http://127.0.0.1:9001/servlets/Home
>
> Error: null java.lang.NullPointerException at Database.(Database.java:64) at
> Home.doGet(Home.java:81) at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:499) at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at
> org.apache.jserv.JServConnection.processRequest(JServConnection.java:317) at
> org.apache.jserv.JServConnection.run(JServConnection.java:188) at
> java.lang.Thread.run(Unknown Source)
>
> I have no idea what is wrong. Everything used to be fine , and I did not
> installed anything new.
> I did not changed any settings , and my firewall is disabled (before
> firewall was on and it worked).
> Help me please , I do not know anything about apache server.
I don't know about that problem, but you should upgrade to the current version
of the apache server. The version you are running has known exploits.
|
|
|
|
|