Hi all,
I'm having trouble when lauching http://localhost:8080/geoserver/index.jsp :
1.- The JSPCompiler servlet tries to compile index_jsp.java at the wrong place
~apache (apache home) (by default it should be $CATALINA_HOME/work).
2.- Having given the relevant rights for tempory files, the JSPCompiler
servlet returns a text/plain file of index.jsp while refreshing its splash
page (If I retry the above URL, I got the right splash page saying % Loading
..., but after a while, back to the plain text page). It seems that, because
receiving a text/plain response, the background compilation stops. I have to
reload the page manually ...
3.- Finally, I got the following error preventing geoserver to work :
java.lang.NullPointerException
at
org.vfny.geoserver.form.data.DataNamespacesSelectForm.reset(DataNamespacesSelectForm.java:42)
at
org.apache.struts.taglib.html.FormTag.initFormBean(FormTag.java:560)
at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:520)
at
org.apache.jsp.Select_jsp._jspx_meth_html_form_0(Select_jsp.java:87)
at org.apache.jsp.Select_jsp._jspService(Select_jsp.java:66)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:575)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:498)
at
org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:822)
at
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:398)
at
org.apache.struts.tiles.TilesUtilImpl.doInclude(TilesUtilImpl.java:137)
at org.apache.struts.tiles.TilesUtil.doInclude(TilesUtil.java:177)
at
org.apache.struts.taglib.tiles.InsertTag.doInclude(InsertTag.java:756)
at
org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:881)
at
org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:473)
at
org.apache.jsp.mainLayout_jsp._jspx_meth_tiles_insert_6(mainLayout_jsp.java:1283)
at org.apache.jsp.mainLayout_jsp._jspService(mainLayout_jsp.java:485)
[cut]
Besides these points the /wfs/GetCapabilities and /wms?request=GetCapabilities
perfectly work.
* Linux Configuration :
j2sdk1.4.2_01
apache-ant-1.6.1
jakarta-tomcat-4.1.24 (maxthread=5 --I have tested with maxthread=75, same
results--)
jakarta-struts-1.1
geoserver-1.2.0 beta (last cvs)