Rienk van der Ploeg wrote:
> Dear Sir/Madam,
> 
> At this moment I am trying to install swamp on a Linux server (I’m sorry: 
> Debian sarge).
> While compiling the source ANT complains about:
> javac] Note: 
> /opt/swamp/webapps/webswamp/src/java/de/suse/swamp/turbine/services/security/SWAMPTurbineUser.java
>  uses or overrides a deprecated API.
> (jdk1.5.0_06 / apache-tomcat-5.5.17 / debian sarge)
> While browsing to /webswamp there is an exception:
> 
> java.lang.NullPointerException
>       org.apache.turbine.Turbine.doGet(Turbine.java:869)
>       javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>       javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>       
> org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:703)
>       
> org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:670)
>       org.apache.jsp.index_jsp._jspService(index_jsp.java:43)
>       org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
>       javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>       
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
>       org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>       org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
>       javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 
> I would like to resolve this issue, would you be so kin to inform me how I 
> can resolve this issue, or who I can contact to resolve the issue?
> 
> Kind regards,
> 
> Rienk van der Ploeg

Hi Rienk,
the deprecation warning is not fatal, and does not cause your error,
anyway I fixed it
in svn right now.
Could you please try to replace webswamp/templates/jsp/index.jsp with:
<% response.sendRedirect("/webswamp/swamp"); %>
and tell if the error goes away?
As a workaround, you could also directly browse to /webswamp/swamp.
Greetings

-- 
Thomas Schmidt (tschmidt [at] suse.de)
SUSE Linux Products GmbH :: Research & Development :: Internal Tools
"memory management can be a bitch" (linux/kernel/fork.c:11)


_______________________________________________
swamp-devel mailing list
swamp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swamp-devel
http://swamp.sf.net 

Reply via email to